ElishaAz / Sayboard

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

Request: Keep the model loaded for faster switching with main IME #30

Open tennox opened 9 months ago

tennox commented 9 months ago

I open sayboard from another keyboard by clicking the voice button - so already with intent to start recording. Would be great to have the option to auto-start recording opn open (as soon as it's ready)

Another optimization would be to keep the model loaded for a few minutes, so switching back and forth doesn't always have a ~1s delay "preparing recognizer", but that might be more effort I guess.

ElishaAz commented 9 months ago

The first suggestion I've already implemented (see #12 ) I just hadn't created a release since.

I'll have to check if the second is possible.

tennox commented 9 months ago

Awesome! & Thanks for this great tool 🙏