My audio files (.wav) are converted to MFCC (.mfc) by running the sphinx_fe.exe. The input is run thru an FFT and then the output frequencies are input into a MEL filter bank. How many filters are used in this filter bank. Is it possible to vary the number of filters used in this program?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
My audio files (.wav) are converted to MFCC (.mfc) by running the sphinx_fe.exe. The input is run thru an FFT and then the output frequencies are input into a MEL filter bank. How many filters are used in this filter bank. Is it possible to vary the number of filters used in this program?
Thank you.
I was running sphinx_fe again with help option. Just for confirmation. Is the following answer to my above question?
-nfilt 40 Number of filter banks
yes