react-native-wakeword 1.1.61 → 1.1.62

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 +916 -153
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -2
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +12 -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 +916 -153
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +12 -2
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -2
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +916 -153
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +12 -2
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -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,265 @@
2904
2904
  }
2905
2905
  ]
2906
2906
  },
2907
+ {
2908
+ "kind": "Var",
2909
+ "name": "meanComboEnabled",
2910
+ "printedName": "meanComboEnabled",
2911
+ "children": [
2912
+ {
2913
+ "kind": "TypeNominal",
2914
+ "name": "Bool",
2915
+ "printedName": "Swift.Bool",
2916
+ "usr": "s:Sb"
2917
+ }
2918
+ ],
2919
+ "declKind": "Var",
2920
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvp",
2921
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvp",
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": "Bool",
2939
+ "printedName": "Swift.Bool",
2940
+ "usr": "s:Sb"
2941
+ }
2942
+ ],
2943
+ "declKind": "Accessor",
2944
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvg",
2945
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvg",
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": "Bool",
2963
+ "printedName": "Swift.Bool",
2964
+ "usr": "s:Sb"
2965
+ }
2966
+ ],
2967
+ "declKind": "Accessor",
2968
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvs",
2969
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvs",
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:16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvM",
2987
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16meanComboEnabledSbvM",
2988
+ "moduleName": "KeyWordDetection",
2989
+ "implicit": true,
2990
+ "accessorKind": "_modify"
2991
+ }
2992
+ ]
2993
+ },
2994
+ {
2995
+ "kind": "Var",
2996
+ "name": "meanComboMaxK",
2997
+ "printedName": "meanComboMaxK",
2998
+ "children": [
2999
+ {
3000
+ "kind": "TypeNominal",
3001
+ "name": "Int",
3002
+ "printedName": "Swift.Int",
3003
+ "usr": "s:Si"
3004
+ }
3005
+ ],
3006
+ "declKind": "Var",
3007
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivp",
3008
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivp",
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": "Int",
3025
+ "printedName": "Swift.Int",
3026
+ "usr": "s:Si"
3027
+ }
3028
+ ],
3029
+ "declKind": "Accessor",
3030
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivg",
3031
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivg",
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": "Int",
3049
+ "printedName": "Swift.Int",
3050
+ "usr": "s:Si"
3051
+ }
3052
+ ],
3053
+ "declKind": "Accessor",
3054
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivs",
3055
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivs",
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:16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivM",
3073
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV13meanComboMaxKSivM",
3074
+ "moduleName": "KeyWordDetection",
3075
+ "implicit": true,
3076
+ "accessorKind": "_modify"
3077
+ }
3078
+ ]
3079
+ },
3080
+ {
3081
+ "kind": "Var",
3082
+ "name": "meanComboMaxTotal",
3083
+ "printedName": "meanComboMaxTotal",
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:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivp",
3094
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivp",
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:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivg",
3117
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivg",
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:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivs",
3141
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivs",
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:16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivM",
3159
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV17meanComboMaxTotalSivM",
3160
+ "moduleName": "KeyWordDetection",
3161
+ "implicit": true,
3162
+ "accessorKind": "_modify"
3163
+ }
3164
+ ]
3165
+ },
2907
3166
  {
2908
3167
  "kind": "Var",
2909
3168
  "name": "logLevel",
@@ -3049,7 +3308,7 @@
3049
3308
  {
3050
3309
  "kind": "Constructor",
3051
3310
  "name": "init",
3052
- "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:logLevel:)",
3311
+ "printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
3053
3312
  "children": [
3054
3313
  {
3055
3314
  "kind": "TypeNominal",
@@ -3140,6 +3399,27 @@
3140
3399
  "hasDefaultArg": true,
3141
3400
  "usr": "s:Sf"
3142
3401
  },
3402
+ {
3403
+ "kind": "TypeNominal",
3404
+ "name": "Bool",
3405
+ "printedName": "Swift.Bool",
3406
+ "hasDefaultArg": true,
3407
+ "usr": "s:Sb"
3408
+ },
3409
+ {
3410
+ "kind": "TypeNominal",
3411
+ "name": "Int",
3412
+ "printedName": "Swift.Int",
3413
+ "hasDefaultArg": true,
3414
+ "usr": "s:Si"
3415
+ },
3416
+ {
3417
+ "kind": "TypeNominal",
3418
+ "name": "Int",
3419
+ "printedName": "Swift.Int",
3420
+ "hasDefaultArg": true,
3421
+ "usr": "s:Si"
3422
+ },
3143
3423
  {
3144
3424
  "kind": "TypeNominal",
3145
3425
  "name": "SVLogLevel",
@@ -3149,8 +3429,8 @@
3149
3429
  }
3150
3430
  ],
3151
3431
  "declKind": "Constructor",
3152
- "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds8logLevelACSS_S2iSbS2fSiSfSbSiS2fAA10SVLogLevelOtcfc",
3153
- "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds8logLevelACSS_S2iSbS2fSiSfSbSiS2fAA10SVLogLevelOtcfc",
3432
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS2fSbS2iAA10SVLogLevelOtcfc",
3433
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS2fSbS2iAA10SVLogLevelOtcfc",
3154
3434
  "moduleName": "KeyWordDetection",
3155
3435
  "declAttributes": [
3156
3436
  "AccessControl"
@@ -3469,7 +3749,284 @@
3469
3749
  "implicit": true,
3470
3750
  "accessorKind": "get"
3471
3751
  }
3472
- ]
3752
+ ]
3753
+ },
3754
+ {
3755
+ "kind": "Var",
3756
+ "name": "meanComboEmbeddings",
3757
+ "printedName": "meanComboEmbeddings",
3758
+ "children": [
3759
+ {
3760
+ "kind": "TypeNominal",
3761
+ "name": "Array",
3762
+ "printedName": "[[Swift.Float]]",
3763
+ "children": [
3764
+ {
3765
+ "kind": "TypeNominal",
3766
+ "name": "Array",
3767
+ "printedName": "[Swift.Float]",
3768
+ "children": [
3769
+ {
3770
+ "kind": "TypeNominal",
3771
+ "name": "Float",
3772
+ "printedName": "Swift.Float",
3773
+ "usr": "s:Sf"
3774
+ }
3775
+ ],
3776
+ "usr": "s:Sa"
3777
+ }
3778
+ ],
3779
+ "usr": "s:Sa"
3780
+ }
3781
+ ],
3782
+ "declKind": "Var",
3783
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvp",
3784
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvp",
3785
+ "moduleName": "KeyWordDetection",
3786
+ "declAttributes": [
3787
+ "HasStorage",
3788
+ "AccessControl"
3789
+ ],
3790
+ "isLet": true,
3791
+ "hasStorage": true,
3792
+ "accessors": [
3793
+ {
3794
+ "kind": "Accessor",
3795
+ "name": "Get",
3796
+ "printedName": "Get()",
3797
+ "children": [
3798
+ {
3799
+ "kind": "TypeNominal",
3800
+ "name": "Array",
3801
+ "printedName": "[[Swift.Float]]",
3802
+ "children": [
3803
+ {
3804
+ "kind": "TypeNominal",
3805
+ "name": "Array",
3806
+ "printedName": "[Swift.Float]",
3807
+ "children": [
3808
+ {
3809
+ "kind": "TypeNominal",
3810
+ "name": "Float",
3811
+ "printedName": "Swift.Float",
3812
+ "usr": "s:Sf"
3813
+ }
3814
+ ],
3815
+ "usr": "s:Sa"
3816
+ }
3817
+ ],
3818
+ "usr": "s:Sa"
3819
+ }
3820
+ ],
3821
+ "declKind": "Accessor",
3822
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvg",
3823
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV19meanComboEmbeddingsSaySaySfGGvg",
3824
+ "moduleName": "KeyWordDetection",
3825
+ "implicit": true,
3826
+ "accessorKind": "get"
3827
+ }
3828
+ ]
3829
+ },
3830
+ {
3831
+ "kind": "Var",
3832
+ "name": "meanComboLabels",
3833
+ "printedName": "meanComboLabels",
3834
+ "children": [
3835
+ {
3836
+ "kind": "TypeNominal",
3837
+ "name": "Array",
3838
+ "printedName": "[Swift.String]",
3839
+ "children": [
3840
+ {
3841
+ "kind": "TypeNominal",
3842
+ "name": "String",
3843
+ "printedName": "Swift.String",
3844
+ "usr": "s:SS"
3845
+ }
3846
+ ],
3847
+ "usr": "s:Sa"
3848
+ }
3849
+ ],
3850
+ "declKind": "Var",
3851
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvp",
3852
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvp",
3853
+ "moduleName": "KeyWordDetection",
3854
+ "declAttributes": [
3855
+ "HasStorage",
3856
+ "AccessControl"
3857
+ ],
3858
+ "isLet": true,
3859
+ "hasStorage": true,
3860
+ "accessors": [
3861
+ {
3862
+ "kind": "Accessor",
3863
+ "name": "Get",
3864
+ "printedName": "Get()",
3865
+ "children": [
3866
+ {
3867
+ "kind": "TypeNominal",
3868
+ "name": "Array",
3869
+ "printedName": "[Swift.String]",
3870
+ "children": [
3871
+ {
3872
+ "kind": "TypeNominal",
3873
+ "name": "String",
3874
+ "printedName": "Swift.String",
3875
+ "usr": "s:SS"
3876
+ }
3877
+ ],
3878
+ "usr": "s:Sa"
3879
+ }
3880
+ ],
3881
+ "declKind": "Accessor",
3882
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvg",
3883
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV15meanComboLabelsSaySSGvg",
3884
+ "moduleName": "KeyWordDetection",
3885
+ "implicit": true,
3886
+ "accessorKind": "get"
3887
+ }
3888
+ ]
3889
+ },
3890
+ {
3891
+ "kind": "Constructor",
3892
+ "name": "init",
3893
+ "printedName": "init(enrollmentId:createdAtEpochMs:configSnapshot:enrolledEmbeddings:meanEmbedding:meanComboEmbeddings:meanComboLabels:)",
3894
+ "children": [
3895
+ {
3896
+ "kind": "TypeNominal",
3897
+ "name": "SpeakerEnrollment",
3898
+ "printedName": "KeyWordDetection.SpeakerEnrollment",
3899
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV"
3900
+ },
3901
+ {
3902
+ "kind": "TypeNominal",
3903
+ "name": "String",
3904
+ "printedName": "Swift.String",
3905
+ "usr": "s:SS"
3906
+ },
3907
+ {
3908
+ "kind": "TypeNominal",
3909
+ "name": "Int64",
3910
+ "printedName": "Swift.Int64",
3911
+ "usr": "s:s5Int64V"
3912
+ },
3913
+ {
3914
+ "kind": "TypeNominal",
3915
+ "name": "SpeakerVerificationConfig",
3916
+ "printedName": "KeyWordDetection.SpeakerVerificationConfig",
3917
+ "usr": "s:16KeyWordDetection25SpeakerVerificationConfigV"
3918
+ },
3919
+ {
3920
+ "kind": "TypeNominal",
3921
+ "name": "Array",
3922
+ "printedName": "[[Swift.Float]]",
3923
+ "children": [
3924
+ {
3925
+ "kind": "TypeNominal",
3926
+ "name": "Array",
3927
+ "printedName": "[Swift.Float]",
3928
+ "children": [
3929
+ {
3930
+ "kind": "TypeNominal",
3931
+ "name": "Float",
3932
+ "printedName": "Swift.Float",
3933
+ "usr": "s:Sf"
3934
+ }
3935
+ ],
3936
+ "usr": "s:Sa"
3937
+ }
3938
+ ],
3939
+ "usr": "s:Sa"
3940
+ },
3941
+ {
3942
+ "kind": "TypeNominal",
3943
+ "name": "Array",
3944
+ "printedName": "[Swift.Float]",
3945
+ "children": [
3946
+ {
3947
+ "kind": "TypeNominal",
3948
+ "name": "Float",
3949
+ "printedName": "Swift.Float",
3950
+ "usr": "s:Sf"
3951
+ }
3952
+ ],
3953
+ "usr": "s:Sa"
3954
+ },
3955
+ {
3956
+ "kind": "TypeNominal",
3957
+ "name": "Array",
3958
+ "printedName": "[[Swift.Float]]",
3959
+ "children": [
3960
+ {
3961
+ "kind": "TypeNominal",
3962
+ "name": "Array",
3963
+ "printedName": "[Swift.Float]",
3964
+ "children": [
3965
+ {
3966
+ "kind": "TypeNominal",
3967
+ "name": "Float",
3968
+ "printedName": "Swift.Float",
3969
+ "usr": "s:Sf"
3970
+ }
3971
+ ],
3972
+ "usr": "s:Sa"
3973
+ }
3974
+ ],
3975
+ "hasDefaultArg": true,
3976
+ "usr": "s:Sa"
3977
+ },
3978
+ {
3979
+ "kind": "TypeNominal",
3980
+ "name": "Array",
3981
+ "printedName": "[Swift.String]",
3982
+ "children": [
3983
+ {
3984
+ "kind": "TypeNominal",
3985
+ "name": "String",
3986
+ "printedName": "Swift.String",
3987
+ "usr": "s:SS"
3988
+ }
3989
+ ],
3990
+ "hasDefaultArg": true,
3991
+ "usr": "s:Sa"
3992
+ }
3993
+ ],
3994
+ "declKind": "Constructor",
3995
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV12enrollmentId16createdAtEpochMs14configSnapshot18enrolledEmbeddings13meanEmbedding0p5ComboO00pR6LabelsACSS_s5Int64VAA0D18VerificationConfigVSaySaySfGGAoPSaySSGtcfc",
3996
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV12enrollmentId16createdAtEpochMs14configSnapshot18enrolledEmbeddings13meanEmbedding0p5ComboO00pR6LabelsACSS_s5Int64VAA0D18VerificationConfigVSaySaySfGGAoPSaySSGtcfc",
3997
+ "moduleName": "KeyWordDetection",
3998
+ "declAttributes": [
3999
+ "AccessControl"
4000
+ ],
4001
+ "init_kind": "Designated"
4002
+ },
4003
+ {
4004
+ "kind": "Constructor",
4005
+ "name": "init",
4006
+ "printedName": "init(from:)",
4007
+ "children": [
4008
+ {
4009
+ "kind": "TypeNominal",
4010
+ "name": "SpeakerEnrollment",
4011
+ "printedName": "KeyWordDetection.SpeakerEnrollment",
4012
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV"
4013
+ },
4014
+ {
4015
+ "kind": "TypeNominal",
4016
+ "name": "Decoder",
4017
+ "printedName": "any Swift.Decoder",
4018
+ "usr": "s:s7DecoderP"
4019
+ }
4020
+ ],
4021
+ "declKind": "Constructor",
4022
+ "usr": "s:16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
4023
+ "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
4024
+ "moduleName": "KeyWordDetection",
4025
+ "declAttributes": [
4026
+ "AccessControl"
4027
+ ],
4028
+ "throwing": true,
4029
+ "init_kind": "Designated"
3473
4030
  },
