Separate and adjust volume of song stems
Generate music from text prompts
In-browser text-to-music w/ Transformers.js!
Create custom music tracks from text or melodies
Get a music sample inspired by the mood of an image
Create and control audio tracks
Long-form Musicgen
Style transfer audio using YouTube links
Generate music from text and optional melody
Separate music tracks from a stereo audio file
Genshin Impact Game Style Music Generator
Separate audio into vocals, bass, drums, and other
Demo for Jasco Model Music Stems Generation
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.