VoxForge
Hello all ,
iam trying to make coding for the data in my Examply using HCopy .
i have config file contain :
****************************
# Coding parameters
TARGETKIND = MFCC_0
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T
WINDOWSIZE = 250000.0
USEHAMMING = T
PREEMCOEF = 0.97
NUMCHANS = 26
CEPLIFTER = 22
NUMCEPS = 12
ENORMALISE = F
******************************
and i have codetr.scp file contain the path for my training data like that :
D:\HTK\EX\Train\s001.wav D:\HTK\EX\Trainmfc\s001.mfc
D:\HTK\EX\Train\s002.wav D:\HTK\EX\Trainmfc\s002.mfc
D:\HTK\EX\Train\s003.wav D:\HTK\EX\Trainmfc\s003.mfc
*******************************
and run HCopy command
HCopy -T 1 -C config -S codetr.scp
and get errors :
ERROR [+6313] OpenPranChannel: cannot open pram file
D:\HTK\EX\Train\s001.wav
ERROR [+6313] OpenAsChannel : OpenParmchannal faild
and so onn for buffer
can any one help me for in this problem ??
and is my Codetr.scp written right ?!!
really need help , and thanks all
--- (Edited on 12/20/2011 5:25 am [GMT-0600] by Visitor) ---
[ also on HTK-users ]
Page 345 of the manual says that error codes +??13 are "Cannot read from file"
"Cannot read data from file. The file may have been truncated, incorrectly formatted or the filter process may have died".
So is D:\HTK\EX\Train\s001.wav
the sort of RIFF WAVE format that HTK can read (there are many RIFF WAVE
formats). Can you play the audio without a hitch? Are you using a
filter process?
Tony
--
Dr Tony Robinson
Founder Cantab Research Ltd
--- (Edited on 20-December-2011 12:36 pm [GMT+0000] by TonyR) ---