Is this all internal JUCE drawing API or OpenGL? I am getting into the graphics part of JUCE and need real-time graphic things like this on Android (cpu expense optimized).
On many devices this code never asks for permission from the user. Thus, permission will not be enabled until the user himself goes to the settings and turns it on.
I’ve released an update on Google Play. Now microphone permission is requested every launch until it is enabled and the application does not crash if permission is not enabled.
Application was updated with Juce 5.4.5 to fix crush on Android 10. I would appreciate it if someone confirmed that it works on Android 10. Link is in the first message in theme. Thank you!