You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using Version 1.5.1 of Spleeter, the output files generated using 2, 4 & 5 stem modes begin with a DC offset. The result of which is a pop when the output audio is played back.
Spleeter V1.4.3 does not exhibit this issue.
Step to reproduce
Install Python3.7
Run "python -m pip install spleeter"
Run "python -W ignore -m spleeter separate -i song.mp3 -o c:\temp -p 2stems.json"
No errors observed.
Check output files using audacity, files begin with DC Offset.
Output
Processing C:\Users\chris\Desktop\original.mp3
INFO:spleeter:File C:\temp\original/accompaniment.wav written succesfully
INFO:spleeter:File C:\temp\original/vocals.wav written succesfully
Indeed I can reproduce with the Librosa backend (used by default in 1.5.1). You can circumvent this by adding -B tensorflow in your command until we fix it. Thanks for pointing that out.
Description
Using Version 1.5.1 of Spleeter, the output files generated using 2, 4 & 5 stem modes begin with a DC offset. The result of which is a pop when the output audio is played back.
Spleeter V1.4.3 does not exhibit this issue.
Step to reproduce
Install Python3.7
Run "python -m pip install spleeter"
Run "python -W ignore -m spleeter separate -i song.mp3 -o c:\temp -p 2stems.json"
No errors observed.
Check output files using audacity, files begin with DC Offset.
Output
Processing C:\Users\chris\Desktop\original.mp3
INFO:spleeter:File C:\temp\original/accompaniment.wav written succesfully
INFO:spleeter:File C:\temp\original/vocals.wav written succesfully
Environment
OS: Windows10 pro 64bit
Installation type: Python3.7 (pip) (tensorflowCPU)
RAM available: 32GB
Hardware spec: AMD Ryzen 5 3600 / GTX1660Ti
Additional context
The JSON config file can be viewed here
https://makenweb.com/2stems.json
An image of the DC Offset problem can be viewed here
https://makenweb.com/spleeter_1.5.1_dc_offset.png
The text was updated successfully, but these errors were encountered: