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
23
lib/java-speech-api-master/CREDITS.markdown
Normal file
23
lib/java-speech-api-master/CREDITS.markdown
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#J.A.R.V.I.S. Speech API (Java-Speech API) Credits
|
||||
|
||||
##Credits
|
||||
The following people/organizations have helped provide functionality for the API,
|
||||
|
||||
* JavaFlacEncoder Project
|
||||
* Provided functionality to convert Wave files to FLAC format
|
||||
* This allowed for the FLAC audio to be sent to Google to be "recognized"
|
||||
* Created by Preston Lacey
|
||||
* Homepage: http://sourceforge.net/projects/javaflacencoder/
|
||||
* Google
|
||||
* Provided functionality for two main API functions
|
||||
* Recognizer
|
||||
* Allows for speech audio to be recognized to text
|
||||
* Synthesiser
|
||||
* Allows for text to speech translation
|
||||
* Homepage: http://google.com
|
||||
* Princeton University
|
||||
* The implemented FFT algorithm is derived from one on the university's website.
|
||||
* Homepage: http://www.princeton.edu
|
||||
|
||||
We would like to thank the above so much for your work, this wrapper/API could not have been
|
||||
created without it.
|
||||
Loading…
Add table
Add a link
Reference in a new issue