3474
4031
  {
3475
4032
  "kind": "Function",
@@ -3522,32 +4079,6 @@
3522
4079
  "throwing": true,
3523
4080
  "funcSelfKind": "NonMutating"
3524
4081
  },
3525
- {
3526
- "kind": "Constructor",
3527
- "name": "init",
3528
- "printedName": "init(from:)",
3529
- "children": [
3530
- {
3531
- "kind": "TypeNominal",
3532
- "name": "SpeakerEnrollment",
3533
- "printedName": "KeyWordDetection.SpeakerEnrollment",
3534
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV"
3535
- },
3536
- {
3537
- "kind": "TypeNominal",
3538
- "name": "Decoder",
3539
- "printedName": "any Swift.Decoder",
3540
- "usr": "s:s7DecoderP"
3541
- }
3542
- ],
3543
- "declKind": "Constructor",
3544
- "usr": "s:16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
3545
- "mangledName": "$s16KeyWordDetection17SpeakerEnrollmentV4fromACs7Decoder_p_tKcfc",
3546
- "moduleName": "KeyWordDetection",
3547
- "implicit": true,
3548
- "throwing": true,
3549
- "init_kind": "Designated"
3550
- },
3551
4082
  {
3552
4083
  "kind": "Function",
3553
4084
  "name": "encode",
@@ -3913,6 +4444,182 @@
3913
4444
  }
