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.3.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.3.0.tar.gz.
File metadata
- Download URL: extra_roformers-0.3.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 |
816ae0c2f146cf035ca4924a499991ce1365abd2de09dd4da737546dd90c6e05
|
|
| MD5 |
17d140378d7672a407be7ced985aaccd
|
|
| BLAKE2b-256 |
51a611b3d365b8912dde220f02ce52d329fdf3247db4c4ae11d4a647eab7776a
|
File details
Details for the file extra_roformers-0.3.0-py3-none-any.whl.
File metadata
- Download URL: extra_roformers-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.8 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 |
89a4cd2106d1269119e8ca6fa565c00b1e00f4eb69b89ec8c44af996bd097825
|
|
| MD5 |
b7c3c8b42bfad14ada1dab3f873d4c21
|
|
| BLAKE2b-256 |
53b2b71ffb7405abfe78ac77494141e0377d5374924711d6ce1ced1d575497b8
|