#!/bin/sh

HMM=../model_parameters//sl_speech_dutch.cd_cont_1000

sphinx3_decode \
	-adcin yes \
	-cepext ".wav" \
	-agc none \
	-ctl test.ctl \
	-fsg test.fsg \
	-cepdir ./data \
	-dict ./test.dic \
	-fdict ${HMM}/noisedict \
	-bestpath TRUE \
	-op_mode 2 \
	-hmm ${HMM}
