react-native-wakeword 1.1.61 → 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 +1105 -199
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +15 -3
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +15 -3
  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 +1105 -199
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +15 -3
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +15 -3
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +1105 -199
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +15 -3
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +15 -3
  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,351 @@
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
+ },
2994
+ {
2995
+ "kind": "Var",
2996
+ "name": "meanComboEnabled",
2997
+ "printedName": "meanComboEnabled",
2998
+ "children": [
2999
+ {
3000
+ "kind": "TypeNominal",
3001
+ "name": "Bool",
3002
+ "printedName": "Swift.Bool",
3003
+ "usr": "s:Sb"
3004
+ }
3005
+ ],
3006
+ "declKind": "Var",
3007
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvp",
3008
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvp",
3009
+ "moduleName": "KeyWordDetection",
3010
+ "declAttributes": [
3011
+ "HasInitialValue",
3012
+ "HasStorage",
3013
+ "AccessControl"
3014
+ ],
3015
+ "hasStorage": true,
3016
+ "accessors": [
3017
+ {
3018
+ "kind": "Accessor",
3019
+ "name": "Get",
3020
+ "printedName": "Get()",
3021
+ "children": [
3022
+ {
3023
+ "kind": "TypeNominal",
3024
+ "name": "Bool",
3025
+ "printedName": "Swift.Bool",
3026
+ "usr": "s:Sb"
3027
+ }
3028
+ ],
3029
+ "declKind": "Accessor",
3030
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvg",
3031
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvg",
3032
+ "moduleName": "KeyWordDetection",
3033
+ "implicit": true,
3034
+ "accessorKind": "get"
3035
+ },
3036
+ {
3037
+ "kind": "Accessor",
3038
+ "name": "Set",
3039
+ "printedName": "Set()",
3040
+ "children": [
3041
+ {
3042
+ "kind": "TypeNominal",
3043
+ "name": "Void",
3044
+ "printedName": "()"
3045
+ },
3046
+ {
3047
+ "kind": "TypeNominal",
3048
+ "name": "Bool",
3049
+ "printedName": "Swift.Bool",
3050
+ "usr": "s:Sb"
3051
+ }
3052
+ ],
3053
+ "declKind": "Accessor",
3054
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvs",
3055
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvs",
3056
+ "moduleName": "KeyWordDetection",
3057
+ "implicit": true,
3058
+ "accessorKind": "set"
3059
+ },
3060
+ {
3061
+ "kind": "Accessor",
3062
+ "name": "Modify",
3063
+ "printedName": "Modify()",
3064
+ "children": [
3065
+ {
3066
+ "kind": "TypeNominal",
3067
+ "name": "Void",
3068
+ "printedName": "()"
3069
+ }
3070
+ ],
3071
+ "declKind": "Accessor",
3072
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvM",
3073
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvM",
3074
+ "moduleName": "KeyWordDetection",
3075
+ "implicit": true,
3076
+ "accessorKind": "_modify"
3077
+ }
3078
+ ]
3079
+ },
3080
+ {
3081
+ "kind": "Var",
3082
+ "name": "meanComboMaxK",
3083
+ "printedName": "meanComboMaxK",
3084
+ "children": [
3085
+ {
3086
+ "kind": "TypeNominal",
3087
+ "name": "Int",
3088
+ "printedName": "Swift.Int",
3089
+ "usr": "s:Si"
3090
+ }
3091
+ ],
3092
+ "declKind": "Var",
3093
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivp",
3094
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivp",
3095
+ "moduleName": "KeyWordDetection",
3096
+ "declAttributes": [
3097
+ "HasInitialValue",
3098
+ "HasStorage",
3099
+ "AccessControl"
3100
+ ],
3101
+ "hasStorage": true,
3102
+ "accessors": [
3103
+ {
3104
+ "kind": "Accessor",
3105
+ "name": "Get",
3106
+ "printedName": "Get()",
3107
+ "children": [
3108
+ {
3109
+ "kind": "TypeNominal",
3110
+ "name": "Int",
3111
+ "printedName": "Swift.Int",
3112
+ "usr": "s:Si"
3113
+ }
3114
+ ],
3115
+ "declKind": "Accessor",
3116
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivg",
3117
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivg",
3118
+ "moduleName": "KeyWordDetection",
3119
+ "implicit": true,
3120
+ "accessorKind": "get"
3121
+ },
3122
+ {
3123
+ "kind": "Accessor",
3124
+ "name": "Set",
3125
+ "printedName": "Set()",
3126
+ "children": [
3127
+ {
3128
+ "kind": "TypeNominal",
3129
+ "name": "Void",
3130
+ "printedName": "()"
3131
+ },
3132
+ {
3133
+ "kind": "TypeNominal",
3134
+ "name": "Int",
3135
+ "printedName": "Swift.Int",
3136
+ "usr": "s:Si"
3137
+ }
3138
+ ],
3139
+ "declKind": "Accessor",
3140
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivs",
3141
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivs",
3142
+ "moduleName": "KeyWordDetection",
3143
+ "implicit": true,
3144
+ "accessorKind": "set"
3145
+ },
3146
+ {
3147
+ "kind": "Accessor",
3148
+ "name": "Modify",
3149
+ "printedName": "Modify()",
3150
+ "children": [
3151
+ {
3152
+ "kind": "TypeNominal",
3153
+ "name": "Void",
3154
+ "printedName": "()"
3155
+ }
3156
+ ],
3157
+ "declKind": "Accessor",
3158
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivM",
3159
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivM",
3160
+ "moduleName": "KeyWordDetection",
3161
+ "implicit": true,
3162
+ "accessorKind": "_modify"
3163
+ }
3164
+ ]
3165
+ },
3166
+ {
3167
+ "kind": "Var",
3168
+ "name": "meanComboMaxTotal",
3169
+ "printedName": "meanComboMaxTotal",
3170
+ "children": [
3171
+ {
3172
+ "kind": "TypeNominal",
3173
+ "name": "Int",
3174
+ "printedName": "Swift.Int",
3175
+ "usr": "s:Si"
3176
+ }
3177
+ ],
3178
+ "declKind": "Var",
3179
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivp",
3180
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivp",
3181
+ "moduleName": "KeyWordDetection",
3182
+ "declAttributes": [
3183
+ "HasInitialValue",
3184
+ "HasStorage",
3185
+ "AccessControl"
3186
+ ],
3187
+ "hasStorage": true,
3188
+ "accessors": [
3189
+ {
3190
+ "kind": "Accessor",
3191
+ "name": "Get",
3192
+ "printedName": "Get()",
3193
+ "children": [
3194
+ {
3195
+ "kind": "TypeNominal",
3196
+ "name": "Int",
3197
+ "printedName": "Swift.Int",
3198
+ "usr": "s:Si"
3199
+ }
3200
+ ],
3201
+ "declKind": "Accessor",
3202
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivg",
3203
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivg",
3204
+ "moduleName": "KeyWordDetection",
3205
+ "implicit": true,
3206
+ "accessorKind": "get"
3207
+ },
3208
+ {
3209
+ "kind": "Accessor",
3210
+ "name": "Set",
3211
+ "printedName": "Set()",
3212
+ "children": [
3213
+ {
3214
+ "kind": "TypeNominal",
3215
+ "name": "Void",
3216
+ "printedName": "()"
3217
+ },
3218
+ {
3219
+ "kind": "TypeNominal",
3220
+ "name": "Int",
3221
+ "printedName": "Swift.Int",
3222
+ "usr": "s:Si"
3223
+ }
3224
+ ],
3225
+ "declKind": "Accessor",
3226
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivs",
3227
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivs",
3228
+ "moduleName": "KeyWordDetection",
3229
+ "implicit": true,
3230
+ "accessorKind": "set"
3231
+ },
3232
+ {
3233
+ "kind": "Accessor",
3234
+ "name": "Modify",
3235
+ "printedName": "Modify()",
3236
+ "children": [
3237
+ {
3238
+ "kind": "TypeNominal",
3239
+ "name": "Void",
3240
+ "printedName": "()"
3241
+ }
3242
+ ],
3243
+ "declKind": "Accessor",
3244
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivM",
3245
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivM",
3246
+ "moduleName": "KeyWordDetection",
3247
+ "implicit": true,
3248
+ "accessorKind": "_modify"
3249
+ }
3250
+ ]
3251
+ },
2907
3252
  {
2908
3253
  "kind": "Var",
2909
3254
  "name": "logLevel",
@@ -3049,7 +3394,7 @@
3049
3394
  {
3050
3395
  "kind": "Constructor",
3051
3396
  "name": "init",
3052
- "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:logLevel:)",
3397
+ "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:subWindowSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
3053
3398
  "children": [
3054
3399
  {
3055
3400
  "kind": "TypeNominal",
@@ -3140,6 +3485,34 @@
3140
3485
  "hasDefaultArg": true,
3141
3486
  "usr": "s:Sf"
3142
3487
  },
3488
+ {
3489
+ "kind": "TypeNominal",
3490
+ "name": "Float",
3491
+ "printedName": "Swift.Float",
3492
+ "hasDefaultArg": true,
3493
+ "usr": "s:Sf"
3494
+ },
3495
+ {
3496
+ "kind": "TypeNominal",
3497
+ "name": "Bool",
3498
+ "printedName": "Swift.Bool",
3499
+ "hasDefaultArg": true,
3500
+ "usr": "s:Sb"
3501
+ },
3502
+ {
3503
+ "kind": "TypeNominal",
3504
+ "name": "Int",
3505
+ "printedName": "Swift.Int",
3506
+ "hasDefaultArg": true,
3507
+ "usr": "s:Si"
3508
+ },
3509
+ {
3510
+ "kind": "TypeNominal",
3511
+ "name": "Int",
3512
+ "printedName": "Swift.Int",
3513
+ "hasDefaultArg": true,
3514
+ "usr": "s:Si"
3515
+ },
3143
3516
  {
3144
3517
  "kind": "TypeNominal",
3145
3518
  "name": "SVLogLevel",
@@ -3149,8 +3522,8 @@
3149
3522
  }
3150
3523
  ],
3151
3524
  "declKind": "Constructor",
3152
- "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds8logLevelACSS_S2iSbS2fSiSfSbSiS2fAA10SVLogLevelOtcfc",
3153
- "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds8logLevelACSS_S2iSbS2fSiSfSbSiS2fAA10SVLogLevelOtcfc",
3525
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
3526
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
3154
3527
  "moduleName": "KeyWordDetection",
3155
3528
  "declAttributes": [
3156
3529
  "AccessControl"
@@ -3259,12 +3632,117 @@
3259
3632
  }
3260
3633
  ],
3261
3634
  "declKind": "Var",
3262
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvp",
3263
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvp",
3635
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvp",
3636
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvp",
3637
+ "moduleName": "KeyWordDetection",
3638
+ "declAttributes": [
3639
+ "HasStorage",
3640
+ "AccessControl"
3641
+ ],
3642
+ "isLet": true,
3643
+ "hasStorage": true,
3644
+ "accessors": [
3645
+ {
3646
+ "kind": "Accessor",
3647
+ "name": "Get",
3648
+ "printedName": "Get()",
3649
+ "children": [
3650
+ {
3651
+ "kind": "TypeNominal",
3652
+ "name": "Int64",
3653
+ "printedName": "Swift.Int64",
3654
+ "usr": "s:s5Int64V"
3655
+ }
3656
+ ],
3657
+ "declKind": "Accessor",
3658
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvg",
3659
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvg",
3660
+ "moduleName": "KeyWordDetection",
3661
+ "implicit": true,
3662
+ "accessorKind": "get"
3663
+ }
3664
+ ]
3665
+ },
3666
+ {
3667
+ "kind": "Var",
3668
+ "name": "configSnapshot",
3669
+ "printedName": "configSnapshot",
3670
+ "children": [
3671
+ {
3672
+ "kind": "TypeNominal",
3673
+ "name": "SpeakerVerificationConfig",
3674
+ "printedName": "KeyWordDetection.SpeakerVerificationConfig",
3675
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
3676
+ }
3677
+ ],
3678
+ "declKind": "Var",
3679
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvp",
3680
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvp",
3681
+ "moduleName": "KeyWordDetection",
3682
+ "declAttributes": [
3683
+ "HasStorage",
3684
+ "AccessControl"
3685
+ ],
3686
+ "isLet": true,
3687
+ "hasStorage": true,
3688
+ "accessors": [
3689
+ {
3690
+ "kind": "Accessor",
3691
+ "name": "Get",
3692
+ "printedName": "Get()",
3693
+ "children": [
3694
+ {
3695
+ "kind": "TypeNominal",
3696
+ "name": "SpeakerVerificationConfig",
3697
+ "printedName": "KeyWordDetection.SpeakerVerificationConfig",
3698
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
3699
+ }
3700
+ ],
3701
+ "declKind": "Accessor",
3702
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvg",
3703
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvg",
3704
+ "moduleName": "KeyWordDetection",
3705
+ "implicit": true,
3706
+ "accessorKind": "get"
3707
+ }
3708
+ ]
3709
+ },
3710
+ {
3711
+ "kind": "Var",
3712
+ "name": "enrolledEmbeddings",
3713
+ "printedName": "enrolledEmbeddings",
3714
+ "children": [
3715
+ {
3716
+ "kind": "TypeNominal",
3717
+ "name": "Array",
3718
+ "printedName": "[[Swift.Float]]",
3719
+ "children": [
3720
+ {
3721
+ "kind": "TypeNominal",
3722
+ "name": "Array",
3723
+ "printedName": "[Swift.Float]",
3724
+ "children": [
3725
+ {
3726
+ "kind": "TypeNominal",
3727
+ "name": "Float",
3728
+ "printedName": "Swift.Float",
3729
+ "usr": "s:Sf"
3730
+ }
3731
+ ],
3732
+ "usr": "s:Sa"
3733
+ }
3734
+ ],
3735
+ "usr": "s:Sa"
3736
+ }
3737
+ ],
3738
+ "declKind": "Var",
3739
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvp",
3740
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvp",
3264
3741
  "moduleName": "KeyWordDetection",
3265
3742
  "declAttributes": [
3266
3743
  "HasStorage",
3267
- "AccessControl"
3744
+ "AccessControl",
3745
+ "RawDocComment"
3268
3746
  ],
3269
3747
  "isLet": true,
3270
3748
  "hasStorage": true,
@@ -3276,14 +3754,30 @@
3276
3754
  "children": [
3277
3755
  {
3278
3756
  "kind": "TypeNominal",
3279
- "name": "Int64",
3280
- "printedName": "Swift.Int64",
3281
- "usr": "s:s5Int64V"
3757
+ "name": "Array",
3758
+ "printedName": "[[Swift.Float]]",
3759
+ "children": [
3760
+ {
3761
+ "kind": "TypeNominal",
3762
+ "name": "Array",
3763
+ "printedName": "[Swift.Float]",
3764
+ "children": [
3765
+ {
3766
+ "kind": "TypeNominal",
3767
+ "name": "Float",
3768
+ "printedName": "Swift.Float",
3769
+ "usr": "s:Sf"
3770
+ }
3771
+ ],
3772
+ "usr": "s:Sa"
3773
+ }
3774
+ ],
3775
+ "usr": "s:Sa"
3282
3776
  }
3283
3777
  ],
3284
3778
  "declKind": "Accessor",
3285
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvg",
3286
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV16createdAtEpochMss5Int64Vvg",
3779
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvg",
3780
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvg",
3287
3781
  "moduleName": "KeyWordDetection",
3288
3782
  "implicit": true,
3289
3783
  "accessorKind": "get"
@@ -3292,19 +3786,27 @@
3292
3786
  },
