Re: Convert an in-memory AAC file to LPCM
Re: Convert an in-memory AAC file to LPCM
- Subject: Re: Convert an in-memory AAC file to LPCM
- From: Richard <email@hidden>
- Date: Fri, 26 Sep 2014 19:29:40 -0400
Chris,
I will look at the Audio Queue Processing Tap API in the header files. One thing is
that I don't really want to play out the audio, I just need it converted to LPCM so that
my app can do some processing, so my "tap function" will need to prevent the audio
from reaching the speakers (it's an endpoint rather than a tap).
And no, I won't need any audio unit effects, because my app has some proprietary
DSP code I need to use.
I will try out your suggestion. I already started integrating the Audio Converter Services
stuff, but I am having some trouble getting it to work. I can see why you recommended
an alternative.
Richard