FfhggtffgtfgtgftI want develop application that whenever it recognizes a keyword it does something. it needs to be in listening mode all the time, in backgeound too. I was exposed to this and this. I treid run it but it is not work when I am speaking. actually I read it still doesn't support my native language. is that the reason? I want to know how it works? does it is doing speach to text and saved it in assets files? does it is run in background? does it is used AI models? how it behaves when two apps need mic resource in parallel? noises? does it is work with Neural Networks API? how can I start developing such a thing?
thanks!
It is great you tried Vosk offline speech recognition on Android, here are some answers to your questions:
If you are about Hebrew, we might support it in the future, and you can build it yourself.
You didn't provide enough information to answer this, please explain a bit more what is "it is not work"
Extensive documentation on speech recognition is available on lectures, courses and books. You can find some introduction here for example: https://www.youtube.com/watch?v=q67z7PTGRi8
It does speech to text, but it doesn't save results into assets, it just displays them. You can not modify assets, they are static.
Yes
Sure
In android it is not possible to record audio from two apps in parallel, second one will be blocked.
It is robust to noises.
No, it is portable
Get some basic understanding and start writing the code. If you have further questions you can ask them in the Telegram chat