• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. DridriLaBastos

    Apps Cannot use Kotlin object pinnig to pass a buffer to a C function

    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...