Extended audio-seprator with yt-dlp and Video support.
Project description
extra-roformers: Extended audio-separator with yt-dlp media downloading and Video
Music removal
Features
- 🎧 Vocal isolation using Mel-Band RoFormer model
- 📥 Media download from URLs (e.g., YouTube) using
yt-dlp - 📁 Works with both audio and video files
- ✅ Local + remote (URL) input support
Get started
Make sure you have ffmpeg installed.
sudo apt install ffmpeg
Download package:
Requires Python 3.10+
pip install extra-roformers
Usage
from extra_roformers.separate import extra_separator
extra_separator(
files=[
"https://www.youtube.com/watch?v=123",
"local_audio.mp3"
],
download_format="audio", # or "video"
quality="medium", # "low", "medium", "high"
output_dir="outputs"
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extra_roformers-0.4.0.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file extra_roformers-0.4.0.tar.gz.
File metadata
- Download URL: extra_roformers-0.4.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.10.20 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b917bb8f9b5b25b608fd8af7ee4f22d96e592dfba575566535500794df9b85da
|
|
| MD5 |
e14918b7e219bef35501c0f4b0208bcf
|
|
| BLAKE2b-256 |
c3a613b46dd9936732ded7cffcb52e079e4a82939e9acc869eae5f3a599ccb5a
|
File details
Details for the file extra_roformers-0.4.0-py3-none-any.whl.
File metadata
- Download URL: extra_roformers-0.4.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.10.20 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b5999c5c10e8aabf688db3835a6f542a2adee1b521290057edf1f4e6fdabc39
|
|
| MD5 |
afcd56bd6ba3e938a070467e58cca172
|
|
| BLAKE2b-256 |
804d5f9ba359b460c921c9b077ab8f746fc7a24804d8b0c57e123d05dcbff921
|