'How to add JUCE to Android app without GUI/Projuce?

I have an already working audio app for Android that uses Oboe. I found some nice plugins https://github.com/juandagilc/Audio-Effects that I'd like to add to my project.

I made JUCE compile successfully on my Android Studio project, but now I'm wondering what I should do next. The mobile tutorial only talks about Projuce, bit what if I want to just produce music, without any of the things from Projuce? I just want to use JUCE as an audio processing library.

All the JUCE tutorials are more linked to using the GUI provided by Juce, but how can I use it for just audio processing, that is, as a true library?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source