/JUCEAudioDemo

Demo project for implementing JUCE in an Android and iOS app

Primary LanguageC++

JUCE Audio Demo

You'll find here the full project that illustrates my 3-part series on how to implement JUCE in an Android app and in an iOS app:

Note that the project is a Flutter project, but if you go to the android/ or ios/ directory, you should feel at home.

Required steps to make it work

If you want to git clone that project and test it locally, you'll first need to:

  • download and install JUCE
  • For Android:
    • edit the CMakeLists.txt file
    • change the value of JUCE_DIR to the path where you installed JUCE, if needed
  • For iOS:
    • Go to Runner (Project) > Build Settings > Search Paths, then Header Search Paths
    • change the $HOME/JUCE path to the path where you installed JUCE, if needed