*** empty log message ***
[chuck-blob.git] / examples / adc.ck
blob3f768ee46fb76316df41a74284bd8c4351a18832
1 // mic-in to audio out
2 // gewang
4 adc => dac;
6 // infinite time-loop
7 while( true )
9     // advance time
10     100::ms => now;