react-native-wakeword 1.0.45 → 1.0.47
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/KeyWordDetection.podspec +1 -1
- package/README.md +43 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/ios/react-native-wakeword.podspec +2 -2
- package/module.modulemap +0 -2
- package/package.json +4 -1
package/KeyWordDetection.podspec
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## About this package:
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
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".
|
|
4
|
+
|
|
5
|
+
It also provide **Speech to Intent**. **Speech to Intent** refers to the ability to recognize a spoken word or phrase
|
|
6
|
+
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,
|
|
7
|
+
Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.
|
|
8
|
+
|
|
9
|
+
For example, a wake word like "Hey App" might activate the application, while Speech
|
|
10
|
+
to Intent could process a phrase like "Play my favorite song" or "Order a coffee" to
|
|
11
|
+
execute corresponding tasks within the app.
|
|
12
|
+
Speech to Intent is often triggered after a wake word activates the app, making it a key
|
|
13
|
+
component of more advanced voice-controlled applications. This layered approach allows for
|
|
14
|
+
seamless and intuitive voice-driven user experiences.
|
|
3
15
|
|
|
4
16
|
Contact us at info@DaVoice.io
|
|
5
17
|
|
|
@@ -62,3 +74,33 @@ seamless and intuitive voice-driven user experiences.
|
|
|
62
74
|
|
|
63
75
|
Our platform ensures 99.99%+ accuracy in various environments.
|
|
64
76
|
|
|
77
|
+
### Key words
|
|
78
|
+
|
|
79
|
+
DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection npm for Android and IOS.
|
|
80
|
+
"Wake word detection github"
|
|
81
|
+
"react-native wake word",
|
|
82
|
+
"Wake word detection github",
|
|
83
|
+
"Wake word generator",
|
|
84
|
+
"Custom wake word",
|
|
85
|
+
"voice commands",
|
|
86
|
+
"wake word",
|
|
87
|
+
"wakeword",
|
|
88
|
+
"wake words",
|
|
89
|
+
"keyword detection",
|
|
90
|
+
"keyword spotting",
|
|
91
|
+
"speech to intent",
|
|
92
|
+
"voice to intent",
|
|
93
|
+
"phrase spotting",
|
|
94
|
+
"react native wake word",
|
|
95
|
+
"Davoice.io wake word",
|
|
96
|
+
"Davoice wake word",
|
|
97
|
+
"Davoice react native wake word",
|
|
98
|
+
"Davoice react-native wake word",
|
|
99
|
+
"wake",
|
|
100
|
+
"word",
|
|
101
|
+
"Voice Commands Recognition",
|
|
102
|
+
"lightweight Voice Commands Recognition",
|
|
103
|
+
"customized lightweight Voice Commands Recognition",
|
|
104
|
+
"rn wake word"
|
|
105
|
+
|
|
106
|
+
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
344f475e506daa8aa3a6272f4dae1230 keyworddetection-1.0.0.aar
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a4ed3dbbc981a673ba4c4a5de0a16751a9d0784a keyworddetection-1.0.0.aar
|
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.homepage = "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git" # Update with your repo URL
|
|
12
12
|
s.license = { :type => "MIT" } # Update if different
|
|
13
13
|
s.author = { "Your Name" => "ofer@davoice.io" } # Update with your info
|
|
14
|
-
s.platform = :ios, "
|
|
14
|
+
s.platform = :ios, "15.1"
|
|
15
15
|
# s.source = { :git => "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git", :tag => s.version.to_s } # Update accordingly
|
|
16
16
|
s.source = { :path => "." }
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
|
|
|
28
28
|
|
|
29
29
|
s.dependency "React"
|
|
30
30
|
s.dependency "onnxruntime-objc", "~> 1.18.0"
|
|
31
|
-
s.dependency "ios-voice-processor", "~> 1.
|
|
31
|
+
s.dependency "ios-voice-processor", "~> 1.2.0"
|
|
32
32
|
|
|
33
33
|
s.pod_target_xcconfig = {
|
|
34
34
|
"FRAMEWORK_SEARCH_PATHS" => "\"$(PODS_ROOT)/react-native-wakeword/ios\"",
|
package/module.modulemap
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-wakeword",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.47",
|
|
4
4
|
"description": "Voice/Wake-word detection library for React Native",
|
|
5
5
|
"main": "wakewords/index.js",
|
|
6
6
|
"types": "wakewords/index.d.ts",
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
"Voice Commands Recognition",
|
|
49
49
|
"lightweight Voice Commands Recognition",
|
|
50
50
|
"customized lightweight Voice Commands Recognition",
|
|
51
|
+
"Wake word detection github",
|
|
52
|
+
"Wake word generator",
|
|
53
|
+
"Custom wake word",
|
|
51
54
|
"rn wake word"
|
|
52
55
|
],
|
|
53
56
|
"author": "Davoice.io",
|