VoxForge
1. Create a codetrain.scp script in your 'voxforge/auto' folder containing the following information:
This is an HTK a file containing a list of each audio file you created and the name and location of the MFCC file (special HTK audio format) it will be converted to. See Step 5 of the Tutorial for further details.2. Create a new directory called 'mfcc' in your 'voxforge/adapt' folder.
3. Then execute the HTK HCopy command from your 'voxforge/adapt' directory as follows:
$/home/yourusername/htk-3.2.1/bin.linux/HCopy -A -D -T 1 -C wav_config -S codetrain.scp |
Note: remember to replace "yourusername" with your user name.