3914
4445
  ]
3915
4446
  },
4447
+ {
4448
+ "kind": "Var",
4449
+ "name": "scoreBestRaw",
4450
+ "printedName": "scoreBestRaw",
4451
+ "children": [
4452
+ {
4453
+ "kind": "TypeNominal",
4454
+ "name": "Float",
4455
+ "printedName": "Swift.Float",
4456
+ "usr": "s:Sf"
4457
+ }
4458
+ ],
4459
+ "declKind": "Var",
4460
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvp",
4461
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvp",
4462
+ "moduleName": "KeyWordDetection",
4463
+ "declAttributes": [
4464
+ "HasStorage",
4465
+ "AccessControl"
4466
+ ],
4467
+ "isLet": true,
4468
+ "hasStorage": true,
4469
+ "accessors": [
4470
+ {
4471
+ "kind": "Accessor",
4472
+ "name": "Get",
4473
+ "printedName": "Get()",
4474
+ "children": [
4475
+ {
4476
+ "kind": "TypeNominal",
4477
+ "name": "Float",
4478
+ "printedName": "Swift.Float",
4479
+ "usr": "s:Sf"
4480
+ }
4481
+ ],
4482
+ "declKind": "Accessor",
4483
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvg",
4484
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV12scoreBestRawSfvg",
4485
+ "moduleName": "KeyWordDetection",
4486
+ "implicit": true,
4487
+ "accessorKind": "get"
4488
+ }
4489
+ ]
4490
+ },
4491
+ {
4492
+ "kind": "Var",
4493
+ "name": "scoreBestMeancombo",
4494
+ "printedName": "scoreBestMeancombo",
4495
+ "children": [
4496
+ {
4497
+ "kind": "TypeNominal",
4498
+ "name": "Float",
4499
+ "printedName": "Swift.Float",
4500
+ "usr": "s:Sf"
4501
+ }
4502
+ ],
4503
+ "declKind": "Var",
4504
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvp",
4505
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvp",
4506
+ "moduleName": "KeyWordDetection",
4507
+ "declAttributes": [
4508
+ "HasStorage",
4509
+ "AccessControl"
4510
+ ],
4511
+ "isLet": true,
4512
+ "hasStorage": true,
4513
+ "accessors": [
4514
+ {
4515
+ "kind": "Accessor",
4516
+ "name": "Get",
4517
+ "printedName": "Get()",
4518
+ "children": [
4519
+ {
4520
+ "kind": "TypeNominal",
4521
+ "name": "Float",
4522
+ "printedName": "Swift.Float",
4523
+ "usr": "s:Sf"
4524
+ }
4525
+ ],
4526
+ "declKind": "Accessor",
4527
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvg",
4528
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV18scoreBestMeancomboSfvg",
4529
+ "moduleName": "KeyWordDetection",
4530
+ "implicit": true,
4531
+ "accessorKind": "get"
4532
+ }
4533
+ ]
4534
+ },
4535
+ {
4536
+ "kind": "Var",
4537
+ "name": "bestKind",
4538
+ "printedName": "bestKind",
4539
+ "children": [
4540
+ {
4541
+ "kind": "TypeNominal",
4542
+ "name": "String",
4543
+ "printedName": "Swift.String",
4544
+ "usr": "s:SS"
4545
+ }
4546
+ ],
4547
+ "declKind": "Var",
4548
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvp",
4549
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvp",
4550
+ "moduleName": "KeyWordDetection",
4551
+ "declAttributes": [
4552
+ "HasStorage",
4553
+ "AccessControl"
4554
+ ],
4555
+ "isLet": true,
4556
+ "hasStorage": true,
4557
+ "accessors": [
4558
+ {
4559
+ "kind": "Accessor",
4560
+ "name": "Get",
4561
+ "printedName": "Get()",
4562
+ "children": [
4563
+ {
4564
+ "kind": "TypeNominal",
4565
+ "name": "String",
4566
+ "printedName": "Swift.String",
4567
+ "usr": "s:SS"
4568
+ }
4569
+ ],
4570
+ "declKind": "Accessor",
4571
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvg",
4572
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV8bestKindSSvg",
4573
+ "moduleName": "KeyWordDetection",
4574
+ "implicit": true,
4575
+ "accessorKind": "get"
4576
+ }
4577
+ ]
4578
+ },
4579
+ {
4580
+ "kind": "Var",
4581
+ "name": "bestId",
4582
+ "printedName": "bestId",
4583
+ "children": [
4584
+ {
4585
+ "kind": "TypeNominal",
4586
+ "name": "String",
4587
+ "printedName": "Swift.String",
4588
+ "usr": "s:SS"
4589
+ }
4590
+ ],
4591
+ "declKind": "Var",
4592
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvp",
4593
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvp",
4594
+ "moduleName": "KeyWordDetection",
4595
+ "declAttributes": [
4596
+ "HasStorage",
4597
+ "AccessControl"
4598
+ ],
4599
+ "isLet": true,
4600
+ "hasStorage": true,
4601
+ "accessors": [
4602
+ {
4603
+ "kind": "Accessor",
4604
+ "name": "Get",
4605
+ "printedName": "Get()",
4606
+ "children": [
4607
+ {
4608
+ "kind": "TypeNominal",
4609
+ "name": "String",
4610
+ "printedName": "Swift.String",
4611
+ "usr": "s:SS"
4612
+ }
4613
+ ],
4614
+ "declKind": "Accessor",
4615
+ "usr": "s:16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvg",
4616
+ "mangledName": "$s16KeyWordDetection25SpeakerVerificationResultV6bestIdSSvg",
4617
+ "moduleName": "KeyWordDetection",
4618
+ "implicit": true,
4619
+ "accessorKind": "get"
4620
+ }
4621
+ ]
4622
+ },
3916
4623
  {
3917
4624
  "kind": "Var",
3918
4625
  "name": "isMatch",
@@ -10239,864 +10946,920 @@
10239
10946
  "length": 3,
10240
10947
  "value": "3.0"
10241
10948
  },
