sura2k
sura2k

Reputation: 7517

Voice to text conversion with JSAPI

If anybody knows about 'voice to text' conversion using java, please give me some knowledge.

Thanks!

Upvotes: 0

Views: 2943

Answers (3)

raymi
raymi

Reputation: 1962

For speech recognition, see also this thread. If not using android, you might want to check out CMUSphinx.

Upvotes: 1

Dave L.
Dave L.

Reputation: 11238

Looking at answers to a similar question, the prospects don't look encouraging. However I did find something despite the relative dearth of activity around JSAPI implementations.

Take a look at the Java Wrapper for Cepstral TTS project on Sourceforge. It relies upon the Cepstral TTS engine which is available for several languages and speakers as well versions targeting desktop, mobile and telephony server deployments.

Disclosure: I have no relationship to Cepstral nor have I used their products.

Upvotes: 1

Thrawn80
Thrawn80

Reputation: 351

as far as i know, the way to use this is the JSR 113 Java Speech API 2.0

The advantage in using would be the offline functionality without an internet connection.

But unfortunately the leading company seems to terminated their intentions for this project, the homepage is down (http://www.conversay.com).

Upvotes: 2

Related Questions