I'm defining a callback to process audio in Android using Superpowered SDK. I'm passing the JNIEnv using the clientData pointer in the callback. Is there anyway I can call a simple Java function to update some text on the main screen inside the callback?
My code is built on the FrequencyDomain example for Superpowered SDK.