Elisha Azaria
Elisha Azaria
Tested with the new release (v0.3.13-beta09). The problem still persists.
I've created a fork with a button that switches to a keyboard that supports voice input (this is what Gboard/ AOSP keyboard does): [https://github.com/ElishaAz/florisboard/tree/switch-to-voice-ime](https://github.com/ElishaAz/florisboard/tree/switch-to-voice-ime). You'll need to install a keyboard...
Created a PR: https://github.com/florisboard/florisboard/pull/1587
Honestly, I copied the UI from a different project, and hadn't worked on it at all. I'll work on it in the next few days. As for the name, I'm...
> @ElishaAz Your Vosk keyboard (https://github.com/ElishaAz/Vosk-Voice-IME/releases/tag/v1.0.0) is exactly what I am looking for! What would it take to polish the ui a little further? Im not familiar with java. I...
KDEConnect solved the Android 10 problem by opening an invisible activity that retrieves the clipboard: https://github.com/KDE/kdeconnect-android/blob/master/src/org/kde/kdeconnect/Plugins/ClibpoardPlugin/ClipboardFloatingActivity.java This can only be done on-demand, but is still much better than having to...
I'm adding a RecognitionService to [Sayboard](https://github.com/ElishaAz/Sayboard). While trying to testing it with Konele on Android 13, I got the ERROR_INSUFFICIENT_PERMISSIONS (code 9). The only way I could find to bypass...
I did some more testing, and it seems that the only reason you don't get this error is because Konele exports a RecognitionService, and speechutils (which konele-services uses) queries for...
> You are saying that "konele-services has permission to query for konele", but it's the other way around: Kõnele depends on Kõnele-service as an optional runtime dependency, but Kõnele-service has...
> 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