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.
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/package.json +1 -1
- package/wakewords/SpeakerVerificationRNBridge.js +1 -1
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
53a50223a7e9953c6c355dba13190288 keyworddetection-1.0.0.aar
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
67bd812ae46f361d687e9757c33985d14d2b57d2 keyworddetection-1.0.0.aar
|
package/package.json
CHANGED
|
@@ -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.
|
|
220
|
+
modelPath: 'speaker_model.dm',
|
|
221
221
|
options: {
|
|
222
222
|
decisionThreshold: 0.35,
|
|
223
223
|
tailSeconds: 2.0,
|