Tool guide
WAV is a poor choice for web audio: every visitor downloads tens of megabytes for a second of sound. Opus inside an OGG packs the same material far tighter and plays natively from an audio tag in Chrome and Firefox. This page repacks your track through the browser's MediaRecorder on your own device, which means Safari may not offer the format at all — and the tool will say so rather than guess. See also: the same Opus wrapped in WebM, an MP3 fallback for older browsers, an AAC version for mobile players.
Firefox and most desktop Chrome builds offer Opus-in-OGG recording. Safari on macOS and iOS usually does not, and the page warns you instead of handing over a mislabelled file. Switch browsers, or build an MP3 with the neighbouring converter.
Chrome, Firefox and Android browsers play Opus-in-OGG out of the box; some Safari versions do not. For a public site list several sources inside the audio tag — .ogg first, .mp3 as the fallback — and let the browser choose.
Opus is markedly more efficient than MP3 at the same perceived quality: short interface sounds shrink twentyfold or more, music beds about tenfold. MediaRecorder picks the bitrate and it is not adjustable here, so judge by the output size.
MediaRecorder encodes while playing back; browsers expose no fast offline Opus encoder. So do not switch tabs or let the screen sleep — throttled playback leaves silence or a truncated tail at the end of the file.
The output is an OGG container and the stream inside is already Opus. If a pipeline insists on .opus, just rename the file — the contents are identical. To go back the other way, use the OGG to WAV converter.
No. The file is read locally, played into the tab's own recorder, and the OGG is assembled in browser memory. No network request carries the audio, so unreleased tracks and rough takes stay on your machine.
Before: ui-hover.wav — 520 KB, 16-bit PCM, 44.1 kHz, stereo, 3 s
After: ui-hover.ogg — about 25 KB, Opus, ready for an audio tag
Before: ambient-loop.wav — 32 MB, 16-bit PCM, 44.1 kHz, stereo, 3:10
After: ambient-loop.ogg — about 2.8 MB, Opus, the page loads noticeably faster
Your rating and feedback help decide what to improve next.