subtafuge.com

29Aug/090

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



Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.