[chuck-users] about "dac/adc" to control input/out??

Lewis Liu jcliu at contrel.com.tw
Mon Jan 23 02:16:22 EST 2006


Dear Sir,

In my PC, there are two audio interface.
One is the default in motehr board (SoundMax).
Another is USB dungo.
I can use --dacx and --adcx to force the audio input and ouput in SoundMax.
But I can not use --dacx or --adcx to force the input in USB dungo.
I do not know what is wrong.
The codes are as follows:
 adc => gain g => blackhole;
float x;
while( true )
{
     g.last() => x;
     if( std.fabs(x) >= .05 ){


              <<< x, "hello" >>>; 
  
              }
     1::samp => now;
}


Best Regards
Lewis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20060123/d925c480/attachment.htm


More information about the chuck-users mailing list