alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
714 stars 187 forks source link

Any way use vosk to translate voice #202

Open michoael opened 1 year ago

michoael commented 1 year ago

I use vosk to transcript and working good, i want ask if i can use it to translate

nshmyrev commented 1 year ago

For translation you can use external library like ctranslate2:

https://github.com/OpenNMT/CTranslate2

michoael commented 1 year ago

Thanks for replay, i already use external library I use ml kit from google on android, but i have some slow when use it with live.

If you have info any library have fast translate with vosk, please tell me