Re: .mov into AudioFilePlayer Unit?
Re: .mov into AudioFilePlayer Unit?
- Subject: Re: .mov into AudioFilePlayer Unit?
- From: Bill Phillips <email@hidden>
- Date: Tue, 13 Nov 2012 14:52:24 -0500
Chris, you are correct about AVAssetReader. It is a little fiddly, but essentially you set the ASBD for your output data and let her rip. Much, much easier than using AudioQueue or AudioConverter for the same purpose.
When I played with this last year on iOS4, btw, opening a new AVAssetReader for conversion while in the background would fail. Existing AVAssetReaders were fine. The issue may have been fixed since then, though.