Re: iOS 8 ExtAudioFile AppleLossless distortion
Re: iOS 8 ExtAudioFile AppleLossless distortion
- Subject: Re: iOS 8 ExtAudioFile AppleLossless distortion
- From: Robert Carroll <email@hidden>
- Date: Mon, 12 Jan 2015 11:49:27 -0500
Can I ask what data type you are using for your samples?
I replaced all references to AudioUnitSampleType with float this morning. That gets me correct playback on iOS8, but on iOS7 I get overloaded noise. On iOS7 AudioUnitSampleType was working, as was SInt32.
I’m running this on 2 iPads with the two iOS’s. Testing the arch with #if __LP64__ shows 32-bit for both devices. I can try switching to a fixed width int as per Doug Wyatt;s suggestion. My preference is to find a structure that will run on both iOS’s.
rob
On Jan 11, 2015, at 8:31 PM, Dave O'Neill < email@hidden> wrote:
|
_______________________________________________
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