10949
+ {
10950
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10951
+ "kind": "BooleanLiteral",
10952
+ "offset": 14606,
10953
+ "length": 4,
10954
+ "value": "true"
10955
+ },
10956
+ {
10957
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10958
+ "kind": "IntegerLiteral",
10959
+ "offset": 14647,
10960
+ "length": 1,
10961
+ "value": "3"
10962
+ },
10963
+ {
10964
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10965
+ "kind": "IntegerLiteral",
10966
+ "offset": 14689,
10967
+ "length": 4,
10968
+ "value": "2000"
10969
+ },
10242
10970
  {
10243
10971
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10244
10972
  "kind": "IntegerLiteral",
10245
- "offset": 17250,
10973
+ "offset": 17951,
10246
10974
  "length": 6,
10247
10975
  "value": "16000"
10248
10976
  },
10249
10977
  {
10250
10978
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10251
10979
  "kind": "IntegerLiteral",
10252
- "offset": 17284,
10980
+ "offset": 17985,
10253
10981
  "length": 2,
10254
10982
  "value": "80"
10255
10983
  },
10256
10984
  {
10257
10985
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10258
10986
  "kind": "BooleanLiteral",
10259
- "offset": 17308,
10987
+ "offset": 18009,
10260
10988
  "length": 4,
10261
10989
  "value": "true"
10262
10990
  },
10263
10991
  {
10264
10992
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10265
10993
  "kind": "FloatLiteral",
10266
- "offset": 17345,
10994
+ "offset": 18046,
10267
10995
  "length": 4,
10268
10996
  "value": "25.0"
10269
10997
  },
10270
10998
  {
10271
10999
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10272
11000
  "kind": "FloatLiteral",
10273
- "offset": 17381,
11001
+ "offset": 18082,
10274
11002
  "length": 4,
10275
11003
  "value": "10.0"
10276
11004
  },
10277
11005
  {
10278
11006
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10279
11007
  "kind": "IntegerLiteral",
10280
- "offset": 17407,
11008
+ "offset": 18108,
10281
11009
  "length": 3,
10282
11010
  "value": "512"
10283
11011
  },
10284
11012
  {
10285
11013
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10286
11014
  "kind": "FloatLiteral",
10287
- "offset": 17447,
11015
+ "offset": 18148,
10288
11016
  "length": 4,
10289
11017
  "value": "0.35"
10290
11018
  },
10291
11019
  {
10292
11020
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10293
11021
  "kind": "BooleanLiteral",
10294
- "offset": 17487,
11022
+ "offset": 18188,
10295
11023
  "length": 5,
10296
11024
  "value": "false"
10297
11025
  },
10298
11026
  {
10299
11027
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10300
11028
  "kind": "IntegerLiteral",
10301
- "offset": 17519,
11029
+ "offset": 18220,
10302
11030
  "length": 4,
10303
11031
  "value": "1280"
10304
11032
  },
10305
11033
  {
10306
11034
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10307
11035
  "kind": "FloatLiteral",
10308
- "offset": 17554,
11036
+ "offset": 18255,
10309
11037
  "length": 3,
10310
11038
  "value": "2.0"
10311
11039
  },
10312
11040
  {
10313
11041
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10314
11042
  "kind": "FloatLiteral",
10315
- "offset": 17591,
11043
+ "offset": 18292,
10316
11044
  "length": 3,
10317
11045
  "value": "3.0"
10318
11046
  },
11047
+ {
11048
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11049
+ "kind": "BooleanLiteral",
11050
+ "offset": 18330,
11051
+ "length": 4,
11052
+ "value": "true"
11053
+ },
11054
+ {
11055
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11056
+ "kind": "IntegerLiteral",
11057
+ "offset": 18365,
11058
+ "length": 1,
11059
+ "value": "3"
11060
+ },
11061
+ {
11062
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11063
+ "kind": "IntegerLiteral",
11064
+ "offset": 18401,
11065
+ "length": 4,
11066
+ "value": "2000"
11067
+ },
11068
+ {
11069
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11070
+ "kind": "Array",
11071
+ "offset": 20188,
11072
+ "length": 2,
11073
+ "value": "[]"
11074
+ },
11075
+ {
11076
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11077
+ "kind": "Array",
11078
+ "offset": 20228,
11079
+ "length": 2,
11080
+ "value": "[]"
11081
+ },
10319
11082
  {
10320
11083
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10321
11084
  "kind": "StringLiteral",
10322
- "offset": 20845,
11085
+ "offset": 23680,
10323
11086
  "length": 8,
10324
11087
  "value": "\"Engine\""
10325
11088
  },
10326
11089
  {
10327
11090
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10328
11091
  "kind": "IntegerLiteral",
10329
- "offset": 21173,
11092
+ "offset": 24008,
10330
11093
  "length": 1,
10331
11094
  "value": "0"
10332
11095
  },
10333
11096
  {
10334
11097
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10335
11098
  "kind": "IntegerLiteral",
10336
- "offset": 21215,
11099
+ "offset": 24050,
10337
11100
  "length": 1,
10338
11101
  "value": "0"
10339
11102
  },
