Initializing... drag & drop files here
Supports: OPUS
Opus is a lossy codec built for streaming and voice: the IETF published it as RFC 6716 in September 2012, and it is what WhatsApp voice notes, Discord recordings, WebRTC calls and YouTube audio tracks are encoded with. WAV is not a codec at all — it is Microsoft's RIFF container holding raw PCM samples. The short answer: if the file only has to play, stay on Opus, because it is a tenth of the size for the same listening experience. Convert to WAV when a digital audio workstation, a transcription tool, or an old editor refuses to open Opus, and accept that WAV is bigger without being better.
| Property | Opus | WAV |
|---|---|---|
| What it is | Lossy codec (RFC 6716, September 2012) | RIFF container holding uncompressed PCM |
| Compression | Lossy — discarded detail is gone permanently | None; every sample stored verbatim |
| Sample rate | Encodes at 8–48 kHz internally, always decodes at 48 kHz | Whatever you write; 44.1 and 48 kHz are the norms |
| Bit depth | Not applicable — Opus stores coded frames, not samples | 16, 24 or 32-bit PCM (8-bit companded for A-law / mu-law) |
| Data rate | 6–510 kbit/s | 1,536 kbit/s for 48 kHz 16-bit stereo |
| One minute of stereo | Roughly 0.2–1 MB at typical voice and music rates | About 11.5 MB at 48 kHz 16-bit |
| Practical size ceiling | None you will meet | RIFF stores lengths in 32-bit fields, so classic WAV tops out near 4 GB |
| Editor support | Patchy in older DAWs and NLEs | Universal — every editor since the 1990s reads it |
| Metadata | Ogg comments (title, artist, replay gain) | Optional LIST/INFO chunk that many tools ignore |
| Best for | Sending, streaming, archiving voice notes | Editing, mixing, transcription, mastering chains |
.opus at all — Pro Tools, older Logic and Premiere versions, and plenty of Windows audio tools are in this camp..opus file onto the page or click "Add Files". Several files can be queued and converted with the same settings.There is no bitrate or quality slider on this page, and that is correct rather than an omission: PCM is uncompressed, so the only things that change the file size are the sample rate, the bit depth and the channel count. Multiply them and you have the answer exactly — sample rate × channels × bytes per sample is the byte rate, with no encoder guesswork in between.
| Setting | Byte rate | One minute | Notes |
|---|---|---|---|
| 48 kHz, 16-bit, stereo | 192 KB/s | ~11.5 MB | What "Original" gives an Opus source in stereo |
| 48 kHz, 16-bit, mono | 96 KB/s | ~5.8 MB | The usual result for a voice note |
| 44.1 kHz, 16-bit, stereo | 176.4 KB/s | ~10.6 MB | Only worth it if a CD-era chain demands it |
| 48 kHz, 24-bit, stereo | 288 KB/s | ~17.3 MB | Headroom for further processing, not extra detail |
| 16 kHz, 16-bit, mono | 32 KB/s | ~1.9 MB | Common contract for speech-to-text input |
| 8 kHz A-law or mu-law, mono | 8 KB/s | ~0.5 MB | Lossy 8-bit companding; telephony only |
Two things worth knowing before you choose. First, an Opus stream always decodes at 48 kHz no matter what rate the original recording used — encode a 16 kHz source and the file still reports 48 kHz — so "Original" here means 48 kHz every time, and picking 44100 Hz is a genuine resample, not a relabelling. Second, moving from 16-bit to 24-bit does not recover anything the Opus encoder dropped; it only widens the headroom for processing you are about to do.
No. Opus is lossy, so the detail its encoder discarded is gone permanently and decoding cannot rebuild it. What WAV gives you is a container that stops the bleeding: once the audio is uncompressed PCM, editing and re-exporting it does not stack another round of lossy encoding on top. That is the whole reason production workflows convert.
Leave Audio Sample Rate on "Original" and Audio Codec on PCM 16-bit Little Endian unless something downstream says otherwise. "Original" resolves to 48 kHz for every Opus file, which avoids a pointless resample. Choose 44100 Hz only if a CD-mastering chain or an older project session expects it, and 24-bit only if you are about to apply gain, EQ or dynamics and want the extra processing headroom.
Because Opus stores compressed frames and WAV stores every sample. A voice note encoded around 24 kbit/s becomes a 768 kbit/s mono WAV at 48 kHz 16-bit — about thirty times the data rate — and the ratio does not depend on the source at all. WAV's size is fixed by sample rate, bit depth and channel count, so a heavily compressed original produces the largest apparent jump.
It keeps whatever the Opus file holds when Audio Channel is set to "Original". Opus supports mono, stereo and multichannel, and most messaging apps record voice notes in mono, so a mono WAV is the expected result there rather than a fault. Choose Mono explicitly only when a downstream tool insists on one channel; choosing Stereo on a mono source just writes the same audio twice.
Only for telephony. Both are 8-bit companded G.711 formats — half the size of 16-bit PCM but lossy, and band-limited in practice to a phone channel. They exist on this page for people feeding a PBX, an IVR or an embedded voice system that will not accept linear PCM. For editing, transcription or anything you plan to listen to, use one of the linear PCM options.
There is a structural one. RIFF, the container WAV is built on, records chunk lengths in 32-bit fields, which puts the ceiling near 4 GB — roughly six hours of 48 kHz 16-bit stereo, or twelve hours in mono. Plenty of editors get uncomfortable well before that, so for a very long recording it is usually better to trim the section you need first with the Audio Cutter than to produce one enormous file.
Yes, but expect a second round of loss. Re-encoding a WAV that came from Opus means the audio has been through two lossy passes, which is exactly the generation loss the WAV step was meant to avoid mid-workflow. Convert to a compressed format once at the end. If you want a small distributable file, Opus to MP3 straight from the original is the cleaner route; if you want a compact but lossless master of the finished WAV, WAV to FLAC typically halves it with no quality change at all.
Because that is what Opus does. The codec works internally at 8, 12, 16, 24 or 48 kHz depending on the content, but decoders in general use — including this one — hand back 48 kHz, so every Opus file presents as a 48 kHz stream regardless of what went into it. The extra samples carry no extra information; they are the decoder's output rate, not evidence of higher fidelity.
Your file is uploaded over an encrypted connection, decoded on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. Because WAV output is many times the size of the Opus input, the practical constraint is upload and download time rather than anything about the decode itself.