[chuck-users] WvOut

eduard eduard.aylon at gmail.com
Tue Nov 8 06:28:57 EST 2005


Could you give a quick example on how to use WvOut in order to write  
to a file?
I have tried the following with no success, a part from having an  
empty "audio" file:

WvOut waveOut;
gain g;
0.9 =>g.gain;
noise whitenoise;
0.5 => whitenoise.gain;
"/CHUCK/samples/test.wav"=>waveOut.wavFilename;
whitenoise => waveOut;
whitenoise =>  dac;
2::second => now;
waveOut.closeFile;
whitenoise =< dac;





More information about the chuck-users mailing list