AU

From Hydrogenaudio Knowledgebase
Revision as of 19:30, 27 January 2022 by Porcuswiki (talk | contribs) (The "Audio codecs" is not much in use. Obsoleting it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Taken from wikipedia

The AU file format is a simple audio file format that consists of a header of 6 32-bit words and then the data (high-order byte comes first). The format was introduced by Sun Microsystems.

The type of encoding depends on the value of the 'encoding' field (word 3 of the header). Formats 2–7 are uncompressed PCM. Formats 23–36 are ADPCM. Formats 1 and 27 are μ-law and A-law, respectively. Several of the others are DSP commands or data, designed to be processed by the NeXT MusicKit software.

External Links