Added voice control
Former-commit-id: 6f69079bf44f0d8f9ae40de6b0f1638d103464c2
This commit is contained in:
parent
35c92407a3
commit
53da641909
863 changed files with 192681 additions and 0 deletions
37
lib/java-speech-api-master/CHANGELOG.markdown
Normal file
37
lib/java-speech-api-master/CHANGELOG.markdown
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#Java-Speech-API Changelog
|
||||
|
||||
##Changelog
|
||||
Changelog corresponds with a tagged and signed Git commit. This marks the changes.
|
||||
A tagged commit may or may not have a corresponding binary version available.
|
||||
Format: Tag: `<Corresponding Tag>`
|
||||
|
||||
* Version 1.15
|
||||
* Optimized synthesiser class. Massive speed improvements on long input strings!
|
||||
* Added experimental Duplex API in preparation for version 1.2 .
|
||||
|
||||
* Version 1.11 (Tag V1.100)
|
||||
* Fixed major bug in Recognizer
|
||||
|
||||
* Version 1.10 (Tag v1.100)
|
||||
* Added new Microphone Analyzer class.
|
||||
* Added volume and frequency detection and frame work for (Voice Activity Detection)
|
||||
* Microphone API updated to make it more usable.
|
||||
* API re-branded as J.A.R.V.I.S. (Just A Reliable Vocal Interpreter & Synthesiser)
|
||||
|
||||
* Version 1.06 (Tag v1.016)
|
||||
* Added support for synthesiser for strings longer than 100 characters (Credits to @Skylion007)
|
||||
* Added support for synthesiser for multiple languages, accents, and voices. (Credits to @Skylion007)
|
||||
* Added support for auto-detection of language within synthesiser. (Credits to @Skylion007)
|
||||
|
||||
* Version 1.05 (Tag: v1.015)
|
||||
* 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)
|
||||
|
||||
* Version 1.01 (Tag: v1.01)
|
||||
* Fixed state functions for Microphones
|
||||
* Fixed encoding single byte frames
|
||||
* Support Multiple Languages
|
||||
|
||||
* Version 1.00 (Tag: v1.00)
|
||||
* Initial Release
|
||||
Loading…
Add table
Add a link
Reference in a new issue