Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CREDITS.markdown - github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 899cf543f1ad01d0b03414df6e2a1fa12cffaec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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.