better speech to text
Is it possible to instruct the speech to text program to act more like gboards speech to text? I like that it waits for you to stop speaking for a while. Right now the termux speech to text program keeps cutting me off.
Alternatively, is it possible to launch this other speech to text program? I see it in other places in like Google products. I assume it's some kind of stock widget that you can call up.
11 Replies
GitHub
Pip install not working · Issue #66 · alphacep/vosk-api
Tried in many different computers with different python configurations and also tried to spcify different versions, but it always gives the same error: Could not find a version that satisfies the r...
Aaand this
https://github.com/T-vK/Termux-DeepSpeech
GitHub
GitHub - T-vK/Termux-DeepSpeech: Open source offline speech recogni...
Open source offline speech recognition for Android using Mozilla's DeepSpeech in Termux - GitHub - T-vK/Termux-DeepSpeech: Open source offline speech recognition for Android using Mozilla&a...
Those are your best attempt you can get with Text To Speech stuff
But there's no way to use what's already on the phone?
I hoped I could summon up these other things with an intent or something.
Also just to be clear, I'm looking for speech to text not text to speech.
Oh gosh I wrote it wrong way around, but I meant speech to text
Links also lead to such
Theres termux speech stuff
Where was it, lemme get it
I haven't had much luck with it
You could also so it like this
So swiping extra-keys to the left
Later all that text you can put inside termux by pressing
enter
I'm not looking for either of those. I'm already aware of both. I already use the latter when I can, but sometimes I want to activate it programmatically.
As for termux-speech-to-text, I've used that as well. But it doesn't stop to wait until I'm finished. If I pause even for a little bit, it cuts me off. So I'm not looking for either of those.
What I'm asking is how do I use the other alternatives on my phone which are good enough? The speech to text function on gboard works great, it waits for me to finish. So does the other thing I showed that works in a browser. It waits for me to finish.
I want to activate these other options programmatically, which means not swiping to the IME insert text box.
Hmmm maybe theres a way to act on the termux speech-to-text functionality, but that's beyond me
Have a look at termux code on github, this should be good start:
https://github.com/search?q=org%3Atermux+speech&type=code
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.
Sorry I can't help better than this 🙏
No worries, thanks for your time.