pocketsphinx_test.in
来自「WinCE平台上的语音识别程序」· IN 代码 · 共 26 行
IN
26 行
#!/bin/shS2BATCH=@prefix@/bin/pocketsphinx_continuousHMM=@prefix@/share/pocketsphinx/model/hmm/wsj0TASK=@prefix@/share/pocketsphinx/model/lm/turtleCTLFILE=@prefix@/share/pocketsphinx/model/lm/turtle/turtle.ctlecho " "echo "sphinx2-test"echo "Run CMU Sphinx2 in Batch mode to decode an example utterance."echo " "$S2BATCH -adcin yes \ -cepext 16k \ -samprate 16000 \ -agc none \ -fwdflat no -bestpath no \ -lm ${TASK}/turtle.lm \ -dict ${TASK}/turtle.dic \ -hmm ${HMM} \ -mmap yesecho ""echo "TEST FINISHED"echo "If you want to log the output to a file, add the flag"echo "-logfn <logfilename> to this script and rerun"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?