OGG to MP3
Converts .ogg audio to MP3 in your browser, free, with no upload. Handles both Vorbis and Opus inside the Ogg container — the two get confused constantly. Useful for audio out of Discord, Telegram, game files and open-source software that will not play elsewhere.
drop your OGG here
or click to pick a file.
At a glance
| Input formats | .ogg (Vorbis or Opus), .oga, plus most other audio |
|---|---|
| Output format | MP3 (MPEG-1 Layer III) |
| Bitrates | 128, 192, 256 or 320 kbps |
| Sample rate | Preserved from the source |
| Batch | Yes — drop several files, get a zip back |
| Practical size limit | ~500 MB per file (browser memory) |
| Uploads your file | No — runs entirely in the page |
| Signup required | No |
What actually changes
First, a distinction that causes a lot of confusion: Ogg is a container, not a codec. A file ending in .ogg usually holds Vorbis audio, but it may equally hold Opus. They are different codecs by the same organisation, and Opus — the newer one — is what Discord, Telegram, WhatsApp and most modern voice chat actually use.
This matters because people search for "ogg to mp3" when what they have is an Opus file, and for "opus to mp3" when what they have is Vorbis. This tool decodes both, so the distinction does not have to be resolved before you start. If your file has an .opus extension specifically, the Opus page is the more direct route.
Either way the conversion is lossy-to-lossy: the source is decoded and re-encoded as MP3. Both Vorbis and Opus are more efficient codecs than MP3, particularly at low bitrates, so the MP3 will typically need to be larger to hold onto the same quality.
When you'd want this
- Voice messages and audio downloaded from Discord or Telegram, which arrive as Ogg and which a lot of desktop software will not open directly.
- Game audio assets. Ogg Vorbis has been the default for game sound for two decades — Unity, Godot, Minecraft and countless others ship it — because it is royalty-free.
- Recordings from open-source tools, where Ogg is often the default output for licensing reasons rather than technical ones.
- Getting audio into older editing software, DJ software or a car stereo, most of which handle MP3 and shrug at Ogg.
- Sending a file to someone else when you cannot be sure what they will try to open it with. MP3 is the safe default in a way Ogg has never quite managed to become.
Settings that matter here
For a voice recording — which is most Ogg files people convert — 128 or 192 kbps is ample. Speech is easy material, and Discord voice messages are typically encoded at a low bitrate to begin with, so a high MP3 bitrate just inflates the file without adding anything that survived the original encode.
For music or game audio, use 256 or 320 kbps. Vorbis and Opus are more efficient than MP3, so matching the perceived quality of a 192 kbps Vorbis file generally takes an MP3 somewhat above that.
If the source is a quiet voice message, converting is only half the job — run the result through the amplifier or the normalizer. If you are converting a batch of game assets that need consistent levels, normalizing the set afterwards is usually more useful than picking a higher bitrate.
What you lose
A generation of quality from the second lossy encode. On speech this is essentially undetectable; on music it is subtle at high bitrates and becomes noticeable if you convert a low-bitrate Ogg down to a low-bitrate MP3.
You lose efficiency. The MP3 will usually be larger than the Ogg it came from for equivalent quality, because the newer codecs simply do more with fewer bits. That is the price of a format everything can read.
Metadata does not transfer — Vorbis comments are not translated into ID3 tags, so titles and artwork are dropped.
You also lose one genuinely useful Opus capability: very low-bitrate speech. Opus stays intelligible at bitrates where MP3 falls apart, so if you are working with a heavily compressed voice message, keep the original rather than treating the MP3 as a replacement.
FAQ
Is .ogg the same as Opus?
Not quite. Ogg is a container that usually holds Vorbis audio but can also hold Opus. Discord, Telegram and WhatsApp voice messages are typically Opus inside an Ogg container. This tool decodes both, so you do not need to know which you have.
What bitrate should I pick for a Discord voice message?
128 kbps is plenty. Voice messages are encoded at a low bitrate to start with, so a higher MP3 bitrate only inflates the file — it cannot restore detail that was never in the source.
Why is my MP3 bigger than the original .ogg?
Because Vorbis and Opus are more efficient codecs than MP3, especially at lower bitrates. Matching the quality of an Ogg file generally takes a somewhat larger MP3. That extra size buys compatibility.
Can I convert game audio files in bulk?
Yes. Drop the whole set and you get a zip back with filenames preserved. Nothing is uploaded, so the batch size is limited only by your machine's memory.
Do the tags come across?
No. Vorbis comments are not translated into ID3 tags, so titles, artists and artwork are dropped and you get audio plus the filename.