Skip to content

atsushieno/aap-juce-byod

Repository files navigation

aap-juce-byod: BYOD on Android

It is a port of Chowdhury-DSP/BYOD to Audio Plugins for Android using aap-juce.

aap-juce-byod on aaphostsample

Build instruction

It is aap-juce CMake application which would typically build just with make with sufficient setup, but this time we need a fix for RTNeural to get it working in good performance: jatinchowdhury18/RTNeural#81

I didn't fork BYOD to just alter the commit hash for RTNeural, so you will have to perform some additional operations:

cd external/BYOD/modules/RTNeural
git remote add atsushieno https://github.com/atsushieno/RTNeural.git
git fetch atsushieno bump-xsimd-for-android
git switch bump-xsimd-for-android
git submodule update --recursive --init
cd ../../../..

make

Licenses

BYOD is distributed under the GPLv3 license.

aap-juce-byod is distributed under the GPLv3 license.