Separate and adjust volume of song stems
Music Genre Classifier
Generate music based on text and melody
My personal music player
Generate music from text and melody
Generate music from text and melody inputs
Generate captions for your music files
Analyze music to identify various features
Generate music from text and melody
Generate music from text prompts 🎶
Generate musical melodies with Performance RNN
Identify song and get lyrics
Generate music from text and melody
Spleeter is an open-source tool developed by Deezer for separating and adjusting the volume of different components within a song. It allows users to isolate vocals, drums, bass, piano, and other instruments from a single audio file, enabling precise control over each element's volume.
• Stem Separation: Spleeter can separate audio tracks into individual stems, such as vocals, drums, and bass.
• Volume Adjustment: Users can independently adjust the volume of each isolated stem.
• User-Friendly Interface: The tool provides an intuitive UI for easy manipulation of audio tracks.
• Multiple Formats: Supports various audio formats, including MP3, WAV, and FLAC.
• Customization: Allows users to create unique mixes by blending stems in different proportions.
pip install spleeter
.spleeter
in your terminal or command prompt.For advanced users, Spleeter also provides command-line options for batch processing and specific stem isolation.
# Example command
spleeter "path/to/audio/file.mp3" -f mp3 -o "path/to/output/folder"
1. What systems does Spleeter support?
Spleeter is compatible with Windows, macOS, and Linux operating systems.
2. How long does it take to process a song?
Processing time depends on the length and complexity of the track. Typically, it ranges from a few seconds to several minutes.
3. Can I use Spleeter for live performances?
No, Spleeter is designed for post-production and studio use. It is not optimized for real-time or live performances.