I modified <a href='http://mis.postech.ac.kr/board/content.asp?tb=win2006&code=win2006&num=55&ref=38&page=1&startpage=1&key=&k_s=0&k_e=0&k_w=0'>wavfile.java</a>(demo file)-just my own input <a href='http://mis.postech.ac.kr/board/downadd.asp?wp_id=3644'>wav file</a>, and <a href='http://mis.postech.ac.kr/board/content.asp?tb=q_a&code=1&num=124&ref=20&page=1&startpage=1&key=&k_s=0&k_e=0&k_w=0'>config.xml</a>
when i run wavfile.java, there is no result like below(blank, maybe null).
The model is in train in 16KHz, whereas you have a 44.1 KHz model. That's why you couldn't get anything decode. Try to get some 16KHz testing data. (Just like the one in ./demo/sphinx/wavefile/65536.wav), see whether you could run it again?
Arthur
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I modified <a href='http://mis.postech.ac.kr/board/content.asp?tb=win2006&code=win2006&num=55&ref=38&page=1&startpage=1&key=&k_s=0&k_e=0&k_w=0'>wavfile.java</a>(demo file)-just my own input <a href='http://mis.postech.ac.kr/board/downadd.asp?wp_id=3644'>wav file</a>, and <a href='http://mis.postech.ac.kr/board/content.asp?tb=q_a&code=1&num=124&ref=20&page=1&startpage=1&key=&k_s=0&k_e=0&k_w=0'>config.xml</a>
when i run wavfile.java, there is no result like below(blank, maybe null).
==== console ====================================
Loading Recognizer...
Decoding /D:/java/eclipse/workspace/sphinx4/demo/sphinx/wavfile/test2_44100_16.wav
WAVE (.wav) file, byte length: 4160010, data format: PCM_SIGNED 44100.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian, frame length: 2079983
RESULT:
===============================================
I don't know why my program can not recognize my wav file at all.
pls, help me...
The model is in train in 16KHz, whereas you have a 44.1 KHz model. That's why you couldn't get anything decode. Try to get some 16KHz testing data. (Just like the one in ./demo/sphinx/wavefile/65536.wav), see whether you could run it again?
Arthur