react-native-wakeword 1.1.73 → 1.1.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",
@@ -162,12 +162,11 @@ export class KeyWordRNBridgeInstance {
162
162
  return KeyWordRNBridge.startKeywordDetection(
163
163
  this.instanceId,
164
164
  threshold,
165
- speakerVerificationEnrollmentJsonOrPath,
166
165
  resolvedSetActive,
167
166
  resolvedDuckOthers,
168
167
  resolvedMixWithOthers,
169
168
  resolvedDefaultToSpeaker
170
- );
169
+ );
171
170
  } else {
172
171
  return KeyWordRNBridge.startKeywordDetection(
173
172
  this.instanceId,