In Sphinx-4 you can run recognition against raw audio or against MFCCs by reconfiguring the front-end. You should get equivalent results, if you don't then the conversion is likely to be incorrect.
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a few questions that i need to ask about audo file conversion for Sphinx3 and Sphinx4. Below is my list of questions in my mind..
Hope my question can be answered and cleared up my curiousity. Thank you in advance.
Jensen
Jensen:
To convert .wav files to .raw files you can use 'sox' available from http://www.spies.com/Sox/
In sphinx-4 you can use the FeatureFileDumper class to convert raw audio to features such as MFCCs.
http://cmusphinx.sourceforge.net/sphinx4/javadoc/
In Sphinx-4 you can run recognition against raw audio or against MFCCs by reconfiguring the front-end. You should get equivalent results, if you don't then the conversion is likely to be incorrect.
Paul