react-native-wakeword 1.1.11 → 1.1.13

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.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.homepage = "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git" # Update with your repo URL
11
11
  s.license = { :type => "MIT" } # Update if different
12
12
  s.author = { "Your Name" => "ofer@davoice.io" } # Update with your info
13
- s.platform = :ios, "13.5"
13
+ s.platform = :ios, "11"
14
14
  # s.source = { :git => "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git", :tag => s.version.to_s } # Update accordingly
15
15
  s.source = { :path => "." }
16
16
 
package/README.md CHANGED
@@ -8,11 +8,16 @@ 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
+
14
+ Reduce ios minimum version to 11 (was 13.5)
15
+
11
16
  ## About this package:
12
17
 
13
18
  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
19
 
15
- It also provide **Speech to Intent**. **Speech to Intent** refers to the ability to recognize a spoken word or phrase
20
+ It also provide **Voice Commands** AKA **Speech to Intent**. **Voice Commands** refers to the ability to recognize a spoken word or phrase
16
21
  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
22
  Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.
18
23
 
@@ -37,6 +42,9 @@ Top Player 0.874812
37
42
  Third 0.626567
38
43
  ```
39
44
 
45
+ Please check this link for an official benchmake by lookdeep.health:
46
+ https://www.reddit.com/r/Python/comments/1ioo4yd/bulletproof_wakewordkeyword_spotting/
47
+
40
48
  - **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
49
  - **Cross-Platform Support:** Integrate Davoice KeywordsDetection into React-Native Framework. Both iOS and Android are supported.
42
50
  - **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.13",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",