AU
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM & Wikidata) |
m (Add Kaitai Struct) |
||
Line 6: | Line 6: | ||
|pronom={{PRONOM|x-fmt/139}} | |pronom={{PRONOM|x-fmt/139}} | ||
|wikidata={{wikidata|Q672985}} | |wikidata={{wikidata|Q672985}} | ||
+ | |kaitai struct=au | ||
}} | }} | ||
'''Sun Microsystems audio file''' ('''.au''') is an audio file format commonly used on Sun & NeXT operating systems. | '''Sun Microsystems audio file''' ('''.au''') is an audio file format commonly used on Sun & NeXT operating systems. |
Revision as of 15:07, 16 September 2023
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
").
Specifications
Software
Sample files
- https://hg.java.net/hg/solaris~on-src/file/b23a4dab3d50/usr/src/cmd/audio/samples/au
- https://telparia.com/fileFormatSamples/audio/au/