Re: FLLR (compression ?) in AIFF file
Re: FLLR (compression ?) in AIFF file
- Subject: Re: FLLR (compression ?) in AIFF file
- From: Brian Willoughby <email@hidden>
- Date: Fri, 8 Aug 2008 02:25:54 -0700
The ID field that was added for AIFC is Compression Type. If it says
'sowt' (which is 'twos' backwards), then it's just like a regular
AIFF, but little-endian. If you want to read this, then you need to
confirm that the file type in the 'FORM' chunk is 'AIFC', not 'AIFF',
and you should also confirm that the size of the 'COMM' chunk is
actually large enough to hold the extra field.
Enjoy.
Brian Willoughby
Sound Consulting
On Aug 8, 2008, at 00:33, Richard Dobson wrote:
Brian Willoughby wrote:
> AIFC can be native endian on all platforms. Witness the AIFC files
> which are created on the fly when you insert an audio CD and view it
> with the Finder. These use the audio data directly off the raw CD,
> and thus they are little-endian.
What's the field to read in the header to discover that?
_______________________________________________
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