JAVA Speech Recognition
I was messing around today with speech recognition. It seemed like it was going to be pretty easy, and it was…except for the first step: Getting hold of the API!
Here is the JAR file : jsapi.jar
Import this into your IDE (typically into the “library”), then add the following lines to your code:
import javax.speech.*;
import javax.speech.recognition.*;
Below is a link to get you started with using it, enjoy!
http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/Recognition.html
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Comments
No comments yet.
Leave a comment