Does exactly speech to text and nothing else. Speech To Text in the most simple way possible.
- Download zip or Clone this repository: Type
git clone git@github.com:pfieffer/SpeechToText.git(SSH) orgit clone https://github.com/pfieffer/SpeechToText.git(HTTPS) - Open the project in your Android Studio(3.0.+ and gradle 4.+ recommended). Build and Run.
It starts the android.speech.RecognizerIntent; in simple words the google's dialog box type of thing to take voice input. The voice is passed to the onActivityResult callback where we can get an ArrayList of String from the RecognizerIntent.