Ever wished to isolate vocals from your favorite tracks or extract just the instrumental? Look no further! StemRoller is the revolutionary app that allows you to separate vocal and instrumental stems from any song with just a single click. Let’s dive into how to use this app effectively!
Quick Start with StemRoller
Using StemRoller is a breeze. Follow these steps to start separating your favorite tracks:
- Visit the StemRoller website or download the latest version from the releases page.
- After downloading the bundle, install it on your device.
- Open the app and enter the song name/artist in the search bar.
- Click the Split button that appears next to the song.
- Wait a few minutes for the song to be split.
- Once completed, click the Open button to access your newly extracted vocal or instrumental stems!
Installing Dependencies for Developers
If you’re interested in contributing to StemRoller or want to run it in development mode, you will need to install some dependencies first:
git clone https://github.com/stemrollerapp/stemroller.git
cd stemroller
npm i -D
Installation on Different Operating Systems
- Windows/macOS: Run the command
npm run download-third-party-apps - Linux: (Not officially supported) Install
ffmpegglobally with your preferred package manager anddemucsglobally usingpip.
Running StemRoller
You can run StemRoller in different modes:
- Development Mode: Use
npm run dev - Production Mode: First, build the project with
npm run build:svelteand then start it withnpm run start. - Production Build:
- Windows: Run
npm run build:win - macOS: Run
npm run build:mac
Understanding StemRoller with an Analogy
Think of StemRoller like a master chef who can prepare a meal and serve it in various forms. Just as a chef can separate the different components of a dish (like separating the sauces, vegetables, and proteins), StemRoller utilizes the powerful Demucs algorithm to divide a song into its vocal and instrumental parts. You simply select your ingredients (the song), tell the chef to prepare your meal (click Split), and after a short cooking time (processing time), you get the final dish served (access the stems)!
Troubleshooting Tips
If you encounter any issues while using StemRoller, here are some common troubleshooting steps to follow:
- Ensure your internet connection is stable while downloading songs.
- Check if the song name/artist is entered correctly in the search bar.
- Make sure all dependencies are correctly installed if you’re running it in development mode.
- If the app crashes, try restarting it and check for updates.
For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
License Information
StemRoller is available under your choice of Public Domain (Unlicense) or MIT No Attribution. For detailed information, please read the LICENSE file.
Conclusion
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