3293
3787
  {
3294
3788
  "kind": "Var",
3295
- "name": "configSnapshot",
3296
- "printedName": "configSnapshot",
3789
+ "name": "meanEmbedding",
3790
+ "printedName": "meanEmbedding",
3297
3791
  "children": [
3298
3792
  {
3299
3793
  "kind": "TypeNominal",
3300
- "name": "SpeakerVerificationConfig",
3301
- "printedName": "KeyWordDetection.SpeakerVerificationConfig",
3302
- "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
3794
+ "name": "Array",
3795
+ "printedName": "[Swift.Float]",
3796
+ "children": [
3797
+ {
3798
+ "kind": "TypeNominal",
3799
+ "name": "Float",
3800
+ "printedName": "Swift.Float",
3801
+ "usr": "s:Sf"
3802
+ }
3803
+ ],
3804
+ "usr": "s:Sa"
3303
3805
  }
3304
3806
  ],
3305
3807
  "declKind": "Var",
3306
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvp",
3307
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvp",
3808
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvp",
3809
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvp",
3308
3810
  "moduleName": "KeyWordDetection",
3309
3811
  "declAttributes": [
3310
3812
  "HasStorage",
@@ -3320,14 +3822,22 @@
3320
3822
  "children": [
3321
3823
  {
3322
3824
  "kind": "TypeNominal",
3323
- "name": "SpeakerVerificationConfig",
3324
- "printedName": "KeyWordDetection.SpeakerVerificationConfig",
3325
- "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
3825
+ "name": "Array",
3826
+ "printedName": "[Swift.Float]",
3827
+ "children": [
3828
+ {
3829
+ "kind": "TypeNominal",
3830
+ "name": "Float",
3831
+ "printedName": "Swift.Float",
3832
+ "usr": "s:Sf"
3833
+ }
3834
+ ],
3835
+ "usr": "s:Sa"
3326
3836
  }
3327
3837
  ],
3328
3838
  "declKind": "Accessor",
3329
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvg",
3330
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV14configSnapshotAA0D18VerificationConfigVvg",
3839
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvg",
3840
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvg",
3331
3841
  "moduleName": "KeyWordDetection",
3332
3842
  "implicit": true,
3333
3843
  "accessorKind": "get"
@@ -3336,8 +3846,8 @@
3336
3846
  },
3337
3847
  {
3338
3848
  "kind": "Var",
3339
- "name": "enrolledEmbeddings",
3340
- "printedName": "enrolledEmbeddings",
3849
+ "name": "meanComboEmbeddings",
3850
+ "printedName": "meanComboEmbeddings",
3341
3851
  "children": [
3342
3852
  {
3343
3853
  "kind": "TypeNominal",
@@ -3363,13 +3873,12 @@
3363
3873
  }
3364
3874
  ],
3365
3875
  "declKind": "Var",
3366
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvp",
3367
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvp",
3876
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvp",
3877
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvp",
3368
3878
  "moduleName": "KeyWordDetection",
3369
3879
  "declAttributes": [
3370
3880
  "HasStorage",
3371
- "AccessControl",
3372
- "RawDocComment"
3881
+ "AccessControl"
3373
3882
  ],
3374
3883
  "isLet": true,
3375
3884
  "hasStorage": true,
@@ -3403,8 +3912,8 @@
3403
3912
  }
3404
3913
  ],
