react-native-wakeword 1.0.26 → 1.0.28

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 +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,20 @@
1
+ ## About this package:
1
2
  DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection npm for Android and IOS.
2
3
 
3
4
  Contact us at info@DaVoice.io
4
5
 
6
+ ## What's in this package
7
+
8
+ ### This package includes
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
+
5
12
  ## Installation
6
13
  npm install react-native-wakeword
7
14
 
8
15
  ## Githhub examples:
9
16
 
10
- Checkout examples on:
17
+ ### Checkout examples on:
11
18
  https://github.com/frymanofer/ReactNative_WakeWordDetection
12
19
 
13
20
 
@@ -17,8 +24,7 @@ https://github.com/frymanofer/ReactNative_WakeWordDetection
17
24
 
18
25
  A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google".
19
26
 
20
-
21
- What is a Speech to Intent?
27
+ ### What is a Speech to Intent?
22
28
 
23
29
  Speech to Intent refers to the ability to recognize a spoken word or phrase
24
30
  and directly associate it with a specific action or operation within an application.
@@ -34,7 +40,7 @@ Speech to Intent is often triggered after a wake word activates the app, making
34
40
  component of more advanced voice-controlled applications. This layered approach allows for
35
41
  seamless and intuitive voice-driven user experiences.
36
42
 
37
- How accurate is the platform?
43
+ ### How accurate is the platform?
38
44
 
39
45
  Our platform ensures 99.99%+ accuracy in various environments.
40
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",