Re: Wrap .aac into .m4a container
Re: Wrap .aac into .m4a container
- Subject: Re: Wrap .aac into .m4a container
- From: William Stewart <email@hidden>
- Date: Mon, 28 Jul 2008 18:34:47 -0700
Using the AudioFileReadPackets call you can read the AAC packets from
an ADTS file. Using AudioFileWritePackets you can write them to an M4A
file.
So, its easy to write an audio file duplication tool by just opening
an existing file, creating a new file with the same data format, then
read/write the packets of audio data and the magic cookie, to the new
file.
Bill
On Jul 26, 2008, at 6:37 AM, Thomas Clement wrote:
Hi,
What is the easiest way to wrap a raw .aac file into a regular .m4a
container ?
Can I do that using Core Audio or is there another framework I
should use (QTKit ?) ?
Thanks,
Thomas
_______________________________________________
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
_______________________________________________
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