3405
3914
  "declKind": "Accessor",
3406
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvg",
3407
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV18enrolledEmbeddingsSaySaySfGGvg",
3915
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvg",
3916
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvg",
3408
3917
  "moduleName": "KeyWordDetection",
3409
3918
  "implicit": true,
3410
3919
  "accessorKind": "get"
@@ -3413,27 +3922,27 @@
3413
3922
  },
3414
3923
  {
3415
3924
  "kind": "Var",
3416
- "name": "meanEmbedding",
3417
- "printedName": "meanEmbedding",
3925
+ "name": "meanComboLabels",
3926
+ "printedName": "meanComboLabels",
3418
3927
  "children": [
3419
3928
  {
3420
3929
  "kind": "TypeNominal",
3421
3930
  "name": "Array",
3422
- "printedName": "[Swift.Float]",
3931
+ "printedName": "[Swift.String]",
3423
3932
  "children": [
3424
3933
  {
3425
3934
  "kind": "TypeNominal",
3426
- "name": "Float",
3427
- "printedName": "Swift.Float",
3428
- "usr": "s:Sf"
3935
+ "name": "String",
3936
+ "printedName": "Swift.String",
3937
+ "usr": "s:SS"
3429
3938
  }
3430
3939
  ],
3431
3940
  "usr": "s:Sa"
3432
3941
  }
3433
3942
  ],
3434
3943
  "declKind": "Var",
3435
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvp",
3436
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvp",
3944
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvp",
3945
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvp",
3437
3946
  "moduleName": "KeyWordDetection",
3438
3947
  "declAttributes": [
3439
3948
  "HasStorage",
@@ -3450,21 +3959,21 @@
3450
3959
  {
3451
3960
  "kind": "TypeNominal",
3452
3961
  "name": "Array",
3453
- "printedName": "[Swift.Float]",
3962
+ "printedName": "[Swift.String]",
3454
3963
  "children": [
3455
3964
  {
3456
3965
  "kind": "TypeNominal",
3457
- "name": "Float",
3458
- "printedName": "Swift.Float",
3459
- "usr": "s:Sf"
3966
+ "name": "String",
3967
+ "printedName": "Swift.String",
3968
+ "usr": "s:SS"
3460
3969
  }
3461
3970
  ],
3462
3971
  "usr": "s:Sa"
3463
3972
  }
3464
3973
  ],
3465
3974
  "declKind": "Accessor",
3466
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvg",
3467
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV13meanEmbeddingSaySfGvg",
3975
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvg",
3976
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvg",
3468
3977
  "moduleName": "KeyWordDetection",
3469
3978
  "implicit": true,
3470
3979
  "accessorKind": "get"
@@ -3472,31 +3981,122 @@
3472
3981
  ]
3473
3982
  },
3474
3983
  {
3475
- "kind": "Function",
3476
- "name": "serialize",
3477
- "printedName": "serialize()",
3984
+ "kind": "Constructor",
3985
+ "name": "init",
3986
+ "printedName": "init(enrollmentId:createdAtEpochMs:configSnapshot:enrolledEmbeddings:meanEmbedding:meanComboEmbeddings:meanComboLabels:)",
3478
3987
  "children": [
3479
3988
  {
3480
3989
  "kind": "TypeNominal",
3481
- "name": "Data",
3482
- "printedName": "Foundation.Data",
3483
- "usr": "s:10Foundation4DataV"
3990
+ "name": "SpeakerEnrollment",
3991
+ "printedName": "KeyWordDetection.SpeakerEnrollment",
3992
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV"
3993
+ },
3994
+ {
3995
+ "kind": "TypeNominal",
3996
+ "name": "String",
3997
+ "printedName": "Swift.String",
3998
+ "usr": "s:SS"
3999
+ },
4000
+ {
4001
+ "kind": "TypeNominal",
4002
+ "name": "Int64",
4003
+ "printedName": "Swift.Int64",
4004
+ "usr": "s:s5Int64V"
4005
+ },
4006
+ {
4007
+ "kind": "TypeNominal",
4008
+ "name": "SpeakerVerificationConfig",
4009
+ "printedName": "KeyWordDetection.SpeakerVerificationConfig",
4010
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
4011
+ },
4012
+ {
4013
+ "kind": "TypeNominal",
4014
+ "name": "Array",
4015
+ "printedName": "[[Swift.Float]]",
4016
+ "children": [
4017
+ {
4018
+ "kind": "TypeNominal",
4019
+ "name": "Array",
4020
+ "printedName": "[Swift.Float]",
4021
+ "children": [
4022
+ {
4023
+ "kind": "TypeNominal",
4024
+ "name": "Float",
4025
+ "printedName": "Swift.Float",
4026
+ "usr": "s:Sf"
4027
+ }
4028
+ ],
4029
+ "usr": "s:Sa"
4030
+ }
4031
+ ],
4032
+ "usr": "s:Sa"
4033
+ },
4034
+ {
4035
+ "kind": "TypeNominal",
4036
+ "name": "Array",
4037
+ "printedName": "[Swift.Float]",
4038
+ "children": [
4039
+ {
4040
+ "kind": "TypeNominal",
4041
+ "name": "Float",
4042
+ "printedName": "Swift.Float",
4043
+ "usr": "s:Sf"
4044
+ }
4045
+ ],
4046
+ "usr": "s:Sa"
4047
+ },
4048
+ {
4049
+ "kind": "TypeNominal",
4050
+ "name": "Array",
4051
+ "printedName": "[[Swift.Float]]",
4052
+ "children": [
4053
+ {
4054
+ "kind": "TypeNominal",
4055
+ "name": "Array",
4056
+ "printedName": "[Swift.Float]",
4057
+ "children": [
4058
+ {
4059
+ "kind": "TypeNominal",
4060
+ "name": "Float",
4061
+ "printedName": "Swift.Float",
4062
+ "usr": "s:Sf"
4063
+ }
4064
+ ],
4065
+ "usr": "s:Sa"
4066
+ }
4067
+ ],
4068
+ "hasDefaultArg": true,
4069
+ "usr": "s:Sa"
4070
+ },
4071
+ {
4072
+ "kind": "TypeNominal",
4073
+ "name": "Array",
4074
+ "printedName": "[Swift.String]",
4075
+ "children": [
4076
+ {
4077
+ "kind": "TypeNominal",
4078
+ "name": "String",
4079
+ "printedName": "Swift.String",
4080
+ "usr": "s:SS"
4081
+ }
4082
+ ],
4083
+ "hasDefaultArg": true,
4084
+ "usr": "s:Sa"
3484
4085
  }
3485
4086
  ],
3486
- "declKind": "Func",
3487
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV9serialize10Foundation4DataVyKF",
3488
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV9serialize10Foundation4DataVyKF",
4087
+ "declKind": "Constructor",
4088
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV12enrollmentId16createdAtEpochMs14configSnapshot18enrolledEmbeddings13meanEmbedding0p5ComboO00pR6LabelsACSS_s5Int64VAA0D18VerificationConfigVSaySaySfGGAoPSaySSGtcfc",
4089
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV12enrollmentId16createdAtEpochMs14configSnapshot18enrolledEmbeddings13meanEmbedding0p5ComboO00pR6LabelsACSS_s5Int64VAA0D18VerificationConfigVSaySaySfGGAoPSaySSGtcfc",
3489
4090
  "moduleName": "KeyWordDetection",
3490
4091
  "declAttributes": [
3491
4092
  "AccessControl"
3492
4093
  ],
3493
- "throwing": true,
3494
- "funcSelfKind": "NonMutating"
4094
+ "init_kind": "Designated"
3495
4095
  },
