Git Product home page Git Product logo

aidadsp-lv2's Introduction

Aida DSP lv2 plugin bundle

paypal

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 MOD Audio's products and derivatives

Plugin list

  • rt-neural-generic.lv2

rt-neural-generic.lv2

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

  • Play realistic Amps or Pedals captured with cutting-edge ML technology
  • Full featured 5-band EQ with adjustable Q, frequencies and pre/post switch
  • Input and Output Volume Controls

Developers:

  • This plugin supports json model files loading via specific atom messages
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.

  • 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

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.