▲ 3 r/reactnative
Hey r/reactnative,
I was recently exploring wake word detection but I quickly hit the limits on Picovoice's Porcupine so I just published react-native-openwakeword, a native module that brings offline wake word detection to React Native apps.
The core is a three-stage C++ pipeline that handles feature extraction, embedding generation, and prediction entirely on-device. It's also under the Apache license so it can be used for commercial products.
It wraps OpenWakeWord under the hood, which is already well-regarded in the Python/embedded world, I just wanted it to feel native in React Native.
Still early, but it works. Would love feedback, especially from anyone who's tried to do something like this before.
u/ConsciousCharacter39 — 12 days ago