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.5.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.5.0.tar.gz.
File metadata
- Download URL: extra_roformers-0.5.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 |
f0bbe9fad0419f66a7a61d2265a9f5b76f448a0a69e0883b5299f25f6c808f09
|
|
| MD5 |
a515bfdc8b903592da697ce2b3d483a7
|
|
| BLAKE2b-256 |
8a6311ff2ce197c9c8e17039749edee663dd364955211fe4412cf4386695daf5
|
File details
Details for the file extra_roformers-0.5.0-py3-none-any.whl.
File metadata
- Download URL: extra_roformers-0.5.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 |
64cebe7d3f2136aca041fbf1207f130e0ee9f9ebba43fd996e549279eca461e7
|
|
| MD5 |
e5eb755888059c6d860c5a582c780b83
|
|
| BLAKE2b-256 |
4bea4a4ad3fbd6863fc388c3173c5420a66e64342cbf7589bf1c9b70a28d45fc
|