rnnoise
rnnoise copied to clipboard
Request: Android NDK support (.so builds, CMake, and JNI guidance)
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
.sobuilds for Android ABIs (arm64-v8a,armeabi-v7a, etc.) - A
CMakeLists.txtfor cross-compiling with the Android NDK. - Minimal JNI wrapper or usage example for Java/Kotlin.