Stem splitter
AI music source separation with a 45-instrument catalog — vocals, every guitar, drums, bass, keys, strings, brass, and more. Choose exactly what to split, or what to leave in. Studio-grade stems in seconds — free, no signup.
Hear a split
Upload an audio or video file (MP3, WAV, MP4, and more), or paste a YouTube link.
Pick exactly what to extract, or keep the whole mix minus one part with exclusion mode.
The AI splits your track into clean, time-aligned stems — most tracks finish in ~2-3 minutes.
Preview each stem and download studio-grade WAVs ready to drop into any DAW.
Pull apart any part of the mix — or keep everything except one.
Choose what to split
Extract exactly the instruments you want — a single track, a clean instrumental + acapella, or a full multitrack of up to 16 layers.
Choose what to leave out
Exclusion mode keeps the whole mix minus one part — subtract vocals for an instrumental, or the drums, bass, guitar, piano, sax, or wind.
45-instrument catalog
Isolate or exclude any of 45 instruments — the full catalog on Creator and up, with up to 16 stems in a single job.
Standard splits, free
Vocals, drums, bass, guitar, piano, and other — plus 2/4/6-stem splits — on the free Basic tier, no signup or card.
Instant karaoke tracks
Clean vocal removal for karaoke and backing tracks, or isolate the acapella for a remix.
Studio-grade stems
Up to 48kHz / 24-bit, phase-aligned and full-length — drop them onto the grid with no cleanup.
Works with any source
MP3, WAV, FLAC, MP4, MKV and more — up to 100 MB — or paste a YouTube or direct-file link.
Credits never expire
Pay-as-you-go credits stay in your balance until you use them — no monthly reset clock.
A broader catalog, an exclusion mode, and credits that never expire.
Separable instruments
Exclusion mode (keep everything but one part)
Credits
Stems per job
Sources
Getting started
Most tools stop at 7 or 8. Pull apart any instrument in the mix — every guitar, every horn, even cinematic FX.
Highlightedstems are free on the Basic plan — no signup, no card.
Two modes
Every song is different. Keep only the parts you want, or keep everything except the one part you don't.
Pull out exactly what you want — a single instrument from the 45-instrument catalog, a clean instrumental + acapella, or a full multitrack of up to 16 layers. Every stem is time-aligned and full-length, ready for your DAW.
Want the whole mix minus one part? Subtract a single instrument — vocals for a clean instrumental, or the drums, bass, guitar, piano, sax, or wind — and keep everything else untouched.
Clean separation
Hear real stems pulled from a full mix, then go deeper with the advanced modes.
Need just the vocals? Or maybe just the bass line? Extract any individual instrument with surgical precision while keeping the rest of the track intact.
Break it down. Get four clean stems: Vocals, Drums, Bass, and Melody. Essential for mashups, DJ sets, and learning specific parts.
Go beyond the basics. Separate Guitar and Piano individually (6-stem), or unlock Advanced modes to isolate individual instruments from a 45-instrument catalog including specific drum pieces, bass sub-frequencies, and vocal ambience.
When standard stems aren't enough, go deeper. Advanced modes give you granular control over every element of the mix.
Ideal for beatmakers. Isolate core drum components to chop and layer.
Cleaner mixes with separated cymbal detail and bass layers.
Total deconstruction. The ultimate tool for forensic audio work.
Producer mode and the full 45-instrument catalog are available on Creator and up; Studio and Mastering modes are on Pro.
Try it free
Paste a YouTube link or upload a file. We'll handle the rest.
Free to start — a free account unlocks downloads, longer tracks, and more stems. No card required.
For developers
Isolate vocals, extract bass, and pull drums from a song in a few lines of code — a 45-instrument catalog, split or exclusion mode, and YouTube-URL input.
# Initialize the client
from audiopod import AudioPod
client = AudioPod(
x-api-key="ap_xxxxx"
)
# Extract all stems from a song
stems = client.stem_splitter.process(
file="song.mp3",
mode="four_stem", # or "six_stem", "two_stem", "single"
stem_types=["vocals", "drums", "bass", "other"]
)
# Extract specific stems
vocals_only = client.stem_splitter.process(
file="song.mp3",
mode="single",
stem_types=["vocals"]
)
# Extract from YouTube URL
karaoke = client.stem_splitter.process(
url="https://youtube.com/watch?v=example123",
mode="two_stem",
output_format="karaoke"
)
# Download separated stems
vocals = stems.stems.vocals
drums = stems.stems.drums
bass = stems.stems.bass
other = stems.stems.otherQuality
Clean, artifact-free, and ready for the grid — no cleanup before you can work.
Use cases
Whatever you make, there's a workflow built for it. Explore stem splitting by what you do.
All the audio tools you need in one place
Clone voices & generate speech in 200+ languages
Transcribe audio with speaker detection
Create songs with AI - beats, vocals, full tracks
Identify and isolate different speakers
Turn YouTube videos into podcasts, transcripts & more
Choose exactly what to split — or what to leave out — and download studio-grade stems for every part of the mix.