A simple application meant to be used to help input text by voice. This is a client for speech2text-server.
Screenshot:
There's a compiled version at: https://davidrios.github.io/speech2text-app/. Note that
because it's served from a real domain with HTTPS, this version can only connect to
TLS secured addresses or localhost.
This is a Quasar framework application.
yarn
# or
npm install# for the web
quasar dev
# Electron app
quasar dev -m electronyarn lint
# or
npm run lint# for the web
quasar build
# Electron app
quasar build -m electron