AU
From Just Solve the File Format Problem
(Difference between revisions)
m (Add Kaitai Struct) |
|||
(One intermediate revision by one user not shown) | |||
Line 24: | Line 24: | ||
== Sample files == | == Sample files == | ||
− | * https://hg.java.net/hg/solaris~on-src/file/b23a4dab3d50/usr/src/cmd/audio/samples/au | + | * [https://web.archive.org/web/20151028183456/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 23:07, 16 April 2025
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