ffmpeg-powered
Full WAV encoding — 16-bit, 24-bit, 44.1 kHz, 48 kHz — using the production ffmpeg codec.
100% private
Your audio never leaves your browser. Perfect for voice recordings, music demos, or stems.
Video → WAV too
Drop an MP4 to extract its audio as a clean, uncompressed WAV for use in your DAW.
When to use WAV
WAV (Waveform Audio File Format) stores audio as uncompressed PCM samples — the raw digital waveform with nothing removed. That makes WAV the gold standard for audio production, editing, and archiving because there are no encoding artifacts to interfere with subsequent processing.
The most common cases: your DAW (Pro Tools, Logic, Ableton) requires WAV or AIFF input. A video editor needs the audio separated from a video file. A game engine needs uncompressed audio assets. A client requires WAV for broadcast delivery. A speech recognition API only accepts WAV.
When NOT to use WAV: if you're distributing audio for end consumers, WAV is unnecessarily large — a 3-minute WAV file at 44.1 kHz / 16-bit stereo is about 30 MB, while the same audio as MP3 at 192 kbps is 4 MB. Use WAV for production and editing; use MP3 or AAC for delivery.