ElishaAz / Sayboard

An open-source on-device voice IME (keyboard) for Android using the Vosk library.
GNU General Public License v3.0
306 stars 19 forks source link

Allow the configuration of a Vosk server to do speech recognition. #10

Open Breizhux opened 1 year ago

Breizhux commented 1 year ago

Hello, here's an idea that came up while discussing your application. It would be to make it possible to configure a Vosk server. Instead of doing the transcription entirely locally, it would be done remotely on a Vosk server, which would make it possible to use Vosk's much heavier templates, which are also much better. And of course, keep the default usage locally (not all users will know how to configure their own Vosk server, I'm well aware of that).

Otherwise, thank you very much for this excellent application! Good luck!

daniellandau commented 8 months ago

Is the server code available?

ElishaAz commented 8 months ago

Is the server code available?

Vosk-server is self-hosted and open-source, if that's what you're asking: https://github.com/alphacep/vosk-server

daniellandau commented 8 months ago

That was my question, thank you!