Simple dictation app that uses native Android speech recognition
Download app/release/SpeakTest.apk on your device and open it. You need to allow installation of unknown third-party apps.
You can select a language from the drop-down menu and click the "START DICTATION" button. When you finish speaking the transcript is printed in red at the top of the screen.
- Clone this repo:
git clone [email protected]:pkolb/SpeakTest-Android.git
- Open the repo in Android Studio
- Set up your Android device for development
- click Run in Android Studio to build and run your app on the device.