Skip to content

Releases: lkuza2/java-speech-api

Version 2.0 release candidate 3

19 Jan 19:23
Compare
Choose a tag to compare
  • Fixed bug in Google Translate
  • Restored Recognizer to working order

Version 2.0 release candidate 2

11 Jan 19:54
Compare
Choose a tag to compare
  • Fixed and updated Google endpoints to the latest version. Synthesiser and Translator now works!
  • Improved Google Duplex Speech recognition by utilizing continuous and interim modes.
  • Added a speech recognition demo so people can try it for themselves.

Version 2.0 release candidate

15 Nov 19:27
Compare
Choose a tag to compare

This is version 2.0 supporting all the new APIs. While this has been in beta for months, I think it's finally time to add some binaries to make the project more accessible. Enjoy.

Version 1.12

24 Apr 16:34
Compare
Choose a tag to compare

A great deal of prep has been done for the V2 version. Note that many features are still experimental such as the Duplex API.
Release Highlights:

  • A critical bug fix regarding language auto detection has also been included in this release.
  • A bug fix in the Microphone class regarding passive listening.
  • The Synthesiser is now significantly faster than before.

Version 1.11

05 Feb 17:38
Compare
Choose a tag to compare

Updated release with bug fixes and Google Translate service added.

Version 1.10

15 Sep 18:38
Compare
Choose a tag to compare

This binary brings together a plethora of new improvements to virtually every feature in the project. From a completely rewritten Synthesiser class to the new Microphone Analyzer class. This release also brings forward the improvements to various improvements including the re-branding to J.A.R.V.I.S. Java Speech API. Virtually every feature has been improved or rewritten in this release. Please see the changelog for full details.

This release was completely worked on by Skylion, and he deserves all credit for the great work done creating this amazing release.

Version 1.05

16 Jul 03:16
Compare
Choose a tag to compare

Changes from pull request from @duncanj

Precompiled jar with libraries and javadoc is zipped and attached for this release

Changes include:
Improved language support for recognizer (Credits to @duncanj)
Add support for multiple responses for recognizer (Credits to @duncanj)
Add profanity filter toggle support for recognizer (Credits to @duncanj)