Re: How to capture audio generated by a render callback, iOS
Re: How to capture audio generated by a render callback, iOS
- Subject: Re: How to capture audio generated by a render callback, iOS
- From: Paul Davis <email@hidden>
- Date: Wed, 05 Dec 2012 12:32:40 -0500
it is not possible to write NON-interleaved MULTI-channel files. it is just logically nonsense.
if you want to write multiple channels to a single file, the file must be interleaved. basically. this isn't a CAF or CoreAudio restriction - you will find it an all APIs on all platforms for this sort of thing.
the only way you could ever get around this is with an API that allowed you to state how many samples the file would contain. that would generate a file that very few other applications could read correctly, and anyway, it would not work for streaming.
_______________________________________________
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