deezer / deezer/spleeter

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

Open
#871 0 comments 1 reaction 0 assignees View on GitHub
bug invalid
Dominant language
Python
Stars
28.4k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

## 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](https://github.com/deezer/spleeter/assets/32572815/04f5e7a8-87e3-480d-be28-39816425af2f)

## Environment

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

## Additional context

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with the two documented `spleeter separate` commands, comparing the default behavior with `-d 7200` on a long MP3 under the stated Windows and pip environment. Trace the command's duration handling and confirm done when the `-d 7200` invocation generates the expected separated output or reports a clear error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc, cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.