<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Dear Sir,</DIV>
<DIV>&nbsp;</DIV>
<DIV>In my PC, there are two audio interface.</DIV>
<DIV>One is the default in motehr board (SoundMax).</DIV>
<DIV>Another is USB dungo.</DIV>
<DIV>I can use --dacx and --adcx to&nbsp;force the audio input and ouput&nbsp;in 
SoundMax.</DIV>
<DIV>But I can not use --dacx or --adcx to force the input in USB dungo.</DIV>
<DIV>I do not know what is wrong.</DIV>
<DIV>The codes are as follows:</DIV>
<DIV>&nbsp;adc =&gt; gain g =&gt; blackhole;<BR>float x;<BR>while( true 
)<BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp; g.last() =&gt; x;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
if( std.fabs(x) &gt;= .05 ){</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;&lt;&lt; x, "hello" &gt;&gt;&gt;; <BR>&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}<BR>&nbsp;&nbsp;&nbsp;&nbsp; 1::samp =&gt; now;<BR>}<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Best Regards<BR>Lewis<BR></DIV></BODY></HTML>