3496
4096
  {
3497
- "kind": "Function",
3498
- "name": "deserialize",
3499
- "printedName": "deserialize(_:)",
4097
+ "kind": "Constructor",
4098
+ "name": "init",
4099
+ "printedName": "init(from:)",
3500
4100
  "children": [
3501
4101
  {
3502
4102
  "kind": "TypeNominal",
@@ -3504,6 +4104,28 @@
3504
4104
  "printedName": "KeyWordDetection.SpeakerEnrollment",
3505
4105
  "usr": "s:16KeyWordDetection17SpeakerEnrollmentV"
3506
4106
  },
4107
+ {
4108
+ "kind": "TypeNominal",
4109
+ "name": "Decoder",
4110
+ "printedName": "any Swift.Decoder",
4111
+ "usr": "s:s7DecoderP"
4112
+ }
4113
+ ],
4114
+ "declKind": "Constructor",
4115
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
4116
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
4117
+ "moduleName": "KeyWordDetection",
4118
+ "declAttributes": [
4119
+ "AccessControl"
4120
+ ],
4121
+ "throwing": true,
4122
+ "init_kind": "Designated"
4123
+ },
4124
+ {
4125
+ "kind": "Function",
4126
+ "name": "serialize",
4127
+ "printedName": "serialize()",
4128
+ "children": [
3507
4129
  {
3508
4130
  "kind": "TypeNominal",
3509
4131
  "name": "Data",
@@ -3512,10 +4134,9 @@
3512
4134
  }
3513
4135
  ],
3514
4136
  "declKind": "Func",
3515
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV11deserializeyAC10Foundation4DataVKFZ",
3516
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV11deserializeyAC10Foundation4DataVKFZ",
4137
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV9serialize10Foundation4DataVyKF",
4138
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV9serialize10Foundation4DataVyKF",
3517
4139
  "moduleName": "KeyWordDetection",
3518
- "static": true,
3519
4140
  "declAttributes": [
3520
4141
  "AccessControl"
3521
4142
  ],
@@ -3523,9 +4144,9 @@
3523
4144
  "funcSelfKind": "NonMutating"
3524
4145
  },
3525
4146
  {
3526
- "kind": "Constructor",
3527
- "name": "init",
3528
- "printedName": "init(from:)",
4147
+ "kind": "Function",
4148
+ "name": "deserialize",
4149
+ "printedName": "deserialize(_:)",
3529
4150
  "children": [
3530
4151
  {
3531
4152
  "kind": "TypeNominal",
@@ -3535,18 +4156,21 @@
3535
4156
  },
3536
4157
  {
3537
4158
  "kind": "TypeNominal",
3538
- "name": "Decoder",
3539
- "printedName": "any Swift.Decoder",
3540
- "usr": "s:s7DecoderP"
4159
+ "name": "Data",
4160
+ "printedName": "Foundation.Data",
4161
+ "usr": "s:10Foundation4DataV"
3541
4162
  }
3542
4163
  ],
3543
- "declKind": "Constructor",
3544
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
3545
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
4164
+ "declKind": "Func",
4165
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV11deserializeyAC10Foundation4DataVKFZ",
4166
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV11deserializeyAC10Foundation4DataVKFZ",
3546
4167
  "moduleName": "KeyWordDetection",
3547
- "implicit": true,
4168
+ "static": true,
4169
+ "declAttributes": [
4170
+ "AccessControl"
4171
+ ],
3548
4172
  "throwing": true,
3549
- "init_kind": "Designated"
4173
+ "funcSelfKind": "NonMutating"
3550
4174
  },
3551
4175
  {
3552
4176
  "kind": "Function",
@@ -3913,6 +4537,182 @@
3913
4537
  }
3914
4538
  ]
3915
4539
  },
4540
+ {
4541
+ "kind": "Var",
4542
+ "name": "scoreBestRaw",
4543
+ "printedName": "scoreBestRaw",
4544
+ "children": [
4545
+ {
4546
+ "kind": "TypeNominal",
4547
+ "name": "Float",
4548
+ "printedName": "Swift.Float",
4549
+ "usr": "s:Sf"
4550
+ }
4551
+ ],
4552
+ "declKind": "Var",
4553
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvp",
4554
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvp",
4555
+ "moduleName": "KeyWordDetection",
4556
+ "declAttributes": [
4557
+ "HasStorage",
4558
+ "AccessControl"
4559
+ ],
4560
+ "isLet": true,
4561
+ "hasStorage": true,
4562
+ "accessors": [
4563
+ {
4564
+ "kind": "Accessor",
4565
+ "name": "Get",
4566
+ "printedName": "Get()",
4567
+ "children": [
4568
+ {
4569
+ "kind": "TypeNominal",
4570
+ "name": "Float",
4571
+ "printedName": "Swift.Float",
4572
+ "usr": "s:Sf"
4573
+ }
4574
+ ],
4575
+ "declKind": "Accessor",
4576
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvg",
4577
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvg",
4578
+ "moduleName": "KeyWordDetection",
4579
+ "implicit": true,
4580
+ "accessorKind": "get"
4581
+ }
4582
+ ]
4583
+ },
4584
+ {
4585
+ "kind": "Var",
4586
+ "name": "scoreBestMeancombo",
4587
+ "printedName": "scoreBestMeancombo",
4588
+ "children": [
4589
+ {
4590
+ "kind": "TypeNominal",
4591
+ "name": "Float",
4592
+ "printedName": "Swift.Float",
4593
+ "usr": "s:Sf"
4594
+ }
4595
+ ],
4596
+ "declKind": "Var",
4597
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvp",
4598
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvp",
4599
+ "moduleName": "KeyWordDetection",
4600
+ "declAttributes": [
4601
+ "HasStorage",
4602
+ "AccessControl"
4603
+ ],
4604
+ "isLet": true,
4605
+ "hasStorage": true,
4606
+ "accessors": [
4607
+ {
4608
+ "kind": "Accessor",
4609
+ "name": "Get",
4610
+ "printedName": "Get()",
4611
+ "children": [
4612
+ {
4613
+ "kind": "TypeNominal",
4614
+ "name": "Float",
4615
+ "printedName": "Swift.Float",
4616
+ "usr": "s:Sf"
4617
+ }
4618
+ ],
4619
+ "declKind": "Accessor",
4620
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvg",
4621
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvg",
4622
+ "moduleName": "KeyWordDetection",
4623
+ "implicit": true,
4624
+ "accessorKind": "get"
4625
+ }
4626
+ ]
4627
+ },
4628
+ {
4629
+ "kind": "Var",
4630
+ "name": "bestKind",
4631
+ "printedName": "bestKind",
4632
+ "children": [
4633
+ {
4634
+ "kind": "TypeNominal",
4635
+ "name": "String",
4636
+ "printedName": "Swift.String",
4637
+ "usr": "s:SS"
4638
+ }
4639
+ ],
4640
+ "declKind": "Var",
4641
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvp",
4642
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvp",
4643
+ "moduleName": "KeyWordDetection",
4644
+ "declAttributes": [
4645
+ "HasStorage",
4646
+ "AccessControl"
4647
+ ],
4648
+ "isLet": true,
4649
+ "hasStorage": true,
4650
+ "accessors": [
4651
+ {
4652
+ "kind": "Accessor",
4653
+ "name": "Get",
4654
+ "printedName": "Get()",
4655
+ "children": [
4656
+ {
4657
+ "kind": "TypeNominal",
4658
+ "name": "String",
4659
+ "printedName": "Swift.String",
4660
+ "usr": "s:SS"
4661
+ }
4662
+ ],
4663
+ "declKind": "Accessor",
4664
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvg",
4665
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvg",
4666
+ "moduleName": "KeyWordDetection",
4667
+ "implicit": true,
4668
+ "accessorKind": "get"
4669
+ }
4670
+ ]
4671
+ },
4672
+ {
4673
+ "kind": "Var",
4674
+ "name": "bestId",
4675
+ "printedName": "bestId",
4676
+ "children": [
4677
+ {
4678
+ "kind": "TypeNominal",
4679
+ "name": "String",
4680
+ "printedName": "Swift.String",
4681
+ "usr": "s:SS"
4682
+ }
4683
+ ],
4684
+ "declKind": "Var",
4685
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvp",
4686
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvp",
4687
+ "moduleName": "KeyWordDetection",
4688
+ "declAttributes": [
4689
+ "HasStorage",
4690
+ "AccessControl"
4691
+ ],
4692
+ "isLet": true,
4693
+ "hasStorage": true,
4694
+ "accessors": [
4695
+ {
4696
+ "kind": "Accessor",
4697
+ "name": "Get",
4698
+ "printedName": "Get()",
4699
+ "children": [
4700
+ {
4701
+ "kind": "TypeNominal",
4702
+ "name": "String",
4703
+ "printedName": "Swift.String",
4704
+ "usr": "s:SS"
4705
+ }
4706
+ ],
4707
+ "declKind": "Accessor",
4708
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvg",
4709
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvg",
4710
+ "moduleName": "KeyWordDetection",
4711
+ "implicit": true,
4712
+ "accessorKind": "get"
4713
+ }
4714
+ ]
4715
+ },
3916
4716
  {
3917
4717
  "kind": "Var",
3918
4718
  "name": "isMatch",
@@ -5777,7 +6577,7 @@
5777
6577
  {
5778
6578
  "kind": "TypeNominal",
5779
6579
  "name": "Tuple",
5780
- "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)",
5781
6581
  "children": [
5782
6582
  {
5783
6583
  "kind": "TypeNominal",
@@ -5797,6 +6597,12 @@
5797
6597
  "printedName": "Swift.Int",
5798
6598
  "usr": "s:Si"
5799
6599
  },
6600
+ {
6601
+ "kind": "TypeNominal",
6602
+ "name": "Int",
6603
+ "printedName": "Swift.Int",
6604
+ "usr": "s:Si"
6605
+ },
5800
6606
  {
5801
6607
  "kind": "TypeNominal",
5802
6608
  "name": "Int",
@@ -5807,8 +6613,8 @@
5807
6613
  }
5808
6614
  ],
5809
6615
  "declKind": "Func",
5810
- "usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedtyF",
5811
- "mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedtyF",
6616
+ "usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
6617
+ "mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
5812
6618
  "moduleName": "KeyWordDetection",
5813
6619
  "declAttributes": [
5814
6620
  "Final",
@@ -6001,6 +6807,29 @@
6001
6807
  ],
6002
6808
  "isFromExtension": true,
6003
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"
6004
6833
  }
6005
6834
  ],
