Menu

make_feats parameters

Help
Aenima1891
2007-09-14
2012-09-22
  • Aenima1891

    Aenima1891 - 2007-09-14

    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

     
    • Nickolay V. Shmyrev

      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;

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.