Stereo to mono. Fix one-sided calls, halve voice file size.

Drop a stereo file — a Zoom recording where you're only on one side, a podcast you want to make smaller, a single-source mic recording that wastes the second channel. We average the channels into proper mono. Output MP3 or WAV. Browser-only, no upload.

drop audio here

MP3, WAV, M4A, FLAC, OGG, AAC, or a video file.

What this is good for

How mono mixdown works (the boring math)

For each sample position in the file, we take the left channel value, add the right channel value, divide by 2, write that to the output. That's it. Levels stay where they were (no clipping from doubling), and any content that was identical in both channels stays identical. Content that was hard-panned left or right gets reduced by 6 dB but doesn't disappear. Anti-phase content (rare in real recordings) does cancel out — but if you had truly anti-phase audio, you had bigger problems.

When NOT to convert to mono

FAQ

Why is my Zoom or Skype call recording one-sided?

Call apps often record each participant's audio to a separate channel — your mic to the left, theirs to the right. Played back, one person is in your left ear and the other in your right. Mixing to mono averages the two so everyone's at a normal level.

How much smaller does mono make my file?

Roughly half at the same bitrate. A 10 MB stereo MP3 at 128 kbps becomes about 5 MB in mono at 128 kbps. For voice this is essentially free savings.

Should I convert music to mono?

Usually not. Music uses stereo for spatial imaging and instrument separation. Mono is for voice, single-source recordings, accessibility, and legacy hardware.

Does converting to mono lose audio quality?

For voice and single-source content, no — there was no useful stereo to begin with. For music, the stereo image is collapsed but the frequency content is preserved (channels are averaged sample-by-sample).

What if I only want one channel, not both averaged?

Most "one-sided recording" use cases work better with averaging than with picking a single channel — the silent side contributes nothing, so averaging just halves the level uniformly. If you specifically need to isolate one channel, use a DAW like Audacity (see our M4A → WAV for Audacity page if your file is M4A).

Does my file upload?

No. The conversion runs entirely in your browser tab.

Related tools