OGG to WAV
Usually done to get game or Unity audio assets into an editor, since OGG is the standard shipping format for game sound and PCM is what tools expect.
Loading converter
What survives the conversion
Derived from what each format is able to store, not from what the conversion promises.
Kept
- OGG carries nothing that WAV can also hold.
- Original audio (lossless), which OGG could not store
Lost
- Tags
Decoded from Vorbis to 16-bit PCM WAV. Roughly 10 MB per minute of stereo audio.
Not for shipping audio back into a game build. Keep OGG for that.
About these formats
Common questions
Does converting OGG to WAV lose anything?
Yes. Tags cannot be carried into WAV and is dropped. Usually done to get game or Unity audio assets into an editor, since OGG is the standard shipping format for game sound and PCM is what tools expect.
Are my files uploaded when I convert OGG to WAV?
No. The conversion runs in your browser tab, so the file is never transmitted and the page works offline once loaded.
What settings does Filoven use for OGG to WAV?
Decoded from Vorbis to 16-bit PCM WAV. Roughly 10 MB per minute of stereo audio.
When should I not convert OGG to WAV?
Not for shipping audio back into a game build. Keep OGG for that.
Related conversions
This page uses the Audio Converter, which handles other formats too.
Last updated 2026-08-03