Skip to content

Audio Separator is allows you to download MP3 audio and separates the audio tracks from a given YouTube URL

Notifications You must be signed in to change notification settings

cangurdev/audio-separator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Audio Separator

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

Requirements

  • python 3.x
  • yt_dlp library
  • spleeter library

Installation

  1. Clone the repository:
git clone https://github.com/cvngur/audio-separator.git
cd audio-separator
  1. Install the required libraries:
pip install yt-dlp spleeter

Usage

Run the Python script

python3 main.py

Contributing

Contributions 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.

License

This project is licensed under the MIT License.

About

Audio Separator is allows you to download MP3 audio and separates the audio tracks from a given YouTube URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages