Guillaume Vincke
Guillaume Vincke
Hey @romi1502, nice to read from you around here :) > You can change the size 'T' at test time as long as it remains a multiple of 64 Well,...
Hi there, just wanted to follow up on that matter. I followed @romi1502 's suggestion and successfully implemented a very simple volume control VST3 plugin running in real time with...
@aidv I answered in [the issue you created on the vst repository](https://github.com/gvne/vstSpleeter/issues/1). That is probably the best place to discuss build details. That would help keeping this issue as a...
Hi @PRPoundSix in theory using the filter interface should give you a fixed memory footprint no matter the duration of your input file
Looks like the spleeter::Initialize was called in the run loop. That would probably cause such a problem. Btw, such a crash is mostly releated to the vst. Even if the...
I noticed that one already. It happened when leaving the app. The dealloc step doesn't wait for every asynchronous process. We need to dequeue and join each task in artff::AbstractFilter...
Hi @MeijisIrlnd thank you for your feedback. I'm afraid I never experienced such an error. I documented some tensorflow build a couple of month ago though. It was for the...
Hi @xiangxyq, as expected, the filter interface creates latency. I didn't try it but you should be able to compensate it using the `FrameLatency` method of the `spleeter::Filter` class. For...
Using more models would require updating the code but shouldn't be a problem. You can check out @diracdeltas fork right [here](https://github.com/diracdeltas/vstSpleeter) that uses 4stems 16KHz if I'm not mistaken. If...