6006
6835
  "declKind": "Class",
@@ -10239,864 +11068,941 @@
10239
11068
  "length": 3,
10240
11069
  "value": "3.0"
10241
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
+ },
11078
+ {
11079
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11080
+ "kind": "BooleanLiteral",
11081
+ "offset": 14740,
11082
+ "length": 4,
11083
+ "value": "true"
11084
+ },
11085
+ {
11086
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11087
+ "kind": "IntegerLiteral",
11088
+ "offset": 14781,
11089
+ "length": 1,
11090
+ "value": "3"
11091
+ },
11092
+ {
11093
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11094
+ "kind": "IntegerLiteral",
11095
+ "offset": 14823,
11096
+ "length": 4,
11097
+ "value": "2000"
11098
+ },
10242
11099
  {
10243
11100
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10244
11101
  "kind": "IntegerLiteral",
10245
- "offset": 17250,
11102
+ "offset": 18294,
10246
11103
  "length": 6,
10247
11104
  "value": "16000"
10248
11105
  },
10249
11106
  {
10250
11107
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10251
11108
  "kind": "IntegerLiteral",
10252
- "offset": 17284,
11109
+ "offset": 18328,
10253
11110
  "length": 2,
10254
11111
  "value": "80"
10255
11112
  },
10256
11113
  {
10257
11114
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10258
11115
  "kind": "BooleanLiteral",
10259
- "offset": 17308,
11116
+ "offset": 18352,
10260
11117
  "length": 4,
10261
11118
  "value": "true"
10262
11119
  },
10263
11120
  {
10264
11121
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10265
11122
  "kind": "FloatLiteral",
10266
- "offset": 17345,
11123
+ "offset": 18389,
10267
11124
  "length": 4,
10268
11125
  "value": "25.0"
10269
11126
  },
10270
11127
  {
10271
11128
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10272
11129
  "kind": "FloatLiteral",
10273
- "offset": 17381,
11130
+ "offset": 18425,
10274
11131
  "length": 4,
10275
11132
  "value": "10.0"
10276
11133
  },
10277
11134
  {
10278
11135
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10279
11136
  "kind": "IntegerLiteral",
10280
- "offset": 17407,
11137
+ "offset": 18451,
10281
11138
  "length": 3,
10282
11139
  "value": "512"
10283
11140
  },
10284
11141
  {
10285
11142
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10286
11143
  "kind": "FloatLiteral",
10287
- "offset": 17447,
11144
+ "offset": 18491,
10288
11145
  "length": 4,
10289
11146
  "value": "0.35"
10290
11147
  },
10291
11148
  {
10292
11149
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10293
11150
  "kind": "BooleanLiteral",
10294
- "offset": 17487,
11151
+ "offset": 18531,
10295
11152
  "length": 5,
10296
11153
  "value": "false"
10297
11154
  },
10298
11155
  {
10299
11156
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10300
11157
  "kind": "IntegerLiteral",
10301
- "offset": 17519,
11158
+ "offset": 18563,
10302
11159
  "length": 4,
10303
11160
  "value": "1280"
10304
11161
  },
10305
11162
  {
10306
11163
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10307
11164
  "kind": "FloatLiteral",
10308
- "offset": 17554,
11165
+ "offset": 18598,
10309
11166
  "length": 3,
10310
11167
  "value": "2.0"
10311
11168
  },
10312
11169
  {
10313
11170
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10314
11171
  "kind": "FloatLiteral",
10315
- "offset": 17591,
11172
+ "offset": 18635,
10316
11173
  "length": 3,
10317
11174
  "value": "3.0"
10318
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
+ },
11183
+ {
11184
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11185
+ "kind": "BooleanLiteral",
11186
+ "offset": 18712,
11187
+ "length": 4,
11188
+ "value": "true"
11189
+ },
11190
+ {
11191
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11192
+ "kind": "IntegerLiteral",
11193
+ "offset": 18747,
11194
+ "length": 1,
11195
+ "value": "3"
11196
+ },
11197
+ {
11198
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11199
+ "kind": "IntegerLiteral",
11200
+ "offset": 18783,
11201
+ "length": 4,
11202
+ "value": "2000"
11203
+ },
11204
+ {
11205
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11206
+ "kind": "Array",
11207
+ "offset": 20656,
11208
+ "length": 2,
11209
+ "value": "[]"
11210
+ },
11211
+ {
11212
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11213
+ "kind": "Array",
11214
+ "offset": 20696,
11215
+ "length": 2,
11216
+ "value": "[]"
11217
+ },
10319
11218
  {
10320
11219
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10321
11220
  "kind": "StringLiteral",
10322
- "offset": 20845,
11221
+ "offset": 24148,
10323
11222
  "length": 8,
10324
11223
  "value": "\"Engine\""
10325
11224
  },
10326
11225
  {
10327
11226
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10328
11227
  "kind": "IntegerLiteral",
10329
- "offset": 21173,
11228
+ "offset": 24476,
10330
11229
  "length": 1,
10331
11230
  "value": "0"
10332
11231
  },
10333
11232
  {
10334
11233
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10335
11234
  "kind": "IntegerLiteral",
10336
- "offset": 21215,
11235
+ "offset": 24518,
10337
11236
  "length": 1,
10338
11237
  "value": "0"
10339
11238
  },
10340
11239
  {
10341
11240
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10342
11241
  "kind": "IntegerLiteral",
10343
- "offset": 21266,
11242
+ "offset": 24569,
10344
11243
  "length": 1,
10345
11244
  "value": "0"
10346
11245
  },
10347
11246
  {
10348
11247
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10349
11248
  "kind": "BooleanLiteral",
10350
- "offset": 26913,
11249
+ "offset": 32733,
10351
11250
  "length": 4,
10352
11251
  "value": "true"
10353
11252
  },
10354
11253
  {
10355
11254
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10356
11255
  "kind": "StringLiteral",
10357
- "offset": 29362,
11256
+ "offset": 35182,
10358
11257
  "length": 9,
10359
11258
  "value": "\"MicCtrl\""
10360
11259
  },
10361
11260
  {
10362
11261
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10363
11262
  "kind": "StringLiteral",
10364
- "offset": 29595,
11263
+ "offset": 35415,
10365
11264
  "length": 2,
10366
11265
  "value": "\"\""
10367
11266
  },
10368
11267
  {
10369
11268
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10370
11269
  "kind": "IntegerLiteral",
10371
- "offset": 29642,
11270
+ "offset": 35462,
10372
11271
  "length": 1,
10373
11272
  "value": "3"
10374
11273
  },
10375
11274
  {
10376
11275
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10377
11276
  "kind": "StringLiteral",
10378
- "offset": 29749,
11277
+ "offset": 35569,
10379
11278
  "length": 15,
10380
11279
  "value": "\"sv.mic.ctrl.q\""
10381
11280
  },
