Skip to content
Novus Examples
au129.2 KB

AU — 1 kHz Sine Tone

A pure 1 kHz sine tone stored as a Sun/NeXT AU file — big-endian 16-bit PCM, 3 seconds, 44.1 kHz mono. A compact reference for AU decoding and format conversion.

Rendered preview of AU — 1 kHz Sine Tone

Rendered preview of the au file (129.2 KB). Download above for the original.

Specifications

Sample Rate
44100 Hz
Bit Depth
16
Channels
1
Frequency
1000 Hz
Duration Sec
3
Byte Order
big-endian
Codec
PCM (uncompressed)

What is a .au file?

AU (Sun/NeXT audio) is a simple audio format with a short header followed by sample data, historically using 8-bit mu-law or linear PCM encoding. It is a legacy Unix-world format that is compact and easy to parse. It appears in older systems and Java audio contexts.

How to use this file

Use an example AU to test legacy audio decoding, mu-law handling, and converters or players that must support older Unix and Java sound formats.

Generated by generation/audio_formats.py. Free for any use, no attribution required — license.