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
|
@@ -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,
|