commit 49d2917081316325c73f45ae9c0821fb0ee94982
parent 09520784b7793a944449854e8d923603cf3026ac
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date: Mon, 24 May 2021 04:22:52 -0500
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# NeuralPi
-NeuralPi is a guitar pedal using neural networks to emulate real amps and pedals on a Raspberry Pi 4. The NeuralPi software is a VST3 plugin built with JUCE, which can be run as a normal audio plugin or cross-compiled to run on the Raspberry Pi 4 with [Elk Audio OS](https://elk.audio/). NeuralPi is intended as a bare-bones plugin to build on.
+NeuralPi is a guitar pedal using neural networks to emulate real amps and pedals on a Raspberry Pi 4. The NeuralPi software is a VST3 plugin built with JUCE, which can be run as a normal audio plugin or cross-compiled to run on the Raspberry Pi 4 with [Elk Audio OS](https://elk.audio/). NeuralPi is intended as a bare-bones plugin to build on. The NeuralPi pedal runs high quality amp/pedal models on an economical DIY setup, costing around $120 for hardware to build yourself.

@@ -13,8 +13,6 @@ There are four main components to the guitar pedal:
3. Elk Audio OS
4. Proteus VST3 plugin
-The bare bones pedal can be built for around $120.
-

<br>This is the normal VST3 plugin, which can be compiled for Windows/Mac/Linux using JUCE. It includes a model import feature, dropdown menu, and gain/level controls. The plugin compiled for Elk Audio OS is headless, meaning there is no GUI.