deezer / spleeter

Deezer source separation library including pretrained models.

Home Page:https://research.deezer.com/projects/spleeter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug?] No output when the audio duration exceed 7200s

wei-z-git opened this issue · comments

Description

The audio(.mp3) duration is more than 1 hour, when I use default command
spleeter separate -p spleeter:2stems -o output live3.mp3
it can work and generate two 7min separated files in output,

but when I set -d 7200 , the processed audio did not generated even no error appear
spleeter separate -p spleeter:2stems -d 7200 -o output live3.mp3

image

Environment

OS Windows
Installation type pip
Hardware spec 3060ti/ i7-9700kf / etc ...

Additional context