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