Loading audio tools…
Loading audio tools…
Pull the audio track out of any video file and save it as a WAV file.
Sometimes you just need the sound from a video — a screen recording's narration, an interview clip, a song from a downloaded music video, or a podcast that was only published as a video file. Rather than opening a full video editor just to strip out one track, this tool decodes your video file and isolates its audio directly in your browser, with nothing uploaded to a server. It works with any video format your browser can play natively, including MP4, WebM, and MOV, and outputs a lossless WAV file you can drop straight into an audio editor, transcription tool, or DAW. Upload the file, click extract, and the WAV downloads automatically once processing finishes.
Your audio never leaves your browser. All processing uses the Web Audio API locally.
Extracts and decodes the audio track from any video or audio file and exports it as WAV using the Web Audio API.
Drop a video or audio file
MP4, WebM, MOV, MKV, MP3, WAV, AAC…
Upload your video or audio file
Click 'Choose File' or drag and drop your file. Supports MP4, WebM, MOV, and most other browser-playable formats.
Click Extract Audio
Hit the Extract Audio button. The tool decodes the file and isolates the audio track in your browser.
WAV file downloads automatically
The extracted audio is saved as a lossless WAV file to your downloads folder.
Video files are containers — formats like MP4, WebM, and MOV don't hold a single stream of data, they multiplex separate video and audio streams together into one file, along with metadata describing how to play them back in sync. Extracting audio is fundamentally a demuxing operation: the tool decodes the container, locates the audio stream, and pulls it out independently of the video stream, which gets discarded. This is different from converting a video to an audio format like MP3 in one step — here the tool decodes whatever audio codec the video used internally (commonly AAC in MP4, or Opus/ Vorbis in WebM) and re-encodes it as lossless PCM WAV, so the output isn't degraded further by an additional lossy compression pass.
People reach for audio extraction for a range of practical reasons: pulling narration out of a screen recording to clean up or repurpose separately, grabbing the audio from an interview or webinar recording for transcription, isolating a song from a downloaded video clip, or preparing a video's dialogue track for a podcast feed. In each case, the alternative — opening a full video editor just to export an audio-only track — is far more overhead than the task requires. This tool does the one thing needed: strip the audio, keep it lossless, and hand you a file ready for the next step.
The WAV output is deliberately lossless and uncompressed rather than an MP3 or AAC, because stacking a second lossy codec on top of whatever the video's original audio track used would only degrade quality further. If your workflow specifically needs a smaller or more portable format afterward, pair this tool with the MP3 Converter or the Compress Audio tool to shrink the extracted file down once you've confirmed the extraction itself sounds correct.
One consequence of the lossless, uncompressed WAV output is file size — a five-minute audio track at 44.1 kHz stereo runs roughly 50 MB, considerably larger than the original video's audio-only footprint, since video codecs typically compress their audio streams. That tradeoff is intentional: it keeps the extraction step itself from introducing any additional quality loss, leaving compression as a separate, deliberate choice you make afterward if file size matters for your use case.
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 audio 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 audio files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory