← Back to Media Tools
🎵

Audio Converter

Convert, trim, fade, normalize and tag audio — batch process as many files as you like, entirely in your browser.

FreeNo UploadBatch
Studio Controls

Drop audio or video files here

Batch convert as many files as you like — nothing ever leaves your device.

Works with whatever your browser can already play — MP3, WAV, OGG, M4A/AAC, most FLAC and WEBM. Some video files decode too, depending on your browser.

Queue

No files yet — add some above to get started.

What actually runs where

No external engine, no API, no CDN — this page is 100% self-contained code. Decoding uses your browser's own built-in Web Audio API; trimming, fades, volume, normalize, speed and reverse are computed with hand-written code on top of it; and WAV, AIFF and ZIP files are assembled byte-by-byte by our own encoder, right here in this file. Nothing is ever uploaded, and nothing is ever fetched from the internet after this page loads.
Output formatsWAV and AIFF are written by our own lossless encoder — always available, instant. "Compressed" uses your browser's own built-in encoder (Opus/WebM or AAC/MP4, whichever your browser supports) — real MP3/FLAC encoding needs a bundled third-party library, which we deliberately left out.
Input formatsWhatever your browser can already play: MP3, WAV, OGG, M4A/AAC, and usually FLAC and WEBM. Older/exotic formats (WMA, AMR, AC3, ALAC, APE) depend on your specific browser and aren't guaranteed without an external library.
Not included (honestly)True MP3/FLAC encoding and "AI" noise removal, speaker ID or language detection all need bundled libraries or large ML models — left out on purpose rather than silently depending on a CDN.

🔗 Related Tools

📋 How to Use This Tool

  1. Step 1: Drag in your audio or video files, or click Choose Files — add as many as you like.
  2. Step 2: Pick an output format and adjust quality, trim, fades, volume or tags from the panel on the left.
  3. Step 3: Click Convert All, then download each file or grab everything as one ZIP.

⚡ Key Features & Benefits

  • Lossless Output: WAV and AIFF, written instantly by our own encoder — plus a compressed Opus/AAC option using your browser's built-in encoder.
  • Batch Processing: Convert dozens of files in one queue, download individually or as one ZIP.
  • Real Editing: Trim, fade, normalize, volume, speed and reverse — computed directly with the Web Audio API.
  • No API, No CDN: Every byte is generated by code on this page. Nothing is uploaded, nothing is fetched from the internet.

Encoding…

Your browser's built-in encoder is capturing this in real time — compressed export takes about as long as the audio itself.