Please use the new version, DictateKotlin, a re-write in Kotlin.
Base on an article by Stanislav of Intel, this app is a simple exercise of the Google voice service for voice recognition. Souce code is available on GitHub.
This app contains the basic features described below.
1) Dictation - start voice recognition by invoking the Google SpeechRecognizer service by button click, Dictate.
2) Write to file - save dictation content to file with a time stamp by button click, Save.
3) Clear all - remove all dictation by button click, Clear.
4) Remove last dictation - it is assume that each dictation is a sentence. A period is append after each dictation instance. Remove the last instance by button click, Last.
GitHub source
https://github.com/yeuchi/Dictation
Intel article
https://software.intel.com/en-us/articles/developing-android-applications-with-voice-recognition-features
Latest Version
1.1Uploaded by
Saad Boukhizzou
Requires Android
Android 2.2+
Category
Free Productivity AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Jun 14, 2016
This release includes minor bug fixes and general improvements. Update to the latest version for the best experience.