Telegram wrapper for Deezer's Spleeter
Live demo available @splititbot
- Python 3
$ git clone ...
$ virtualenv -p $(which python3.7) .pyenv
$ source .pyenv/bin/activate
(.pyenv)$ pip install -r requirements.txt
(.pyenv)$ TELEGRAM_API_TOKEN=... python splitit.py- Limit number of concurrent tasks
- Support for other stem modes rather than just 2 stems
- Output audio metadata
- Automatically clear 'temp' folder
- Check if the audio was already separated before converting it
MIT