문제

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

Thanks!

도움이 되었습니까?

해결책

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).

다른 팁

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.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top