NeuralPi

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

commit b8d4f48559f4928dc4798bcd00b88158010442b2
parent a0c504e062052e50fef2d5f3442d8929c56a30cc
Author: keith <kbloemer89@gmail.com>
Date:   Sat, 22 May 2021 11:14:52 -0500

Added resource pics

Diffstat:
MREADME.md | 12+++++++-----
Rneuralpi_pic.jpg -> resources/neuralpi_pic.jpg | 0
Aresources/rpi_pic.jpg | 0
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,10 @@ # NeuralPi -NeuralPiis a guitar pedal using neural networks to emulate real amps and pedals on a Raspberry Pi 4. The NeuralPisoftware 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 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/). Simple gain and level knobs are included, but have not yet been implemented as controls while running on the Pi, only with normal plugin operation. NeuralPi is intended as a bare-bones plugin to build on. -NeuralPican shapeshift it's sound into any amplifier or distortion/overdrive pedal using neural networks. Machine learning 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. +![app](https://github.com/GuitarML/NeuralPi/blob/main/neuralpi_pic.jpg) + +NeuralPi can shapeshift it's sound into any amplifier or distortion/overdrive pedal using neural networks. Machine learning 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. There are four main components to the guitar pedal: @@ -11,13 +13,13 @@ 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. For a complete guide to building the Proteus pedal yourself, see this article. +The bare bones pedal can be built for around $120. For a complete guide to building the NeuralPi pedal yourself, see this article. ## Installing the plugin -For the cross-compiled Raspberry Pi / Elk Audio OS compatible VST3 plugin download here. +For the cross-compiled Raspberry Pi / Elk Audio OS compatible VST3 plugin, download here. -For the NeuralPi plugin for use in DAW: +For the NeuralPi plugin for use in a normal DAW: 1. Download the appropriate plugin installer (Windows 10, Mac, Ubuntu Linux) 2. Run the installer and follow the instructions. May need to reboot to allow your DAW to recognize the new plugin. diff --git a/neuralpi_pic.jpg b/resources/neuralpi_pic.jpg Binary files differ. diff --git a/resources/rpi_pic.jpg b/resources/rpi_pic.jpg Binary files differ.