Giter Site home page Giter Site logo

spunktsch / aidadsp-lv2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aidadsp/aidadsp-lv2

0.0 0.0 0.0 4.41 MB

Aida DSP's audio plugins in lv2 format

License: GNU General Public License v3.0

C++ 66.50% C 7.27% CSS 11.11% HTML 7.20% CMake 7.92%

aidadsp-lv2's Introduction

Aida DSP lv2 plugin bundle

What is this repository for?

  • A bundle of audio plugins from Aida DSP
  • Bundle version: 1.0
  • This bundle is intended to be used with moddevices's products and derivatives

Plugin list

  • rt-neural-lv2

rt-neural-lv2

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

  • This plugin supports json model files loading via specific atom messages
Generate json models

This implies neural network training. Please follow Automated_GuitarAmpModelling.ipynb script available on

Dataset

Since I was not satisfied with dataset proposed by orignal authors I've put together one:

Build

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

  • RTNEURAL_ENABLE_AARCH64 specific option for aarch64 builds
  • RTNEURAL_XSIMD=ON or RTNEURAL_EIGEN=ON to select an available backend for RTNeural library

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

aidadsp-lv2's People

Contributors

maxpayne86 avatar spunktsch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.