spleeter
spleeter copied to clipboard
Can spleeter be streaming?
Hey,Our project wants to introduce the spleeter as the pre-processing module of speech recognition, but what we need for speech recognition is streaming input. I don't know whether the spleeter can be made into streaming output
Spleeter works on short blocks, so you can use it for (almost) realtime. See also
- VSTspleeter https://github.com/gvne/vstSpleeter
- euterpe https://github.com/tachi-hi/euterpe/ (lower CPU V/I separation)