Initializing... drag & drop files here
Supports: OGG
Decode Ogg Vorbis into uncompressed WAV so you get an editable PCM master that every DAW, sampler, transcription tool and game engine opens without a plugin. The conversion is a decode, not an upgrade: Vorbis is lossy, so the WAV holds exactly what the .ogg currently contains and nothing that Vorbis already discarded. What changes is that the file now edits and re-saves without stacking another lossy generation on top — and that it is roughly ten times larger.
Unlike most online converters, this page exposes the PCM format itself, so you can pick 16-, 24- or 32-bit output rather than accepting whatever the tool decides.
.ogg onto the page or click "Add Files" to browse. Several files can be queued and converted with the same settings in one batch..wav. Files are uploaded over an encrypted connection, converted on our servers and deleted automatically after a few hours — no sign-up, no watermark.There is deliberately no bitrate, quality-preset or target-size control here. WAV stores raw samples, so its size is fixed by duration × sample rate × bit depth × channels; the three settings in steps 2 and 3 are the only things that move it.
| Audio Codec option | Bytes per sample | Size, 1 min stereo at 44.1 kHz | Pick it when |
|---|---|---|---|
| PCM 16-bit Little Endian | 2 | ~10.6 MB | Default choice — CD resolution, universal support, what almost everything expects |
| PCM 24-bit Little Endian | 3 | ~15.9 MB | The file is going into a mix or master and you want extra headroom for gain staging |
| PCM 32-bit Little Endian | 4 | ~21.2 MB | A pipeline that specifically asks for 32-bit integer PCM |
| PCM A-law | 1 | ~5.3 MB | A telephony or IVR system that expects G.711 A-law (the European variant) |
| PCM mu-law | 1 | ~5.3 MB | A telephony system that expects G.711 mu-law (the North American and Japanese variant) |
Raising the bit depth above 16 does not add detail that is not already in the source — a lossy Vorbis file has no extra resolution hiding in it. Go to 24-bit for the working headroom during processing, not because you expect the file to sound better on its own.
| Property | OGG (Vorbis) | WAV (PCM) |
|---|---|---|
| Compression | Lossy transform coding | Uncompressed linear PCM |
| Container | Ogg, Xiph.Org (IETF RFC 3533) | RIFF, Microsoft and IBM, 1991 |
| Byte order | Not applicable — a coded stream | Little-endian |
| Typical bitrate | ~45–500 kbit/s depending on encode quality | 1,411 kbit/s at 44.1 kHz / 16-bit stereo |
| Size, 1 min stereo | Around 1 MB at 128 kbit/s | About 10.6 MB at 44.1 kHz / 16-bit |
| Maximum file size | No fixed container ceiling | About 4 GiB — RIFF uses 32-bit chunk sizes |
| Metadata | Vorbis comments, well standardised | LIST/INFO chunks or bolted-on ID3; inconsistent across applications |
| Editing behaviour | Re-encodes lossily on every save | Sample-accurate, no generation loss |
| Browser support | Chrome 4+, Firefox 3.5+, Edge 17+, Opera 11.5+; not Safari | Every major browser |
| Best for | Streaming, game audio, download size | Editing, mastering, sampler libraries, CD authoring |
No. Vorbis discarded audio data when the .ogg was first encoded, and that is permanent. WAV then stores the decoded result with no further loss, so the WAV sounds the same as the OGG — it does not sound like the original recording. The genuine benefit is that PCM edits and re-saves without adding another lossy generation, which matters if the file is about to be cut, processed or bounced repeatedly.
16-bit at the source's own sample rate for anything that is going to be played, and 24-bit if the file is heading into a mix where you will be applying gain and processing. Leave Audio Sample Rate on Original unless a session or device demands a specific figure — Vorbis files are usually 44,100 or 48,000 Hz already, and upsampling a lossy source adds bytes without adding information. Use 44100 Hz for music delivery and 48000 Hz for video work if you must pick explicitly.
Because nothing is compressed. At 44.1 kHz, 16-bit, stereo, every second is 44,100 samples × 2 bytes × 2 channels = 176,400 bytes, or roughly 10.6 MB per minute, regardless of the content. A 128 kbit/s Vorbis file is around 1 MB per minute, so the ratio is close to eleven to one. A higher-bitrate source expands less; a 320 kbit/s .ogg is only about four times smaller than its WAV.
They are the two G.711 telephony codings, and in a WAV file they are stored under their own RIFF format tags rather than as linear PCM. Each stores one logarithmic byte per sample instead of two linear ones, so the file is half the size of 16-bit PCM with roughly telephone-grade fidelity. Choose one only when a phone system, IVR platform or legacy voice application specifically asks for it. For anything you intend to listen to or edit, pick 16-bit linear PCM.
Effectively yes: the RIFF container uses 32-bit chunk sizes, which caps a standard WAV at about 4 GiB. At 44.1 kHz 16-bit stereo — 176,400 bytes per second — that works out to roughly six and three-quarter hours, and at 24-bit or a higher sample rate proportionally less. Very few conversions get near it, and the more realistic constraint is upload and download time for a long recording. Trim the section you need if the whole file is more than you want to move.
They carry identical audio and differ mainly in byte order and ecosystem: WAV is little-endian and the safe default everywhere, AIFF is big-endian and the traditional Apple format. Choose WAV for cross-platform work, broadcast delivery, sampler libraries and anything you are sending to someone else. Choose OGG to AIFF if you are staying inside macOS audio applications and prefer their native format. There is no quality difference.
Probably not in full. Vorbis comments are a well-defined free-form tagging system; WAV's equivalent is the LIST/INFO chunk, which covers far fewer fields, and many applications instead append ID3 tags in a non-standard way. Expect a plain audio file. If tagging matters more than an uncompressed container, OGG to FLAC keeps Vorbis comments natively, including cover art.
WAV is the wrong direction for sharing. Keep the original .ogg, or produce something more universally playable with OGG to MP3. If you have already edited the WAV and need to shrink the result, WAV to OGG takes it back to a streaming-friendly size, and the Audio Compressor targets a size directly. Remember that each lossy encode is another generation — do the editing in PCM and compress once at the end.