facebookresearch/demucs

Standalone Windows/MacOS builds

ferropop opened this issue · 5 comments

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

What is the error? I can't see it

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.

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.

Same here. Any way to fix it? Couldn't get conda install to work either. No audio back-end error on conda install that I couldn't fix.