Drop an MP3 or WAV β get an instrumental (vocals removed) AND a vocals-mostly track. Works entirely in your browser β your audio never leaves your device.
5 separations/month free. Drums + bass + vocals + other isolated by AI. The original.
Open Moises β10 minutes free. High-quality vocal/instrumental, drums, bass, piano, electric guitar.
Open LALAL.AI βFree signup. Good for stems including dialogue + music separation. Stripe checkout for more.
Open AudioShake βFree browser-based separation tool. No signup, no limits β but quality varies.
Open Vocal Remover βDemucs from Facebook AI is the state-of-the-art free stem separator. Install Python + run from terminal:
pip install demucs python -m demucs --two-stems=vocals "your_song.mp3" # Produces /separated/htdemucs/your_song/vocals.wav + no_vocals.wav
4-stem (drums + bass + vocals + other) version:
python -m demucs "your_song.mp3" # Produces 4 separate WAVs β bass, drums, vocals, otherGitHub: Demucs β
Older but still useful. Faster than Demucs, smaller models.
pip install spleeter spleeter separate -p spleeter:2stems -o output/ "your_song.mp3"GitHub: Spleeter β
Once you have isolated tracks, drop them back into Multi-Track as separate tracks. Mix, mute, solo, balance β then bounce a new master to WAV. Or load just the vocals into Transcribe to convert the melody to sheet music.