Supported Formats
MP3, WAV, FLAC, OGG, M4A, OPUS, MP4, MKV, MOV, AVI
Max File Size
100 MB
Processing Time
~2-3 minutes per track
Output Quality
Up to 48kHz / 24-bit
1from audiopod import AudioPod
2
3# Initialize client
4client = AudioPod(api_key="YOUR_API_KEY")
5
6# Process audio file
7result = client.stem_splitter.process(
8 file="song.mp3",
9 mode="four_stem", # or "six_stem", "two_stem", "single"
10 stem_types=["vocals", "drums", "bass", "other"]
11)
12
13# Get separated stems
14vocals = result.stems.vocals
15drums = result.stems.drums
16bass = result.stems.bass
17other = result.stems.other
Processing Speed
AI Model
Quality Score
Success Rate