문제

What I need is an API/Library that will allow me to convert .wav files (or other media files is necessary) to their text equivalent. Does a library/api like this exist?

도움이 되었습니까?

해결책

This is rather typical Question. Anyhow depending on the language you are using there may be many different choices.

Java http://voce.sourceforge.net/

PHP http://www.speechapi.com/ and http://cmusphinx.sourceforge.net/

Basically, the best option for you is to use some online cloud-based API, that will take your .wav input and return you the response in the text.

In this way, your API will be accessible from any language and will take a lot of pain out of your code.

다른 팁

If you'd have searched for java speech recognition, you would've found the Java Speech API or short JSAPI

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