VoxForge
Hello
I was really happy when I found the German Acoustic Model to download here.
http://www.voxforge.org/de/download
I've been reading already a lot about how to train an decode with Sphinx3 but I just can't get Sphinx to decode my own wav file.
It says:
INFO: utt.c(195): Processing: test
FATAL_ERROR: "utt.c", line 221: Maximum number of frames (15000) exceeded
Maybe I have to convert my wav file to this "acoustic feature thing" which is described here:
http://cmusphinx.sourceforge.net/sphinx/doc/s3_description.html#am_feature
but how can I do that or am I one a wrong way?
many thanks in advance
Johanne
> but how can I do that or am I one a wrong way?
The right way is to search before asking. That would give you the answer to use sphinx3_continuous instead of sphinx3_decode.
thank you for your answer ...