deezer / deezer/spleeter

My batch script worked 2 days ago, doesnt work now. No changes done.

Open
#874 3 comments 0 reactions 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

for %%a in ("*.wav") do spleeter separate -p spleeter:2stems -i "%%a" -o output
Now it just shows the text 50-60 times and quits.
How can that be?

Contributor guide

Open the contributing guide

Research direction

The issue names only the Windows batch command and the `spleeter` CLI entry point; start by running it in the same directory and capturing the repeated output and exit status. Compare the current behavior with the expected `output` directory and determine what changed. Done means the command processes each `.wav` file or reports a clear, actionable failure.

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
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.