Convert WAV
Uncompressed PCM. Large, simple, editable. Every pair below runs in the browser. The file is not uploaded. Video and audio use FFmpeg in WebAssembly, fetched from this origin once, about 30 MB, then cached by the service worker. The clip itself is not part of that download.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “WAV to something” can land on a page that only does that job. The file picker on those pages expects WAV when you are leaving this format, or produces WAV when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a WAV file, convert it. You should see this origin. You should not see a POST of the file. Google Analytics, if it is on, is page views — not your WAV bytes. If a tool needs a server, it is not on this site.
This site can read it. This site can write it. Engine: ffmpeg.
Convert from WAV
Convert to WAV
Related: Convert · All formats · How it works