Kevin Koltzau wrote:
On Monday 13 June 2005 11:49 pm, Jeremy White wrote:
What happens if you change the snd_pcm_open line to tweak the 3rd parameter from 0 to SND_PCM_NONBLOCK?
With that flag set it does get past that point, however it ends up not detecting any devices.
Actually, try this one instead. Turns out that if you open a device with default:0 on some versions of alsalib (my laptop, as opposed to my work box), then snd_pcm_name() fails. Sigh.
Jer