Different Stems #118
rpgrunwald
started this conversation in
Ideas
Replies: 1 comment
-
Hi @rpgrunwald, You can produce the two tracks you're interested in by:
Now you'll have 'bass-only' and a 'bassless' track.
CUDA isn't well supported by OpenVINO right now, so not really. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using demucs to separate tracks and I most frequently want just an isolated bass track and then a complete track without bass. The command line for that is: demucs "08 Show Me.mp3" --mp3 -n htdemucs_ft --jobs 8 -v --two-stems bass gives me two MP3 files.
Any way to do that with openvino?
Also, using demucs with pytorch_cuda is an order of magnitude faster than openvino, is there anything I can do to enable cuda?
Beta Was this translation helpful? Give feedback.
All reactions