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...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|au}}, {{ext|snd}} | |extensions={{ext|au}}, {{ext|snd}} | ||
|mimetypes={{mimetype|audio/basic}} | |mimetypes={{mimetype|audio/basic}} | ||
+ | |pronom={{PRONOM|x-fmt/139}} | ||
+ | |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. | ||
Line 22: | Line 25: | ||
== Sample files == | == Sample files == | ||
* https://hg.java.net/hg/solaris~on-src/file/b23a4dab3d50/usr/src/cmd/audio/samples/au | * https://hg.java.net/hg/solaris~on-src/file/b23a4dab3d50/usr/src/cmd/audio/samples/au | ||
+ | * {{DexvertSamples|audio/au}} | ||
== Resources == | == Resources == |
Latest revision as of 04:09, 28 December 2023
Sun Microsystems audio file (.au) is an audio file format commonly used on Sun & NeXT operating systems.
Contents |
[edit] Format
Files have a 24-byte header, followed by a optional description field of at least 4 bytes, then the audio data.
[edit] Identification
Files begin with signature bytes 2e 73 6e 64
(".snd
").
[edit] Specifications
[edit] Software
[edit] Sample files
- https://hg.java.net/hg/solaris~on-src/file/b23a4dab3d50/usr/src/cmd/audio/samples/au
- dexvert samples — audio/au