Convert au to aiff

Free online AU to AIFF converter

Convert Sun/NeXT AU audio to standard PCM AIFF with codec, quality, and sampler compatibility checks.

Convert AU to AIFF online - free

Uploading…
Selected files exceed the 180 MB total limit. Please select fewer or smaller files.

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your .au file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform .au to .aiff conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted .aiff file

    Conversion result is ready to download.

How to convert au to aiff file

  • Audio

Legacy Unix, Sun/NeXT, Java, or game audio may be supplied as .au, while a Mac-oriented editor, sampler, or delivery requirement accepts AIFF instead. Conversion creates a file the target software can identify as AIFF; it does not improve the source recording.

AU format

AU, also called Sun/NeXT audio, is an audio container developed by Sun Microsystems. Files usually use .au or .snd and commonly start with the signature .snd.

AU appears in Solaris and other Unix-era software, NeXT-derived systems, Java resources, and older multimedia assets. It can contain uncompressed signed PCM, 8-bit G.711 μ-law or A-law, floating-point audio, and other legacy encodings; an AU extension alone does not establish the codec, sample rate, bit depth, or channel count.

AIFF format and advantages

AIFF, Apple’s Audio Interchange File Format, is normally stored as .aif or .aiff. Standard AIFF stores uncompressed PCM samples, conventionally in big-endian byte order, with defined sample rate, channel count, and bit depth.

AIFF is supported by many macOS applications, DAWs, audio editors, and hardware samplers. It can also store markers and metadata chunks. If a program specifically requests AIFF, create standard PCM AIFF rather than AIFF-C/AIFC unless that program explicitly supports the compressed AIFF variant.

Convert an AU file to AIFF

Use the converter on 101convert.com to convert the file without installing software: upload the .au file, select AIFF as the output format, start the conversion, and download the resulting .aiff file. Do not rename input.au to input.aiff; changing an extension does not change the container or audio codec.

For local, repeatable conversion, FFmpeg can decode most AU variants and write standard 16-bit PCM AIFF:

ffmpeg -i input.au -c:a pcm_s16be output.aiff

Use 24-bit PCM when the source has higher than 16-bit integer precision and the destination supports it:

ffmpeg -i input.au -c:a pcm_s24be output.aiff

Audacity provides an interactive alternative. Open the AU file, choose File → Export Audio, select AIFF (Apple/SGI) as the format, select the required sample encoding, and save the file with an .aiff extension. Set the project or export sample rate before exporting when the receiving device specifies one.

Quality and compatibility checks

An uncompressed PCM AU file can be transferred to AIFF without changing its audio samples only when the conversion retains compatible sample rate, channel count, and bit depth. Converting 24-bit or floating-point audio to 16-bit PCM reduces stored precision; resampling or changing stereo to mono also changes the audio data.

Many AU files contain 8-bit μ-law, often at 8 kHz mono. Decoding μ-law to 16-bit PCM AIFF improves compatibility, but cannot restore detail removed by μ-law companding or the original low sample rate. Standard PCM AIFF will also usually be larger than a μ-law AU file.

Inspect the source before choosing export settings when compatibility matters. FFmpeg can report the detected codec and stream properties:

ffprobe -v error -select_streams a:0 -show_entries stream=codec_name,sample_rate,channels,bits_per_raw_sample -of default=nw=1 input.au

Some samplers accept only 16-bit, 44.1 kHz, mono AIFF. Apply those requirements explicitly rather than relying on defaults:

ffmpeg -i input.au -ac 1 -ar 44100 -c:a pcm_s16be output.aiff

Open the converted file in the intended application to confirm that its AIFF variant, sample rate, channel layout, and bit depth are accepted.

AU vs AIFF: format comparison

How the AU and AIFF formats compare on the properties that matter most for this conversion.

Comparison of the AU and AIFF file formats
Property .AU Sun/NeXT audio file .AIFF Audio Interchange File Format
Compression Uncompressed Uncompressed
Audio quality Lossless
Audio channels Up to stereo
Metadata support Basic Basic
Streaming Yes No
DRM protection No DRM No DRM
Opens in a web browser Partial No
Typical file size Large Very large
Open standard Yes Partly open
Best used for Speech and voice Editing and post-production
Introduced 1988 1988
Developer Sun Microsystems / NeXT Apple Computer, Inc. (originally)
MIME type audio/basic audio/aiff

Frequently asked questions

Is the AU to AIFF converter free?

Yes, converting AU to AIFF on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my AU file be?

You can upload AU files up to 1000 MB and convert up to 100 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert AU to AIFF?

No. The AU to AIFF conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid AU file for this AU to AIFF conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.