VoxForge
I have followed the thread at http://www.voxforge.org/home/forums/message-boards/general-discussion/cant-run-julius/julian-in-ubuntu-karmic But still the problem is not solved for my case. I don't even have the /dev/dsp directory.
I am lost please help me.
Many Thank
Have you fixed your problem?
I faced just same problem below:
manhyung@ubuntu:~/voxforge/manual$ julian -input mic -C julian.jconf
include config: julian.jconf
###### check configurations
###### initialize input device
adin_mic_standby: device=/dev/dsp
adin_mic_standby: open device: No such file or directory
Error: failed to ready input device
Terminated
So I solved the problem with 'padsp'
just type "$padsp julian -input mic -C julian.jconf"
padsp: /usr/bin/padsp - redirect OSS audio devices to PulseAudio
-manhyung
I used the internal mic.
i edited a file.
use this code.
cd /etc/modprobe.d/sound
edit this file and add these two parameters.
options snd-trident index=0
options snd-usb-audio index=1
try working julius.hope it works