wudicgi / SpleeterMsvcExe

Windows command line program for Spleeter, pure C, no Python. GUI: https://github.com/wudicgi/SpleeterGui | Spleeter 的 Windows 命令行程序,纯 C 语言编写,无需 Python.
MIT License
213 stars 33 forks source link

GPU Support? #8

Open c-sanchez opened 1 month ago

c-sanchez commented 1 month ago

Will you add GPU support in the future? I currently have an i7 870 and a GTX 1050 Ti.

When I try to process an audio with SpleeterMsvcExe, I get this error: Error: The current processor lacks AVX support, the program will exit. I guess it currently only uses the CPU.

SpleeterGui It does start the process, however it increases the CPU temperature considerably, so I prefer to avoid it. By the way, maybe it would be better to change the name of the interface for SpleeterMsvcExe to something more differentiating? Like Spleeter UI, Win Spleeter, Wudi Spleeter or anything else instead of “Spleeter GUI” :p

StemRoller works without any problems thanks to CUDA support, without affecting the CPU. This one is based on Demucs.

Demucs-Gui Oddly enough this one for some reason gives results even faster than StemRoller, although its interface is much less user friendly.