react-native-wakeword 1.1.42 → 1.1.43
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ By [DaVoice.io](https://davoice.io)
|
|
|
9
9
|
Welcome to **Davoice React-Native Wake Word / hotword / Keywords Detection** – Wake words and keyword detection solution designed by **DaVoice.io**.
|
|
10
10
|
|
|
11
11
|
## New:
|
|
12
|
+
Android - 16KB alignment.
|
|
13
|
+
|
|
12
14
|
Fix IOS crash when retaking microphone after a call.
|
|
13
15
|
|
|
14
16
|
Fix IOS issue with static Podfile linkage.
|
|
@@ -44,9 +46,6 @@ Top Player 0.874812
|
|
|
44
46
|
Third 0.626567
|
|
45
47
|
```
|
|
46
48
|
|
|
47
|
-
Please check this link for an official benchmake by lookdeep.health:
|
|
48
|
-
https://www.reddit.com/r/Python/comments/1ioo4yd/bulletproof_wakewordkeyword_spotting/
|
|
49
|
-
|
|
50
49
|
- **Easy to deploy wake word with React Native:** Check out our example: "rn_example/DetectingKeyWords.js". With a few simple lines of code, you have your own keyword detecting enabled app.
|
|
51
50
|
- **Cross-Platform Support:** Integrate Davoice KeywordsDetection into React-Native Framework. Both iOS and Android are supported.
|
|
52
51
|
- **Low Latency:** Experience near-instantaneous keyword detection.
|