react-native-wakeword 1.1.11 → 1.1.12

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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,11 +8,14 @@ By [DaVoice.io](https://davoice.io)
8
8
 
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
+ ## New:
12
+ Fix IOS issue with static Podfile linkage.
13
+
11
14
  ## About this package:
12
15
 
13
16
  This is a **"wake word"** package for React Native. A "wake word" is a keyword that activates your device, like "Hey Siri" or "OK Google". "Wake Word" is also known as "keyword detection", "Phrase Recognition", "Phrase Spotting", “Voice triggered”, “hot word”, “trigger word”
14
17
 
15
- It also provide **Speech to Intent**. **Speech to Intent** refers to the ability to recognize a spoken word or phrase
18
+ It also provide **Voice Commands** AKA **Speech to Intent**. **Voice Commands** refers to the ability to recognize a spoken word or phrase
16
19
  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,
17
20
  Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.
18
21
 
@@ -37,6 +40,9 @@ Top Player 0.874812
37
40
  Third 0.626567
38
41
  ```
39
42
 
43
+ Please check this link for an official benchmake by lookdeep.health:
44
+ https://www.reddit.com/r/Python/comments/1ioo4yd/bulletproof_wakewordkeyword_spotting/
45
+
40
46
  - **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.
41
47
  - **Cross-Platform Support:** Integrate Davoice KeywordsDetection into React-Native Framework. Both iOS and Android are supported.
42
48
  - **Low Latency:** Experience near-instantaneous keyword detection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",