Re: Using AudioConverterFillComplexBuffer to Decompress Audio File Dynamically
Re: Using AudioConverterFillComplexBuffer to Decompress Audio File Dynamically
- Subject: Re: Using AudioConverterFillComplexBuffer to Decompress Audio File Dynamically
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 19 Aug 2013 22:57:00 +0200
If you are just trying to decompress an audio file in memory, you can use the CoreAudio ExtendAudioFile API which does exactly that:
Le 19 août 2013 à 22:46, Richard Oths < email@hidden> a écrit : Hello,
Trying to convert compressed audio file dynamically and populating array with PCM sample integer amplitudes for further evaluation. Following the steps in http://www.subfurther.com/blog/category/ipod/ - I am good up to the point of writing to file via assetWriterInput object. But why can't i grab the decompressed sample data before they are written into file? My hunch is that there is more going on behind the scenes with the assetWriter in terms of conversion.
Is AudioConverterFillComplexBuffer the correct approach to capture decompressed audio dynamically? Any examples are greatly appreciated.
~Mickey
-- Jean-Daniel
|
_______________________________________________
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