Skip to content
Novus Examples
au

What is a .au file?

audio/basic

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 a .au 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.

Convert a .au file to another format

← All file formats