Hi all,
i have written a code in c# to recognize speech from .wav file. My code could successfully recognize all digits except "six". And the dict i am using consist
zero Z IH R OW
zero(2) Z IY R OW
zero(3) DH UW D V V IY R AE
zero(4) DH UW DH V DH IY N ER AH AW AH L
one W AH N
one(2) HH W AH N
two T UW
two(2) D CH UH M
three TH R IY
three(2) T DH EY L IY IY
three(3) D EY L IY EY IY IY
four F AO R
four(2) DH AH L AO AH N
five F AY V
six S IH K S
six(1) S F IH K S
six(2) DH EY T D HH DH G
six(3) DH EY P HH DH G
seven S EH V AH N
eight EY T
eight(2) DH AH EY IY
nine N AY N
Hi all,
i have written a code in c# to recognize speech from .wav file. My code could successfully recognize all digits except "six". And the dict i am using consist
and the language model i am using is
and my command line is
Arguments = "/c pocketsphinx_continuous.exe -infile cccccc_converted.wav -hmm Bunch -lm en-us.lm -dict micro.dict"
Please help me to resolve this issue or mail me the correct dict or lm to my mail id mabdulhaseeb44@gmail.com
Thanks in Advance.
waiting for u suggestions and reply........
Last edit: Nickolay V. Shmyrev 2016-05-06
To get help on accuracy you need to provide an audio data to reproduce your problems.