For AIFF, you can review code from SOX(or other freeware) to get a very good
idea how it is structured. It won't be a complete spec, but it is free and
helpfull for people like me who think "the code is the most accurate
documentation" :). AIFF/AIFC is very close to the RIFF format in MS .wav
files. It contains the same length length/name preceded chunks of data (in
big-endian format) with special chunks to specify audio format and codec.
Code I wrote to parse/create both is very similar.
Todd
----- Original Message -----
From: "M. Alexander Broadhead" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 8:35 AM
Subject: RE: [MP3 ENCODER] structure of aiff and mp3 files
> Howdy Sanjog,
>
> > Could somebody please tell me as to where i can find the
> > structure of an aiff as well as mp3 file ?
>
> Well, you can buy the MPEG-1 (ISO/IEC 11172-3) and MPEG-2 (ISO/IEC
13818-3)
> specifications from ISO or whatever its national representative is in your
> country; that'll get you Layers-I, II, _and_ III. But I think Gabriel may
> have some version of one or more of these at his site (mp3-tech.org) as
> well.
>
> As to AIFF, it's an Apple specification, so I expect you can probably
either
> find the documentation at their website, or, barring that, buy it in one
of
> their 'Inside Macintosh' series of reference books.
>
> Hope that helps,
> Alex
>
>
> _______________________________________________
> mp3encoder mailing list
> [EMAIL PROTECTED]
> http://minnie.tuhs.org/mailman/listinfo/mp3encoder
>
>
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder