atsushieno / android-juce-cmake

experimental CMake-based JUCE audio plugin project for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It is an experimental repository to create a CMake-based JUCE project for Android.

Note that JUCE does not support CMake for Android by themselves yet. No support for audio plugins either.

For technical details on the project contents, see my blog post for details.

This comes with a tiny patch to JUCE which exposes juce_CreateApplication() function that is dynamically loaded by juce_juceEventsAndroidStartApp() (a patch JUCE-support-Android-CMake.patch is available for this).

Also note that there are handful of known JUCE issues that are Android specific. Especially you would be likely suffered from the audio input channel issues.

The template is mostly based on tomoyanonymous/juce_cmake_vscode_example.

screenshot

About

experimental CMake-based JUCE audio plugin project for Android


Languages

Language:C++ 63.5%Language:CMake 30.6%Language:Kotlin 4.4%Language:Shell 1.0%Language:Batchfile 0.5%