AU
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|au}}, {{ext|snd}} |mimetypes={{mimetype|audio/basic}} }} '''Sun Microsystems audio file''' ('''.a...") |
Revision as of 16:56, 28 December 2014
Sun Microsystems audio file (.au) is an audio file format commonly used on Sun & NeXT operating systems.
Contents |
Format
Files have a 24-byte header, followed by a optional description field of at least 4 bytes, then the audio data.
Identification
Files begin with signature bytes 2e 73 6e 64
(".snd
").