/kaldi

Kaldi Testing

Primary LanguageShell

Kaldi

Recipe for MiniLibriSpeech

Source:

Recipe taken from crim Kaldi repo cloned with:

  • git clone https://www.crim.ca/stash/scm/reco/crim_kaldi_egs.git

It is located at:

  • crim_kaldi_egs/mini_librispeech/s5

Snippets of code are taken from:

  • crim_kaldi_egs/mini_librispeech/s5/run.sh

Prepare directory structure and symbolic links

Create symbolic links in crim_kaldi_egs/mini_librispeech/s5 for:

  • steps: ln -s ../wsj/s5/steps .

  • utils: ln -s ../wsj/s5/utils .

Create directories if not already present in recipe:

  • conf: Configuration file for specific recipe. The directory conflocal requires one file mfcc.conf, which contains the parameters for MFCC feature extraction.

  • local: Local contains data for this specific recipe or project.