Can anyone share some code snippet used to convert Speech to text in Java.

link|improve this question

78% accept rate
1  
hm....this is a major problem in science and many universities spend their research on this problem – Mr Q.C. Nov 27 '10 at 14:15
feedback

2 Answers

up vote -2 down vote accepted

Check out this question.

Java: Text to Speech engines overview

link|improve this answer
Wasn't the question was "speech to text"? – Vineet Bhatia Jan 22 at 15:40
The user accepted it so I guess it must have helped - surely you have something better to do on a Sunday. – Jimmy C Jan 22 at 16:03
Yes. Trying to find ways to convert mp3 to text :) – Vineet Bhatia Jan 22 at 19:42
feedback

Speech Recognition is not a easy task There is a API Available by oracle.

The Java Speech API allows Java applications to incorporate speech technology into their user interfaces. It defines a cross-platform API to support command and control recognizers, dictation systems and speech synthesizers.

You can view the full documentation here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.