Chowdhury-DSP / chowdsp_utils

JUCE module with utilities for ChowDSP
Other
240 stars 24 forks source link

Feature request: WaveNetVA implementation #361

Open 38github opened 1 year ago

38github commented 1 year ago

I would really like this option since an other plugin supporting this is buggy and you might even manage to get the CPU down like you did with Proteus/GuitarML AND it will be available as CLAP. I will donate to the project and hopefully others will do the same.

jatinchowdhury18 commented 1 year ago

Yeah, having a generic and performance WaveNetVA implementation would be pretty nice! However, I think that sort of thing would fit better in the RTNeural library. If it's okay with you, I can move the issue over there?

38github commented 1 year ago

Of course, it is alright. You are the developer and knows better than me so go on. WaveNet recreates profiles/models so much better than any LSTM implementation I have heard but it uses a lot more CPU. I have made models with GuitarML's Colab scripts which I can't distinguish from the original. The problem with SmartPedal though is that the Linux version crashes all the time on all my systems. The upside if you implement it, besides probably less CPU usage, is that we will have a CLAP version and a plugin that is stable.