hey guys im getting an error when trying to use a USB mic with portaudio. wondering if anyone could help me solve this problem. <br>im using ubuntu intrepid studio. portaudio is loaded correctly and sees the all the devices. when i do a &quot;pa call&quot; using the built in sound card, i am able to connect to the call. but when i set the &quot;pa indev #7&quot; (#7 is the USB mic) and then do a &quot;pa call&quot; i get the following error<br>
<br>&gt;pa call 4800<br>2009-01-28 12:33:09 [NOTICE] switch_channel.c:566 switch_channel_set_name() New Channel portaudio/4800 [bae25c96-ed61-11dd-a1c3-d19a8f52ba15]<br>2009-01-28 12:33:09 [ERR] mod_portaudio.c:1350 engage_device() Error opening audio device retrying<br>
2009-01-28 12:33:11 [ERR] mod_portaudio.c:1359 engage_device() Can&#39;t open audio device<br>2009-01-28 12:33:11 [NOTICE] mod_portaudio.c:1739 place_call() Close Channel portaudio/4800 [CS_NEW]<br>API CALL [pa(call 4800)] output:<br>
FAIL:Device Error!<br><br>here is the output from &quot;pa devlist&quot;<br><br>
&gt; pa devlist<br>
API CALL [pa(devlist)] output:<br>
0;/dev/dsp;16;16;r,o<br>
1;/dev/dsp1;16;0;<br>
2;Intel ICH6: Intel ICH6 (hw:0,0);2;2;<br>
3;Intel ICH6: Intel ICH6 - MIC ADC (hw:0,1);2;0;<br>
4;Intel ICH6: Intel ICH6 - MIC2 ADC (hw:0,2);2;0;<br>
5;Intel ICH6: Intel ICH6 - ADC2 (hw:0,3);2;0;<br>
6;Intel ICH6: Intel ICH6 - IEC958 (hw:0,4);0;2;<br>
7;Samson C01U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : USB Audio (hw:1,0);2;0;i<br>
8;front;0;2;<br>
9;default;128;128;<br>
10;dmix;0;2;<br><br>any input would be much appreciated. thanks again for developing such a fine piece of software! <br>
<br>