GuitarML / SmartGuitarPedal

Guitar plugin made with JUCE that uses neural network models to emulate real world hardware.
https://www.facebook.com/smartguitarml
Apache License 2.0
264 stars 24 forks source link

What have you done? #11

Closed 38github closed 2 years ago

38github commented 2 years ago

This sounds so much better compared to a year ago. I am impressed! SO IMPRESSED!

I just sent you a small donation and I hope that covers the coffee for a while. I really hope more people will help out getting you/this software attention and support.

GuitarML commented 2 years ago

@38github Hey thanks so much! It's really just from understanding how these neural networks operate better, the Wavenet model seems to sound the best in most cases, although cpu usage is still high. I changed the default hyperparameters to use more layers with less channels, and that seems to sound better while dropping cpu usage slightly lower. Also I normalize the data by default now, which improves accuracy and keeps volume consistent. More improvements and more models coming so check back for updates!