VoxForge
Hello,
I'm trying to get myself trained on HTK with a baby data set.
My problem arises when I try to use HCopy to convert the files to .mfcc. I have been trying to convert my HTK files (.sig ) to .mcff files.My analysis.conf file is as follows:
# Acoustical analysis configuration file:
SOURCEFORMAT = HTK
TARGETKIND = MFCC_0_D_A
# Unit = 0.1 micro second :
WINDOWSIZE = 250000.0
TARGETRATE = 100000.0
NUMCEPS = 12
USEHAMMING = T
PREEMCOEF = 0.97
NUMCHANS = 26
CEPLIFTER = 22
# The End
***
I use the following command:
HCopy -A -D -C analysis.conf -S targetlist.txt
--- (Edited on 6/28/2011 1:42 pm [GMT-0500] by ossia) ---
> trying to convert my HTK files (.sig ) to .mcff files
what does the HTK book say about your errors?
--- (Edited on 8/2/2011 9:41 am [GMT-0400] by kmaclean) ---