Audio Separator is a Python project that allows you to download MP3 audio from a given YouTube URL using the yt_dlp library and then separates the audio tracks using the spleeter library.
It separates the audio track into 4 parts in output directory
- Drums
- Bass
- Vocals
- Other
- python 3.x
- yt_dlp library
- spleeter library
- Clone the repository:
git clone https://github.com/cvngur/audio-separator.git
cd audio-separator- Install the required libraries:
pip install yt-dlp spleeterRun the Python script
python3 main.pyContributions are welcome! If you find any bugs or want to add new features, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.