rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

Request: Android NDK support (.so builds, CMake, and JNI guidance)

Open pavan901 opened this issue 6 months ago • 0 comments

RNNoise is highly valuable for mobile apps, but the current repo lacks Android integration support. To make it production-ready for Android developers, please consider adding:

  • Official .so builds for Android ABIs (arm64-v8a, armeabi-v7a, etc.)
  • A CMakeLists.txt for cross-compiling with the Android NDK.
  • Minimal JNI wrapper or usage example for Java/Kotlin.

pavan901 avatar Apr 22 '25 11:04 pavan901