NeuralPi

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

commit ba22a1521585974dbb64bb44628e3f5ba4e46213
parent 271f088a327a11ae486520e7c1c517f13f01a350
Author: keith <kbloemer89@gmail.com>
Date:   Mon, 21 Jun 2021 20:26:20 -0500

Merge branch 'main' of https://github.com/GuitarML/NeuralPi into main

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: