<div dir="ltr"><div>Doug,</div><div> </div><div>Thanks. It has been a long time since I wrote c++ but there is nothing obvious. It looks like the device name is being found (seems to be passing the test) and the fail is on. The device name appears to be the audio device line out of the GUI with the left 5 characters removed.</div>
<div> </div><div> if (AlsaBad(snd_pcm_open(&pcm_handle, alsa_device.constData(),<br> SND_PCM_STREAM_CAPTURE, 0), // blocking mode<br> "pcm open failed"))</div><div>
</div><div>Looks like I am going to have to look into the ALSA code to figure out what snd_pcm_open is looking for.</div><div><br>Dave</div></div>