react-native-wakeword 1.0.37 → 1.0.39

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 CHANGED
@@ -8,6 +8,20 @@ Contact us at info@DaVoice.io
8
8
  ## Installation
9
9
  npm install react-native-wakeword
10
10
 
11
+ ## Android:
12
+ Add this to your android/build.gradle file:
13
+
14
+ allprojects {
15
+ repositories {
16
+ // react-native-wakeword added
17
+ maven { url "${project(":react-native-wakeword").projectDir}/libs" }
18
+ maven { url("${project(':react-native-wakeword').projectDir}/libs") }
19
+ maven {
20
+ url("${project(':react-native-wakeword').projectDir}/libs")
21
+ }
22
+ // End react-native-wakeword added
23
+ ... your other lines...
24
+
11
25
  ## Githhub examples:
12
26
 
13
27
  ### Checkout examples on:
@@ -36,7 +36,7 @@ dependencies {
36
36
  implementation "com.facebook.react:react-native:+"
37
37
  implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.13.1'
38
38
  implementation 'ai.picovoice:android-voice-processor:1.0.2'
39
- implementation 'com.davoice.keyworddetection:keyworddetection:1.0.0'
39
+ implementation 'com.davoice:keyworddetection:1.0.0'
40
40
  // implementation(name: 'MyLibrary-release', ext: 'aar') // Add this line
41
41
  }
42
42
 
@@ -1 +1 @@
1
- bb17585e6f4cf75bd791f9940e5fe10f
1
+ bb17585e6f4cf75bd791f9940e5fe10f keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- 7ac49c589641f454508a0bf43f001568402c1226
1
+ 7ac49c589641f454508a0bf43f001568402c1226 keyworddetection-1.0.0.aar
@@ -3,7 +3,7 @@
3
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
4
  http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
5
  <modelVersion>4.0.0</modelVersion>
6
- <groupId>com.davoice.keyworddetection</groupId>
6
+ <groupId>com.davoice</groupId>
7
7
  <artifactId>keyworddetection</artifactId>
8
8
  <version>1.0.0</version>
9
9
  <packaging>aar</packaging>
@@ -1 +1 @@
1
- fb2793a0cf0ea9acb8320f6c09efdd2b
1
+ e5c6a73bac657aa816353ea352a514b6 keyworddetection-1.0.0.pom
@@ -1 +1 @@
1
- ad1bb18b9131bd76f6f3d88e309ce4872725fc3d
1
+ e5d2ce768d7a084d7dbe62bf5b7d1489f31f76c8 keyworddetection-1.0.0.pom
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",