第一个Julius例子,在安装完Julius Voxforge之后,到如下目录
/usr/share/doc/julius-voxforge/examples/Readme
另外一个详细的例子:语音操控Rtythmbox
*.grammar *.voca是自己必须给出的,其他的*.dict *.dfa *.term是通过mkdfa.pl 命令 ,自动生成的。
注意:
1.LInux Sound System现在主要用的是ALSA/PulseAudio,OSS已经很老了。
2.failed to open /dev/dsp
/dev/dsp是OSS产生的东西
3.Error: adin_alsa: unable to get pcm info from card control
需要安装 alsa-lib alsa-driver
http://wiki.debian.org/SoundFAQ
4.alsa not supported built-in
这说明在从源码包编译的时候,没有启动alsa选项。
./configure --enable-alsa
mic默认为alsa
至于基础包的安装,可以参考Julius的官方文档 linux installation
5.出现延迟的现象,不能输入声音的现象,是因为占用了Virtual Box占用了Microphone,重启vbox即可。虚拟机中看到sound=>input 灰的术语正常现象,查看主机的host的sound=>input,就已经设置好了。