VoxForge
I following the Adapting the default acoustic model documentation. 
 
so I record 20 wav files with my voice and I also create transcription file, listoffiles. 
 
an4.txt and an4.dic taken from an4 database. 
 
my question is how to generate mfcs feature files. 
 
I think it is same as preliminary training by using SphinxTrain and perl scripts. 
 
OR some other else plz tell me. 
 
And sphinx_fe tool also not understand. 
 
sphinx_fe tool is generate a set of acoustic model feature file for raw audio recordings ,but where this tool run.clear directory stucture is not their. 
 
 
I follows directory structure as follows 
 
adapt/an4.txt 
/an4.dic 
/an4_train.fileids 
/an4_train.transcription 
/an4_01.wav 
. 
. 
. 
/an4_20.wav 
/bw 
/mllr_solve 
 
bw and mllr_solve files taken from SphinxTrain/bin/release. 
--- (Edited on 6/18/2009 10:00 pm [GMT-0500] by Visitor) ---
Hi raf,
>my question is how to generate mfcs feature files.
from the CMU Robust Group Tutorial (Learning to use the CMU SPHINX Automatic Speech Recognition system):
To compute MFCCs from the wave files, from the top level directory, namely an4, type the following from the command line:
perl scripts_pl/make_feats.pl -ctl etc/an4_test.fileids
Ken
--- (Edited on 6/22/2009 12:31 pm [GMT-0400] by kmaclean) ---
Hi kmaclean
Thanks for given reply
I followed sphinx robust group tutorial and done the following
- generating mfcc for training data
-Training an4 database
-generate mfcc for testing data
-testing an4 database ie decoding is also over
I get word error get rate.
Now I want to do speaker adaptation. I following below link doc
http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/AcousticModelAdaptation
here I am not understand directory structure
  I record 20 wav files with my voice and I also create transcription file, listoffiles.
   
  an4.txt and an4.dic taken from an4 database.
my question is how to generate mfcs feature files.
I think it is same as preliminary training by using SphinxTrain and perl scripts.
OR some other else plz tell me.
 And sphinx_fe tool also not understand.
  
    sphinx_fe tool is generate a set of acoustic model feature file for raw audio recordings ,but where this tool run.clear directory stucture is not their.
  
       I follows directory structure as follows
         adapt/an4.txt
              /an4.dic
              /an4_train.fileids
              /an4_train.transcription
              /an4_01.wav
              .
              .
              .
              /an4_20.wav
              /bw
              /mllr_solve
bw and mllr_solve files taken from SphinxTrain/bin/release.
Atleast u have tell difference between Training and adaptation.
--- (Edited on 6/23/2009 8:10 am [GMT-0500] by Visitor) ---