Skip to content

Demo project for implementing JUCE in an Android and iOS app

Notifications You must be signed in to change notification settings

mregnauld/JUCEAudioDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo project for implementing JUCE in an Android and iOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published