10340
11103
  {
10341
11104
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10342
11105
  "kind": "IntegerLiteral",
10343
- "offset": 21266,
11106
+ "offset": 24101,
10344
11107
  "length": 1,
10345
11108
  "value": "0"
10346
11109
  },
10347
11110
  {
10348
11111
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10349
11112
  "kind": "BooleanLiteral",
10350
- "offset": 26913,
11113
+ "offset": 30958,
10351
11114
  "length": 4,
10352
11115
  "value": "true"
10353
11116
  },
10354
11117
  {
10355
11118
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10356
11119
  "kind": "StringLiteral",
10357
- "offset": 29362,
11120
+ "offset": 33407,
10358
11121
  "length": 9,
10359
11122
  "value": "\"MicCtrl\""
10360
11123
  },
10361
11124
  {
10362
11125
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10363
11126
  "kind": "StringLiteral",
10364
- "offset": 29595,
11127
+ "offset": 33640,
10365
11128
  "length": 2,
10366
11129
  "value": "\"\""
10367
11130
  },
10368
11131
  {
10369
11132
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10370
11133
  "kind": "IntegerLiteral",
10371
- "offset": 29642,
11134
+ "offset": 33687,
10372
11135
  "length": 1,
10373
11136
  "value": "3"
10374
11137
  },
10375
11138
  {
10376
11139
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10377
11140
  "kind": "StringLiteral",
10378
- "offset": 29749,
11141
+ "offset": 33794,
10379
11142
  "length": 15,
10380
11143
  "value": "\"sv.mic.ctrl.q\""
10381
11144
  },
10382
11145
  {
10383
11146
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10384
11147
  "kind": "BooleanLiteral",
10385
- "offset": 29912,
11148
+ "offset": 33957,
10386
11149
  "length": 5,
10387
11150
  "value": "false"
10388
11151
  },
10389
11152
  {
10390
11153
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10391
11154
  "kind": "BooleanLiteral",
10392
- "offset": 30097,
11155
+ "offset": 34142,
10393
11156
  "length": 5,
10394
11157
  "value": "false"
10395
11158
  },
10396
11159
  {
10397
11160
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10398
11161
  "kind": "IntegerLiteral",
10399
- "offset": 30144,
11162
+ "offset": 34189,
10400
11163
  "length": 1,
10401
11164
  "value": "0"
10402
11165
  },
10403
11166
  {
10404
11167
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10405
11168
  "kind": "IntegerLiteral",
10406
- "offset": 30193,
11169
+ "offset": 34238,
10407
11170
  "length": 1,
10408
11171
  "value": "0"
10409
11172
  },
10410
11173
  {
10411
11174
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10412
11175
  "kind": "BooleanLiteral",
10413
- "offset": 30238,
11176
+ "offset": 34283,
10414
11177
  "length": 5,
10415
11178
  "value": "false"
10416
11179
  },
10417
11180
  {
10418
11181
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10419
11182
  "kind": "IntegerLiteral",
10420
- "offset": 31009,
11183
+ "offset": 35054,
10421
11184
  "length": 1,
10422
11185
  "value": "3"
10423
11186
  },
10424
11187
  {
10425
11188
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10426
11189
  "kind": "BooleanLiteral",
10427
- "offset": 31026,
11190
+ "offset": 35071,
10428
11191
  "length": 4,
10429
11192
  "value": "true"
10430
11193
  },
10431
11194
  {
10432
11195
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10433
11196
  "kind": "BooleanLiteral",
10434
- "offset": 34116,
11197
+ "offset": 38261,
10435
11198
  "length": 4,
10436
11199
  "value": "true"
10437
11200
  },
10438
11201
  {
10439
11202
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10440
11203
  "kind": "FloatLiteral",
10441
- "offset": 35577,
11204
+ "offset": 39722,
10442
11205
  "length": 3,
10443
11206
  "value": "0.5"
10444
11207
  },
10445
11208
  {
10446
11209
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10447
11210
  "kind": "BooleanLiteral",
10448
- "offset": 35643,
11211
+ "offset": 39788,
10449
11212
  "length": 5,
10450
11213
  "value": "false"
10451
11214
  },
10452
11215
  {
10453
11216
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10454
11217
  "kind": "BooleanLiteral",
10455
- "offset": 35710,
11218
+ "offset": 39855,
10456
11219
  "length": 4,
10457
11220
  "value": "true"
10458
11221
  },
10459
11222
  {
10460
11223
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10461
11224
  "kind": "IntegerLiteral",
10462
- "offset": 38411,
11225
+ "offset": 42556,
10463
11226
  "length": 1,
10464
11227
  "value": "0"
10465
11228
  },
10466
11229
  {
10467
11230
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10468
11231
  "kind": "IntegerLiteral",
10469
- "offset": 38453,
11232
+ "offset": 42598,
10470
11233
  "length": 1,
10471
11234
  "value": "0"
10472
11235
  },
10473
11236
  {
10474
11237
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10475
11238
  "kind": "StringLiteral",
10476
- "offset": 43161,
11239
+ "offset": 47870,
10477
11240
  "length": 15,
10478
11241
  "value": "\"EnrollBuilder\""
10479
11242
  },
10480
11243
  {
10481
11244
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10482
11245
  "kind": "BooleanLiteral",
10483
- "offset": 43591,
11246
+ "offset": 48300,
10484
11247
  "length": 4,
10485
11248
  "value": "true"
10486
11249
  },
10487
11250
  {
10488
11251
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10489
11252
  "kind": "IntegerLiteral",
10490
- "offset": 43788,
11253
+ "offset": 48497,
10491
11254
  "length": 1,
10492
11255
  "value": "3"
10493
11256
  },
10494
11257
  {
10495
11258
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10496
11259
  "kind": "BooleanLiteral",
10497
- "offset": 44475,
11260
+ "offset": 49184,
10498
11261
  "length": 4,
10499
11262
  "value": "true"
10500
11263
  },
10501
11264
  {
10502
11265
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10503
11266
  "kind": "StringLiteral",
10504
- "offset": 49282,
11267
+ "offset": 56176,
10505
11268
  "length": 7,
10506
11269
  "value": "\"Feats\""
10507
11270
  },
10508
11271
  {
10509
11272
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10510
11273
  "kind": "FloatLiteral",
10511
- "offset": 51427,
11274
+ "offset": 58321,
10512
11275
  "length": 4,
10513
11276
  "value": "-1.0"
10514
11277
  },
10515
11278
  {
10516
11279
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10517
11280
  "kind": "FloatLiteral",
10518
- "offset": 51437,
11281
+ "offset": 58331,
10519
11282
  "length": 3,
10520
11283
  "value": "1.0"
10521
11284
  },
10522
11285
  {
10523
11286
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10524
11287
  "kind": "IntegerLiteral",
10525
- "offset": 51528,
11288
+ "offset": 58422,
10526
11289
  "length": 1,
10527
11290
  "value": "0"
10528
11291
  },
