bscottid - 2006-02-26

I've been trying to get the sphinx4 WavFile demo to recognize a file I created. The content of the file consists of me speaking several single-digit numbers. I've verified that it has all of the same properties as the demo files: 16khz, mono, 16 bit, littleEndian, PCM_SIGNED. I also built my own java audio player app that successfully plays my file.

However, when I run the demo with my file, it ends up with an empty-string result. result.toString() shows a value of "<s>".

Does anyone have any idea what could be wrong?

I added a result listener for debugging, and it only came up with 10 active tokens, where as the 65536.wav demo has over 1700:
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,EH]):b p -646033.75 -5801.7485{[<s>]} hmm:HMMS HMM(B[SIL,EH]):b state 0
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,EH]):b p -646033.75 -8203.467{[<s>]} hmm:HMMS HMM(B[SIL,EH]):b state 1
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,EY]):b p -646033.75 -5801.7485{[<s>]} hmm:HMMS HMM(B[SIL,EY]):b state 0
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,EY]):b p -646033.75 -8203.467{[<s>]} hmm:HMMS HMM(B[SIL,EY]):b state 1
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AW]):b p -646033.75 -5801.7485{[<s>]} hmm:HMMS HMM(B[SIL,AW]):b state 0
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AW]):b p -646033.75 -8203.467{[<s>]} hmm:HMMS HMM(B[SIL,AW]):b state 1
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AE]):s p -646033.75 -5801.7485{[<s>]} hmm:HMMS HMM(B[SIL,AE]):s state 0
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AE]):s p -646033.75 -8203.467{[<s>]} hmm:HMMS HMM(B[SIL,AE]):s state 1
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AE]):b p -646033.75 -5801.7485{[<s>]} hmm:HMMS HMM(B[SIL,AE]):b state 0
1183 -4.5401321E15 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(B[SIL,AE]):b p -646033.75 -8203.467{[<s>]} hmm:HMMS HMM(B[SIL,AE]):b state 1