how can i tell to the SphinxTrain's script "make_feats.pl" that i'm using raw files in input?
i'm not able to do that!
thanks
With the latest Sphinxtrain in config file (etc/sphinx_train.cfg):
$CFG_WAVFILES_DIR = "$CFG_BASE_DIR/wav"; $CFG_WAVFILE_EXTENSION = 'raw'; $CFG_WAVFILE_TYPE = 'raw'; # one of nist, mswav, raw $CFG_FEATFILES_DIR = "$CFG_BASE_DIR/feat"; $CFG_FEATFILE_EXTENSION = 'mfc'; $CFG_VECTOR_LENGTH = 13;
Log in to post a comment.
how can i tell to the SphinxTrain's script "make_feats.pl" that i'm using raw files in input?
i'm not able to do that!
thanks
With the latest Sphinxtrain in config file (etc/sphinx_train.cfg):
Audio waveform and feature file information
$CFG_WAVFILES_DIR = "$CFG_BASE_DIR/wav";
$CFG_WAVFILE_EXTENSION = 'raw';
$CFG_WAVFILE_TYPE = 'raw'; # one of nist, mswav, raw
$CFG_FEATFILES_DIR = "$CFG_BASE_DIR/feat";
$CFG_FEATFILE_EXTENSION = 'mfc';
$CFG_VECTOR_LENGTH = 13;