IT Market
Tools/Audio/Convert/OGG to WAV Converter Online — Opus and Vorbis
OGG в WAV
Длительность-
Частота-
Каналы-
Размер WAV-
Конвертация выполняется через Web Audio API. Поддержка исходного формата зависит от браузера.

Tool guide

OGG to WAV Converter Online — Opus and Vorbis

The OGG container carries most of the free-codec world: messenger voice notes with Opus inside, sounds from open-source game engines, old Vorbis dumps. Plenty of desktop editors refuse to open them, while every editor takes a plain WAV. This page decodes the OGG with the browser's own engine and writes PCM at the original rate, keeping the data inside the tab; the WAV to OGG tool compresses it back.

How to use it

  1. Click the OGG file field and pick a file with an .ogg extension or an audio/ogg type.
  2. If your message is saved as .oga or .opus, rename it to .ogg or the picker will filter it out.
  3. Press convert: the browser unpacks the Vorbis or Opus stream and writes the samples into a WAV container.
  4. Download the WAV and check the sample rate — Opus normally decodes at 48 kHz, which is expected.
  5. Reset the field before handling the next voice message.

FAQ

How do I turn a messenger voice note into WAV?

Save the audio out of the chat — in Telegram that is Save As on the message — and it usually arrives as .ogg or .oga. Rename it to .ogg if needed, select it here and press convert. The resulting WAV opens in any editor and suits speech-transcription software.

Is Opus supported, or only classic Vorbis?

Both, as long as your browser can decode them, and current Chrome and Firefox handle Vorbis and Opus alike. Voice notes are almost always Opus; older game sounds are Vorbis. There is no codec switch — it is detected from the file itself.

Why did the sample rate change to 48 kHz?

Opus is defined at 48 kHz and always decodes to it, even when the microphone captured 16 or 24 kHz. Nothing is degraded; the signal is simply represented with more samples. Resample afterwards in an editor if your pipeline needs a specific rate.

My .opus file will not appear in the file dialog.

The field accepts .ogg and audio/ogg, so the system dialog hides other extensions. Rename a copy to .ogg — the container contents are unchanged and the browser identifies the codec from the data. The same applies to .oga.

Why is the WAV dozens of times larger?

Opus at speech bitrates is extremely efficient, fitting a minute of voice into a few tens of kilobytes. WAV stores every sample in full, so the same minute of 48 kHz mono is about 5.5 MB. A 50-100x jump is normal for voice notes.

Is my voice message uploaded anywhere during conversion?

No. The file stays in tab memory: the page reads it locally, decodes it with the browser and builds the WAV on your device. No network request carries audio, so private voice notes never reach a third-party service.

Examples

Voice message that has to be transcribed
Before: voice-message.ogg — 210 KB, Opus, 48 kHz, mono, 2:40
After: voice-message.wav — 15 MB, 16-bit PCM, 48 kHz, mono
Gunshot from an open game asset pack
Before: shot.ogg — 24 KB, Vorbis, 44.1 kHz, stereo, 1.2 s
After: shot.wav — 210 KB, 16-bit PCM, 44.1 kHz, stereo