AU
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM & Wikidata) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(One intermediate revision by one user not shown) | |||
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. | ||
Line 24: | 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