Releases: vikramezhil/DroidSpeech
Droid Speech v2.0.3
Complete code cleanup, added one step result verify feature
Droid Speech v2.0.2
Added localizations, offline speech recognition, cleaned code
Droid Speech v2.0.1
Added javadoc, cleaned code.
Droid Speech v2.0.0
List of major changes done in v2.0.0
- Added recognition progress view
- Refactored listener interface names - _DroidSpeechListener, _DroidSpeechPermissionsListener to OnDSListener, OnDSPermissionsListener respectively
- Added a new method in listener interface - onDroidSpeechClosedByUser()
- Changed the listener method onDroidSpeechFinalResult(String finalSpeechResult, boolean droidSpeechWillListen) to onDroidSpeechFinalResult(String finalSpeechResult)
- Code cleanup
Droid Speech v1.0.1
Cleaned code, fixed test compile issues
DroidSpeech Library - v1.0.0
Google's default speech recognition library doesn't allow to continuously listen to users voice and a manual stop and start mechanism is involved to use the speech recognition again. This proved to be a downfall for third party developers to optimise the user experience of having continuous speech recognition after each speech result. Adding to this the speech recognition server throws up an error when called upon frequently thus preventing an error free experience to the end user.
Droid Speech aims to close this gap and provide unparalleled optimisation of continuous speech recognition without any of the above said issues. It is developed keeping in mind all the loopholes which needs to be blocked to have the speech recognition run seamlessly in a android device.
This is the first release of Droid Speech - v1.0.0 and many more to come hopefully :-)