10529
11292
  {
10530
11293
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10531
11294
  "kind": "IntegerLiteral",
10532
- "offset": 51594,
11295
+ "offset": 58488,
10533
11296
  "length": 1,
10534
11297
  "value": "1"
10535
11298
  },
10536
11299
  {
10537
11300
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10538
11301
  "kind": "IntegerLiteral",
10539
- "offset": 51654,
11302
+ "offset": 58548,
10540
11303
  "length": 1,
10541
11304
  "value": "0"
10542
11305
  },
10543
11306
  {
10544
11307
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10545
11308
  "kind": "StringLiteral",
10546
- "offset": 51709,
11309
+ "offset": 58603,
10547
11310
  "length": 16,
10548
11311
  "value": "\"numFrames <= 0\""
10549
11312
  },
10550
11313
  {
10551
11314
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10552
11315
  "kind": "IntegerLiteral",
10553
- "offset": 51765,
11316
+ "offset": 58659,
10554
11317
  "length": 1,
10555
11318
  "value": "2"
10556
11319
  },
10557
11320
  {
10558
11321
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10559
11322
  "kind": "IntegerLiteral",
10560
- "offset": 51769,
11323
+ "offset": 58663,
10561
11324
  "length": 1,
10562
11325
  "value": "1"
10563
11326
  },
10564
11327
  {
10565
11328
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10566
11329
  "kind": "IntegerLiteral",
10567
- "offset": 51810,
11330
+ "offset": 58704,
10568
11331
  "length": 1,
10569
11332
  "value": "0"
10570
11333
  },
10571
11334
  {
10572
11335
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10573
11336
  "kind": "IntegerLiteral",
10574
- "offset": 51898,
11337
+ "offset": 58792,
10575
11338
  "length": 1,
10576
11339
  "value": "0"
10577
11340
  },
10578
11341
  {
10579
11342
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10580
11343
  "kind": "IntegerLiteral",
10581
- "offset": 51913,
11344
+ "offset": 58807,
10582
11345
  "length": 1,
10583
11346
  "value": "2"
10584
11347
  },
10585
11348
  {
10586
11349
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10587
11350
  "kind": "IntegerLiteral",
10588
- "offset": 51954,
11351
+ "offset": 58848,
10589
11352
  "length": 1,
10590
11353
  "value": "0"
10591
11354
  },
10592
11355
  {
10593
11356
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10594
11357
  "kind": "IntegerLiteral",
10595
- "offset": 51969,
11358
+ "offset": 58863,
10596
11359
  "length": 1,
10597
11360
  "value": "2"
10598
11361
  },
10599
11362
  {
10600
11363
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10601
11364
  "kind": "IntegerLiteral",
10602
- "offset": 52076,
11365
+ "offset": 58970,
10603
11366
  "length": 1,
10604
11367
  "value": "0"
10605
11368
  },
10606
11369
  {
10607
11370
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10608
11371
  "kind": "IntegerLiteral",
10609
- "offset": 52142,
11372
+ "offset": 59036,
10610
11373
  "length": 1,
10611
11374
  "value": "0"
10612
11375
  },
10613
11376
  {
10614
11377
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10615
11378
  "kind": "IntegerLiteral",
10616
- "offset": 52156,
11379
+ "offset": 59050,
10617
11380
  "length": 1,
10618
11381
  "value": "0"
10619
11382
  },
10620
11383
  {
10621
11384
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10622
11385
  "kind": "IntegerLiteral",
10623
- "offset": 52195,
11386
+ "offset": 59089,
10624
11387
  "length": 1,
10625
11388
  "value": "0"
10626
11389
  },
10627
11390
  {
10628
11391
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10629
11392
  "kind": "IntegerLiteral",
10630
- "offset": 52382,
11393
+ "offset": 59276,
10631
11394
  "length": 1,
10632
11395
  "value": "0"
10633
11396
  },
10634
11397
  {
10635
11398
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10636
11399
  "kind": "IntegerLiteral",
10637
- "offset": 52496,
11400
+ "offset": 59390,
10638
11401
  "length": 1,
10639
11402
  "value": "0"
10640
11403
  },
10641
11404
  {
10642
11405
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10643
11406
  "kind": "IntegerLiteral",
10644
- "offset": 52570,
11407
+ "offset": 59464,
10645
11408
  "length": 1,
10646
11409
  "value": "1"
10647
11410
  },
10648
11411
  {
10649
11412
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10650
11413
  "kind": "IntegerLiteral",
10651
- "offset": 52584,
11414
+ "offset": 59478,
10652
11415
  "length": 1,
10653
11416
  "value": "1"
10654
11417
  },
10655
11418
  {
10656
11419
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10657
11420
  "kind": "IntegerLiteral",
10658
- "offset": 52593,
11421
+ "offset": 59487,
10659
11422
  "length": 1,
10660
11423
  "value": "1"
10661
11424
  },
10662
11425
  {
10663
11426
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10664
11427
  "kind": "IntegerLiteral",
10665
- "offset": 52871,
11428
+ "offset": 59765,
10666
11429
  "length": 1,
10667
11430
  "value": "2"
10668
11431
  },
10669
11432
  {
10670
11433
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10671
11434
  "kind": "IntegerLiteral",
10672
- "offset": 52920,
11435
+ "offset": 59814,
10673
11436
  "length": 1,
10674
11437
  "value": "2"
10675
11438
  },
10676
11439
  {
10677
11440
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10678
11441
  "kind": "IntegerLiteral",
10679
- "offset": 52931,
11442
+ "offset": 59825,
10680
11443
  "length": 1,
10681
11444
  "value": "1"
10682
11445
  },
10683
11446
  {
10684
11447
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10685
11448
  "kind": "IntegerLiteral",
10686
- "offset": 52951,
11449
+ "offset": 59845,
10687
11450
  "length": 1,
10688
11451
  "value": "2"
10689
11452
  },
10690
11453
  {
10691
11454
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10692
11455
  "kind": "IntegerLiteral",
10693
- "offset": 53031,
11456
+ "offset": 59925,
10694
11457
  "length": 1,
10695
11458
  "value": "1"
10696
11459
  },
10697
11460
  {
10698
11461
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10699
11462
  "kind": "IntegerLiteral",
10700
- "offset": 53314,
11463
+ "offset": 60208,
10701
11464
  "length": 1,
10702
11465
  "value": "0"
10703
11466
  },
10704
11467
  {
10705
11468
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10706
11469
  "kind": "IntegerLiteral",
10707
- "offset": 53351,
11470
+ "offset": 60245,
10708
11471
  "length": 1,
10709
11472
  "value": "0"
10710
11473
  },
10711
11474
  {
10712
11475
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10713
11476
  "kind": "IntegerLiteral",
10714
- "offset": 53368,
11477
+ "offset": 60262,
10715
11478
  "length": 1,
10716
11479
  "value": "0"
10717
11480
  },
10718
11481
  {
10719
11482
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10720
11483
  "kind": "IntegerLiteral",
10721
- "offset": 53385,
11484
+ "offset": 60279,
10722
11485
  "length": 1,
10723
11486
  "value": "0"
10724
11487
  },
