Stereo to Mono Converter

Load a stereo audio file, downmix it to mono (L+R averaged), and download the result as a WAV — entirely in your browser.

Load Audio File

How Stereo-to-Mono Downmix Works

  • 1. A stereo file stores two independent sample streams — Left (L) and Right (R).
  • 2. The standard downmix averages them: mono = (L + R) / 2.
  • 3. This preserves center-panned content (vocals, kick drum) at full level while the stereo width collapses to zero.
  • 4. Hard-panned or out-of-phase content may sound softer or cancel — this is expected mono-compatibility behavior.

Load an audio file to convert it

Summary

Load a stereo audio file, downmix it to mono (L+R averaged), and download the result as a WAV — entirely in your browser.

How it works

  1. Click "Choose File" and select any stereo audio file (MP3, WAV, OGG, AAC, FLAC, or other browser-supported format).
  2. The tool decodes the file in the browser and reads both the left and right channel sample arrays.
  3. Each sample pair is averaged — (L + R) / 2 — to produce a single mono channel at the same sample rate.
  4. Click Preview to play back the downmixed mono audio directly in the page.
  5. Click Download WAV to save the mono result as a 16-bit PCM WAV file.

Use cases

  • Prepare a voice-over recording for broadcast systems that require mono audio.
  • Reduce file size by halving channel count before transcoding or uploading.
  • Check mono compatibility before publishing a podcast or radio ad.
  • Convert a stereo interview recording to mono for a transcription service.
  • Downmix a music stem to mono for use in a mono PA system.
  • Remove stereo imaging artefacts from a lopsided recording.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu