#!/bin/sh

HMM=../model_parameters/sl_speech_dutch.cd_semi_1000.s2models

sphinx2_batch \
	-adcin yes \
	-adcext wav \
	-agc none \
	-ctlfn test.ctl \
	-fsgfn test.fsg \
	-datadir ./data \
	-dictfn ./test.dic \
	-ndictfn ${HMM}/noisedict \
	-phnfn ${HMM}/phone \
	-mapfn ${HMM}/map \
	-hmmdir ${HMM} \
	-hmmdirlist ${HMM}\
	-8bsen TRUE \
	-sendumpfn ${HMM}/sendump \
	-cbdir ${HMM} \
	-bestpath TRUE
