QTheResurrection
QTheResurrection

Reputation: 11

How to use sphinx 4 to read a wav file and generate a text out of the words said in the wav file

I have already seen the microphone speech recognition but cant really find a way to use wav files instead of the microphone

Upvotes: 1

Views: 3100

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

Transcriber demo is included in latest Sphinx4 sources:

https://github.com/cmusphinx/sphinx4/blob/master/sphinx4-samples/src/main/java/edu/cmu/sphinx/demo/transcriber/TranscriberDemo.java

You can download latest sphinx4 from github

http://github.com/cmusphinx/sphinx4

Upvotes: 2

Related Questions