I am working on an app, and I need to pass a buffer of audio data from kotlin to a C function. The prototype of the C function is :
DECL(void, fftBuildAudioData, const jshort* const recordedAudio)
(DECL is a macro to declare the good prototype and name function to match JNI specifictions)
I...
I am using the following code to return a bitmap from a video using jni then to display it using c++ and Openframeworks.You may not be familiar with Openframeworks but it's just the last step, possibly there is an error with the code before using Openframeworks' ofImage object.
These codes are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.