Darawan
Darawan

Reputation: 13

Speech to text, java speech API, where to find it?

I need speech recognition so the java speech API seems as a pretty good solution to my problem of finding a suitable API. I have tried the Sphinx-4 API but I couldn't find any JAR-files in the PreAlpha.zip package that I downloaded, I could only find header files for C projects... I also looked into the Freetts API but that's only text to speech and not the other way around!

So if anyone can find the Java speech API I would be glad if you could send me the download link and not just a link to oracle's webpage because I have given this some amount of time and still I have not found the download link to the bin/lib folder full of JAR-files...

Upvotes: -1

Views: 1997

Answers (2)

bonney
bonney

Reputation: 465

You can download sphinx via sourceforge repository. To download go to this link http://sourceforge.net/projects/cmusphinx/files/sphinx4
After that you can choose either 5prealpha or the beta versions like 1.0 beta6 and download them in zip format.For 1.0 beta6 you can choose either the sphinx4-1.0beta6-src.zip or the sphinx4-1.0beta6-bin.zip

Upvotes: 0

Sybren
Sybren

Reputation: 1079

jars

Search for sphinx and pick the jars in sphinx4-data and sphinx4-core. I have added a screen for clarification. On the right bottom select the artifact tab instead of maven for a download button.

Upvotes: 1

Related Questions