GuitarLSTM

Deep learning models for guitar amp/pedal emulation using LSTM with Keras
Log | Files | Refs | README

commit bc0faebae54a13352148a6a1d69171b9f70cd3c3
parent 517f04fa9d14142e46fb144bc7dd0cb2ba06f307
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Sat, 30 Jan 2021 12:29:16 -0600

Update README.md
Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -104,12 +104,12 @@ is 1, or no splitting. Adding a custom dataloader would reduce RAM usage at the cost of training speed, and will be a focus of future work. -A real-time implementation for use in a guitar plugin is -currenty in work. This would theoretically perform much faster -(less cpu usage) than the previous WaveNet model. If you want to -use deep learning models through a real time guitar plugin, -reference the following repositories: +A real-time implementation for use in a guitar plugin is out: +SmartAmpPro<br> +https://github.com/GuitarML/SmartAmpPro<br> + +Also see: PedalNetRT<br> https://github.com/GuitarML/PedalNetRT<br>