A very lite version of The Deezer source separation library with very low RAM usage.
Project description
lite-spleeter: Lightweight musical instruments removing library
About
This is a lightweight Spleeter (a library that uses AI/ML to extract vocals from audio files) version that works with media files of any length, with very low and fixed RAM usage (around 1.5 GB RAM usage on my computer).
Features
• Progress indicator
• Very lightweight on low-end Computers
• Smaller package and simpler
• No numpy errors
How does it work?
It processes 30-second segments sequentially. After processing all segments, it concatenates them. This approach of processing chunks instead of the whole audio file helps keep memory usage low.
Get started
Make sure you have ffmpeg installed.
Download package:
pip install lite-spleeter
Usage
lite-spleeter separate audio_example.mp3 -o audio_output_path
You can provide either a single or a list of files for batch processing
Batch processing
separate command builds the model each time it is called, this process may be long, in this case If you have several files to separate, it is then recommended to perform all separation with a single call to separate:
lite-spleeter separate <path/to/audio1.mp3> <path/to/audio2.wav> <path/to/audio3.ogg> -o audio_output_path
To get help on the different options available with the separate command, type:
lite-spleeter separate --help
Read the original Spleeter repo for more info.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 lite_spleeter-2.1.0.tar.gz.
File metadata
- Download URL: lite_spleeter-2.1.0.tar.gz
- Upload date:
- Size: 73.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f7ffcd1bb4c41f023f943b96dc2fc716be155a94539d04c11a2ec57ccddda6
|
|
| MD5 |
fdec1d6b65677ae3a256670778f4b22b
|
|
| BLAKE2b-256 |
ef9a87f10abb3b7bf6bedcedb1b0171ae9df5c3355f8d8156d37ea9905b5863b
|
File details
Details for the file lite_spleeter-2.1.0-py3-none-any.whl.
File metadata
- Download URL: lite_spleeter-2.1.0-py3-none-any.whl
- Upload date:
- Size: 73.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d495ca8efa1f8447c1076f205198c37302da5452e645d8c2c7bff9f2a47e37
|
|
| MD5 |
57a3d8033cc950223cb0999c7f2f98f7
|
|
| BLAKE2b-256 |
47cd1bcd3bb6a77fabe5b35087c9cb579bebff424c95338f0aaad2c8958ba666
|