Step 4 - Coding the Data
Create Codetrain.scp
1. Create a new directory called 'mfcc' in your 'voxforge/test' folder.
2. Create a codetrain.scp script in your 'voxforge/test' 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.Config file
3. Create a file called wav_config in your 'voxforge/test' folder and add the following:
SOURCEFORMAT = WAV |
Command
4. Then execute the HTK HCopy command from your
'voxforge/adapt' directory as follows:
| $HCopy -A -D -T 1 -C wav_config -S codetrain.scp |