facebookresearch / demucs

Code for the paper Hybrid Spectrogram and Waveform Source Separation
MIT License
7.97k stars 1.01k forks source link

Standalone Windows/MacOS builds #603

Open ferropop opened 1 month ago

ferropop commented 1 month ago

Hoping we can get Windows/MacOS standalone builds so we can integrate demucs into DAWs like REAPER / MaxMSP that allow coding/scripting. Thank you !

CarlGao4 commented 1 month ago

See https://github.com/CarlGao4/demucs/releases

ferropop commented 1 month ago

Thanks!

I’m however getting this error:

And was hoping to get this built for MacOS ARM also if this is possible! Happy to do it myself if there were basic instructions.

Your efforts are appreciated!

FERRO

On Jun 9, 2024, at 12:13 AM, Weiqi Gao @.***> wrote:

See https://github.com/CarlGao4/demucs/releases

— Reply to this email directly, view it on GitHub https://github.com/facebookresearch/demucs/issues/603#issuecomment-2156360714, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWX7HYZKPEF52LGWMOXONTZGP6CZAVCNFSM6AAAAABJAHUC4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGM3DANZRGQ. You are receiving this because you authored the thread.

CarlGao4 commented 1 month ago

What is the error? I can't see it

marzlevane commented 3 weeks ago

Perhaps the same error that I'm getting:

Traceback (most recent call last):
  File "demucs-standalone.py", line 5, in <module>
  File "demucs\separate.py", line 193, in main
  File "demucs\audio.py", line 260, in save_audio
NameError: name 'ta' is not defined. Did you mean: 'tp'?
[27588] Failed to execute script 'demucs-standalone' due to unhandled exception!

Seems torchaudio was removed, but not the calls to ta when saving wav-files.