Initializing... drag & drop files here
Supports: OPUS
Opus is a modern, highly compressed audio codec — the format behind most voice notes and web audio. AU (.au / .snd) is Sun Microsystems' minimal Unix-era sound format. Converting one to the other decodes the compressed Opus stream into the plain PCM audio that legacy Unix tooling, older Java applications, and scientific pipelines expect. The honest trade-off, spelled out below, is that the .au comes out much larger than the Opus without sounding any better — you are unlocking compatibility, not gaining fidelity. If you just want to play or edit the audio, Opus to WAV and Opus to MP3 are the better targets.
| Property | Value |
|---|---|
| Standard | IETF RFC 6716 |
| Released | September 2012 |
| Codec / payload | Hybrid SILK (speech) + CELT (music), lossy |
| Container | Ogg (.opus), or raw in WebM/Matroska |
| Bitrate range | 6 kbps to 510 kbps; voice notes are typically ~16 kbps mono |
| Sample rate | Up to 48 kHz; downsamples internally for low-bitrate speech |
| Native playback | Chrome, Firefox, Edge, Android, VLC, ffmpeg; patchy in older Windows/macOS players |
| Typical real-world source | WhatsApp / Discord / Telegram voice notes, WebRTC streams, web audio |
| Best for | Small, efficient voice and music delivery |
| Property | Value |
|---|---|
| Developer | Sun Microsystems (Unix workstations / NeXT, late 1980s) |
| Header | Fixed 24-byte header (.snd magic 0x2e736e64), big-endian / network byte order |
| Heritage encoding | 8-bit µ-law at 8 kHz mono — telephone-grade |
| Also holds | 8/16/24/32-bit linear PCM, A-law, IEEE float, ADPCM (G.72x) |
| What this tool writes | 16-bit big-endian linear PCM by default (uncompressed) |
| MIME type | audio/basic |
| Native playback | Unix sound tools, classic Java AudioClip, VLC, ffmpeg; not phones/browsers |
| Best for | Feeding legacy Unix, Java, embedded, and scientific systems that consume .au |
Opus has already thrown away the inaudible parts of the signal during recording — that is why a one-minute voice note can be only a few hundred kilobytes. This converter decodes that stream and writes 16-bit big-endian linear PCM into the .au (the standard uncompressed encoding for the format). Decoding Opus to PCM adds no new generation of loss — the decoder faithfully reconstructs the waveform Opus describes. What it cannot do is rebuild detail the original Opus encode already discarded. The result is a file that is many times larger (uncompressed 16-bit stereo PCM runs around 1.4 Mbps regardless of source) but carries exactly the quality the Opus already had. The default is plain PCM, not the format's 8-bit µ-law heritage, so there is no additional telephone-grade quality cut layered on top — but the conversion still cannot turn a low-bitrate voice note into hi-fi.
.opus file onto the page, or click "+ Add Files" to browse. You can queue several voice notes or clips and convert them all with the same settings..au. Leave it there unless the consuming tool needs a specific rate (classic AU pipelines often expect 8000 Hz)..au file individually or as a ZIP. No sign-up, no watermark.16-bit big-endian linear PCM — the standard uncompressed encoding for the AU container, written into the fixed 24-byte .snd header that Sun defined. This converter does not default to AU's historical 8-bit µ-law telephone encoding, so you are not adding a second, telephone-grade quality reduction on top of the Opus compression. You get a faithful, uncompressed PCM copy of whatever the Opus stream contained — clean enough for a Unix tool or Java application to read, just much larger than the original.
No, and that is an honest limit rather than a tool flaw. Opus is lossy, so it discarded inaudible (and, at low voice-note bitrates, some audible) detail during recording. Decoding it to uncompressed PCM inside an .au reproduces that audio faithfully but cannot rebuild what was thrown away. You end up with a file that is much larger — PCM is uncompressed — carrying exactly the quality the Opus already had. Converting buys compatibility with .au-only software, not fidelity.
Because some software only speaks .au. The realistic cases are narrow but real: legacy Unix sound tooling and shell pipelines, older Java applications (the classic AudioClip and early Java Sound era expected audio/basic), and scientific, embedded, or instrumentation systems built around the format's trivially simple 24-byte header. If a pipeline like that needs to ingest a voice note or web-audio clip, decoding it to a plain PCM .au unlocks the workflow. For anything modern or cross-platform, AU is the wrong target.
Because the .au holds uncompressed PCM while the Opus was highly compressed. A one-minute Opus voice note can be a few hundred kilobytes; the same minute as 16-bit linear PCM runs into the megabytes (about 1.4 Mbps for 16-bit/44.1 kHz stereo, less for mono at a lower rate). The size jump is the cost of an uncompressed, legacy-friendly format. If you would rather keep things small and playable, convert to a lossy format with Opus to MP3 instead. In our testing, a 60-second 16 kHz mono Opus voice note (about 480 kB) decoded to a roughly 1.9 MB 16-bit PCM .au.
Unix-native sound tools, classic Java media frameworks, VLC, and ffmpeg all read .au directly. What generally does not play it: smartphones, web browsers, and most consumer media apps — AU never became a mainstream consumer format. So treat .au as a feed for the specific legacy or scientific tool that asks for it, and convert to Opus to WAV (for editing) or Opus to MP3 (for everyday playback) when you need the audio to play broadly.
For most people, WAV. Both AU and WAV can carry the same uncompressed 16-bit PCM, but WAV is the de-facto interchange format that virtually every audio editor and player on every platform accepts, whereas AU is tied to Unix, Java, and scientific niches. Pick .au only when the downstream tool specifically requires that extension or its minimal audio/basic structure. Otherwise Opus to WAV gives you the same lossless decode in a far more widely supported file. If you later need to compress back to an efficient format, the reverse tool is AU to Opus.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.