Re: from xcode5 to xcode6-beta6, sounds are now distorted on iOS7
Re: from xcode5 to xcode6-beta6, sounds are now distorted on iOS7
- Subject: Re: from xcode5 to xcode6-beta6, sounds are now distorted on iOS7
- From: "Dave O'Neill" <email@hidden>
- Date: Mon, 01 Sep 2014 10:30:03 -0700
I'm not sure what changed this version of Xcode to break your old code, maybe some channels of the mixer weren't enabled (you could try panning them to test). On the mixer, each channel can be stereo or mono and will call it's callback once per cycle. So if you have one data structure that is supposed to be advanced once each cycle, it ends up getting advanced multiple times per cycle because each channel calls the same callback advancing the same data structure.
_______________________________________________
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