Initializing... drag & drop files here
Supports: M4A
M4A is Apple's audio format using AAC compression. AU (Audio file format) was developed by Sun Microsystems for Unix systems. It stores uncompressed PCM audio data. Converting M4A to AU is useful for Unix/Linux system sounds and audio applications, Java audio APIs (javax.sound.sampled) that prefer AU input, scientific and research applications requiring raw PCM data, and legacy Solaris and NeXTSTEP audio workflows.
| Feature | M4A (AAC) | AU (Sun Audio) |
|---|---|---|
| Developer | Apple | Sun Microsystems |
| Compression | Lossy (AAC) | Uncompressed (PCM) |
| File size (1 min, stereo) | ~1 MB at 128 kbps | ~10 MB at 44100 Hz |
| Audio quality | Good (lossy) | Perfect (lossless PCM) |
| Platform | Apple ecosystem | Unix/Linux, Java |
| Best for | Music, podcasts | System sounds, scientific |
| Sample Rate | Quality | Use Case |
|---|---|---|
| 8000 Hz | Telephone | VoIP, system alerts |
| 22050 Hz | AM radio | Simple sound effects |
| 44100 Hz | CD quality | Music, high-quality audio |
| 48000 Hz | Broadcast | Professional audio |
AU is an uncompressed PCM format — there are no compression options because the audio data is stored raw. The output file will be significantly larger than the M4A source. Use Mono channel and a lower sample rate to reduce file size.
Yes. AU stores uncompressed PCM data, so a 1 MB M4A file at 128 kbps becomes roughly 10 MB as AU at 44100 Hz stereo. To minimize size, convert to Mono and use 8000 Hz sample rate for voice content.
Java audio APIs (javax.sound.sampled), Unix/Linux system sounds, Audacity, MATLAB, and legacy Sun Solaris applications. AU is also used in scientific computing for raw audio data processing.
Yes. Under Trim, switch to "Trim" and enter a Start Time and Duration. This extracts a specific segment, which also reduces the output file size.
Yes. AU supports both mono and stereo. Under Audio Channel, choose Stereo to preserve both channels or Mono to halve the file size.