NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit d71283e913add2909bb6135d94d616e9fd52cf68
parent 4ec80cf1200394706113ca4c2167d1b305e6c2e8
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Mon, 21 Jun 2021 12:24:59 -0500

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

diff --git a/README.md b/README.md @@ -8,6 +8,8 @@ Check out the step by step build guide published on [Towards Data Science](https NeuralPi can sound like an amplifier or distortion/overdrive pedal using the power of neural networks. Models trained from recordings of real amps and pedals can be loaded into the plugin for endless possiblities on your guitar. Create your own models or use custom tones from GuitarML. +WARNING: The audio output of the HiFiBerry DAC + ADC is at line level. Guitar amplifiers expect a low level electric guitar signal (instrument level). Use NeuarlPi only where line level inputs are expected. + There are four main components to the guitar pedal: 1. [Raspberry Pi 4b](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) @@ -22,8 +24,6 @@ There are four main components to the guitar pedal: See the Release page for the cross-compiled Raspberry Pi / Elk Audio OS compatible VST3 plugin and Win/Mac installers. -WARNING: The audio output of the NeuralPi is at line level. Guitar amplifiers expect a low level electric guitar signal (instrument level). When using the NeuralPi with a guitar amp, start with the master volume at 0 and SLOWLY increase from there. - ## Adding New Models Once your NeuralPi is set up, you can add new models from a remote computer using the following steps: