Windows Desktop Front end for Spleeter - AI source separation
THIS IS AN UPDATED VERSION OF SPLEETERGUI WITH NO INSTALLER
- Download the compiled binary folder from GitHub releases and place it wherever you want.
- Download and extract SpleeterCore
- Start SpleeterGUI (There could be an error message showing here, continue anyway!)
- In SpleeterGUI select Advanced > Set SpleeterGUI Core path and select the path to where you unzipped SpleeterCore (The
root_folder.txt
of SpleeterCore should be in that folder) - Restart SpleeterGUI
This repository is a fork of the original SpleeterGUI which can be downloaded from here.
The original project was developed by by Maken It So.
This new version (3.0) has some additional features:
- Generate NI Stems for use in programs such as Traktor
- Different output formats
- Auto-name output files
This project is a C# desktop front end for Spleeter that adds the ability to create NI Stems.
https://www.youtube.com/watch?v=bdNzVPLzOLE
https://www.youtube.com/watch?v=nxJfIsus0Ig
https://www.youtube.com/watch?v=PHGAmZhuI-c
https://www.youtube.com/watch?v=3X5nfc2d1Rw
https://www.youtube.com/watch?v=9KkWJHC2bz0
https://www.youtube.com/watch?v=Mygm1sFlQXc
This project contains the C# source code for the Graphical User Interface. The GUI is an Windows Forms Application requiring Microsoft Visual Studio to build.
The SpleeterGUI Core required to run this program contains Python 3.7 and Spleeter. It contains everything you need to get up and running.
Feel free to inspect the source code and build for yourself.
Check out the Wiki for more information. If you encounter a problem feel free to create an issue!
Also huge thanks to the original creator Maken It So for creating such a useful program!