[chuck-users] writing stereo files

Robert Poor rdpoor at gmail.com
Mon Apr 27 12:33:41 EDT 2009


How do I convince WvOut to write a stereo file?

I tried (essentially):

	Pan2 pan => dac => WvOut writer => blackhole;
	writer.wavFilename("foo.wav");

and it wrote a mono file.

I then tried:

	Pan2 pan => WvOut writer => dac;
	writer.wavFilename("foo.wav");

and it still wrote a mono file.

I didn't see anything in the .pdf documents that suggested WvOut has a  
parameter to control the number of channels.

Suggestions?

- Rob



More information about the chuck-users mailing list