#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/
- Provided functionality to convert Wave files to FLAC format
- 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
- Recognizer
- Homepage: http://google.com
- Provided functionality for two main API functions
I would like to thank the above so much for your work, this wrapper/API could not have been created without it.
#Java-Speech API Example Credits
##Credits The following people/organizations have helped provide functionality for the API example,
-
JLayer Project
- Provided funtionality to play the MP3 audio received from Google for the Synthesiser
- Homepage: http://www.javazoom.net/javalayer/javalayer.html
-
AePlayWave class
- Provided functionality to play the Wave audio received from the Microphone
- Probable homepage: http://www.anyexample.com/programming/java/java_play_wav_sound_file.xml
- Does not need to be included in the API Example project, the source file(One class) is already included