Android application for offline real time converting sound to text using google RecognitionListener class
- no google intent dialog
- continuous speach recognition
- works offline
- simple
the main activity implements RecognitionListener class and override the method
If you want to use Speech To Text ability on your app using google intent, but you don't want to present the pop up google intent or you just want to listen in background and convert it to text -> this app is for you.
You can install the apk directory, or you can clone the project:
git clone https://github.com/livnoni/continuousSpeechRecognition.git
open in Android Studio run the project
Feel free to use the logic for your intrest.
Have fun!!