Split a two-person recording
Turn an interview recorded with one speaker per channel into two files, making it easier to denoise and edit each one.
Guide
Audio Channels changes the relationship between the left and right channels of stereo audio: you can swap them, merge them into mono, export the left and right channels separately, or subtract one channel from the other to try to thin out a vocal sitting in the centre. It lives on the “Channels” tab of the audio/video workbench, where selecting audio shows the four operations straight away.
Updated 2026-09-103 min read
Audio Channels changes the relationship between the left and right channels of stereo audio: you can swap them, merge them into mono, export the left and right channels separately, or subtract one channel from the other to try to thin out a vocal sitting in the centre. It lives on the “Channels” tab of the audio/video workbench, where selecting audio shows the four operations straight away.
“Split stereo” produces two output files at once, and “Karaoke vocal cut” is not AI source separation: it exploits the fact that in many stereo mixes a centred voice appears almost equally in both channels and subtracts them, so it only works on some songs. All processing is done by single-threaded ffmpeg.wasm inside the browser.
| Input | Output | Notes |
|---|---|---|
| An interview WAV where the host is only on the left and the guest only on the right | Split stereo → a left-channel file + a right-channel file |
Convenient for editing each speaker separately |
| An ordinary stereo song | Karaoke vocal cut → an attempt to thin the centred lead vocal |
Reverb, backing vocals and off-centre voices will not disappear reliably |
Turn an interview recorded with one speaker per channel into two files, making it easier to denoise and edit each one.
When a headphone test or a live recording has the sides the wrong way round, swap them in one click.
Try a karaoke backing on a conventional centre-vocal mix, accepting that results vary by song.
A voice with reverb, off-centre, or not identical in both channels cannot be fully cancelled; this mode is not AI stem separation.
The split mode encodes the left and the right channel as separate audio files, so the job result is two files.
The audio file is read and processed only locally in the browser by ffmpeg.wasm and is never uploaded; the first use of the workbench downloads about 31–32 MB of single-threaded ffmpeg core from the site's asset domain or jsDelivr, and that CDN request contains none of your audio.
Updated 2026-09-10
Swap left/right, downmix to mono, split stereo, karaoke vocal removal (pan/channelsplit)
Everything runs locally in your browser; files are never uploaded to a server