10725
11488
  {
10726
11489
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10727
11490
  "kind": "IntegerLiteral",
10728
- "offset": 53413,
11491
+ "offset": 60307,
10729
11492
  "length": 1,
10730
11493
  "value": "2"
10731
11494
  },
10732
11495
  {
10733
11496
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10734
11497
  "kind": "IntegerLiteral",
10735
- "offset": 53442,
11498
+ "offset": 60336,
10736
11499
  "length": 1,
10737
11500
  "value": "1"
10738
11501
  },
10739
11502
  {
10740
11503
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10741
11504
  "kind": "IntegerLiteral",
10742
- "offset": 53457,
11505
+ "offset": 60351,
10743
11506
  "length": 1,
10744
11507
  "value": "1"
10745
11508
  },
10746
11509
  {
10747
11510
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10748
11511
  "kind": "IntegerLiteral",
10749
- "offset": 53655,
11512
+ "offset": 60549,
10750
11513
  "length": 1,
10751
11514
  "value": "1"
10752
11515
  },
10753
11516
  {
10754
11517
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10755
11518
  "kind": "IntegerLiteral",
10756
- "offset": 53672,
11519
+ "offset": 60566,
10757
11520
  "length": 1,
10758
11521
  "value": "0"
10759
11522
  },
10760
11523
  {
10761
11524
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10762
11525
  "kind": "IntegerLiteral",
10763
- "offset": 53689,
11526
+ "offset": 60583,
10764
11527
  "length": 1,
10765
11528
  "value": "0"
10766
11529
  },
10767
11530
  {
10768
11531
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10769
11532
  "kind": "IntegerLiteral",
10770
- "offset": 53750,
11533
+ "offset": 60644,
10771
11534
  "length": 1,
10772
11535
  "value": "0"
10773
11536
  },
10774
11537
  {
10775
11538
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10776
11539
  "kind": "IntegerLiteral",
10777
- "offset": 53831,
11540
+ "offset": 60725,
10778
11541
  "length": 1,
10779
11542
  "value": "0"
10780
11543
  },
10781
11544
  {
10782
11545
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10783
11546
  "kind": "IntegerLiteral",
10784
- "offset": 53867,
11547
+ "offset": 60761,
10785
11548
  "length": 1,
10786
11549
  "value": "1"
10787
11550
  },
10788
11551
  {
10789
11552
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10790
11553
  "kind": "IntegerLiteral",
10791
- "offset": 53907,
11554
+ "offset": 60801,
10792
11555
  "length": 1,
10793
11556
  "value": "1"
10794
11557
  },
10795
11558
  {
10796
11559
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10797
11560
  "kind": "FloatLiteral",
10798
- "offset": 53963,
11561
+ "offset": 60857,
10799
11562
  "length": 5,
10800
11563
  "value": "1e-10"
10801
11564
  },
10802
11565
  {
10803
11566
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10804
11567
  "kind": "IntegerLiteral",
10805
- "offset": 54074,
11568
+ "offset": 60968,
10806
11569
  "length": 1,
10807
11570
  "value": "0"
10808
11571
  },
10809
11572
  {
10810
11573
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10811
11574
  "kind": "StringLiteral",
10812
- "offset": 54114,
11575
+ "offset": 61008,
10813
11576
  "length": 20,
10814
11577
  "value": "\"CMN T=\""
10815
11578
  },
10816
11579
  {
10817
11580
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10818
11581
  "kind": "StringLiteral",
10819
- "offset": 54133,
11582
+ "offset": 61027,
10820
11583
  "length": 2,
10821
11584
  "value": "\"\""
10822
11585
  },
10823
11586
  {
10824
11587
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10825
11588
  "kind": "IntegerLiteral",
10826
- "offset": 54178,
11589
+ "offset": 61072,
10827
11590
  "length": 1,
10828
11591
  "value": "0"
10829
11592
  },
10830
11593
  {
10831
11594
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10832
11595
  "kind": "IntegerLiteral",
10833
- "offset": 54216,
11596
+ "offset": 61110,
10834
11597
  "length": 1,
10835
11598
  "value": "0"
10836
11599
  },
10837
11600
  {
10838
11601
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10839
11602
  "kind": "IntegerLiteral",
10840
- "offset": 54259,
11603
+ "offset": 61153,
10841
11604
  "length": 1,
10842
11605
  "value": "0"
10843
11606
  },
10844
11607
  {
10845
11608
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10846
11609
  "kind": "IntegerLiteral",
10847
- "offset": 54286,
11610
+ "offset": 61180,
10848
11611
  "length": 1,
10849
11612
  "value": "0"
10850
11613
  },
10851
11614
  {
10852
11615
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10853
11616
  "kind": "IntegerLiteral",
10854
- "offset": 54410,
11617
+ "offset": 61304,
10855
11618
  "length": 1,
10856
11619
  "value": "0"
10857
11620
  },
10858
11621
  {
10859
11622
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10860
11623
  "kind": "IntegerLiteral",
10861
- "offset": 54451,
11624
+ "offset": 61345,
10862
11625
  "length": 1,
10863
11626
  "value": "0"
10864
11627
  },
10865
11628
  {
10866
11629
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10867
11630
  "kind": "StringLiteral",
10868
- "offset": 54588,
11631
+ "offset": 61482,
10869
11632
  "length": 46,
10870
11633
  "value": "\"computeLogMel done T=\""
10871
11634
  },
10872
11635
  {
10873
11636
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10874
11637
  "kind": "StringLiteral",
10875
- "offset": 54622,
11638
+ "offset": 61516,
10876
11639
  "length": 1,
10877
11640
  "value": "\" D=\""
10878
11641
  },
10879
11642
  {
10880
11643
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10881
11644
  "kind": "StringLiteral",
10882
- "offset": 54633,
11645
+ "offset": 61527,
10883
11646
  "length": 2,
10884
11647
  "value": "\"\""
10885
11648
  },
10886
11649
  {
10887
11650
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10888
11651
  "kind": "IntegerLiteral",
10889
- "offset": 54821,
11652
+ "offset": 61715,
10890
11653
  "length": 1,
10891
11654
  "value": "1"
10892
11655
  },
10893
11656
  {
10894
11657
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10895
11658
  "kind": "Array",
10896
- "offset": 54837,
11659
+ "offset": 61731,
10897
11660
  "length": 5,
10898
11661
  "value": "[1.0]"
10899
11662
  },
10900
11663
  {
10901
11664
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10902
11665
  "kind": "IntegerLiteral",
10903
- "offset": 54875,
11666
+ "offset": 61769,
10904
11667
  "length": 1,
10905
11668
  "value": "1"
10906
11669
  },
10907
11670
  {
10908
11671
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10909
11672
  "kind": "IntegerLiteral",
10910
- "offset": 54909,
11673
+ "offset": 61803,
10911
11674
  "length": 1,
10912
11675
  "value": "2"
10913
11676
  },
