Is it possible to use -allphone TRUE with pocketsphinx? I'm recognizing live speech.
Aside from eliminating the LM, do other switches need to be modified?
Here are the switches I'm currently using:
-live TRUE -lm \sphinx\model\lm\wiki\wiki.arpa.DMP -dict \sphinx\model\lm\wiki\wiki.dic -fdict \sphinx\model\hmm\wsj1\noisedict -hmm \sphinx\model\hmm\wsj1 -sendump \sphinx\model\hmm\wsj1\sendump -adcin TRUE -samprate 16000 -fwdflat FALSE -bestpath FALSE -mdef \sphinx\model\hmm\wsj1\mdef -mean \sphinx\model\hmm\wsj1\means -mixw \sphinx\model\hmm\wsj1\mixture_weights -var \sphinx\model\hmm\wsj1\variances -tmat \sphinx\model\hmm\wsj1\transition_matrices -mmap TRUE -logfn \sphinx\log.txt -agc none
Wiki.arpa.DMP and wiki.dic are LM and dictionary files of my own creation.
CB
Log in to post a comment.
Is it possible to use -allphone TRUE with pocketsphinx? I'm recognizing live speech.
Aside from eliminating the LM, do other switches need to be modified?
Here are the switches I'm currently using:
-live TRUE
-lm \sphinx\model\lm\wiki\wiki.arpa.DMP
-dict \sphinx\model\lm\wiki\wiki.dic
-fdict \sphinx\model\hmm\wsj1\noisedict
-hmm \sphinx\model\hmm\wsj1
-sendump \sphinx\model\hmm\wsj1\sendump
-adcin TRUE
-samprate 16000
-fwdflat FALSE
-bestpath FALSE
-mdef \sphinx\model\hmm\wsj1\mdef
-mean \sphinx\model\hmm\wsj1\means
-mixw \sphinx\model\hmm\wsj1\mixture_weights
-var \sphinx\model\hmm\wsj1\variances
-tmat \sphinx\model\hmm\wsj1\transition_matrices
-mmap TRUE
-logfn \sphinx\log.txt
-agc none
Wiki.arpa.DMP and wiki.dic are LM and dictionary files of my own creation.
CB