⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pocketsphinx_test.in

📁 WinCE平台上的语音识别程序
💻 IN
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -