-
Notifications
You must be signed in to change notification settings - Fork 299
Home
Aaron Gokaslan edited this page Apr 12, 2014
·
13 revisions
##What does Jarvis stand for?
J ust
A
R eliable
V ocal
I nterpreter (and)
S ynthesizer
##What does Jarvis do? The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer, recognizer and other services.
##Useful Tutorials:
- Hello World
- Microphone Selection
- Passive Listening
- Duplex - Hello World
- Implementing getLevel() on TargetDataLine
##Other Useful Links
Feel free to contribute your own coding examples and applications to this wiki. All (useful) contributions are welcome.