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.