Skip to content

Music separation (vocals, drums, instruments) desktop application based on the Spleeter library.

License

Notifications You must be signed in to change notification settings

Mirage-Mode/SpleetSpace

Repository files navigation

SpleetSpace

Music separation (vocals, drums, instruments) desktop application based on the Spleeter and Pytube libraries.

  • Separate a song into 5 stems, 4 stems, 2 stems
  • Supported file types for audio files: .mp3, .mp4, .m4a, .wav, .wma, .flac, .aiff, .webm, .ogg.
  • Built-in Youtube Song Downloader (outputs .mp4)

Download and Installation

Download Latest Release - v0.1 (not working on some devices - fix in progress)

Download the latest release by clicking on the link above. Then, extract the zipped files and run "SpleetSpace.exe".

Optional: Create a Desktop shortcut to SpleetSpace. Right click SpleetSpace.exe, select "Send to", and then "Desktop (create shortcut)".

Planned Features

  • Eventual support for MacOS

Notes on Platform

SpleetSpace has not been tested on MacOS although the program is technically cross-platform.

Dependencies

SpleetSpace uses the Spleeter library by Deezer for splitting the audio into separate tracks and the Pytube library in the Youtube song downloader section.

The Spleeter library can be found here: https://github.com/deezer/spleeter/tree/master/spleeter

The Pytube library can be found here: https://github.com/pytube/pytube