简体   繁体   English

语音到文本,Java语音API,在哪里找到它?

[英]Speech to text, java speech API, where to find it?

So I wanted to create a small application for my laboratory at home, and I need speech recognition so the java speech API seems as a pretty good solution to my problem of finding a suitable API. 因此,我想为我的实验室创建一个小型应用程序,并且我需要语音识别,因此Java语音API似乎是我找到合适的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! 我已经尝试过Sphinx-4 API,但在我下载的PreAlpha.zip包中找不到任何JAR文件,我只能找到C项目的头文件...我也研究了Freetts API,但这仅仅是文字转语音,而不是相反!

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... 因此,如果有人可以找到Java语言API,那么如果您可以向我发送下载链接,而不仅是指向oracle网页的链接,我会很高兴,因为我花了很多时间,但仍然没有找到该bin的下载链接。 / lib充满JAR文件的文件夹...

Thanks for any help! 谢谢你的帮助! Please excuse my English, comment a question if you don't understand any part of it! 请原谅我的英语,如果您听不懂它的任何部分,请发表评论! :) :)

罐子

Search for sphinx and pick the jars in sphinx4-data and sphinx4-core . 搜索sphinx并在sphinx4-datasphinx4-core选择jars I have added a screen for clarification. 我添加了一个屏幕进行说明。 On the right bottom select the artifact tab instead of maven for a download button. 在右下角选择工件选项卡,而不是maven作为下载按钮。

You can download sphinx via sourceforge repository. 您可以通过sourceforge存储库下载sphinx。 To download go to this link http://sourceforge.net/projects/cmusphinx/files/sphinx4 要下载,请转到此链接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 之后,您可以选择5prealpha或beta版本(如1.0 beta6)并以zip格式下载。对于1.0 beta6,您可以选择sphinx4-1.0beta6-src.zip或sphinx4-1.0beta6-bin.zip

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM