react-native-wakeword
v1.0.30
Published
Voice/Wake-word detection library for React Native
Downloads
588
Maintainers
Readme
About this package:
DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection npm for Android and IOS.
Contact us at [email protected]
What's in this package
This package includes
- "Wake Word" (also known as: "keyword detection" and "phrase spotting") api to enable ios and android applications.
- "Speech to Intent" (also known as: "voice commands" and "phrase spotting") very similar to "Wake Word" however mainly used to use speech command to control the application rather than waking up the application.
Installation
npm install react-native-wakeword
Githhub examples:
Checkout examples on:
https://github.com/frymanofer/ReactNative_WakeWordDetection
FAQ:
What is a wake word?
A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google".
What is a Speech to Intent?
Speech to Intent refers to the ability to recognize a spoken word or phrase and directly associate it with a specific action or operation within an application.
Unlike a "wake word," which typically serves to activate or wake up the application, Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.
For example, a wake word like "Hey App" might activate the application, while Speech to Intent could process a phrase like "Play my favorite song" or "Order a coffee" to execute corresponding tasks within the app. Speech to Intent is often triggered after a wake word activates the app, making it a key component of more advanced voice-controlled applications. This layered approach allows for seamless and intuitive voice-driven user experiences.
How accurate is the platform?
Our platform ensures 99.99%+ accuracy in various environments.