deezer / deezer/spleeter

File sepration time

Open
#702 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
28.4k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

> To bring more precision: actually 25s for a single audio file may be right as there is quite a big overhead for building the model (~20s). Once the model is built, separation should be about 100x real time (i.e. ~3s for a 5min audio file). So if you need to separate a lot of files, you can build the model only once using a [single command for batch processing](https://github.com/deezer/spleeter/wiki/2.-Getting-started#batch-processing) or instantiating a single [`Separator`](https://github.com/deezer/spleeter/wiki/4.-API-Reference#separator) in the python API and calling several times the `separate` methods.

Is this 3 seconds is the complete time for separation?
means time from when I hit the command to when it shows completed and generates the separated files.

What I try to understand is the time you have mentioned 3 seconds is for the complete process or only for the separation.

Command:- `spleeter separate --verbose Wav_45mb.wav recording10.wav -p spleeter:4stems -o output5`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.