10382
11281
  {
10383
11282
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10384
11283
  "kind": "BooleanLiteral",
10385
- "offset": 29912,
11284
+ "offset": 35732,
10386
11285
  "length": 5,
10387
11286
  "value": "false"
10388
11287
  },
10389
11288
  {
10390
11289
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10391
11290
  "kind": "BooleanLiteral",
10392
- "offset": 30097,
11291
+ "offset": 35917,
10393
11292
  "length": 5,
10394
11293
  "value": "false"
10395
11294
  },
10396
11295
  {
10397
11296
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10398
11297
  "kind": "IntegerLiteral",
10399
- "offset": 30144,
11298
+ "offset": 35964,
10400
11299
  "length": 1,
10401
11300
  "value": "0"
10402
11301
  },
10403
11302
  {
10404
11303
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10405
11304
  "kind": "IntegerLiteral",
10406
- "offset": 30193,
11305
+ "offset": 36013,
10407
11306
  "length": 1,
10408
11307
  "value": "0"
10409
11308
  },
10410
11309
  {
10411
11310
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10412
11311
  "kind": "BooleanLiteral",
10413
- "offset": 30238,
11312
+ "offset": 36058,
10414
11313
  "length": 5,
10415
11314
  "value": "false"
10416
11315
  },
10417
11316
  {
10418
11317
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10419
11318
  "kind": "IntegerLiteral",
10420
- "offset": 31009,
11319
+ "offset": 36829,
10421
11320
  "length": 1,
10422
11321
  "value": "3"
10423
11322
  },
10424
11323
  {
10425
11324
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10426
11325
  "kind": "BooleanLiteral",
10427
- "offset": 31026,
11326
+ "offset": 36846,
10428
11327
  "length": 4,
10429
11328
  "value": "true"
10430
11329
  },
10431
11330
  {
10432
11331
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10433
11332
  "kind": "BooleanLiteral",
10434
- "offset": 34116,
11333
+ "offset": 40063,
10435
11334
  "length": 4,
10436
11335
  "value": "true"
10437
11336
  },
10438
11337
  {
10439
11338
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10440
11339
  "kind": "FloatLiteral",
10441
- "offset": 35577,
11340
+ "offset": 41524,
10442
11341
  "length": 3,
10443
11342
  "value": "0.5"
10444
11343
  },
10445
11344
  {
10446
11345
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10447
11346
  "kind": "BooleanLiteral",
10448
- "offset": 35643,
11347
+ "offset": 41590,
10449
11348
  "length": 5,
10450
11349
  "value": "false"
10451
11350
  },
10452
11351
  {
10453
11352
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10454
11353
  "kind": "BooleanLiteral",
10455
- "offset": 35710,
11354
+ "offset": 41657,
10456
11355
  "length": 4,
10457
11356
  "value": "true"
10458
11357
  },
10459
11358
  {
10460
11359
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10461
11360
  "kind": "IntegerLiteral",
10462
- "offset": 38411,
11361
+ "offset": 44358,
10463
11362
  "length": 1,
10464
11363
  "value": "0"
10465
11364
  },
10466
11365
  {
10467
11366
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10468
11367
  "kind": "IntegerLiteral",
10469
- "offset": 38453,
11368
+ "offset": 44400,
10470
11369
  "length": 1,
10471
11370
  "value": "0"
10472
11371
  },
10473
11372
  {
10474
11373
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10475
11374
  "kind": "StringLiteral",
10476
- "offset": 43161,
11375
+ "offset": 49678,
10477
11376
  "length": 15,
10478
11377
  "value": "\"EnrollBuilder\""
10479
11378
  },
11379
+ {
11380
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11381
+ "kind": "IntegerLiteral",
11382
+ "offset": 50053,
11383
+ "length": 1,
11384
+ "value": "0"
11385
+ },
10480
11386
  {
10481
11387
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10482
11388
  "kind": "BooleanLiteral",
10483
- "offset": 43591,
11389
+ "offset": 50150,
10484
11390
  "length": 4,
10485
11391
  "value": "true"
10486
11392
  },
10487
11393
  {
10488
11394
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10489
11395
  "kind": "IntegerLiteral",
10490
- "offset": 43788,
11396
+ "offset": 50347,
10491
11397
  "length": 1,
10492
11398
  "value": "3"
10493
11399
  },
10494
11400
  {
10495
11401
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10496
11402
  "kind": "BooleanLiteral",
10497
- "offset": 44475,
11403
+ "offset": 51034,
10498
11404
  "length": 4,
10499
11405
  "value": "true"
10500
11406
  },
10501
11407
  {
10502
11408
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10503
11409
  "kind": "StringLiteral",
10504
- "offset": 49282,
11410
+ "offset": 58942,
10505
11411
  "length": 7,
10506
11412
  "value": "\"Feats\""
10507
11413
  },
10508
11414
  {
10509
11415
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10510
11416
  "kind": "FloatLiteral",
10511
- "offset": 51427,
11417
+ "offset": 61087,
10512
11418
  "length": 4,
10513
11419
  "value": "-1.0"
10514
11420
  },
10515
11421
  {
10516
11422
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10517
11423
  "kind": "FloatLiteral",
10518
- "offset": 51437,
11424
+ "offset": 61097,
10519
11425
  "length": 3,
10520
11426
  "value": "1.0"
10521
11427
  },
10522
11428
  {
10523
11429
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10524
11430
  "kind": "IntegerLiteral",
10525
- "offset": 51528,
11431
+ "offset": 61188,
10526
11432
  "length": 1,
10527
11433
  "value": "0"
10528
11434
  },
10529
11435
  {
10530
11436
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10531
11437
  "kind": "IntegerLiteral",
10532
- "offset": 51594,
11438
+ "offset": 61254,
10533
11439
  "length": 1,
10534
11440
  "value": "1"
10535
11441
  },
10536
11442
  {
10537
11443
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10538
11444
  "kind": "IntegerLiteral",
10539
- "offset": 51654,
11445
+ "offset": 61314,
10540
11446
  "length": 1,
10541
11447
  "value": "0"
10542
11448
  },
10543
11449
  {
10544
11450
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10545
11451
  "kind": "StringLiteral",
10546
- "offset": 51709,
11452
+ "offset": 61369,
10547
11453
  "length": 16,
10548
11454
  "value": "\"numFrames <= 0\""
10549
11455
  },
10550
11456
  {
10551
11457
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10552
11458
  "kind": "IntegerLiteral",
10553
- "offset": 51765,
11459
+ "offset": 61425,
10554
11460
  "length": 1,
10555
11461
  "value": "2"
10556
11462
  },
10557
11463
  {
10558
11464
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10559
11465
  "kind": "IntegerLiteral",
10560
- "offset": 51769,
11466
+ "offset": 61429,
10561
11467
  "length": 1,
10562
11468
  "value": "1"
10563
11469
  },
10564
11470
  {
10565
11471
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10566
11472
  "kind": "IntegerLiteral",
10567
- "offset": 51810,
11473
+ "offset": 61470,
10568
11474
  "length": 1,
10569
11475
  "value": "0"
10570
11476
  },
10571
11477
  {
10572
11478
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10573
11479
  "kind": "IntegerLiteral",
10574
- "offset": 51898,
11480
+ "offset": 61558,
10575
11481
  "length": 1,
10576
11482
  "value": "0"
10577
11483
  },
10578
11484
  {
10579
11485
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10580
11486
  "kind": "IntegerLiteral",
10581
- "offset": 51913,
11487
+ "offset": 61573,
10582
11488
  "length": 1,
10583
11489
  "value": "2"
10584
11490
  },
10585
11491
  {
10586
11492
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10587
11493
  "kind": "IntegerLiteral",
10588
- "offset": 51954,
11494
+ "offset": 61614,
10589
11495
  "length": 1,
10590
11496
  "value": "0"
10591
11497
  },
10592
11498
  {
10593
11499
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10594
11500
  "kind": "IntegerLiteral",
10595
- "offset": 51969,
11501
+ "offset": 61629,
10596
11502
  "length": 1,
10597
11503
  "value": "2"
10598
11504
  },
10599
11505
  {
10600
11506
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10601
11507
  "kind": "IntegerLiteral",
10602
- "offset": 52076,
11508
+ "offset": 61736,
10603
11509
  "length": 1,
10604
11510
  "value": "0"
10605
11511
  },
10606
11512
  {
10607
11513
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10608
11514
  "kind": "IntegerLiteral",
10609
- "offset": 52142,
11515
+ "offset": 61802,
10610
11516
  "length": 1,
10611
11517
  "value": "0"
10612
11518
  },
10613
11519
  {
10614
11520
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10615
11521
  "kind": "IntegerLiteral",
10616
- "offset": 52156,
11522
+ "offset": 61816,
10617
11523
  "length": 1,
10618
11524
  "value": "0"
10619
11525
  },