10914
11677
  {
10915
11678
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10916
11679
  "kind": "IntegerLiteral",
10917
- "offset": 54927,
11680
+ "offset": 61821,
10918
11681
  "length": 1,
10919
11682
  "value": "0"
10920
11683
  },
10921
11684
  {
10922
11685
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10923
11686
  "kind": "FloatLiteral",
10924
- "offset": 54945,
11687
+ "offset": 61839,
10925
11688
  "length": 4,
10926
11689
  "value": "0.54"
10927
11690
  },
10928
11691
  {
10929
11692
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10930
11693
  "kind": "FloatLiteral",
10931
- "offset": 54952,
11694
+ "offset": 61846,
10932
11695
  "length": 4,
10933
11696
  "value": "0.46"
10934
11697
  },
10935
11698
  {
10936
11699
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10937
11700
  "kind": "IntegerLiteral",
10938
- "offset": 55138,
11701
+ "offset": 62032,
10939
11702
  "length": 1,
10940
11703
  "value": "2"
10941
11704
  },
10942
11705
  {
10943
11706
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10944
11707
  "kind": "IntegerLiteral",
10945
- "offset": 55142,
11708
+ "offset": 62036,
10946
11709
  "length": 1,
10947
11710
  "value": "1"
10948
11711
  },
10949
11712
  {
10950
11713
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10951
11714
  "kind": "FloatLiteral",
10952
- "offset": 55189,
11715
+ "offset": 62083,
10953
11716
  "length": 6,
10954
11717
  "value": "2595.0"
10955
11718
  },
10956
11719
  {
10957
11720
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10958
11721
  "kind": "FloatLiteral",
10959
- "offset": 55205,
11722
+ "offset": 62099,
10960
11723
  "length": 3,
10961
11724
  "value": "1.0"
10962
11725
  },
10963
11726
  {
10964
11727
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10965
11728
  "kind": "FloatLiteral",
10966
- "offset": 55216,
11729
+ "offset": 62110,
10967
11730
  "length": 5,
10968
11731
  "value": "700.0"
10969
11732
  },
10970
11733
  {
10971
11734
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10972
11735
  "kind": "FloatLiteral",
10973
- "offset": 55270,
11736
+ "offset": 62164,
10974
11737
  "length": 5,
10975
11738
  "value": "700.0"
10976
11739
  },
10977
11740
  {
10978
11741
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10979
11742
  "kind": "FloatLiteral",
10980
- "offset": 55284,
11743
+ "offset": 62178,
10981
11744
  "length": 4,
10982
11745
  "value": "10.0"
10983
11746
  },
10984
11747
  {
10985
11748
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10986
11749
  "kind": "FloatLiteral",
10987
- "offset": 55296,
11750
+ "offset": 62190,
10988
11751
  "length": 6,
10989
11752
  "value": "2595.0"
10990
11753
  },
10991
11754
  {
10992
11755
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10993
11756
  "kind": "FloatLiteral",
10994
- "offset": 55306,
11757
+ "offset": 62200,
10995
11758
  "length": 3,
10996
11759
  "value": "1.0"
10997
11760
  },
10998
11761
  {
10999
11762
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11000
11763
  "kind": "IntegerLiteral",
11001
- "offset": 55399,
11764
+ "offset": 62293,
11002
11765
  "length": 1,
11003
11766
  "value": "0"
11004
11767
  },
11005
11768
  {
11006
11769
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11007
11770
  "kind": "IntegerLiteral",
11008
- "offset": 55410,
11771
+ "offset": 62304,
11009
11772
  "length": 1,
11010
11773
  "value": "2"
11011
11774
  },
11012
11775
  {
11013
11776
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11014
11777
  "kind": "IntegerLiteral",
11015
- "offset": 55479,
11778
+ "offset": 62373,
11016
11779
  "length": 1,
11017
11780
  "value": "1"
11018
11781
  },
11019
11782
  {
11020
11783
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11021
11784
  "kind": "IntegerLiteral",
11022
- "offset": 55592,
11785
+ "offset": 62486,
11023
11786
  "length": 1,
11024
11787
  "value": "0"
11025
11788
  },
11026
11789
  {
11027
11790
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11028
11791
  "kind": "IntegerLiteral",
11029
- "offset": 55663,
11792
+ "offset": 62557,
11030
11793
  "length": 1,
11031
11794
  "value": "1"
11032
11795
  },
11033
11796
  {
11034
11797
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11035
11798
  "kind": "FloatLiteral",
11036
- "offset": 55682,
11799
+ "offset": 62576,
11037
11800
  "length": 3,
11038
11801
  "value": "2.0"
11039
11802
  },
11040
11803
  {
11041
11804
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11042
11805
  "kind": "IntegerLiteral",
11043
- "offset": 55734,
11806
+ "offset": 62628,
11044
11807
  "length": 1,
11045
11808
  "value": "0"
11046
11809
  },
11047
11810
  {
11048
11811
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11049
11812
  "kind": "IntegerLiteral",
11050
- "offset": 55779,
11813
+ "offset": 62673,
11051
11814
  "length": 1,
11052
11815
  "value": "0"
11053
11816
  },
11054
11817
  {
11055
11818
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11056
11819
  "kind": "IntegerLiteral",
11057
- "offset": 55844,
11820
+ "offset": 62738,
11058
11821
  "length": 1,
11059
11822
  "value": "1"
11060
11823
  },
11061
11824
  {
11062
11825
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11063
11826
  "kind": "IntegerLiteral",
11064
- "offset": 55873,
11827
+ "offset": 62767,
11065
11828
  "length": 1,
11066
11829
  "value": "2"
11067
11830
  },
11068
11831
  {
11069
11832
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11070
11833
  "kind": "IntegerLiteral",
11071
- "offset": 55898,
11834
+ "offset": 62792,
11072
11835
  "length": 1,
11073
11836
  "value": "0"
11074
11837
  },
11075
11838
  {
11076
11839
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11077
11840
  "kind": "FloatLiteral",
11078
- "offset": 55996,
11841
+ "offset": 62890,
11079
11842
  "length": 4,
11080
11843
  "value": "1e-6"
11081
11844
  },
11082
11845
  {
11083
11846
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11084
11847
  "kind": "FloatLiteral",
11085
- "offset": 56054,
11848
+ "offset": 62948,
11086
11849
  "length": 4,
11087
11850
  "value": "1e-6"
11088
11851
  },
11089
11852
  {
11090
11853
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11091
11854
  "kind": "FloatLiteral",
11092
- "offset": 56100,
11855
+ "offset": 62994,
11093
11856
  "length": 3,
11094
11857
  "value": "0.0"
11095
11858
  },
11096
11859
  {
11097
11860
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11098
11861
  "kind": "StringLiteral",
11099
- "offset": 56502,
11862
+ "offset": 63396,
11100
11863
  "length": 6,
11101
11864
  "value": "\"ONNX\""
11102
11865
  },