Having built Librispeech model and running the supplied example to produce transcripts, I need to now test another audio file. What is required to do this ?
1. Read through the instructions for the ASpIRE model at
https://chrisearch.wordpress.com/2017/03/11/speech-recognition-using-kaldi-extending-and-using-the-aspire-model/ . I realise these instructions are for a different model, but I found the instructions very clear.
2. Converted a wav file to 16-bit 8khz mono waveform with ffmpeg and placed the wav file in the /kaldi/egs/librispeech/s5/data/test_clean_example/example_wav folder
3. Modified wav.scp to contain an additional line, describing the wav file from step 2
4. Do I simply run decode.sh in it's current form, or does it also need modifying ?