10620
11526
  {
10621
11527
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10622
11528
  "kind": "IntegerLiteral",
10623
- "offset": 52195,
11529
+ "offset": 61855,
10624
11530
  "length": 1,
10625
11531
  "value": "0"
10626
11532
  },
10627
11533
  {
10628
11534
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10629
11535
  "kind": "IntegerLiteral",
10630
- "offset": 52382,
11536
+ "offset": 62042,
10631
11537
  "length": 1,
10632
11538
  "value": "0"
10633
11539
  },
10634
11540
  {
10635
11541
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10636
11542
  "kind": "IntegerLiteral",
10637
- "offset": 52496,
11543
+ "offset": 62156,
10638
11544
  "length": 1,
10639
11545
  "value": "0"
10640
11546
  },
10641
11547
  {
10642
11548
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10643
11549
  "kind": "IntegerLiteral",
10644
- "offset": 52570,
11550
+ "offset": 62230,
10645
11551
  "length": 1,
10646
11552
  "value": "1"
10647
11553
  },
10648
11554
  {
10649
11555
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10650
11556
  "kind": "IntegerLiteral",
10651
- "offset": 52584,
11557
+ "offset": 62244,
10652
11558
  "length": 1,
10653
11559
  "value": "1"
10654
11560
  },
10655
11561
  {
10656
11562
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10657
11563
  "kind": "IntegerLiteral",
10658
- "offset": 52593,
11564
+ "offset": 62253,
10659
11565
  "length": 1,
10660
11566
  "value": "1"
10661
11567
  },
10662
11568
  {
10663
11569
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10664
11570
  "kind": "IntegerLiteral",
10665
- "offset": 52871,
11571
+ "offset": 62531,
10666
11572
  "length": 1,
10667
11573
  "value": "2"
10668
11574
  },
10669
11575
  {
10670
11576
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10671
11577
  "kind": "IntegerLiteral",
10672
- "offset": 52920,
11578
+ "offset": 62580,
10673
11579
  "length": 1,
10674
11580
  "value": "2"
10675
11581
  },
10676
11582
  {
10677
11583
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10678
11584
  "kind": "IntegerLiteral",
10679
- "offset": 52931,
11585
+ "offset": 62591,
10680
11586
  "length": 1,
10681
11587
  "value": "1"
10682
11588
  },
10683
11589
  {
10684
11590
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10685
11591
  "kind": "IntegerLiteral",
10686
- "offset": 52951,
11592
+ "offset": 62611,
10687
11593
  "length": 1,
10688
11594
  "value": "2"
10689
11595
  },
10690
11596
  {
10691
11597
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10692
11598
  "kind": "IntegerLiteral",
10693
- "offset": 53031,
11599
+ "offset": 62691,
10694
11600
  "length": 1,
10695
11601
  "value": "1"
10696
11602
  },
10697
11603
  {
10698
11604
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10699
11605
  "kind": "IntegerLiteral",
10700
- "offset": 53314,
11606
+ "offset": 62974,
10701
11607
  "length": 1,
10702
11608
  "value": "0"
10703
11609
  },
10704
11610
  {
10705
11611
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10706
11612
  "kind": "IntegerLiteral",
10707
- "offset": 53351,
11613
+ "offset": 63011,
10708
11614
  "length": 1,
10709
11615
  "value": "0"
10710
11616
  },
10711
11617
  {
10712
11618
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10713
11619
  "kind": "IntegerLiteral",
10714
- "offset": 53368,
11620
+ "offset": 63028,
10715
11621
  "length": 1,
10716
11622
  "value": "0"
10717
11623
  },
10718
11624
  {
10719
11625
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10720
11626
  "kind": "IntegerLiteral",
10721
- "offset": 53385,
11627
+ "offset": 63045,
10722
11628
  "length": 1,
10723
11629
  "value": "0"
10724
11630
  },
10725
11631
  {
10726
11632
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10727
11633
  "kind": "IntegerLiteral",
10728
- "offset": 53413,
11634
+ "offset": 63073,
10729
11635
  "length": 1,
10730
11636
  "value": "2"
10731
11637
  },
10732
11638
  {
10733
11639
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10734
11640
  "kind": "IntegerLiteral",
10735
- "offset": 53442,
11641
+ "offset": 63102,
10736
11642
  "length": 1,
10737
11643
  "value": "1"
10738
11644
  },
10739
11645
  {
10740
11646
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10741
11647
  "kind": "IntegerLiteral",
10742
- "offset": 53457,
11648
+ "offset": 63117,
10743
11649
  "length": 1,
10744
11650
  "value": "1"
10745
11651
  },
10746
11652
  {
10747
11653
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10748
11654
  "kind": "IntegerLiteral",
10749
- "offset": 53655,
11655
+ "offset": 63315,
10750
11656
  "length": 1,
10751
11657
  "value": "1"
10752
11658
  },
10753
11659
  {
10754
11660
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10755
11661
  "kind": "IntegerLiteral",
10756
- "offset": 53672,
11662
+ "offset": 63332,
10757
11663
  "length": 1,
10758
11664
  "value": "0"
10759
11665
  },
10760
11666
  {
10761
11667
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10762
11668
  "kind": "IntegerLiteral",
10763
- "offset": 53689,
11669
+ "offset": 63349,
10764
11670
  "length": 1,
10765
11671
  "value": "0"
10766
11672
  },
10767
11673
  {
10768
11674
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10769
11675
  "kind": "IntegerLiteral",
10770
- "offset": 53750,
11676
+ "offset": 63410,
10771
11677
  "length": 1,
10772
11678
  "value": "0"
10773
11679
  },
10774
11680
  {
10775
11681
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10776
11682
  "kind": "IntegerLiteral",
10777
- "offset": 53831,
11683
+ "offset": 63491,
10778
11684
  "length": 1,
10779
11685
  "value": "0"
10780
11686
  },
10781
11687
  {
10782
11688
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10783
11689
  "kind": "IntegerLiteral",
10784
- "offset": 53867,
11690
+ "offset": 63527,
10785
11691
  "length": 1,
10786
11692
  "value": "1"
10787
11693
  },
10788
11694
  {
10789
11695
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10790
11696
  "kind": "IntegerLiteral",
10791
- "offset": 53907,
11697
+ "offset": 63567,
10792
11698
  "length": 1,
10793
11699
  "value": "1"
10794
11700
  },
10795
11701
  {
10796
11702
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10797
11703
  "kind": "FloatLiteral",
10798
- "offset": 53963,
11704
+ "offset": 63623,
10799
11705
  "length": 5,
10800
11706
  "value": "1e-10"
10801
11707
  },
10802
11708
  {
10803
11709
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10804
11710
  "kind": "IntegerLiteral",
10805
- "offset": 54074,
11711
+ "offset": 63734,
10806
11712
  "length": 1,
10807
11713
  "value": "0"
10808
11714
  },
10809
11715
  {
10810
11716
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10811
11717
  "kind": "StringLiteral",
10812
- "offset": 54114,
11718
+ "offset": 63774,
10813
11719
  "length": 20,
10814
11720
  "value": "\"CMN T=\""
10815
11721
  },
10816
11722
  {
10817
11723
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10818
11724
  "kind": "StringLiteral",
10819
- "offset": 54133,
11725
+ "offset": 63793,
10820
11726
  "length": 2,
10821
11727
  "value": "\"\""
10822
11728
  },
10823
11729
  {
10824
11730
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10825
11731
  "kind": "IntegerLiteral",
10826
- "offset": 54178,
11732
+ "offset": 63838,
10827
11733
  "length": 1,
10828
11734
  "value": "0"
10829
11735
  },
10830
11736
  {
10831
11737
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10832
11738
  "kind": "IntegerLiteral",
10833
- "offset": 54216,
11739
+ "offset": 63876,
10834
11740
  "length": 1,
10835
11741
  "value": "0"
10836
11742
  },
10837
11743
  {
10838
11744
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10839
11745
  "kind": "IntegerLiteral",
10840
- "offset": 54259,
11746
+ "offset": 63919,
10841
11747
  "length": 1,
10842
11748
  "value": "0"
10843
11749
  },
10844
11750
  {
10845
11751
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10846
11752
  "kind": "IntegerLiteral",
10847
- "offset": 54286,
11753
+ "offset": 63946,
10848
11754
  "length": 1,
10849
11755
  "value": "0"
10850
11756
  },
10851
11757
  {
10852
11758
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10853
11759
  "kind": "IntegerLiteral",
10854
- "offset": 54410,
11760
+ "offset": 64070,
10855
11761
  "length": 1,
10856
11762
  "value": "0"
10857
11763
  },
