react-native-wakeword 1.0.27 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@ Contact us at info@DaVoice.io
|
|
|
6
6
|
## What's in this package
|
|
7
7
|
|
|
8
8
|
### This package includes
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
1. "Wake Word" (also known as: "keyword detection" and "phrase spotting") api to enable ios and android applications.
|
|
10
|
+
2. "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.
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
npm install react-native-wakeword
|