VoxForge
All,
Please forgive a newbie question. I'm just trying to get a quick "hello world" going with julius so I can make sure it will work with my equipment. I'm using a Revolabs Xtag microphone but I also get an error when I use my Quickcam Orb microphone. Both microphones work with my sound recorder.
This is my command line:
./julius -input mic -C /home/ubuntu/Documents/julian.jconf
This is the bottom of the result:
### read waveform input
Stat: adin_oss: device name = /dev/dsp (application default)
Error: adin_oss: failed to open /dev/dsp
failed to begin input stream
any help or advice appreciated
doc
>Error: adin_oss: failed to open /dev/dsp
Are these USB microphones? if so:
The Speech Submission applet assumes that you will use your default audio source. On Fedora 14, you can set your default audio source for your USB microphone in your Sound Preferences:
It's possible that your /dev/dsp is not pointed at the right device. If you have a mobo audio in/out then this is likely /dev/dsp0, and any other audio devices such as USB will be /dev/dspx on top of that.
Devices that are always attached will get picked up on boot and assigned numbers, even if in your system they are deactivated or not used.
Read up on what Julius says about the AUDIODEV environment variable, set it, export it and try again. In my OpenSUSE the audio manager pulseaudio seems to control arecord and aplay but Julius does not see the system settings.
Are you using the newest version of Julius (v4.2)?
see this thread: Julius 4.2 and mic input