AidaDSP / aidadsp-lv2

Aida DSP's audio plugins in lv2 format
GNU General Public License v3.0
35 stars 9 forks source link
amp-sim audio-dsp deep-learning modeling

Aida DSP lv2 plugin bundle

paypal

What is this repository for?

Plugin list

rt-neural-generic.lv2

It's a lv2 plugin that leverages RTNeural to model pedals or amps.

Developers:

Generate json models

This implies neural network training. Please follow:

Build

MOD Audio

We're proudly part of the amazing MOD Audio platform and community. Our plugin is already integrated in their build system MPB, so please just follow their instructions.

Aida DSP OS

Below a guide on how to cross compile this bundle with aidadsp sdk. You can extract cmake commands to fit your build system.

for other options see RTNeural project.

1. install sdk with ./poky-glibc-x86_64-aidadsp-sdk-image-aarch64-nanopi-neo2-toolchain-2.1.15.sh
3. source environment-setup-aarch64-poky-linux
4. git clone https://github.com/AidaDSP/aidadsp-lv2.git && cd aidadsp-lv2
5. mkdir build && cd build
6. cmake -DCMAKE_BUILD_TYPE=Release -DGENERIC_AARCH64=ON -DRTNEURAL_XSIMD=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ../
7. cmake --build .
8. make install DESTDIR="/tmp/"

bundle will be placed in /tmp/ ready to be copied on your device

paypal