[chuck-users] No stereo WvOut?

Adam R. Tindale adamtindale at hotmail.com
Tue Oct 4 04:12:14 EDT 2005


Hi,

I have been using Bias Peak which will read .L and .R files. So I 
record two mono files and then read them into Peak.

dac.left =>  WvOut wL => blackhole;
dac.right => WvOut wR => blackhole;

"chuckrecord.wav.L" => wL.wavFilename;
"chuckrecord.wav.R" => wR.wavFilename;

You could also try some sort of audio hijack type utility or 
soundflower if you are on OSX. Right now the only stereo UGens are 
pan2, mix2, adc and dac.

I hope this helps.

--art

On Oct 4, 2005, at 12:38 AM, Tyler Gillies wrote:

> ChucKas,
>
> I'm running 1.2.0.2-pre and trying to write to stereo WAV
> file like this:
>
> dac => WvOut w => blackhole;
> "foo.wav" => w.wavFilename;
>
> However, foo.wav gets written as a mono file. What to do?
>
> Thanks,
>
> Tyler Gillies
>
>
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>




More information about the chuck-users mailing list