Loading video tools…
Loading video tools…
Extract the audio track from any video and download it as a WAV file.
Sometimes you only need the sound — a podcast clip buried in a screen recording, a lecture you want to listen to on a commute, or a voiceover you want to reuse without the picture attached. Downloading a whole video just to get its audio wastes storage and adds an extra conversion step. This tool decodes the video in your browser, captures its audio track, and hands you back a standalone WAV file in one pass — no separate download, no desktop software, and no video-editing skills required. Drop in a file, click extract, and get audio you can drop straight into a podcast editor, voice memo app, or another audio tool.
Your video never leaves your browser. All processing runs locally using Canvas and MediaRecorder.
Exports the audio track as a WAV file using the Web Audio API. No server upload.
Drop a video to extract audio from
or click to browse — max 500 MB · MP4, WebM, MOV, AVI
Your video files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your video files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory
Upload your video
Drag and drop or click to select your video file.
Click Extract Audio
The audio track is decoded and rendered instantly in your browser.
Download the result
Save the extracted WAV file.
Every video file is a container — MP4, WebM, MOV — holding at least two separate streams multiplexed together: a video stream and an audio stream, each encoded with its own codec. Technically, pulling the audio out is a demuxing operation: separating the streams without touching the encoded data inside either one. Desktop tools that use FFmpeg do exactly that — they copy the audio bytes straight out of the container, bit for bit, which is fast and lossless. Browsers don't expose that kind of low-level container access to a web page, so this tool takes a different route: it plays the video silently in the background, routes the decoded audio through the browser's recording pipeline, and captures the result as a new file. The output is a faithful copy of what you'd hear, even if it isn't a byte-identical extraction of the original stream.
That approach has a practical implication worth knowing: because the tool has to actually play the video to capture its sound, extraction takes roughly as long as the video's runtime, not an instant flash like some server-side tools promise. A three-minute clip takes about three minutes to process. In exchange, nothing gets uploaded anywhere — the video is decoded, played, and recorded entirely inside your browser tab using the Canvas and MediaRecorder APIs, the same building blocks browsers use for screen recording and video calls.
People reach for this tool in a handful of recurring situations: turning a recorded Zoom call or webinar into a podcast-style audio file, ripping the narration off a screen-capture tutorial, pulling a voiceover or sound effect out of a longer edit to reuse elsewhere, or simply converting a video someone sent you into something you can listen to without staring at a screen. It sits alongside the rest of the /video-tools/ toolkit as the inverse of Mute Video, which strips audio out and keeps the picture — Extract Audio keeps the sound and discards the picture. If your video's file size is the real problem rather than needing the audio separately, Compress Video is the better starting point.
One nuance worth flagging: the extracted WAV is a re-recording, not a direct stream copy, so extremely precise audio-restoration work (forensic analysis, exact loudness matching against the source) may show tiny artifacts from the re-encode pass. For everyday use — podcasts, voice notes, sampling, archiving — the difference is not audible. If you need the file in a smaller, more shareable format afterward, run the WAV through an MP3 or other audio converter as a second step.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated:
Your video files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your video files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory