Skip to content

Releases: vikramezhil/DroidSpeech

Droid Speech v2.0.3

05 Nov 09:35
1eb47aa
Compare
Choose a tag to compare

Complete code cleanup, added one step result verify feature

Droid Speech v2.0.2

04 Nov 18:13
5aaf83f
Compare
Choose a tag to compare

Added localizations, offline speech recognition, cleaned code

Droid Speech v2.0.1

16 Oct 03:08
Compare
Choose a tag to compare

Added javadoc, cleaned code.

Droid Speech v2.0.0

13 Sep 07:18
Compare
Choose a tag to compare

List of major changes done in v2.0.0

  1. Added recognition progress view
  2. Refactored listener interface names - _DroidSpeechListener, _DroidSpeechPermissionsListener to OnDSListener, OnDSPermissionsListener respectively
  3. Added a new method in listener interface - onDroidSpeechClosedByUser()
  4. Changed the listener method onDroidSpeechFinalResult(String finalSpeechResult, boolean droidSpeechWillListen) to onDroidSpeechFinalResult(String finalSpeechResult)
  5. Code cleanup

Droid Speech v1.0.1

25 Aug 08:56
Compare
Choose a tag to compare

Cleaned code, fixed test compile issues

DroidSpeech Library - v1.0.0

29 Jul 14:10
Compare
Choose a tag to compare

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 :-)