SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier
Log | Files | Refs | Submodules | README

commit 4a1af818f66c67dbbf928b5c4da5d485c23a4454
parent 60654a863f538819933d7222286ba12b7a395068
Author: Keith Bloemer <32459398+keyth72@users.noreply.github.com>
Date:   Fri, 25 Sep 2020 15:00:14 -0500

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ modulate the modeled sound. You can create your own models and load them in SmartGuitarAmp with minor code modifications. To train your own models, use the following Github repository: -https://github.com/keyth72/pedalnet +https://github.com/keyth72/PedalNetRT Model training is done using PyTorch on pre recorded .wav samples. More info in the above repository. Feel free to create a pull request to add your own trained models to this repository.