react-native-wakeword-sid 1.1.210 → 1.1.212

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.
@@ -1 +1 @@
1
- 3d155b2452b4855738ace5e2380fc33b keyworddetection-1.0.0.aar
1
+ 53a50223a7e9953c6c355dba13190288 keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- e16ca760fbeefb93ac70204440ba4806fbd9d94e keyworddetection-1.0.0.aar
1
+ 67bd812ae46f361d687e9757c33985d14d2b57d2 keyworddetection-1.0.0.aar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword-sid",
3
- "version": "1.1.210",
3
+ "version": "1.1.212",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",
@@ -217,7 +217,7 @@ export const createSpeakerVerificationMicController = async (controllerId) => {
217
217
  async function verifyFromMicWithEnrollment(enrollmentJson, setUiMessage) {
218
218
 
219
219
  const micConfig = {
220
- modelPath: 'speaker_model.onnx',
220
+ modelPath: 'speaker_model.dm',
221
221
  options: {
222
222
  decisionThreshold: 0.35,
223
223
  tailSeconds: 2.0,