react-native-wakeword 1.1.62 → 1.1.64

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.
Files changed (18) hide show
  1. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
  2. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
  3. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
  4. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  5. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +282 -139
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +4 -2
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +4 -2
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +282 -139
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4 -2
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4 -2
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +282 -139
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4 -2
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4 -2
  15. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  16. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  17. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +24 -24
  18. package/package.json +1 -1
@@ -2904,6 +2904,93 @@
2904
2904
  }
2905
2905
  ]
2906
2906
  },
2907
+ {
2908
+ "kind": "Var",
2909
+ "name": "subWindowSeconds",
2910
+ "printedName": "subWindowSeconds",
2911
+ "children": [
2912
+ {
2913
+ "kind": "TypeNominal",
2914
+ "name": "Float",
2915
+ "printedName": "Swift.Float",
2916
+ "usr": "s:Sf"
2917
+ }
2918
+ ],
2919
+ "declKind": "Var",
2920
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvp",
2921
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvp",
2922
+ "moduleName": "KeyWordDetection",
2923
+ "declAttributes": [
2924
+ "HasInitialValue",
2925
+ "HasStorage",
2926
+ "AccessControl",
2927
+ "RawDocComment"
2928
+ ],
2929
+ "hasStorage": true,
2930
+ "accessors": [
2931
+ {
2932
+ "kind": "Accessor",
2933
+ "name": "Get",
2934
+ "printedName": "Get()",
2935
+ "children": [
2936
+ {
2937
+ "kind": "TypeNominal",
2938
+ "name": "Float",
2939
+ "printedName": "Swift.Float",
2940
+ "usr": "s:Sf"
2941
+ }
2942
+ ],
2943
+ "declKind": "Accessor",
2944
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvg",
2945
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvg",
2946
+ "moduleName": "KeyWordDetection",
2947
+ "implicit": true,
2948
+ "accessorKind": "get"
2949
+ },
2950
+ {
2951
+ "kind": "Accessor",
2952
+ "name": "Set",
2953
+ "printedName": "Set()",
2954
+ "children": [
2955
+ {
2956
+ "kind": "TypeNominal",
2957
+ "name": "Void",
2958
+ "printedName": "()"
2959
+ },
2960
+ {
2961
+ "kind": "TypeNominal",
2962
+ "name": "Float",
2963
+ "printedName": "Swift.Float",
2964
+ "usr": "s:Sf"
2965
+ }
2966
+ ],
2967
+ "declKind": "Accessor",
2968
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvs",
2969
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvs",
2970
+ "moduleName": "KeyWordDetection",
2971
+ "implicit": true,
2972
+ "accessorKind": "set"
2973
+ },
2974
+ {
2975
+ "kind": "Accessor",
2976
+ "name": "Modify",
2977
+ "printedName": "Modify()",
2978
+ "children": [
2979
+ {
2980
+ "kind": "TypeNominal",
2981
+ "name": "Void",
2982
+ "printedName": "()"
2983
+ }
2984
+ ],
2985
+ "declKind": "Accessor",
2986
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvM",
2987
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvM",
2988
+ "moduleName": "KeyWordDetection",
2989
+ "implicit": true,
2990
+ "accessorKind": "_modify"
2991
+ }
2992
+ ]
2993
+ },
2907
2994
  {
2908
2995
  "kind": "Var",
2909
2996
  "name": "meanComboEnabled",
@@ -2923,8 +3010,7 @@
2923
3010
  "declAttributes": [
2924
3011
  "HasInitialValue",
2925
3012
  "HasStorage",
2926
- "AccessControl",
2927
- "RawDocComment"
3013
+ "AccessControl"
2928
3014
  ],
2929
3015
  "hasStorage": true,
2930
3016
  "accessors": [
@@ -3308,7 +3394,7 @@
3308
3394
  {
3309
3395
  "kind": "Constructor",
3310
3396
  "name": "init",
3311
- "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
3397
+ "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:subWindowSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
3312
3398
  "children": [
3313
3399
  {
3314
3400
  "kind": "TypeNominal",
@@ -3399,6 +3485,13 @@
3399
3485
  "hasDefaultArg": true,
3400
3486
  "usr": "s:Sf"
3401
3487
  },
3488
+ {
3489
+ "kind": "TypeNominal",
3490
+ "name": "Float",
3491
+ "printedName": "Swift.Float",
3492
+ "hasDefaultArg": true,
3493
+ "usr": "s:Sf"
3494
+ },
3402
3495
  {
3403
3496
  "kind": "TypeNominal",
3404
3497
  "name": "Bool",
@@ -3429,8 +3522,8 @@
3429
3522
  }
3430
3523
  ],
3431
3524
  "declKind": "Constructor",
3432
- "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS2fSbS2iAA10SVLogLevelOtcfc",
3433
- "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS2fSbS2iAA10SVLogLevelOtcfc",
3525
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
3526
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
3434
3527
  "moduleName": "KeyWordDetection",
3435
3528
  "declAttributes": [
3436
3529
  "AccessControl"
@@ -6484,7 +6577,7 @@
6484
6577
  {
6485
6578
  "kind": "TypeNominal",
6486
6579
  "name": "Tuple",
6487
- "printedName": "(armed: Swift.Bool, buffered: Swift.Int, needed: Swift.Int, collected: Swift.Int)",
6580
+ "printedName": "(armed: Swift.Bool, buffered: Swift.Int, needed: Swift.Int, collected: Swift.Int, windows: Swift.Int)",
6488
6581
  "children": [
6489
6582
  {
6490
6583
  "kind": "TypeNominal",
@@ -6504,6 +6597,12 @@
6504
6597
  "printedName": "Swift.Int",
6505
6598
  "usr": "s:Si"
6506
6599
  },
6600
+ {
6601
+ "kind": "TypeNominal",
6602
+ "name": "Int",
6603
+ "printedName": "Swift.Int",
6604
+ "usr": "s:Si"
6605
+ },
6507
6606
  {
6508
6607
  "kind": "TypeNominal",
6509
6608
  "name": "Int",
@@ -6514,8 +6613,8 @@
6514
6613
  }
6515
6614
  ],
6516
6615
  "declKind": "Func",
6517
- "usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedtyF",
6518
- "mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedtyF",
6616
+ "usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
6617
+ "mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
6519
6618
  "moduleName": "KeyWordDetection",
6520
6619
  "declAttributes": [
6521
6620
  "Final",
@@ -6708,6 +6807,29 @@
6708
6807
  ],
6709
6808
  "isFromExtension": true,
6710
6809
  "funcSelfKind": "NonMutating"
6810
+ },
6811
+ {
6812
+ "kind": "Function",
6813
+ "name": "collectedWindowCount",
6814
+ "printedName": "collectedWindowCount()",
6815
+ "children": [
6816
+ {
6817
+ "kind": "TypeNominal",
6818
+ "name": "Int",
6819
+ "printedName": "Swift.Int",
6820
+ "usr": "s:Si"
6821
+ }
6822
+ ],
6823
+ "declKind": "Func",
6824
+ "usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC20collectedWindowCountSiyF",
6825
+ "mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC20collectedWindowCountSiyF",
6826
+ "moduleName": "KeyWordDetection",
6827
+ "declAttributes": [
6828
+ "Final",
6829
+ "AccessControl"
6830
+ ],
6831
+ "isFromExtension": true,
6832
+ "funcSelfKind": "NonMutating"
6711
6833
  }
6712
6834
  ],
6713
6835
  "declKind": "Class",
@@ -10946,920 +11068,941 @@
10946
11068
  "length": 3,
10947
11069
  "value": "3.0"
10948
11070
  },
11071
+ {
11072
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11073
+ "kind": "FloatLiteral",
11074
+ "offset": 14696,
11075
+ "length": 3,
11076
+ "value": "0.5"
11077
+ },
10949
11078
  {
10950
11079
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10951
11080
  "kind": "BooleanLiteral",
10952
- "offset": 14606,
11081
+ "offset": 14740,
10953
11082
  "length": 4,
10954
11083
  "value": "true"
10955
11084
  },
10956
11085
  {
10957
11086
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10958
11087
  "kind": "IntegerLiteral",
10959
- "offset": 14647,
11088
+ "offset": 14781,
10960
11089
  "length": 1,
10961
11090
  "value": "3"
10962
11091
  },
10963
11092
  {
10964
11093
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10965
11094
  "kind": "IntegerLiteral",
10966
- "offset": 14689,
11095
+ "offset": 14823,
10967
11096
  "length": 4,
10968
11097
  "value": "2000"
10969
11098
  },
10970
11099
  {
10971
11100
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10972
11101
  "kind": "IntegerLiteral",
10973
- "offset": 17951,
11102
+ "offset": 18294,
10974
11103
  "length": 6,
10975
11104
  "value": "16000"
10976
11105
  },
10977
11106
  {
10978
11107
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10979
11108
  "kind": "IntegerLiteral",
10980
- "offset": 17985,
11109
+ "offset": 18328,
10981
11110
  "length": 2,
10982
11111
  "value": "80"
10983
11112
  },
10984
11113
  {
10985
11114
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10986
11115
  "kind": "BooleanLiteral",
10987
- "offset": 18009,
11116
+ "offset": 18352,
10988
11117
  "length": 4,
10989
11118
  "value": "true"
10990
11119
  },
10991
11120
  {
10992
11121
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10993
11122
  "kind": "FloatLiteral",
10994
- "offset": 18046,
11123
+ "offset": 18389,
10995
11124
  "length": 4,
10996
11125
  "value": "25.0"
10997
11126
  },
10998
11127
  {
10999
11128
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11000
11129
  "kind": "FloatLiteral",
11001
- "offset": 18082,
11130
+ "offset": 18425,
11002
11131
  "length": 4,
11003
11132
  "value": "10.0"
11004
11133
  },
11005
11134
  {
11006
11135
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11007
11136
  "kind": "IntegerLiteral",
11008
- "offset": 18108,
11137
+ "offset": 18451,
11009
11138
  "length": 3,
11010
11139
  "value": "512"
11011
11140
  },
11012
11141
  {
11013
11142
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11014
11143
  "kind": "FloatLiteral",
11015
- "offset": 18148,
11144
+ "offset": 18491,
11016
11145
  "length": 4,
11017
11146
  "value": "0.35"
11018
11147
  },
11019
11148
  {
11020
11149
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11021
11150
  "kind": "BooleanLiteral",
11022
- "offset": 18188,
11151
+ "offset": 18531,
11023
11152
  "length": 5,
11024
11153
  "value": "false"
11025
11154
  },
11026
11155
  {
11027
11156
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11028
11157
  "kind": "IntegerLiteral",
11029
- "offset": 18220,
11158
+ "offset": 18563,
11030
11159
  "length": 4,
11031
11160
  "value": "1280"
11032
11161
  },
11033
11162
  {
11034
11163
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11035
11164
  "kind": "FloatLiteral",
11036
- "offset": 18255,
11165
+ "offset": 18598,
11037
11166
  "length": 3,
11038
11167
  "value": "2.0"
11039
11168
  },
11040
11169
  {
11041
11170
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11042
11171
  "kind": "FloatLiteral",
11043
- "offset": 18292,
11172
+ "offset": 18635,
11044
11173
  "length": 3,
11045
11174
  "value": "3.0"
11046
11175
  },
11176
+ {
11177
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11178
+ "kind": "FloatLiteral",
11179
+ "offset": 18674,
11180
+ "length": 3,
11181
+ "value": "0.5"
11182
+ },
11047
11183
  {
11048
11184
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11049
11185
  "kind": "BooleanLiteral",
11050
- "offset": 18330,
11186
+ "offset": 18712,
11051
11187
  "length": 4,
11052
11188
  "value": "true"
11053
11189
  },
11054
11190
  {
11055
11191
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11056
11192
  "kind": "IntegerLiteral",
11057
- "offset": 18365,
11193
+ "offset": 18747,
11058
11194
  "length": 1,
11059
11195
  "value": "3"
11060
11196
  },
11061
11197
  {
11062
11198
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11063
11199
  "kind": "IntegerLiteral",
11064
- "offset": 18401,
11200
+ "offset": 18783,
11065
11201
  "length": 4,
11066
11202
  "value": "2000"
11067
11203
  },
11068
11204
  {
11069
11205
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11070
11206
  "kind": "Array",
11071
- "offset": 20188,
11207
+ "offset": 20656,
11072
11208
  "length": 2,
11073
11209
  "value": "[]"
11074
11210
  },
11075
11211
  {
11076
11212
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11077
11213
  "kind": "Array",
11078
- "offset": 20228,
11214
+ "offset": 20696,
11079
11215
  "length": 2,
11080
11216
  "value": "[]"
11081
11217
  },
11082
11218
  {
11083
11219
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11084
11220
  "kind": "StringLiteral",
11085
- "offset": 23680,
11221
+ "offset": 24148,
11086
11222
  "length": 8,
11087
11223
  "value": "\"Engine\""
11088
11224
  },
11089
11225
  {
11090
11226
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11091
11227
  "kind": "IntegerLiteral",
11092
- "offset": 24008,
11228
+ "offset": 24476,
11093
11229
  "length": 1,
11094
11230
  "value": "0"
11095
11231
  },
11096
11232
  {
11097
11233
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11098
11234
  "kind": "IntegerLiteral",
11099
- "offset": 24050,
11235
+ "offset": 24518,
11100
11236
  "length": 1,
11101
11237
  "value": "0"
11102
11238
  },
11103
11239
  {
11104
11240
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11105
11241
  "kind": "IntegerLiteral",
11106
- "offset": 24101,
11242
+ "offset": 24569,
11107
11243
  "length": 1,
11108
11244
  "value": "0"
11109
11245
  },
11110
11246
  {
11111
11247
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11112
11248
  "kind": "BooleanLiteral",
11113
- "offset": 30958,
11249
+ "offset": 32733,
11114
11250
  "length": 4,
11115
11251
  "value": "true"
11116
11252
  },
11117
11253
  {
11118
11254
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11119
11255
  "kind": "StringLiteral",
11120
- "offset": 33407,
11256
+ "offset": 35182,
11121
11257
  "length": 9,
11122
11258
  "value": "\"MicCtrl\""
11123
11259
  },
11124
11260
  {
11125
11261
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11126
11262
  "kind": "StringLiteral",
11127
- "offset": 33640,
11263
+ "offset": 35415,
11128
11264
  "length": 2,
11129
11265
  "value": "\"\""
11130
11266
  },
11131
11267
  {
11132
11268
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11133
11269
  "kind": "IntegerLiteral",
11134
- "offset": 33687,
11270
+ "offset": 35462,
11135
11271
  "length": 1,
11136
11272
  "value": "3"
11137
11273
  },
11138
11274
  {
11139
11275
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11140
11276
  "kind": "StringLiteral",
11141
- "offset": 33794,
11277
+ "offset": 35569,
11142
11278
  "length": 15,
11143
11279
  "value": "\"sv.mic.ctrl.q\""
11144
11280
  },
11145
11281
  {
11146
11282
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11147
11283
  "kind": "BooleanLiteral",
11148
- "offset": 33957,
11284
+ "offset": 35732,
11149
11285
  "length": 5,
11150
11286
  "value": "false"
11151
11287
  },
11152
11288
  {
11153
11289
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11154
11290
  "kind": "BooleanLiteral",
11155
- "offset": 34142,
11291
+ "offset": 35917,
11156
11292
  "length": 5,
11157
11293
  "value": "false"
11158
11294
  },
11159
11295
  {
11160
11296
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11161
11297
  "kind": "IntegerLiteral",
11162
- "offset": 34189,
11298
+ "offset": 35964,
11163
11299
  "length": 1,
11164
11300
  "value": "0"
11165
11301
  },
11166
11302
  {
11167
11303
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11168
11304
  "kind": "IntegerLiteral",
11169
- "offset": 34238,
11305
+ "offset": 36013,
11170
11306
  "length": 1,
11171
11307
  "value": "0"
11172
11308
  },
11173
11309
  {
11174
11310
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11175
11311
  "kind": "BooleanLiteral",
11176
- "offset": 34283,
11312
+ "offset": 36058,
11177
11313
  "length": 5,
11178
11314
  "value": "false"
11179
11315
  },
11180
11316
  {
11181
11317
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11182
11318
  "kind": "IntegerLiteral",
11183
- "offset": 35054,
11319
+ "offset": 36829,
11184
11320
  "length": 1,
11185
11321
  "value": "3"
11186
11322
  },
11187
11323
  {
11188
11324
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11189
11325
  "kind": "BooleanLiteral",
11190
- "offset": 35071,
11326
+ "offset": 36846,
11191
11327
  "length": 4,
11192
11328
  "value": "true"
11193
11329
  },
11194
11330
  {
11195
11331
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11196
11332
  "kind": "BooleanLiteral",
11197
- "offset": 38261,
11333
+ "offset": 40063,
11198
11334
  "length": 4,
11199
11335
  "value": "true"
11200
11336
  },
11201
11337
  {
11202
11338
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11203
11339
  "kind": "FloatLiteral",
11204
- "offset": 39722,
11340
+ "offset": 41524,
11205
11341
  "length": 3,
11206
11342
  "value": "0.5"
11207
11343
  },
11208
11344
  {
11209
11345
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11210
11346
  "kind": "BooleanLiteral",
11211
- "offset": 39788,
11347
+ "offset": 41590,
11212
11348
  "length": 5,
11213
11349
  "value": "false"
11214
11350
  },
11215
11351
  {
11216
11352
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11217
11353
  "kind": "BooleanLiteral",
11218
- "offset": 39855,
11354
+ "offset": 41657,
11219
11355
  "length": 4,
11220
11356
  "value": "true"
11221
11357
  },
11222
11358
  {
11223
11359
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11224
11360
  "kind": "IntegerLiteral",
11225
- "offset": 42556,
11361
+ "offset": 44358,
11226
11362
  "length": 1,
11227
11363
  "value": "0"
11228
11364
  },
11229
11365
  {
11230
11366
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11231
11367
  "kind": "IntegerLiteral",
11232
- "offset": 42598,
11368
+ "offset": 44400,
11233
11369
  "length": 1,
11234
11370
  "value": "0"
11235
11371
  },
11236
11372
  {
11237
11373
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11238
11374
  "kind": "StringLiteral",
11239
- "offset": 47870,
11375
+ "offset": 49678,
11240
11376
  "length": 15,
11241
11377
  "value": "\"EnrollBuilder\""
11242
11378
  },
11379
+ {
11380
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11381
+ "kind": "IntegerLiteral",
11382
+ "offset": 50053,
11383
+ "length": 1,
11384
+ "value": "0"
11385
+ },
11243
11386
  {
11244
11387
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11245
11388
  "kind": "BooleanLiteral",
11246
- "offset": 48300,
11389
+ "offset": 50150,
11247
11390
  "length": 4,
11248
11391
  "value": "true"
11249
11392
  },
11250
11393
  {
11251
11394
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11252
11395
  "kind": "IntegerLiteral",
11253
- "offset": 48497,
11396
+ "offset": 50347,
11254
11397
  "length": 1,
11255
11398
  "value": "3"
11256
11399
  },
11257
11400
  {
11258
11401
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11259
11402
  "kind": "BooleanLiteral",
11260
- "offset": 49184,
11403
+ "offset": 51034,
11261
11404
  "length": 4,
11262
11405
  "value": "true"
11263
11406
  },
11264
11407
  {
11265
11408
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11266
11409
  "kind": "StringLiteral",
11267
- "offset": 56176,
11410
+ "offset": 58942,
11268
11411
  "length": 7,
11269
11412
  "value": "\"Feats\""
11270
11413
  },
11271
11414
  {
11272
11415
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11273
11416
  "kind": "FloatLiteral",
11274
- "offset": 58321,
11417
+ "offset": 61087,
11275
11418
  "length": 4,
11276
11419
  "value": "-1.0"
11277
11420
  },
11278
11421
  {
11279
11422
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11280
11423
  "kind": "FloatLiteral",
11281
- "offset": 58331,
11424
+ "offset": 61097,
11282
11425
  "length": 3,
11283
11426
  "value": "1.0"
11284
11427
  },
11285
11428
  {
11286
11429
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11287
11430
  "kind": "IntegerLiteral",
11288
- "offset": 58422,
11431
+ "offset": 61188,
11289
11432
  "length": 1,
11290
11433
  "value": "0"
11291
11434
  },
11292
11435
  {
11293
11436
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11294
11437
  "kind": "IntegerLiteral",
11295
- "offset": 58488,
11438
+ "offset": 61254,
11296
11439
  "length": 1,
11297
11440
  "value": "1"
11298
11441
  },
11299
11442
  {
11300
11443
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11301
11444
  "kind": "IntegerLiteral",
11302
- "offset": 58548,
11445
+ "offset": 61314,
11303
11446
  "length": 1,
11304
11447
  "value": "0"
11305
11448
  },
11306
11449
  {
11307
11450
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11308
11451
  "kind": "StringLiteral",
11309
- "offset": 58603,
11452
+ "offset": 61369,
11310
11453
  "length": 16,
11311
11454
  "value": "\"numFrames <= 0\""
11312
11455
  },
11313
11456
  {
11314
11457
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11315
11458
  "kind": "IntegerLiteral",
11316
- "offset": 58659,
11459
+ "offset": 61425,
11317
11460
  "length": 1,
11318
11461
  "value": "2"
11319
11462
  },
11320
11463
  {
11321
11464
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11322
11465
  "kind": "IntegerLiteral",
11323
- "offset": 58663,
11466
+ "offset": 61429,
11324
11467
  "length": 1,
11325
11468
  "value": "1"
11326
11469
  },
11327
11470
  {
11328
11471
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11329
11472
  "kind": "IntegerLiteral",
11330
- "offset": 58704,
11473
+ "offset": 61470,
11331
11474
  "length": 1,
11332
11475
  "value": "0"
11333
11476
  },
11334
11477
  {
11335
11478
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11336
11479
  "kind": "IntegerLiteral",
11337
- "offset": 58792,
11480
+ "offset": 61558,
11338
11481
  "length": 1,
11339
11482
  "value": "0"
11340
11483
  },
11341
11484
  {
11342
11485
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11343
11486
  "kind": "IntegerLiteral",
11344
- "offset": 58807,
11487
+ "offset": 61573,
11345
11488
  "length": 1,
11346
11489
  "value": "2"
11347
11490
  },
11348
11491
  {
11349
11492
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11350
11493
  "kind": "IntegerLiteral",
11351
- "offset": 58848,
11494
+ "offset": 61614,
11352
11495
  "length": 1,
11353
11496
  "value": "0"
11354
11497
  },
11355
11498
  {
11356
11499
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11357
11500
  "kind": "IntegerLiteral",
11358
- "offset": 58863,
11501
+ "offset": 61629,
11359
11502
  "length": 1,
11360
11503
  "value": "2"
11361
11504
  },
11362
11505
  {
11363
11506
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11364
11507
  "kind": "IntegerLiteral",
11365
- "offset": 58970,
11508
+ "offset": 61736,
11366
11509
  "length": 1,
11367
11510
  "value": "0"
11368
11511
  },
11369
11512
  {
11370
11513
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11371
11514
  "kind": "IntegerLiteral",
11372
- "offset": 59036,
11515
+ "offset": 61802,
11373
11516
  "length": 1,
11374
11517
  "value": "0"
11375
11518
  },
11376
11519
  {
11377
11520
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11378
11521
  "kind": "IntegerLiteral",
11379
- "offset": 59050,
11522
+ "offset": 61816,
11380
11523
  "length": 1,
11381
11524
  "value": "0"
11382
11525
  },
11383
11526
  {
11384
11527
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11385
11528
  "kind": "IntegerLiteral",
11386
- "offset": 59089,
11529
+ "offset": 61855,
11387
11530
  "length": 1,
11388
11531
  "value": "0"
11389
11532
  },
11390
11533
  {
11391
11534
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11392
11535
  "kind": "IntegerLiteral",
11393
- "offset": 59276,
11536
+ "offset": 62042,
11394
11537
  "length": 1,
11395
11538
  "value": "0"
11396
11539
  },
11397
11540
  {
11398
11541
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11399
11542
  "kind": "IntegerLiteral",
11400
- "offset": 59390,
11543
+ "offset": 62156,
11401
11544
  "length": 1,
11402
11545
  "value": "0"
11403
11546
  },
11404
11547
  {
11405
11548
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11406
11549
  "kind": "IntegerLiteral",
11407
- "offset": 59464,
11550
+ "offset": 62230,
11408
11551
  "length": 1,
11409
11552
  "value": "1"
11410
11553
  },
11411
11554
  {
11412
11555
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11413
11556
  "kind": "IntegerLiteral",
11414
- "offset": 59478,
11557
+ "offset": 62244,
11415
11558
  "length": 1,
11416
11559
  "value": "1"
11417
11560
  },
11418
11561
  {
11419
11562
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11420
11563
  "kind": "IntegerLiteral",
11421
- "offset": 59487,
11564
+ "offset": 62253,
11422
11565
  "length": 1,
11423
11566
  "value": "1"
11424
11567
  },
11425
11568
  {
11426
11569
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11427
11570
  "kind": "IntegerLiteral",
11428
- "offset": 59765,
11571
+ "offset": 62531,
11429
11572
  "length": 1,
11430
11573
  "value": "2"
11431
11574
  },
11432
11575
  {
11433
11576
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11434
11577
  "kind": "IntegerLiteral",
11435
- "offset": 59814,
11578
+ "offset": 62580,
11436
11579
  "length": 1,
11437
11580
  "value": "2"
11438
11581
  },
11439
11582
  {
11440
11583
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11441
11584
  "kind": "IntegerLiteral",
11442
- "offset": 59825,
11585
+ "offset": 62591,
11443
11586
  "length": 1,
11444
11587
  "value": "1"
11445
11588
  },
11446
11589
  {
11447
11590
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11448
11591
  "kind": "IntegerLiteral",
11449
- "offset": 59845,
11592
+ "offset": 62611,
11450
11593
  "length": 1,
11451
11594
  "value": "2"
11452
11595
  },
11453
11596
  {
11454
11597
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11455
11598
  "kind": "IntegerLiteral",
11456
- "offset": 59925,
11599
+ "offset": 62691,
11457
11600
  "length": 1,
11458
11601
  "value": "1"
11459
11602
  },
11460
11603
  {
11461
11604
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11462
11605
  "kind": "IntegerLiteral",
11463
- "offset": 60208,
11606
+ "offset": 62974,
11464
11607
  "length": 1,
11465
11608
  "value": "0"
11466
11609
  },
11467
11610
  {
11468
11611
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11469
11612
  "kind": "IntegerLiteral",
11470
- "offset": 60245,
11613
+ "offset": 63011,
11471
11614
  "length": 1,
11472
11615
  "value": "0"
11473
11616
  },
11474
11617
  {
11475
11618
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11476
11619
  "kind": "IntegerLiteral",
11477
- "offset": 60262,
11620
+ "offset": 63028,
11478
11621
  "length": 1,
11479
11622
  "value": "0"
11480
11623
  },
11481
11624
  {
11482
11625
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11483
11626
  "kind": "IntegerLiteral",
11484
- "offset": 60279,
11627
+ "offset": 63045,
11485
11628
  "length": 1,
11486
11629
  "value": "0"
11487
11630
  },
11488
11631
  {
11489
11632
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11490
11633
  "kind": "IntegerLiteral",
11491
- "offset": 60307,
11634
+ "offset": 63073,
11492
11635
  "length": 1,
11493
11636
  "value": "2"
11494
11637
  },
11495
11638
  {
11496
11639
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11497
11640
  "kind": "IntegerLiteral",
11498
- "offset": 60336,
11641
+ "offset": 63102,
11499
11642
  "length": 1,
11500
11643
  "value": "1"
11501
11644
  },
11502
11645
  {
11503
11646
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11504
11647
  "kind": "IntegerLiteral",
11505
- "offset": 60351,
11648
+ "offset": 63117,
11506
11649
  "length": 1,
11507
11650
  "value": "1"
11508
11651
  },
11509
11652
  {
11510
11653
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11511
11654
  "kind": "IntegerLiteral",
11512
- "offset": 60549,
11655
+ "offset": 63315,
11513
11656
  "length": 1,
11514
11657
  "value": "1"
11515
11658
  },
11516
11659
  {
11517
11660
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11518
11661
  "kind": "IntegerLiteral",
11519
- "offset": 60566,
11662
+ "offset": 63332,
11520
11663
  "length": 1,
11521
11664
  "value": "0"
11522
11665
  },
11523
11666
  {
11524
11667
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11525
11668
  "kind": "IntegerLiteral",
11526
- "offset": 60583,
11669
+ "offset": 63349,
11527
11670
  "length": 1,
11528
11671
  "value": "0"
11529
11672
  },
11530
11673
  {
11531
11674
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11532
11675
  "kind": "IntegerLiteral",
11533
- "offset": 60644,
11676
+ "offset": 63410,
11534
11677
  "length": 1,
11535
11678
  "value": "0"
11536
11679
  },
11537
11680
  {
11538
11681
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11539
11682
  "kind": "IntegerLiteral",
11540
- "offset": 60725,
11683
+ "offset": 63491,
11541
11684
  "length": 1,
11542
11685
  "value": "0"
11543
11686
  },
11544
11687
  {
11545
11688
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11546
11689
  "kind": "IntegerLiteral",
11547
- "offset": 60761,
11690
+ "offset": 63527,
11548
11691
  "length": 1,
11549
11692
  "value": "1"
11550
11693
  },
11551
11694
  {
11552
11695
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11553
11696
  "kind": "IntegerLiteral",
11554
- "offset": 60801,
11697
+ "offset": 63567,
11555
11698
  "length": 1,
11556
11699
  "value": "1"
11557
11700
  },
11558
11701
  {
11559
11702
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11560
11703
  "kind": "FloatLiteral",
11561
- "offset": 60857,
11704
+ "offset": 63623,
11562
11705
  "length": 5,
11563
11706
  "value": "1e-10"
11564
11707
  },
11565
11708
  {
11566
11709
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11567
11710
  "kind": "IntegerLiteral",
11568
- "offset": 60968,
11711
+ "offset": 63734,
11569
11712
  "length": 1,
11570
11713
  "value": "0"
11571
11714
  },
11572
11715
  {
11573
11716
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11574
11717
  "kind": "StringLiteral",
11575
- "offset": 61008,
11718
+ "offset": 63774,
11576
11719
  "length": 20,
11577
11720
  "value": "\"CMN T=\""
11578
11721
  },
11579
11722
  {
11580
11723
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11581
11724
  "kind": "StringLiteral",
11582
- "offset": 61027,
11725
+ "offset": 63793,
11583
11726
  "length": 2,
11584
11727
  "value": "\"\""
11585
11728
  },
11586
11729
  {
11587
11730
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11588
11731
  "kind": "IntegerLiteral",
11589
- "offset": 61072,
11732
+ "offset": 63838,
11590
11733
  "length": 1,
11591
11734
  "value": "0"
11592
11735
  },
11593
11736
  {
11594
11737
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11595
11738
  "kind": "IntegerLiteral",
11596
- "offset": 61110,
11739
+ "offset": 63876,
11597
11740
  "length": 1,
11598
11741
  "value": "0"
11599
11742
  },
11600
11743
  {
11601
11744
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11602
11745
  "kind": "IntegerLiteral",
11603
- "offset": 61153,
11746
+ "offset": 63919,
11604
11747
  "length": 1,
11605
11748
  "value": "0"
11606
11749
  },
11607
11750
  {
11608
11751
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11609
11752
  "kind": "IntegerLiteral",
11610
- "offset": 61180,
11753
+ "offset": 63946,
11611
11754
  "length": 1,
11612
11755
  "value": "0"
11613
11756
  },
11614
11757
  {
11615
11758
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11616
11759
  "kind": "IntegerLiteral",
11617
- "offset": 61304,
11760
+ "offset": 64070,
11618
11761
  "length": 1,
11619
11762
  "value": "0"
11620
11763
  },
11621
11764
  {
11622
11765
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11623
11766
  "kind": "IntegerLiteral",
11624
- "offset": 61345,
11767
+ "offset": 64111,
11625
11768
  "length": 1,
11626
11769
  "value": "0"
11627
11770
  },
11628
11771
  {
11629
11772
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11630
11773
  "kind": "StringLiteral",
11631
- "offset": 61482,
11774
+ "offset": 64248,
11632
11775
  "length": 46,
11633
11776
  "value": "\"computeLogMel done T=\""
11634
11777
  },
11635
11778
  {
11636
11779
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11637
11780
  "kind": "StringLiteral",
11638
- "offset": 61516,
11781
+ "offset": 64282,
11639
11782
  "length": 1,
11640
11783
  "value": "\" D=\""
11641
11784
  },
11642
11785
  {
11643
11786
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11644
11787
  "kind": "StringLiteral",
11645
- "offset": 61527,
11788
+ "offset": 64293,
11646
11789
  "length": 2,
11647
11790
  "value": "\"\""
11648
11791
  },
11649
11792
  {
11650
11793
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11651
11794
  "kind": "IntegerLiteral",
11652
- "offset": 61715,
11795
+ "offset": 64481,
11653
11796
  "length": 1,
11654
11797
  "value": "1"
11655
11798
  },
11656
11799
  {
11657
11800
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11658
11801
  "kind": "Array",
11659
- "offset": 61731,
11802
+ "offset": 64497,
11660
11803
  "length": 5,
11661
11804
  "value": "[1.0]"
11662
11805
  },
11663
11806
  {
11664
11807
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11665
11808
  "kind": "IntegerLiteral",
11666
- "offset": 61769,
11809
+ "offset": 64535,
11667
11810
  "length": 1,
11668
11811
  "value": "1"
11669
11812
  },
11670
11813
  {
11671
11814
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11672
11815
  "kind": "IntegerLiteral",
11673
- "offset": 61803,
11816
+ "offset": 64569,
11674
11817
  "length": 1,
11675
11818
  "value": "2"
11676
11819
  },
11677
11820
  {
11678
11821
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11679
11822
  "kind": "IntegerLiteral",
11680
- "offset": 61821,
11823
+ "offset": 64587,
11681
11824
  "length": 1,
11682
11825
  "value": "0"
11683
11826
  },
11684
11827
  {
11685
11828
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11686
11829
  "kind": "FloatLiteral",
11687
- "offset": 61839,
11830
+ "offset": 64605,
11688
11831
  "length": 4,
11689
11832
  "value": "0.54"
11690
11833
  },
11691
11834
  {
11692
11835
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11693
11836
  "kind": "FloatLiteral",
11694
- "offset": 61846,
11837
+ "offset": 64612,
11695
11838
  "length": 4,
11696
11839
  "value": "0.46"
11697
11840
  },
11698
11841
  {
11699
11842
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11700
11843
  "kind": "IntegerLiteral",
11701
- "offset": 62032,
11844
+ "offset": 64798,
11702
11845
  "length": 1,
11703
11846
  "value": "2"
11704
11847
  },
11705
11848
  {
11706
11849
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11707
11850
  "kind": "IntegerLiteral",
11708
- "offset": 62036,
11851
+ "offset": 64802,
11709
11852
  "length": 1,
11710
11853
  "value": "1"
11711
11854
  },
11712
11855
  {
11713
11856
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11714
11857
  "kind": "FloatLiteral",
11715
- "offset": 62083,
11858
+ "offset": 64849,
11716
11859
  "length": 6,
11717
11860
  "value": "2595.0"
11718
11861
  },
11719
11862
  {
11720
11863
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11721
11864
  "kind": "FloatLiteral",
11722
- "offset": 62099,
11865
+ "offset": 64865,
11723
11866
  "length": 3,
11724
11867
  "value": "1.0"
11725
11868
  },
11726
11869
  {
11727
11870
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11728
11871
  "kind": "FloatLiteral",
11729
- "offset": 62110,
11872
+ "offset": 64876,
11730
11873
  "length": 5,
11731
11874
  "value": "700.0"
11732
11875
  },
11733
11876
  {
11734
11877
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11735
11878
  "kind": "FloatLiteral",
11736
- "offset": 62164,
11879
+ "offset": 64930,
11737
11880
  "length": 5,
11738
11881
  "value": "700.0"
11739
11882
  },
11740
11883
  {
11741
11884
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11742
11885
  "kind": "FloatLiteral",
11743
- "offset": 62178,
11886
+ "offset": 64944,
11744
11887
  "length": 4,
11745
11888
  "value": "10.0"
11746
11889
  },
11747
11890
  {
11748
11891
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11749
11892
  "kind": "FloatLiteral",
11750
- "offset": 62190,
11893
+ "offset": 64956,
11751
11894
  "length": 6,
11752
11895
  "value": "2595.0"
11753
11896
  },
11754
11897
  {
11755
11898
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11756
11899
  "kind": "FloatLiteral",
11757
- "offset": 62200,
11900
+ "offset": 64966,
11758
11901
  "length": 3,
11759
11902
  "value": "1.0"
11760
11903
  },
11761
11904
  {
11762
11905
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11763
11906
  "kind": "IntegerLiteral",
11764
- "offset": 62293,
11907
+ "offset": 65059,
11765
11908
  "length": 1,
11766
11909
  "value": "0"
11767
11910
  },
11768
11911
  {
11769
11912
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11770
11913
  "kind": "IntegerLiteral",
11771
- "offset": 62304,
11914
+ "offset": 65070,
11772
11915
  "length": 1,
11773
11916
  "value": "2"
11774
11917
  },
11775
11918
  {
11776
11919
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11777
11920
  "kind": "IntegerLiteral",
11778
- "offset": 62373,
11921
+ "offset": 65139,
11779
11922
  "length": 1,
11780
11923
  "value": "1"
11781
11924
  },
11782
11925
  {
11783
11926
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11784
11927
  "kind": "IntegerLiteral",
11785
- "offset": 62486,
11928
+ "offset": 65252,
11786
11929
  "length": 1,
11787
11930
  "value": "0"
11788
11931
  },
11789
11932
  {
11790
11933
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11791
11934
  "kind": "IntegerLiteral",
11792
- "offset": 62557,
11935
+ "offset": 65323,
11793
11936
  "length": 1,
11794
11937
  "value": "1"
11795
11938
  },
11796
11939
  {
11797
11940
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11798
11941
  "kind": "FloatLiteral",
11799
- "offset": 62576,
11942
+ "offset": 65342,
11800
11943
  "length": 3,
11801
11944
  "value": "2.0"
11802
11945
  },
11803
11946
  {
11804
11947
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11805
11948
  "kind": "IntegerLiteral",
11806
- "offset": 62628,
11949
+ "offset": 65394,
11807
11950
  "length": 1,
11808
11951
  "value": "0"
11809
11952
  },
11810
11953
  {
11811
11954
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11812
11955
  "kind": "IntegerLiteral",
11813
- "offset": 62673,
11956
+ "offset": 65439,
11814
11957
  "length": 1,
11815
11958
  "value": "0"
11816
11959
  },
11817
11960
  {
11818
11961
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11819
11962
  "kind": "IntegerLiteral",
11820
- "offset": 62738,
11963
+ "offset": 65504,
11821
11964
  "length": 1,
11822
11965
  "value": "1"
11823
11966
  },
11824
11967
  {
11825
11968
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11826
11969
  "kind": "IntegerLiteral",
11827
- "offset": 62767,
11970
+ "offset": 65533,
11828
11971
  "length": 1,
11829
11972
  "value": "2"
11830
11973
  },
11831
11974
  {
11832
11975
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11833
11976
  "kind": "IntegerLiteral",
11834
- "offset": 62792,
11977
+ "offset": 65558,
11835
11978
  "length": 1,
11836
11979
  "value": "0"
11837
11980
  },
11838
11981
  {
11839
11982
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11840
11983
  "kind": "FloatLiteral",
11841
- "offset": 62890,
11984
+ "offset": 65656,
11842
11985
  "length": 4,
11843
11986
  "value": "1e-6"
11844
11987
  },
11845
11988
  {
11846
11989
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11847
11990
  "kind": "FloatLiteral",
11848
- "offset": 62948,
11991
+ "offset": 65714,
11849
11992
  "length": 4,
11850
11993
  "value": "1e-6"
11851
11994
  },
11852
11995
  {
11853
11996
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11854
11997
  "kind": "FloatLiteral",
11855
- "offset": 62994,
11998
+ "offset": 65760,
11856
11999
  "length": 3,
11857
12000
  "value": "0.0"
11858
12001
  },
11859
12002
  {
11860
12003
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11861
12004
  "kind": "StringLiteral",
11862
- "offset": 63396,
12005
+ "offset": 66162,
11863
12006
  "length": 6,
11864
12007
  "value": "\"ONNX\""
11865
12008
  },