What Is OPUS Audio? (And When to Use It)
OPUS is the codec WhatsApp voice notes, Discord voice chat, and Zoom all use under the hood. Here's why it's technically the best lossy audio codec — and why MP3 still dominates anyway.
OPUS is the most technically capable lossy audio codec on the modern internet. It compresses better than MP3 at every bitrate, better than AAC at low bitrates, has lower latency than any of them, and is patent-unencumbered and royalty-free. If you've made a WhatsApp voice note, joined a Discord voice channel, or had a Zoom call, you've used OPUS.
So why isn't every MP3 a .opus file by now? Compatibility — the same reason MP3 won in 1998. This guide covers what OPUS actually is, where it shines, and when to use it vs. MP3 / AAC.
What OPUS is
OPUS was standardised by the IETF (RFC 6716) in 2012, born from the merger of two earlier codecs — Skype's SILK (good for speech) and Xiph's CELT (good for music). The merger means a single OPUS file can carry voice or music or both, and the encoder dynamically picks the best internal mode per frame.
Compared to other lossy codecs at the same bitrate:
- vs MP3: ~40% smaller at the same perceptual quality. Better at low bitrates (<128 kbps). Much better at very low bitrates (32 kbps OPUS sounds like 96 kbps MP3).
- vs AAC: roughly tied at mid-range bitrates (128-256 kbps). OPUS wins below 96 kbps.
- vs FLAC (lossless): OPUS is 10-20× smaller, with subtle quality loss vs FLAC's perfect reproduction.
Where OPUS shines
- Voice communication. Discord, WhatsApp voice notes, WebRTC (Zoom, Google Meet, Twitch), Telegram, Microsoft Teams all use OPUS internally. Voice at 32-64 kbps is perfectly intelligible and bandwidth-friendly.
- Music streaming at constrained bandwidth. YouTube serves OPUS in its WebM audio streams. Spotify uses OGG-Vorbis (similar family) for lower-tier playback.
- Podcasts on bandwidth-constrained networks. A 1-hour OPUS podcast at 64 kbps is ~28 MB; the same content at MP3 128 kbps is ~56 MB. For people listening over cellular, that matters.
Where MP3 still wins
Compatibility. The OPUS install base is huge inside web browsers, modern phones, and voice-chat apps — but it's not universal:
- Old car stereos — most pre-2015 head units don't play OPUS.
- Most non-Apple Bluetooth speakers — many decode MP3 / AAC / FLAC but not OPUS.
- Smart TVs from 2018 and earlier — patchy.
- Most podcast apps — accept MP3 / AAC, not OPUS. Even though OPUS would technically be better.
- Voicemail / SMS audio attachments — MP3 or AAC only.
- Phone-call answering services / IVR systems — universally MP3 / WAV.
The pattern: anywhere the consumer is a device or embedded system, MP3 / AAC are safer. Anywhere it's a modern web browser or app, OPUS is technically better.
Convert with Dropvert
If you need to convert from OPUS for compatibility:
- Convert OPUS to MP3 — the safe-compatibility output. Encode at 192 kbps minimum to preserve quality; OPUS at 96 kbps re-encoded to MP3 at 128 kbps loses a meaningful amount.
- Convert OPUS to WAV — uncompressed output. Use when you're going to edit in audio software.
If you want to convert to OPUS for bandwidth savings:
- Convert MP3 to OPUS — replaces the MP3 with a smaller OPUS file. Output at the same bitrate or one tier lower.
Both directions are lossy → lossy, so quality stacks. For best results when conversion is needed, do it once from the source rather than chain-converting.
FAQ
Why does my WhatsApp voice note download as .opus and won't play in Windows Media Player? WhatsApp stores voice notes as OPUS in a .opus container, which older Windows installations don't recognise. Modern Windows 10+ plays them via the bundled "Films & TV" app, or you can convert to MP3 with Convert OPUS to MP3 first.
Is OPUS better than AAC for storing my music library? Slightly, at the same bitrate, especially below 128 kbps. But unless you're hitting bandwidth caps, the practical difference is small. AAC is more widely compatible across hardware. Pick AAC for library; pick OPUS for "I'm uploading 10 GB of audio to a service that bills by bandwidth".
Why is OPUS not more popular? Network effects. MP3 was first, AAC came with iTunes, OPUS came after both were already ubiquitous in software and hardware. Better-codec doesn't beat installed-base.
Tools mentioned in this guide
Related guides
How to Convert M4A to MP3 (iPhone Voice Memos and Apple Music)
iPhone voice memos and Apple Music downloads save as M4A. Most non-Apple devices and email systems prefer MP3. Here's how to convert in your browser.
How to Remove Vocals from a Song (For Karaoke or Remixes)
AI-powered stem separation can pull the vocals out of a finished song, leaving an instrumental backing track. Browser-based, no upload, no signup. Here's how it works and what to expect.
How to Remove Background Noise from Audio (Hum, Hiss, Room Tone)
Clean up podcast recordings, voice memos, and Zoom calls with one click. FFT-based noise reduction handles the most common problems: AC hum, room tone, traffic, white noise.