10858
11764
  {
10859
11765
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10860
11766
  "kind": "IntegerLiteral",
10861
- "offset": 54451,
11767
+ "offset": 64111,
10862
11768
  "length": 1,
10863
11769
  "value": "0"
10864
11770
  },
10865
11771
  {
10866
11772
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10867
11773
  "kind": "StringLiteral",
10868
- "offset": 54588,
11774
+ "offset": 64248,
10869
11775
  "length": 46,
10870
11776
  "value": "\"computeLogMel done T=\""
10871
11777
  },
10872
11778
  {
10873
11779
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10874
11780
  "kind": "StringLiteral",
10875
- "offset": 54622,
11781
+ "offset": 64282,
10876
11782
  "length": 1,
10877
11783
  "value": "\" D=\""
10878
11784
  },
10879
11785
  {
10880
11786
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10881
11787
  "kind": "StringLiteral",
10882
- "offset": 54633,
11788
+ "offset": 64293,
10883
11789
  "length": 2,
10884
11790
  "value": "\"\""
10885
11791
  },
10886
11792
  {
10887
11793
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10888
11794
  "kind": "IntegerLiteral",
10889
- "offset": 54821,
11795
+ "offset": 64481,
10890
11796
  "length": 1,
10891
11797
  "value": "1"
10892
11798
  },
10893
11799
  {
10894
11800
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10895
11801
  "kind": "Array",
10896
- "offset": 54837,
11802
+ "offset": 64497,
10897
11803
  "length": 5,
10898
11804
  "value": "[1.0]"
10899
11805
  },
10900
11806
  {
10901
11807
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10902
11808
  "kind": "IntegerLiteral",
10903
- "offset": 54875,
11809
+ "offset": 64535,
10904
11810
  "length": 1,
10905
11811
  "value": "1"
10906
11812
  },
10907
11813
  {
10908
11814
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10909
11815
  "kind": "IntegerLiteral",
10910
- "offset": 54909,
11816
+ "offset": 64569,
10911
11817
  "length": 1,
10912
11818
  "value": "2"
10913
11819
  },
10914
11820
  {
10915
11821
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10916
11822
  "kind": "IntegerLiteral",
10917
- "offset": 54927,
11823
+ "offset": 64587,
10918
11824
  "length": 1,
10919
11825
  "value": "0"
10920
11826
  },
10921
11827
  {
10922
11828
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10923
11829
  "kind": "FloatLiteral",
10924
- "offset": 54945,
11830
+ "offset": 64605,
10925
11831
  "length": 4,
10926
11832
  "value": "0.54"
10927
11833
  },
10928
11834
  {
10929
11835
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10930
11836
  "kind": "FloatLiteral",
10931
- "offset": 54952,
11837
+ "offset": 64612,
10932
11838
  "length": 4,
10933
11839
  "value": "0.46"
10934
11840
  },
10935
11841
  {
10936
11842
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10937
11843
  "kind": "IntegerLiteral",
10938
- "offset": 55138,
11844
+ "offset": 64798,
10939
11845
  "length": 1,
10940
11846
  "value": "2"
10941
11847
  },
10942
11848
  {
10943
11849
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10944
11850
  "kind": "IntegerLiteral",
10945
- "offset": 55142,
11851
+ "offset": 64802,
10946
11852
  "length": 1,
10947
11853
  "value": "1"
10948
11854
  },
10949
11855
  {
10950
11856
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10951
11857
  "kind": "FloatLiteral",
10952
- "offset": 55189,
11858
+ "offset": 64849,
10953
11859
  "length": 6,
10954
11860
  "value": "2595.0"
10955
11861
  },
10956
11862
  {
10957
11863
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10958
11864
  "kind": "FloatLiteral",
10959
- "offset": 55205,
11865
+ "offset": 64865,
10960
11866
  "length": 3,
10961
11867
  "value": "1.0"
10962
11868
  },
10963
11869
  {
10964
11870
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10965
11871
  "kind": "FloatLiteral",
10966
- "offset": 55216,
11872
+ "offset": 64876,
10967
11873
  "length": 5,
10968
11874
  "value": "700.0"
10969
11875
  },
10970
11876
  {
10971
11877
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10972
11878
  "kind": "FloatLiteral",
10973
- "offset": 55270,
11879
+ "offset": 64930,
10974
11880
  "length": 5,
10975
11881
  "value": "700.0"
10976
11882
  },
10977
11883
  {
10978
11884
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10979
11885
  "kind": "FloatLiteral",
10980
- "offset": 55284,
11886
+ "offset": 64944,
10981
11887
  "length": 4,
10982
11888
  "value": "10.0"
10983
11889
  },
10984
11890
  {
10985
11891
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10986
11892
  "kind": "FloatLiteral",
10987
- "offset": 55296,
11893
+ "offset": 64956,
10988
11894
  "length": 6,
10989
11895
  "value": "2595.0"
10990
11896
  },
10991
11897
  {
10992
11898
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10993
11899
  "kind": "FloatLiteral",
10994
- "offset": 55306,
11900
+ "offset": 64966,
10995
11901
  "length": 3,
10996
11902
  "value": "1.0"
10997
11903
  },
10998
11904
  {
10999
11905
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11000
11906
  "kind": "IntegerLiteral",
11001
- "offset": 55399,
11907
+ "offset": 65059,
11002
11908
  "length": 1,
11003
11909
  "value": "0"
11004
11910
  },
11005
11911
  {
11006
11912
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11007
11913
  "kind": "IntegerLiteral",
11008
- "offset": 55410,
11914
+ "offset": 65070,
11009
11915
  "length": 1,
11010
11916
  "value": "2"
11011
11917
  },
11012
11918
  {
11013
11919
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11014
11920
  "kind": "IntegerLiteral",
11015
- "offset": 55479,
11921
+ "offset": 65139,
11016
11922
  "length": 1,
11017
11923
  "value": "1"
11018
11924
  },
11019
11925
  {
11020
11926
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11021
11927
  "kind": "IntegerLiteral",
11022
- "offset": 55592,
11928
+ "offset": 65252,
11023
11929
  "length": 1,
11024
11930
  "value": "0"
11025
11931
  },
11026
11932
  {
11027
11933
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11028
11934
  "kind": "IntegerLiteral",
11029
- "offset": 55663,
11935
+ "offset": 65323,
11030
11936
  "length": 1,
11031
11937
  "value": "1"
11032
11938
  },
11033
11939
  {
11034
11940
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11035
11941
  "kind": "FloatLiteral",
11036
- "offset": 55682,
11942
+ "offset": 65342,
11037
11943
  "length": 3,
11038
11944
  "value": "2.0"
11039
11945
  },
11040
11946
  {
11041
11947
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11042
11948
  "kind": "IntegerLiteral",
11043
- "offset": 55734,
11949
+ "offset": 65394,
11044
11950
  "length": 1,
11045
11951
  "value": "0"
11046
11952
  },
11047
11953
  {
11048
11954
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11049
11955
  "kind": "IntegerLiteral",
11050
- "offset": 55779,
11956
+ "offset": 65439,
11051
11957
  "length": 1,
11052
11958
  "value": "0"
11053
11959
  },
11054
11960
  {
11055
11961
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11056
11962
  "kind": "IntegerLiteral",
11057
- "offset": 55844,
11963
+ "offset": 65504,
11058
11964
  "length": 1,
11059
11965
  "value": "1"
11060
11966
  },
11061
11967
  {
11062
11968
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11063
11969
  "kind": "IntegerLiteral",
11064
- "offset": 55873,
11970
+ "offset": 65533,
11065
11971
  "length": 1,
11066
11972
  "value": "2"
11067
11973
  },
11068
11974
  {
11069
11975
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11070
11976
  "kind": "IntegerLiteral",
11071
- "offset": 55898,
11977
+ "offset": 65558,
11072
11978
  "length": 1,
11073
11979
  "value": "0"
11074
11980
  },
11075
11981
  {
11076
11982
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11077
11983
  "kind": "FloatLiteral",
11078
- "offset": 55996,
11984
+ "offset": 65656,
11079
11985
  "length": 4,
11080
11986
  "value": "1e-6"
11081
11987
  },
11082
11988
  {
11083
11989
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11084
11990
  "kind": "FloatLiteral",
11085
- "offset": 56054,
11991
+ "offset": 65714,
11086
11992
  "length": 4,
11087
11993
  "value": "1e-6"
11088
11994
  },
11089
11995
  {
11090
11996
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11091
11997
  "kind": "FloatLiteral",
11092
- "offset": 56100,
11998
+ "offset": 65760,
11093
11999
  "length": 3,
11094
12000
  "value": "0.0"
11095
12001
  },
11096
12002
  {
11097
12003
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11098
12004
  "kind": "StringLiteral",
11099
- "offset": 56502,
12005
+ "offset": 66162,
11100
12006
  "length": 6,
11101
12007
  "value": "\"ONNX\""
11102
12008
  },