Re: Newbie questions
Re: Newbie questions
- Subject: Re: Newbie questions
- From: tahome izwah <email@hidden>
- Date: Sun, 5 Apr 2009 21:55:50 +0200
What you want to do is for each sample frame:
float mono = .5*(left+right);
left -= mono;
right -= mono;
That's basically it. Left and right will now contain only the edges of
the stereo field.
--th
2009/4/5 James Cicenia <email@hidden>:
> Hmmm,,
>
> So I am now a bit confused? I can't just "OUTPUT=LEFT-RIGHT" ?
>
> I won't be starting in earnest until tomorrow but was just perusing my
> email.
> Any code snippets would help get me started.
>
> Thanks
> James
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden