react-native-wakeword 1.1.62 → 1.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/Info.plist +5 -5
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +2 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +674 -240
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +4 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +674 -240
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +674 -240
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -2
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +27 -27
- package/ios/KeyWordRNBridge/KeyWordRNBridge.m +32 -1
- package/package.json +1 -1
- package/wakewords/KeyWordRNBridge.d.ts +2 -0
- package/wakewords/KeyWordRNBridge.js +8 -0
- package/wakewords/index.d.ts +1 -1
- package/wakewords/index.js +4 -0
|
@@ -724,6 +724,46 @@
|
|
|
724
724
|
],
|
|
725
725
|
"funcSelfKind": "NonMutating"
|
|
726
726
|
},
|
|
727
|
+
{
|
|
728
|
+
"kind": "Var",
|
|
729
|
+
"name": "isSessionPaused",
|
|
730
|
+
"printedName": "isSessionPaused",
|
|
731
|
+
"children": [
|
|
732
|
+
{
|
|
733
|
+
"kind": "TypeNominal",
|
|
734
|
+
"name": "Bool",
|
|
735
|
+
"printedName": "Swift.Bool",
|
|
736
|
+
"usr": "s:Sb"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"declKind": "Var",
|
|
740
|
+
"usr": "s:16KeyWordDetection16AVAudioWrapperCEC15isSessionPausedSbvp",
|
|
741
|
+
"mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC15isSessionPausedSbvp",
|
|
742
|
+
"moduleName": "KeyWordDetection",
|
|
743
|
+
"declAttributes": [
|
|
744
|
+
"AccessControl"
|
|
745
|
+
],
|
|
746
|
+
"accessors": [
|
|
747
|
+
{
|
|
748
|
+
"kind": "Accessor",
|
|
749
|
+
"name": "Get",
|
|
750
|
+
"printedName": "Get()",
|
|
751
|
+
"children": [
|
|
752
|
+
{
|
|
753
|
+
"kind": "TypeNominal",
|
|
754
|
+
"name": "Bool",
|
|
755
|
+
"printedName": "Swift.Bool",
|
|
756
|
+
"usr": "s:Sb"
|
|
757
|
+
}
|
|
758
|
+
],
|
|
759
|
+
"declKind": "Accessor",
|
|
760
|
+
"usr": "s:16KeyWordDetection16AVAudioWrapperCEC15isSessionPausedSbvg",
|
|
761
|
+
"mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC15isSessionPausedSbvg",
|
|
762
|
+
"moduleName": "KeyWordDetection",
|
|
763
|
+
"accessorKind": "get"
|
|
764
|
+
}
|
|
765
|
+
]
|
|
766
|
+
},
|
|
727
767
|
{
|
|
728
768
|
"kind": "Function",
|
|
729
769
|
"name": "start",
|
|
@@ -805,6 +845,48 @@
|
|
|
805
845
|
],
|
|
806
846
|
"throwing": true,
|
|
807
847
|
"funcSelfKind": "NonMutating"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"kind": "Function",
|
|
851
|
+
"name": "pauseSession",
|
|
852
|
+
"printedName": "pauseSession()",
|
|
853
|
+
"children": [
|
|
854
|
+
{
|
|
855
|
+
"kind": "TypeNominal",
|
|
856
|
+
"name": "Bool",
|
|
857
|
+
"printedName": "Swift.Bool",
|
|
858
|
+
"usr": "s:Sb"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"declKind": "Func",
|
|
862
|
+
"usr": "s:16KeyWordDetection16AVAudioWrapperCEC12pauseSessionSbyF",
|
|
863
|
+
"mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC12pauseSessionSbyF",
|
|
864
|
+
"moduleName": "KeyWordDetection",
|
|
865
|
+
"declAttributes": [
|
|
866
|
+
"AccessControl"
|
|
867
|
+
],
|
|
868
|
+
"funcSelfKind": "NonMutating"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"kind": "Function",
|
|
872
|
+
"name": "resumeSession",
|
|
873
|
+
"printedName": "resumeSession()",
|
|
874
|
+
"children": [
|
|
875
|
+
{
|
|
876
|
+
"kind": "TypeNominal",
|
|
877
|
+
"name": "Bool",
|
|
878
|
+
"printedName": "Swift.Bool",
|
|
879
|
+
"usr": "s:Sb"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"declKind": "Func",
|
|
883
|
+
"usr": "s:16KeyWordDetection16AVAudioWrapperCEC13resumeSessionSbyF",
|
|
884
|
+
"mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC13resumeSessionSbyF",
|
|
885
|
+
"moduleName": "KeyWordDetection",
|
|
886
|
+
"declAttributes": [
|
|
887
|
+
"AccessControl"
|
|
888
|
+
],
|
|
889
|
+
"funcSelfKind": "NonMutating"
|
|
808
890
|
}
|
|
809
891
|
],
|
|
810
892
|
"declKind": "Class",
|
|
@@ -2904,6 +2986,93 @@
|
|
|
2904
2986
|
}
|
|
2905
2987
|
]
|
|
2906
2988
|
},
|
|
2989
|
+
{
|
|
2990
|
+
"kind": "Var",
|
|
2991
|
+
"name": "subWindowSeconds",
|
|
2992
|
+
"printedName": "subWindowSeconds",
|
|
2993
|
+
"children": [
|
|
2994
|
+
{
|
|
2995
|
+
"kind": "TypeNominal",
|
|
2996
|
+
"name": "Float",
|
|
2997
|
+
"printedName": "Swift.Float",
|
|
2998
|
+
"usr": "s:Sf"
|
|
2999
|
+
}
|
|
3000
|
+
],
|
|
3001
|
+
"declKind": "Var",
|
|
3002
|
+
"usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvp",
|
|
3003
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvp",
|
|
3004
|
+
"moduleName": "KeyWordDetection",
|
|
3005
|
+
"declAttributes": [
|
|
3006
|
+
"HasInitialValue",
|
|
3007
|
+
"HasStorage",
|
|
3008
|
+
"AccessControl",
|
|
3009
|
+
"RawDocComment"
|
|
3010
|
+
],
|
|
3011
|
+
"hasStorage": true,
|
|
3012
|
+
"accessors": [
|
|
3013
|
+
{
|
|
3014
|
+
"kind": "Accessor",
|
|
3015
|
+
"name": "Get",
|
|
3016
|
+
"printedName": "Get()",
|
|
3017
|
+
"children": [
|
|
3018
|
+
{
|
|
3019
|
+
"kind": "TypeNominal",
|
|
3020
|
+
"name": "Float",
|
|
3021
|
+
"printedName": "Swift.Float",
|
|
3022
|
+
"usr": "s:Sf"
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"declKind": "Accessor",
|
|
3026
|
+
"usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvg",
|
|
3027
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvg",
|
|
3028
|
+
"moduleName": "KeyWordDetection",
|
|
3029
|
+
"implicit": true,
|
|
3030
|
+
"accessorKind": "get"
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"kind": "Accessor",
|
|
3034
|
+
"name": "Set",
|
|
3035
|
+
"printedName": "Set()",
|
|
3036
|
+
"children": [
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "TypeNominal",
|
|
3039
|
+
"name": "Void",
|
|
3040
|
+
"printedName": "()"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"kind": "TypeNominal",
|
|
3044
|
+
"name": "Float",
|
|
3045
|
+
"printedName": "Swift.Float",
|
|
3046
|
+
"usr": "s:Sf"
|
|
3047
|
+
}
|
|
3048
|
+
],
|
|
3049
|
+
"declKind": "Accessor",
|
|
3050
|
+
"usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvs",
|
|
3051
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvs",
|
|
3052
|
+
"moduleName": "KeyWordDetection",
|
|
3053
|
+
"implicit": true,
|
|
3054
|
+
"accessorKind": "set"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"kind": "Accessor",
|
|
3058
|
+
"name": "Modify",
|
|
3059
|
+
"printedName": "Modify()",
|
|
3060
|
+
"children": [
|
|
3061
|
+
{
|
|
3062
|
+
"kind": "TypeNominal",
|
|
3063
|
+
"name": "Void",
|
|
3064
|
+
"printedName": "()"
|
|
3065
|
+
}
|
|
3066
|
+
],
|
|
3067
|
+
"declKind": "Accessor",
|
|
3068
|
+
"usr": "s:16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvM",
|
|
3069
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV16subWindowSecondsSfvM",
|
|
3070
|
+
"moduleName": "KeyWordDetection",
|
|
3071
|
+
"implicit": true,
|
|
3072
|
+
"accessorKind": "_modify"
|
|
3073
|
+
}
|
|
3074
|
+
]
|
|
3075
|
+
},
|
|
2907
3076
|
{
|
|
2908
3077
|
"kind": "Var",
|
|
2909
3078
|
"name": "meanComboEnabled",
|
|
@@ -2923,8 +3092,7 @@
|
|
|
2923
3092
|
"declAttributes": [
|
|
2924
3093
|
"HasInitialValue",
|
|
2925
3094
|
"HasStorage",
|
|
2926
|
-
"AccessControl"
|
|
2927
|
-
"RawDocComment"
|
|
3095
|
+
"AccessControl"
|
|
2928
3096
|
],
|
|
2929
3097
|
"hasStorage": true,
|
|
2930
3098
|
"accessors": [
|
|
@@ -3308,7 +3476,7 @@
|
|
|
3308
3476
|
{
|
|
3309
3477
|
"kind": "Constructor",
|
|
3310
3478
|
"name": "init",
|
|
3311
|
-
"printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
|
|
3479
|
+
"printedName": "init(modelPath:sampleRate:numMelBins:cmn:frameLengthMs:frameShiftMs:nFFT:decisionThreshold:expectedLayoutBDT:frameSize:tailSeconds:maxTailSeconds:subWindowSeconds:meanComboEnabled:meanComboMaxK:meanComboMaxTotal:logLevel:)",
|
|
3312
3480
|
"children": [
|
|
3313
3481
|
{
|
|
3314
3482
|
"kind": "TypeNominal",
|
|
@@ -3399,6 +3567,13 @@
|
|
|
3399
3567
|
"hasDefaultArg": true,
|
|
3400
3568
|
"usr": "s:Sf"
|
|
3401
3569
|
},
|
|
3570
|
+
{
|
|
3571
|
+
"kind": "TypeNominal",
|
|
3572
|
+
"name": "Float",
|
|
3573
|
+
"printedName": "Swift.Float",
|
|
3574
|
+
"hasDefaultArg": true,
|
|
3575
|
+
"usr": "s:Sf"
|
|
3576
|
+
},
|
|
3402
3577
|
{
|
|
3403
3578
|
"kind": "TypeNominal",
|
|
3404
3579
|
"name": "Bool",
|
|
@@ -3429,8 +3604,8 @@
|
|
|
3429
3604
|
}
|
|
3430
3605
|
],
|
|
3431
3606
|
"declKind": "Constructor",
|
|
3432
|
-
"usr": "s:
|
|
3433
|
-
"mangledName": "$
|
|
3607
|
+
"usr": "s:16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
|
|
3608
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationConfigV9modelPath10sampleRate10numMelBins3cmn13frameLengthMs0o5ShiftQ04nFFT17decisionThreshold17expectedLayoutBDT0O4Size11tailSeconds14maxTailSeconds16subWindowSeconds16meanComboEnabled13meanComboMaxK17meanComboMaxTotal8logLevelACSS_S2iSbS2fSiSfSbSiS3fSbS2iAA10SVLogLevelOtcfc",
|
|
3434
3609
|
"moduleName": "KeyWordDetection",
|
|
3435
3610
|
"declAttributes": [
|
|
3436
3611
|
"AccessControl"
|
|
@@ -6484,7 +6659,7 @@
|
|
|
6484
6659
|
{
|
|
6485
6660
|
"kind": "TypeNominal",
|
|
6486
6661
|
"name": "Tuple",
|
|
6487
|
-
"printedName": "(armed: Swift.Bool, buffered: Swift.Int, needed: Swift.Int, collected: Swift.Int)",
|
|
6662
|
+
"printedName": "(armed: Swift.Bool, buffered: Swift.Int, needed: Swift.Int, collected: Swift.Int, windows: Swift.Int)",
|
|
6488
6663
|
"children": [
|
|
6489
6664
|
{
|
|
6490
6665
|
"kind": "TypeNominal",
|
|
@@ -6504,6 +6679,12 @@
|
|
|
6504
6679
|
"printedName": "Swift.Int",
|
|
6505
6680
|
"usr": "s:Si"
|
|
6506
6681
|
},
|
|
6682
|
+
{
|
|
6683
|
+
"kind": "TypeNominal",
|
|
6684
|
+
"name": "Int",
|
|
6685
|
+
"printedName": "Swift.Int",
|
|
6686
|
+
"usr": "s:Si"
|
|
6687
|
+
},
|
|
6507
6688
|
{
|
|
6508
6689
|
"kind": "TypeNominal",
|
|
6509
6690
|
"name": "Int",
|
|
@@ -6514,8 +6695,8 @@
|
|
|
6514
6695
|
}
|
|
6515
6696
|
],
|
|
6516
6697
|
"declKind": "Func",
|
|
6517
|
-
"usr": "s:
|
|
6518
|
-
"mangledName": "$
|
|
6698
|
+
"usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
|
|
6699
|
+
"mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC10debugStateSb5armed_Si8bufferedSi6neededSi9collectedSi7windowstyF",
|
|
6519
6700
|
"moduleName": "KeyWordDetection",
|
|
6520
6701
|
"declAttributes": [
|
|
6521
6702
|
"Final",
|
|
@@ -6708,6 +6889,29 @@
|
|
|
6708
6889
|
],
|
|
6709
6890
|
"isFromExtension": true,
|
|
6710
6891
|
"funcSelfKind": "NonMutating"
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"kind": "Function",
|
|
6895
|
+
"name": "collectedWindowCount",
|
|
6896
|
+
"printedName": "collectedWindowCount()",
|
|
6897
|
+
"children": [
|
|
6898
|
+
{
|
|
6899
|
+
"kind": "TypeNominal",
|
|
6900
|
+
"name": "Int",
|
|
6901
|
+
"printedName": "Swift.Int",
|
|
6902
|
+
"usr": "s:Si"
|
|
6903
|
+
}
|
|
6904
|
+
],
|
|
6905
|
+
"declKind": "Func",
|
|
6906
|
+
"usr": "s:16KeyWordDetection24SpeakerEnrollmentBuilderC20collectedWindowCountSiyF",
|
|
6907
|
+
"mangledName": "$s16KeyWordDetection24SpeakerEnrollmentBuilderC20collectedWindowCountSiyF",
|
|
6908
|
+
"moduleName": "KeyWordDetection",
|
|
6909
|
+
"declAttributes": [
|
|
6910
|
+
"Final",
|
|
6911
|
+
"AccessControl"
|
|
6912
|
+
],
|
|
6913
|
+
"isFromExtension": true,
|
|
6914
|
+
"funcSelfKind": "NonMutating"
|
|
6711
6915
|
}
|
|
6712
6916
|
],
|
|
6713
6917
|
"declKind": "Class",
|
|
@@ -7471,6 +7675,46 @@
|
|
|
7471
7675
|
}
|
|
7472
7676
|
]
|
|
7473
7677
|
},
|
|
7678
|
+
{
|
|
7679
|
+
"kind": "Var",
|
|
7680
|
+
"name": "isSessionPaused",
|
|
7681
|
+
"printedName": "isSessionPaused",
|
|
7682
|
+
"children": [
|
|
7683
|
+
{
|
|
7684
|
+
"kind": "TypeNominal",
|
|
7685
|
+
"name": "Bool",
|
|
7686
|
+
"printedName": "Swift.Bool",
|
|
7687
|
+
"usr": "s:Sb"
|
|
7688
|
+
}
|
|
7689
|
+
],
|
|
7690
|
+
"declKind": "Var",
|
|
7691
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC15isSessionPausedSbvp",
|
|
7692
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC15isSessionPausedSbvp",
|
|
7693
|
+
"moduleName": "KeyWordDetection",
|
|
7694
|
+
"declAttributes": [
|
|
7695
|
+
"AccessControl"
|
|
7696
|
+
],
|
|
7697
|
+
"accessors": [
|
|
7698
|
+
{
|
|
7699
|
+
"kind": "Accessor",
|
|
7700
|
+
"name": "Get",
|
|
7701
|
+
"printedName": "Get()",
|
|
7702
|
+
"children": [
|
|
7703
|
+
{
|
|
7704
|
+
"kind": "TypeNominal",
|
|
7705
|
+
"name": "Bool",
|
|
7706
|
+
"printedName": "Swift.Bool",
|
|
7707
|
+
"usr": "s:Sb"
|
|
7708
|
+
}
|
|
7709
|
+
],
|
|
7710
|
+
"declKind": "Accessor",
|
|
7711
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC15isSessionPausedSbvg",
|
|
7712
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC15isSessionPausedSbvg",
|
|
7713
|
+
"moduleName": "KeyWordDetection",
|
|
7714
|
+
"accessorKind": "get"
|
|
7715
|
+
}
|
|
7716
|
+
]
|
|
7717
|
+
},
|
|
7474
7718
|
{
|
|
7475
7719
|
"kind": "Var",
|
|
7476
7720
|
"name": "frameLength",
|
|
@@ -8056,6 +8300,48 @@
|
|
|
8056
8300
|
],
|
|
8057
8301
|
"throwing": true,
|
|
8058
8302
|
"funcSelfKind": "NonMutating"
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
"kind": "Function",
|
|
8306
|
+
"name": "pauseSession",
|
|
8307
|
+
"printedName": "pauseSession()",
|
|
8308
|
+
"children": [
|
|
8309
|
+
{
|
|
8310
|
+
"kind": "TypeNominal",
|
|
8311
|
+
"name": "Bool",
|
|
8312
|
+
"printedName": "Swift.Bool",
|
|
8313
|
+
"usr": "s:Sb"
|
|
8314
|
+
}
|
|
8315
|
+
],
|
|
8316
|
+
"declKind": "Func",
|
|
8317
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC12pauseSessionSbyF",
|
|
8318
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC12pauseSessionSbyF",
|
|
8319
|
+
"moduleName": "KeyWordDetection",
|
|
8320
|
+
"declAttributes": [
|
|
8321
|
+
"AccessControl"
|
|
8322
|
+
],
|
|
8323
|
+
"funcSelfKind": "NonMutating"
|
|
8324
|
+
},
|
|
8325
|
+
{
|
|
8326
|
+
"kind": "Function",
|
|
8327
|
+
"name": "resumeSession",
|
|
8328
|
+
"printedName": "resumeSession()",
|
|
8329
|
+
"children": [
|
|
8330
|
+
{
|
|
8331
|
+
"kind": "TypeNominal",
|
|
8332
|
+
"name": "Bool",
|
|
8333
|
+
"printedName": "Swift.Bool",
|
|
8334
|
+
"usr": "s:Sb"
|
|
8335
|
+
}
|
|
8336
|
+
],
|
|
8337
|
+
"declKind": "Func",
|
|
8338
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC13resumeSessionSbyF",
|
|
8339
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC13resumeSessionSbyF",
|
|
8340
|
+
"moduleName": "KeyWordDetection",
|
|
8341
|
+
"declAttributes": [
|
|
8342
|
+
"AccessControl"
|
|
8343
|
+
],
|
|
8344
|
+
"funcSelfKind": "NonMutating"
|
|
8059
8345
|
}
|
|
8060
8346
|
],
|
|
8061
8347
|
"declKind": "Class",
|
|
@@ -9599,6 +9885,56 @@
|
|
|
9599
9885
|
],
|
|
9600
9886
|
"funcSelfKind": "NonMutating"
|
|
9601
9887
|
},
|
|
9888
|
+
{
|
|
9889
|
+
"kind": "Function",
|
|
9890
|
+
"name": "pauseDetection",
|
|
9891
|
+
"printedName": "pauseDetection(stopMic:)",
|
|
9892
|
+
"children": [
|
|
9893
|
+
{
|
|
9894
|
+
"kind": "TypeNominal",
|
|
9895
|
+
"name": "Void",
|
|
9896
|
+
"printedName": "()"
|
|
9897
|
+
},
|
|
9898
|
+
{
|
|
9899
|
+
"kind": "TypeNominal",
|
|
9900
|
+
"name": "Bool",
|
|
9901
|
+
"printedName": "Swift.Bool",
|
|
9902
|
+
"hasDefaultArg": true,
|
|
9903
|
+
"usr": "s:Sb"
|
|
9904
|
+
}
|
|
9905
|
+
],
|
|
9906
|
+
"declKind": "Func",
|
|
9907
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)pauseDetectionWithStopMic:",
|
|
9908
|
+
"mangledName": "$s16KeyWordDetection0a5WordsC0C05pauseC07stopMicySb_tF",
|
|
9909
|
+
"moduleName": "KeyWordDetection",
|
|
9910
|
+
"objc_name": "pauseDetectionWithStopMic:",
|
|
9911
|
+
"declAttributes": [
|
|
9912
|
+
"AccessControl",
|
|
9913
|
+
"ObjC"
|
|
9914
|
+
],
|
|
9915
|
+
"funcSelfKind": "NonMutating"
|
|
9916
|
+
},
|
|
9917
|
+
{
|
|
9918
|
+
"kind": "Function",
|
|
9919
|
+
"name": "unPauseDetection",
|
|
9920
|
+
"printedName": "unPauseDetection()",
|
|
9921
|
+
"children": [
|
|
9922
|
+
{
|
|
9923
|
+
"kind": "TypeNominal",
|
|
9924
|
+
"name": "Void",
|
|
9925
|
+
"printedName": "()"
|
|
9926
|
+
}
|
|
9927
|
+
],
|
|
9928
|
+
"declKind": "Func",
|
|
9929
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)unPauseDetection",
|
|
9930
|
+
"mangledName": "$s16KeyWordDetection0a5WordsC0C07unPauseC0yyF",
|
|
9931
|
+
"moduleName": "KeyWordDetection",
|
|
9932
|
+
"declAttributes": [
|
|
9933
|
+
"AccessControl",
|
|
9934
|
+
"ObjC"
|
|
9935
|
+
],
|
|
9936
|
+
"funcSelfKind": "NonMutating"
|
|
9937
|
+
},
|
|
9602
9938
|
{
|
|
9603
9939
|
"kind": "Function",
|
|
9604
9940
|
"name": "getVoiceProps",
|
|
@@ -10764,45 +11100,52 @@
|
|
|
10764
11100
|
"length": 5,
|
|
10765
11101
|
"value": "false"
|
|
10766
11102
|
},
|
|
11103
|
+
{
|
|
11104
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
11105
|
+
"kind": "BooleanLiteral",
|
|
11106
|
+
"offset": 3711,
|
|
11107
|
+
"length": 5,
|
|
11108
|
+
"value": "false"
|
|
11109
|
+
},
|
|
10767
11110
|
{
|
|
10768
11111
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10769
11112
|
"kind": "IntegerLiteral",
|
|
10770
|
-
"offset":
|
|
11113
|
+
"offset": 4138,
|
|
10771
11114
|
"length": 1,
|
|
10772
11115
|
"value": "0"
|
|
10773
11116
|
},
|
|
10774
11117
|
{
|
|
10775
11118
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10776
11119
|
"kind": "FloatLiteral",
|
|
10777
|
-
"offset":
|
|
11120
|
+
"offset": 4190,
|
|
10778
11121
|
"length": 3,
|
|
10779
11122
|
"value": "2.0"
|
|
10780
11123
|
},
|
|
10781
11124
|
{
|
|
10782
11125
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10783
11126
|
"kind": "BooleanLiteral",
|
|
10784
|
-
"offset":
|
|
11127
|
+
"offset": 12397,
|
|
10785
11128
|
"length": 4,
|
|
10786
11129
|
"value": "true"
|
|
10787
11130
|
},
|
|
10788
11131
|
{
|
|
10789
11132
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10790
11133
|
"kind": "BooleanLiteral",
|
|
10791
|
-
"offset":
|
|
11134
|
+
"offset": 12455,
|
|
10792
11135
|
"length": 5,
|
|
10793
11136
|
"value": "false"
|
|
10794
11137
|
},
|
|
10795
11138
|
{
|
|
10796
11139
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10797
11140
|
"kind": "BooleanLiteral",
|
|
10798
|
-
"offset":
|
|
11141
|
+
"offset": 12517,
|
|
10799
11142
|
"length": 4,
|
|
10800
11143
|
"value": "true"
|
|
10801
11144
|
},
|
|
10802
11145
|
{
|
|
10803
11146
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
10804
11147
|
"kind": "BooleanLiteral",
|
|
10805
|
-
"offset":
|
|
11148
|
+
"offset": 12581,
|
|
10806
11149
|
"length": 4,
|
|
10807
11150
|
"value": "true"
|
|
10808
11151
|
},
|
|
@@ -10946,920 +11289,941 @@
|
|
|
10946
11289
|
"length": 3,
|
|
10947
11290
|
"value": "3.0"
|
|
10948
11291
|
},
|
|
11292
|
+
{
|
|
11293
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11294
|
+
"kind": "FloatLiteral",
|
|
11295
|
+
"offset": 14696,
|
|
11296
|
+
"length": 3,
|
|
11297
|
+
"value": "0.5"
|
|
11298
|
+
},
|
|
10949
11299
|
{
|
|
10950
11300
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10951
11301
|
"kind": "BooleanLiteral",
|
|
10952
|
-
"offset":
|
|
11302
|
+
"offset": 14740,
|
|
10953
11303
|
"length": 4,
|
|
10954
11304
|
"value": "true"
|
|
10955
11305
|
},
|
|
10956
11306
|
{
|
|
10957
11307
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10958
11308
|
"kind": "IntegerLiteral",
|
|
10959
|
-
"offset":
|
|
11309
|
+
"offset": 14781,
|
|
10960
11310
|
"length": 1,
|
|
10961
11311
|
"value": "3"
|
|
10962
11312
|
},
|
|
10963
11313
|
{
|
|
10964
11314
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10965
11315
|
"kind": "IntegerLiteral",
|
|
10966
|
-
"offset":
|
|
11316
|
+
"offset": 14823,
|
|
10967
11317
|
"length": 4,
|
|
10968
11318
|
"value": "2000"
|
|
10969
11319
|
},
|
|
10970
11320
|
{
|
|
10971
11321
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10972
11322
|
"kind": "IntegerLiteral",
|
|
10973
|
-
"offset":
|
|
11323
|
+
"offset": 18294,
|
|
10974
11324
|
"length": 6,
|
|
10975
11325
|
"value": "16000"
|
|
10976
11326
|
},
|
|
10977
11327
|
{
|
|
10978
11328
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10979
11329
|
"kind": "IntegerLiteral",
|
|
10980
|
-
"offset":
|
|
11330
|
+
"offset": 18328,
|
|
10981
11331
|
"length": 2,
|
|
10982
11332
|
"value": "80"
|
|
10983
11333
|
},
|
|
10984
11334
|
{
|
|
10985
11335
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10986
11336
|
"kind": "BooleanLiteral",
|
|
10987
|
-
"offset":
|
|
11337
|
+
"offset": 18352,
|
|
10988
11338
|
"length": 4,
|
|
10989
11339
|
"value": "true"
|
|
10990
11340
|
},
|
|
10991
11341
|
{
|
|
10992
11342
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
10993
11343
|
"kind": "FloatLiteral",
|
|
10994
|
-
"offset":
|
|
11344
|
+
"offset": 18389,
|
|
10995
11345
|
"length": 4,
|
|
10996
11346
|
"value": "25.0"
|
|
10997
11347
|
},
|
|
10998
11348
|
{
|
|
10999
11349
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11000
11350
|
"kind": "FloatLiteral",
|
|
11001
|
-
"offset":
|
|
11351
|
+
"offset": 18425,
|
|
11002
11352
|
"length": 4,
|
|
11003
11353
|
"value": "10.0"
|
|
11004
11354
|
},
|
|
11005
11355
|
{
|
|
11006
11356
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11007
11357
|
"kind": "IntegerLiteral",
|
|
11008
|
-
"offset":
|
|
11358
|
+
"offset": 18451,
|
|
11009
11359
|
"length": 3,
|
|
11010
11360
|
"value": "512"
|
|
11011
11361
|
},
|
|
11012
11362
|
{
|
|
11013
11363
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11014
11364
|
"kind": "FloatLiteral",
|
|
11015
|
-
"offset":
|
|
11365
|
+
"offset": 18491,
|
|
11016
11366
|
"length": 4,
|
|
11017
11367
|
"value": "0.35"
|
|
11018
11368
|
},
|
|
11019
11369
|
{
|
|
11020
11370
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11021
11371
|
"kind": "BooleanLiteral",
|
|
11022
|
-
"offset":
|
|
11372
|
+
"offset": 18531,
|
|
11023
11373
|
"length": 5,
|
|
11024
11374
|
"value": "false"
|
|
11025
11375
|
},
|
|
11026
11376
|
{
|
|
11027
11377
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11028
11378
|
"kind": "IntegerLiteral",
|
|
11029
|
-
"offset":
|
|
11379
|
+
"offset": 18563,
|
|
11030
11380
|
"length": 4,
|
|
11031
11381
|
"value": "1280"
|
|
11032
11382
|
},
|
|
11033
11383
|
{
|
|
11034
11384
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11035
11385
|
"kind": "FloatLiteral",
|
|
11036
|
-
"offset":
|
|
11386
|
+
"offset": 18598,
|
|
11037
11387
|
"length": 3,
|
|
11038
11388
|
"value": "2.0"
|
|
11039
11389
|
},
|
|
11040
11390
|
{
|
|
11041
11391
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11042
11392
|
"kind": "FloatLiteral",
|
|
11043
|
-
"offset":
|
|
11393
|
+
"offset": 18635,
|
|
11044
11394
|
"length": 3,
|
|
11045
11395
|
"value": "3.0"
|
|
11046
11396
|
},
|
|
11397
|
+
{
|
|
11398
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11399
|
+
"kind": "FloatLiteral",
|
|
11400
|
+
"offset": 18674,
|
|
11401
|
+
"length": 3,
|
|
11402
|
+
"value": "0.5"
|
|
11403
|
+
},
|
|
11047
11404
|
{
|
|
11048
11405
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11049
11406
|
"kind": "BooleanLiteral",
|
|
11050
|
-
"offset":
|
|
11407
|
+
"offset": 18712,
|
|
11051
11408
|
"length": 4,
|
|
11052
11409
|
"value": "true"
|
|
11053
11410
|
},
|
|
11054
11411
|
{
|
|
11055
11412
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11056
11413
|
"kind": "IntegerLiteral",
|
|
11057
|
-
"offset":
|
|
11414
|
+
"offset": 18747,
|
|
11058
11415
|
"length": 1,
|
|
11059
11416
|
"value": "3"
|
|
11060
11417
|
},
|
|
11061
11418
|
{
|
|
11062
11419
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11063
11420
|
"kind": "IntegerLiteral",
|
|
11064
|
-
"offset":
|
|
11421
|
+
"offset": 18783,
|
|
11065
11422
|
"length": 4,
|
|
11066
11423
|
"value": "2000"
|
|
11067
11424
|
},
|
|
11068
11425
|
{
|
|
11069
11426
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11070
11427
|
"kind": "Array",
|
|
11071
|
-
"offset":
|
|
11428
|
+
"offset": 20656,
|
|
11072
11429
|
"length": 2,
|
|
11073
11430
|
"value": "[]"
|
|
11074
11431
|
},
|
|
11075
11432
|
{
|
|
11076
11433
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11077
11434
|
"kind": "Array",
|
|
11078
|
-
"offset":
|
|
11435
|
+
"offset": 20696,
|
|
11079
11436
|
"length": 2,
|
|
11080
11437
|
"value": "[]"
|
|
11081
11438
|
},
|
|
11082
11439
|
{
|
|
11083
11440
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11084
11441
|
"kind": "StringLiteral",
|
|
11085
|
-
"offset":
|
|
11442
|
+
"offset": 24148,
|
|
11086
11443
|
"length": 8,
|
|
11087
11444
|
"value": "\"Engine\""
|
|
11088
11445
|
},
|
|
11089
11446
|
{
|
|
11090
11447
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11091
11448
|
"kind": "IntegerLiteral",
|
|
11092
|
-
"offset":
|
|
11449
|
+
"offset": 24476,
|
|
11093
11450
|
"length": 1,
|
|
11094
11451
|
"value": "0"
|
|
11095
11452
|
},
|
|
11096
11453
|
{
|
|
11097
11454
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11098
11455
|
"kind": "IntegerLiteral",
|
|
11099
|
-
"offset":
|
|
11456
|
+
"offset": 24518,
|
|
11100
11457
|
"length": 1,
|
|
11101
11458
|
"value": "0"
|
|
11102
11459
|
},
|
|
11103
11460
|
{
|
|
11104
11461
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11105
11462
|
"kind": "IntegerLiteral",
|
|
11106
|
-
"offset":
|
|
11463
|
+
"offset": 24569,
|
|
11107
11464
|
"length": 1,
|
|
11108
11465
|
"value": "0"
|
|
11109
11466
|
},
|
|
11110
11467
|
{
|
|
11111
11468
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11112
11469
|
"kind": "BooleanLiteral",
|
|
11113
|
-
"offset":
|
|
11470
|
+
"offset": 32733,
|
|
11114
11471
|
"length": 4,
|
|
11115
11472
|
"value": "true"
|
|
11116
11473
|
},
|
|
11117
11474
|
{
|
|
11118
11475
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11119
11476
|
"kind": "StringLiteral",
|
|
11120
|
-
"offset":
|
|
11477
|
+
"offset": 35182,
|
|
11121
11478
|
"length": 9,
|
|
11122
11479
|
"value": "\"MicCtrl\""
|
|
11123
11480
|
},
|
|
11124
11481
|
{
|
|
11125
11482
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11126
11483
|
"kind": "StringLiteral",
|
|
11127
|
-
"offset":
|
|
11484
|
+
"offset": 35415,
|
|
11128
11485
|
"length": 2,
|
|
11129
11486
|
"value": "\"\""
|
|
11130
11487
|
},
|
|
11131
11488
|
{
|
|
11132
11489
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11133
11490
|
"kind": "IntegerLiteral",
|
|
11134
|
-
"offset":
|
|
11491
|
+
"offset": 35462,
|
|
11135
11492
|
"length": 1,
|
|
11136
11493
|
"value": "3"
|
|
11137
11494
|
},
|
|
11138
11495
|
{
|
|
11139
11496
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11140
11497
|
"kind": "StringLiteral",
|
|
11141
|
-
"offset":
|
|
11498
|
+
"offset": 35569,
|
|
11142
11499
|
"length": 15,
|
|
11143
11500
|
"value": "\"sv.mic.ctrl.q\""
|
|
11144
11501
|
},
|
|
11145
11502
|
{
|
|
11146
11503
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11147
11504
|
"kind": "BooleanLiteral",
|
|
11148
|
-
"offset":
|
|
11505
|
+
"offset": 35732,
|
|
11149
11506
|
"length": 5,
|
|
11150
11507
|
"value": "false"
|
|
11151
11508
|
},
|
|
11152
11509
|
{
|
|
11153
11510
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11154
11511
|
"kind": "BooleanLiteral",
|
|
11155
|
-
"offset":
|
|
11512
|
+
"offset": 35917,
|
|
11156
11513
|
"length": 5,
|
|
11157
11514
|
"value": "false"
|
|
11158
11515
|
},
|
|
11159
11516
|
{
|
|
11160
11517
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11161
11518
|
"kind": "IntegerLiteral",
|
|
11162
|
-
"offset":
|
|
11519
|
+
"offset": 35964,
|
|
11163
11520
|
"length": 1,
|
|
11164
11521
|
"value": "0"
|
|
11165
11522
|
},
|
|
11166
11523
|
{
|
|
11167
11524
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11168
11525
|
"kind": "IntegerLiteral",
|
|
11169
|
-
"offset":
|
|
11526
|
+
"offset": 36013,
|
|
11170
11527
|
"length": 1,
|
|
11171
11528
|
"value": "0"
|
|
11172
11529
|
},
|
|
11173
11530
|
{
|
|
11174
11531
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11175
11532
|
"kind": "BooleanLiteral",
|
|
11176
|
-
"offset":
|
|
11533
|
+
"offset": 36058,
|
|
11177
11534
|
"length": 5,
|
|
11178
11535
|
"value": "false"
|
|
11179
11536
|
},
|
|
11180
11537
|
{
|
|
11181
11538
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11182
11539
|
"kind": "IntegerLiteral",
|
|
11183
|
-
"offset":
|
|
11540
|
+
"offset": 36829,
|
|
11184
11541
|
"length": 1,
|
|
11185
11542
|
"value": "3"
|
|
11186
11543
|
},
|
|
11187
11544
|
{
|
|
11188
11545
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11189
11546
|
"kind": "BooleanLiteral",
|
|
11190
|
-
"offset":
|
|
11547
|
+
"offset": 36846,
|
|
11191
11548
|
"length": 4,
|
|
11192
11549
|
"value": "true"
|
|
11193
11550
|
},
|
|
11194
11551
|
{
|
|
11195
11552
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11196
11553
|
"kind": "BooleanLiteral",
|
|
11197
|
-
"offset":
|
|
11554
|
+
"offset": 40063,
|
|
11198
11555
|
"length": 4,
|
|
11199
11556
|
"value": "true"
|
|
11200
11557
|
},
|
|
11201
11558
|
{
|
|
11202
11559
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11203
11560
|
"kind": "FloatLiteral",
|
|
11204
|
-
"offset":
|
|
11561
|
+
"offset": 41524,
|
|
11205
11562
|
"length": 3,
|
|
11206
11563
|
"value": "0.5"
|
|
11207
11564
|
},
|
|
11208
11565
|
{
|
|
11209
11566
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11210
11567
|
"kind": "BooleanLiteral",
|
|
11211
|
-
"offset":
|
|
11568
|
+
"offset": 41590,
|
|
11212
11569
|
"length": 5,
|
|
11213
11570
|
"value": "false"
|
|
11214
11571
|
},
|
|
11215
11572
|
{
|
|
11216
11573
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11217
11574
|
"kind": "BooleanLiteral",
|
|
11218
|
-
"offset":
|
|
11575
|
+
"offset": 41657,
|
|
11219
11576
|
"length": 4,
|
|
11220
11577
|
"value": "true"
|
|
11221
11578
|
},
|
|
11222
11579
|
{
|
|
11223
11580
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11224
11581
|
"kind": "IntegerLiteral",
|
|
11225
|
-
"offset":
|
|
11582
|
+
"offset": 44358,
|
|
11226
11583
|
"length": 1,
|
|
11227
11584
|
"value": "0"
|
|
11228
11585
|
},
|
|
11229
11586
|
{
|
|
11230
11587
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11231
11588
|
"kind": "IntegerLiteral",
|
|
11232
|
-
"offset":
|
|
11589
|
+
"offset": 44400,
|
|
11233
11590
|
"length": 1,
|
|
11234
11591
|
"value": "0"
|
|
11235
11592
|
},
|
|
11236
11593
|
{
|
|
11237
11594
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11238
11595
|
"kind": "StringLiteral",
|
|
11239
|
-
"offset":
|
|
11596
|
+
"offset": 49678,
|
|
11240
11597
|
"length": 15,
|
|
11241
11598
|
"value": "\"EnrollBuilder\""
|
|
11242
11599
|
},
|
|
11600
|
+
{
|
|
11601
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11602
|
+
"kind": "IntegerLiteral",
|
|
11603
|
+
"offset": 50053,
|
|
11604
|
+
"length": 1,
|
|
11605
|
+
"value": "0"
|
|
11606
|
+
},
|
|
11243
11607
|
{
|
|
11244
11608
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11245
11609
|
"kind": "BooleanLiteral",
|
|
11246
|
-
"offset":
|
|
11610
|
+
"offset": 50150,
|
|
11247
11611
|
"length": 4,
|
|
11248
11612
|
"value": "true"
|
|
11249
11613
|
},
|
|
11250
11614
|
{
|
|
11251
11615
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11252
11616
|
"kind": "IntegerLiteral",
|
|
11253
|
-
"offset":
|
|
11617
|
+
"offset": 50347,
|
|
11254
11618
|
"length": 1,
|
|
11255
11619
|
"value": "3"
|
|
11256
11620
|
},
|
|
11257
11621
|
{
|
|
11258
11622
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11259
11623
|
"kind": "BooleanLiteral",
|
|
11260
|
-
"offset":
|
|
11624
|
+
"offset": 51034,
|
|
11261
11625
|
"length": 4,
|
|
11262
11626
|
"value": "true"
|
|
11263
11627
|
},
|
|
11264
11628
|
{
|
|
11265
11629
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11266
11630
|
"kind": "StringLiteral",
|
|
11267
|
-
"offset":
|
|
11631
|
+
"offset": 58942,
|
|
11268
11632
|
"length": 7,
|
|
11269
11633
|
"value": "\"Feats\""
|
|
11270
11634
|
},
|
|
11271
11635
|
{
|
|
11272
11636
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11273
11637
|
"kind": "FloatLiteral",
|
|
11274
|
-
"offset":
|
|
11638
|
+
"offset": 61087,
|
|
11275
11639
|
"length": 4,
|
|
11276
11640
|
"value": "-1.0"
|
|
11277
11641
|
},
|
|
11278
11642
|
{
|
|
11279
11643
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11280
11644
|
"kind": "FloatLiteral",
|
|
11281
|
-
"offset":
|
|
11645
|
+
"offset": 61097,
|
|
11282
11646
|
"length": 3,
|
|
11283
11647
|
"value": "1.0"
|
|
11284
11648
|
},
|
|
11285
11649
|
{
|
|
11286
11650
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11287
11651
|
"kind": "IntegerLiteral",
|
|
11288
|
-
"offset":
|
|
11652
|
+
"offset": 61188,
|
|
11289
11653
|
"length": 1,
|
|
11290
11654
|
"value": "0"
|
|
11291
11655
|
},
|
|
11292
11656
|
{
|
|
11293
11657
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11294
11658
|
"kind": "IntegerLiteral",
|
|
11295
|
-
"offset":
|
|
11659
|
+
"offset": 61254,
|
|
11296
11660
|
"length": 1,
|
|
11297
11661
|
"value": "1"
|
|
11298
11662
|
},
|
|
11299
11663
|
{
|
|
11300
11664
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11301
11665
|
"kind": "IntegerLiteral",
|
|
11302
|
-
"offset":
|
|
11666
|
+
"offset": 61314,
|
|
11303
11667
|
"length": 1,
|
|
11304
11668
|
"value": "0"
|
|
11305
11669
|
},
|
|
11306
11670
|
{
|
|
11307
11671
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11308
11672
|
"kind": "StringLiteral",
|
|
11309
|
-
"offset":
|
|
11673
|
+
"offset": 61369,
|
|
11310
11674
|
"length": 16,
|
|
11311
11675
|
"value": "\"numFrames <= 0\""
|
|
11312
11676
|
},
|
|
11313
11677
|
{
|
|
11314
11678
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11315
11679
|
"kind": "IntegerLiteral",
|
|
11316
|
-
"offset":
|
|
11680
|
+
"offset": 61425,
|
|
11317
11681
|
"length": 1,
|
|
11318
11682
|
"value": "2"
|
|
11319
11683
|
},
|
|
11320
11684
|
{
|
|
11321
11685
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11322
11686
|
"kind": "IntegerLiteral",
|
|
11323
|
-
"offset":
|
|
11687
|
+
"offset": 61429,
|
|
11324
11688
|
"length": 1,
|
|
11325
11689
|
"value": "1"
|
|
11326
11690
|
},
|
|
11327
11691
|
{
|
|
11328
11692
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11329
11693
|
"kind": "IntegerLiteral",
|
|
11330
|
-
"offset":
|
|
11694
|
+
"offset": 61470,
|
|
11331
11695
|
"length": 1,
|
|
11332
11696
|
"value": "0"
|
|
11333
11697
|
},
|
|
11334
11698
|
{
|
|
11335
11699
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11336
11700
|
"kind": "IntegerLiteral",
|
|
11337
|
-
"offset":
|
|
11701
|
+
"offset": 61558,
|
|
11338
11702
|
"length": 1,
|
|
11339
11703
|
"value": "0"
|
|
11340
11704
|
},
|
|
11341
11705
|
{
|
|
11342
11706
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11343
11707
|
"kind": "IntegerLiteral",
|
|
11344
|
-
"offset":
|
|
11708
|
+
"offset": 61573,
|
|
11345
11709
|
"length": 1,
|
|
11346
11710
|
"value": "2"
|
|
11347
11711
|
},
|
|
11348
11712
|
{
|
|
11349
11713
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11350
11714
|
"kind": "IntegerLiteral",
|
|
11351
|
-
"offset":
|
|
11715
|
+
"offset": 61614,
|
|
11352
11716
|
"length": 1,
|
|
11353
11717
|
"value": "0"
|
|
11354
11718
|
},
|
|
11355
11719
|
{
|
|
11356
11720
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11357
11721
|
"kind": "IntegerLiteral",
|
|
11358
|
-
"offset":
|
|
11722
|
+
"offset": 61629,
|
|
11359
11723
|
"length": 1,
|
|
11360
11724
|
"value": "2"
|
|
11361
11725
|
},
|
|
11362
11726
|
{
|
|
11363
11727
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11364
11728
|
"kind": "IntegerLiteral",
|
|
11365
|
-
"offset":
|
|
11729
|
+
"offset": 61736,
|
|
11366
11730
|
"length": 1,
|
|
11367
11731
|
"value": "0"
|
|
11368
11732
|
},
|
|
11369
11733
|
{
|
|
11370
11734
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11371
11735
|
"kind": "IntegerLiteral",
|
|
11372
|
-
"offset":
|
|
11736
|
+
"offset": 61802,
|
|
11373
11737
|
"length": 1,
|
|
11374
11738
|
"value": "0"
|
|
11375
11739
|
},
|
|
11376
11740
|
{
|
|
11377
11741
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11378
11742
|
"kind": "IntegerLiteral",
|
|
11379
|
-
"offset":
|
|
11743
|
+
"offset": 61816,
|
|
11380
11744
|
"length": 1,
|
|
11381
11745
|
"value": "0"
|
|
11382
11746
|
},
|
|
11383
11747
|
{
|
|
11384
11748
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11385
11749
|
"kind": "IntegerLiteral",
|
|
11386
|
-
"offset":
|
|
11750
|
+
"offset": 61855,
|
|
11387
11751
|
"length": 1,
|
|
11388
11752
|
"value": "0"
|
|
11389
11753
|
},
|
|
11390
11754
|
{
|
|
11391
11755
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11392
11756
|
"kind": "IntegerLiteral",
|
|
11393
|
-
"offset":
|
|
11757
|
+
"offset": 62042,
|
|
11394
11758
|
"length": 1,
|
|
11395
11759
|
"value": "0"
|
|
11396
11760
|
},
|
|
11397
11761
|
{
|
|
11398
11762
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11399
11763
|
"kind": "IntegerLiteral",
|
|
11400
|
-
"offset":
|
|
11764
|
+
"offset": 62156,
|
|
11401
11765
|
"length": 1,
|
|
11402
11766
|
"value": "0"
|
|
11403
11767
|
},
|
|
11404
11768
|
{
|
|
11405
11769
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11406
11770
|
"kind": "IntegerLiteral",
|
|
11407
|
-
"offset":
|
|
11771
|
+
"offset": 62230,
|
|
11408
11772
|
"length": 1,
|
|
11409
11773
|
"value": "1"
|
|
11410
11774
|
},
|
|
11411
11775
|
{
|
|
11412
11776
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11413
11777
|
"kind": "IntegerLiteral",
|
|
11414
|
-
"offset":
|
|
11778
|
+
"offset": 62244,
|
|
11415
11779
|
"length": 1,
|
|
11416
11780
|
"value": "1"
|
|
11417
11781
|
},
|
|
11418
11782
|
{
|
|
11419
11783
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11420
11784
|
"kind": "IntegerLiteral",
|
|
11421
|
-
"offset":
|
|
11785
|
+
"offset": 62253,
|
|
11422
11786
|
"length": 1,
|
|
11423
11787
|
"value": "1"
|
|
11424
11788
|
},
|
|
11425
11789
|
{
|
|
11426
11790
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11427
11791
|
"kind": "IntegerLiteral",
|
|
11428
|
-
"offset":
|
|
11792
|
+
"offset": 62531,
|
|
11429
11793
|
"length": 1,
|
|
11430
11794
|
"value": "2"
|
|
11431
11795
|
},
|
|
11432
11796
|
{
|
|
11433
11797
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11434
11798
|
"kind": "IntegerLiteral",
|
|
11435
|
-
"offset":
|
|
11799
|
+
"offset": 62580,
|
|
11436
11800
|
"length": 1,
|
|
11437
11801
|
"value": "2"
|
|
11438
11802
|
},
|
|
11439
11803
|
{
|
|
11440
11804
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11441
11805
|
"kind": "IntegerLiteral",
|
|
11442
|
-
"offset":
|
|
11806
|
+
"offset": 62591,
|
|
11443
11807
|
"length": 1,
|
|
11444
11808
|
"value": "1"
|
|
11445
11809
|
},
|
|
11446
11810
|
{
|
|
11447
11811
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11448
11812
|
"kind": "IntegerLiteral",
|
|
11449
|
-
"offset":
|
|
11813
|
+
"offset": 62611,
|
|
11450
11814
|
"length": 1,
|
|
11451
11815
|
"value": "2"
|
|
11452
11816
|
},
|
|
11453
11817
|
{
|
|
11454
11818
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11455
11819
|
"kind": "IntegerLiteral",
|
|
11456
|
-
"offset":
|
|
11820
|
+
"offset": 62691,
|
|
11457
11821
|
"length": 1,
|
|
11458
11822
|
"value": "1"
|
|
11459
11823
|
},
|
|
11460
11824
|
{
|
|
11461
11825
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11462
11826
|
"kind": "IntegerLiteral",
|
|
11463
|
-
"offset":
|
|
11827
|
+
"offset": 62974,
|
|
11464
11828
|
"length": 1,
|
|
11465
11829
|
"value": "0"
|
|
11466
11830
|
},
|
|
11467
11831
|
{
|
|
11468
11832
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11469
11833
|
"kind": "IntegerLiteral",
|
|
11470
|
-
"offset":
|
|
11834
|
+
"offset": 63011,
|
|
11471
11835
|
"length": 1,
|
|
11472
11836
|
"value": "0"
|
|
11473
11837
|
},
|
|
11474
11838
|
{
|
|
11475
11839
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11476
11840
|
"kind": "IntegerLiteral",
|
|
11477
|
-
"offset":
|
|
11841
|
+
"offset": 63028,
|
|
11478
11842
|
"length": 1,
|
|
11479
11843
|
"value": "0"
|
|
11480
11844
|
},
|
|
11481
11845
|
{
|
|
11482
11846
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11483
11847
|
"kind": "IntegerLiteral",
|
|
11484
|
-
"offset":
|
|
11848
|
+
"offset": 63045,
|
|
11485
11849
|
"length": 1,
|
|
11486
11850
|
"value": "0"
|
|
11487
11851
|
},
|
|
11488
11852
|
{
|
|
11489
11853
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11490
11854
|
"kind": "IntegerLiteral",
|
|
11491
|
-
"offset":
|
|
11855
|
+
"offset": 63073,
|
|
11492
11856
|
"length": 1,
|
|
11493
11857
|
"value": "2"
|
|
11494
11858
|
},
|
|
11495
11859
|
{
|
|
11496
11860
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11497
11861
|
"kind": "IntegerLiteral",
|
|
11498
|
-
"offset":
|
|
11862
|
+
"offset": 63102,
|
|
11499
11863
|
"length": 1,
|
|
11500
11864
|
"value": "1"
|
|
11501
11865
|
},
|
|
11502
11866
|
{
|
|
11503
11867
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11504
11868
|
"kind": "IntegerLiteral",
|
|
11505
|
-
"offset":
|
|
11869
|
+
"offset": 63117,
|
|
11506
11870
|
"length": 1,
|
|
11507
11871
|
"value": "1"
|
|
11508
11872
|
},
|
|
11509
11873
|
{
|
|
11510
11874
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11511
11875
|
"kind": "IntegerLiteral",
|
|
11512
|
-
"offset":
|
|
11876
|
+
"offset": 63315,
|
|
11513
11877
|
"length": 1,
|
|
11514
11878
|
"value": "1"
|
|
11515
11879
|
},
|
|
11516
11880
|
{
|
|
11517
11881
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11518
11882
|
"kind": "IntegerLiteral",
|
|
11519
|
-
"offset":
|
|
11883
|
+
"offset": 63332,
|
|
11520
11884
|
"length": 1,
|
|
11521
11885
|
"value": "0"
|
|
11522
11886
|
},
|
|
11523
11887
|
{
|
|
11524
11888
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11525
11889
|
"kind": "IntegerLiteral",
|
|
11526
|
-
"offset":
|
|
11890
|
+
"offset": 63349,
|
|
11527
11891
|
"length": 1,
|
|
11528
11892
|
"value": "0"
|
|
11529
11893
|
},
|
|
11530
11894
|
{
|
|
11531
11895
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11532
11896
|
"kind": "IntegerLiteral",
|
|
11533
|
-
"offset":
|
|
11897
|
+
"offset": 63410,
|
|
11534
11898
|
"length": 1,
|
|
11535
11899
|
"value": "0"
|
|
11536
11900
|
},
|
|
11537
11901
|
{
|
|
11538
11902
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11539
11903
|
"kind": "IntegerLiteral",
|
|
11540
|
-
"offset":
|
|
11904
|
+
"offset": 63491,
|
|
11541
11905
|
"length": 1,
|
|
11542
11906
|
"value": "0"
|
|
11543
11907
|
},
|
|
11544
11908
|
{
|
|
11545
11909
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11546
11910
|
"kind": "IntegerLiteral",
|
|
11547
|
-
"offset":
|
|
11911
|
+
"offset": 63527,
|
|
11548
11912
|
"length": 1,
|
|
11549
11913
|
"value": "1"
|
|
11550
11914
|
},
|
|
11551
11915
|
{
|
|
11552
11916
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11553
11917
|
"kind": "IntegerLiteral",
|
|
11554
|
-
"offset":
|
|
11918
|
+
"offset": 63567,
|
|
11555
11919
|
"length": 1,
|
|
11556
11920
|
"value": "1"
|
|
11557
11921
|
},
|
|
11558
11922
|
{
|
|
11559
11923
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11560
11924
|
"kind": "FloatLiteral",
|
|
11561
|
-
"offset":
|
|
11925
|
+
"offset": 63623,
|
|
11562
11926
|
"length": 5,
|
|
11563
11927
|
"value": "1e-10"
|
|
11564
11928
|
},
|
|
11565
11929
|
{
|
|
11566
11930
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11567
11931
|
"kind": "IntegerLiteral",
|
|
11568
|
-
"offset":
|
|
11932
|
+
"offset": 63734,
|
|
11569
11933
|
"length": 1,
|
|
11570
11934
|
"value": "0"
|
|
11571
11935
|
},
|
|
11572
11936
|
{
|
|
11573
11937
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11574
11938
|
"kind": "StringLiteral",
|
|
11575
|
-
"offset":
|
|
11939
|
+
"offset": 63774,
|
|
11576
11940
|
"length": 20,
|
|
11577
11941
|
"value": "\"CMN T=\""
|
|
11578
11942
|
},
|
|
11579
11943
|
{
|
|
11580
11944
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11581
11945
|
"kind": "StringLiteral",
|
|
11582
|
-
"offset":
|
|
11946
|
+
"offset": 63793,
|
|
11583
11947
|
"length": 2,
|
|
11584
11948
|
"value": "\"\""
|
|
11585
11949
|
},
|
|
11586
11950
|
{
|
|
11587
11951
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11588
11952
|
"kind": "IntegerLiteral",
|
|
11589
|
-
"offset":
|
|
11953
|
+
"offset": 63838,
|
|
11590
11954
|
"length": 1,
|
|
11591
11955
|
"value": "0"
|
|
11592
11956
|
},
|
|
11593
11957
|
{
|
|
11594
11958
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11595
11959
|
"kind": "IntegerLiteral",
|
|
11596
|
-
"offset":
|
|
11960
|
+
"offset": 63876,
|
|
11597
11961
|
"length": 1,
|
|
11598
11962
|
"value": "0"
|
|
11599
11963
|
},
|
|
11600
11964
|
{
|
|
11601
11965
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11602
11966
|
"kind": "IntegerLiteral",
|
|
11603
|
-
"offset":
|
|
11967
|
+
"offset": 63919,
|
|
11604
11968
|
"length": 1,
|
|
11605
11969
|
"value": "0"
|
|
11606
11970
|
},
|
|
11607
11971
|
{
|
|
11608
11972
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11609
11973
|
"kind": "IntegerLiteral",
|
|
11610
|
-
"offset":
|
|
11974
|
+
"offset": 63946,
|
|
11611
11975
|
"length": 1,
|
|
11612
11976
|
"value": "0"
|
|
11613
11977
|
},
|
|
11614
11978
|
{
|
|
11615
11979
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11616
11980
|
"kind": "IntegerLiteral",
|
|
11617
|
-
"offset":
|
|
11981
|
+
"offset": 64070,
|
|
11618
11982
|
"length": 1,
|
|
11619
11983
|
"value": "0"
|
|
11620
11984
|
},
|
|
11621
11985
|
{
|
|
11622
11986
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11623
11987
|
"kind": "IntegerLiteral",
|
|
11624
|
-
"offset":
|
|
11988
|
+
"offset": 64111,
|
|
11625
11989
|
"length": 1,
|
|
11626
11990
|
"value": "0"
|
|
11627
11991
|
},
|
|
11628
11992
|
{
|
|
11629
11993
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11630
11994
|
"kind": "StringLiteral",
|
|
11631
|
-
"offset":
|
|
11995
|
+
"offset": 64248,
|
|
11632
11996
|
"length": 46,
|
|
11633
11997
|
"value": "\"computeLogMel done T=\""
|
|
11634
11998
|
},
|
|
11635
11999
|
{
|
|
11636
12000
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11637
12001
|
"kind": "StringLiteral",
|
|
11638
|
-
"offset":
|
|
12002
|
+
"offset": 64282,
|
|
11639
12003
|
"length": 1,
|
|
11640
12004
|
"value": "\" D=\""
|
|
11641
12005
|
},
|
|
11642
12006
|
{
|
|
11643
12007
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11644
12008
|
"kind": "StringLiteral",
|
|
11645
|
-
"offset":
|
|
12009
|
+
"offset": 64293,
|
|
11646
12010
|
"length": 2,
|
|
11647
12011
|
"value": "\"\""
|
|
11648
12012
|
},
|
|
11649
12013
|
{
|
|
11650
12014
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11651
12015
|
"kind": "IntegerLiteral",
|
|
11652
|
-
"offset":
|
|
12016
|
+
"offset": 64481,
|
|
11653
12017
|
"length": 1,
|
|
11654
12018
|
"value": "1"
|
|
11655
12019
|
},
|
|
11656
12020
|
{
|
|
11657
12021
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11658
12022
|
"kind": "Array",
|
|
11659
|
-
"offset":
|
|
12023
|
+
"offset": 64497,
|
|
11660
12024
|
"length": 5,
|
|
11661
12025
|
"value": "[1.0]"
|
|
11662
12026
|
},
|
|
11663
12027
|
{
|
|
11664
12028
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11665
12029
|
"kind": "IntegerLiteral",
|
|
11666
|
-
"offset":
|
|
12030
|
+
"offset": 64535,
|
|
11667
12031
|
"length": 1,
|
|
11668
12032
|
"value": "1"
|
|
11669
12033
|
},
|
|
11670
12034
|
{
|
|
11671
12035
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11672
12036
|
"kind": "IntegerLiteral",
|
|
11673
|
-
"offset":
|
|
12037
|
+
"offset": 64569,
|
|
11674
12038
|
"length": 1,
|
|
11675
12039
|
"value": "2"
|
|
11676
12040
|
},
|
|
11677
12041
|
{
|
|
11678
12042
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11679
12043
|
"kind": "IntegerLiteral",
|
|
11680
|
-
"offset":
|
|
12044
|
+
"offset": 64587,
|
|
11681
12045
|
"length": 1,
|
|
11682
12046
|
"value": "0"
|
|
11683
12047
|
},
|
|
11684
12048
|
{
|
|
11685
12049
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11686
12050
|
"kind": "FloatLiteral",
|
|
11687
|
-
"offset":
|
|
12051
|
+
"offset": 64605,
|
|
11688
12052
|
"length": 4,
|
|
11689
12053
|
"value": "0.54"
|
|
11690
12054
|
},
|
|
11691
12055
|
{
|
|
11692
12056
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11693
12057
|
"kind": "FloatLiteral",
|
|
11694
|
-
"offset":
|
|
12058
|
+
"offset": 64612,
|
|
11695
12059
|
"length": 4,
|
|
11696
12060
|
"value": "0.46"
|
|
11697
12061
|
},
|
|
11698
12062
|
{
|
|
11699
12063
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11700
12064
|
"kind": "IntegerLiteral",
|
|
11701
|
-
"offset":
|
|
12065
|
+
"offset": 64798,
|
|
11702
12066
|
"length": 1,
|
|
11703
12067
|
"value": "2"
|
|
11704
12068
|
},
|
|
11705
12069
|
{
|
|
11706
12070
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11707
12071
|
"kind": "IntegerLiteral",
|
|
11708
|
-
"offset":
|
|
12072
|
+
"offset": 64802,
|
|
11709
12073
|
"length": 1,
|
|
11710
12074
|
"value": "1"
|
|
11711
12075
|
},
|
|
11712
12076
|
{
|
|
11713
12077
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11714
12078
|
"kind": "FloatLiteral",
|
|
11715
|
-
"offset":
|
|
12079
|
+
"offset": 64849,
|
|
11716
12080
|
"length": 6,
|
|
11717
12081
|
"value": "2595.0"
|
|
11718
12082
|
},
|
|
11719
12083
|
{
|
|
11720
12084
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11721
12085
|
"kind": "FloatLiteral",
|
|
11722
|
-
"offset":
|
|
12086
|
+
"offset": 64865,
|
|
11723
12087
|
"length": 3,
|
|
11724
12088
|
"value": "1.0"
|
|
11725
12089
|
},
|
|
11726
12090
|
{
|
|
11727
12091
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11728
12092
|
"kind": "FloatLiteral",
|
|
11729
|
-
"offset":
|
|
12093
|
+
"offset": 64876,
|
|
11730
12094
|
"length": 5,
|
|
11731
12095
|
"value": "700.0"
|
|
11732
12096
|
},
|
|
11733
12097
|
{
|
|
11734
12098
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11735
12099
|
"kind": "FloatLiteral",
|
|
11736
|
-
"offset":
|
|
12100
|
+
"offset": 64930,
|
|
11737
12101
|
"length": 5,
|
|
11738
12102
|
"value": "700.0"
|
|
11739
12103
|
},
|
|
11740
12104
|
{
|
|
11741
12105
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11742
12106
|
"kind": "FloatLiteral",
|
|
11743
|
-
"offset":
|
|
12107
|
+
"offset": 64944,
|
|
11744
12108
|
"length": 4,
|
|
11745
12109
|
"value": "10.0"
|
|
11746
12110
|
},
|
|
11747
12111
|
{
|
|
11748
12112
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11749
12113
|
"kind": "FloatLiteral",
|
|
11750
|
-
"offset":
|
|
12114
|
+
"offset": 64956,
|
|
11751
12115
|
"length": 6,
|
|
11752
12116
|
"value": "2595.0"
|
|
11753
12117
|
},
|
|
11754
12118
|
{
|
|
11755
12119
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11756
12120
|
"kind": "FloatLiteral",
|
|
11757
|
-
"offset":
|
|
12121
|
+
"offset": 64966,
|
|
11758
12122
|
"length": 3,
|
|
11759
12123
|
"value": "1.0"
|
|
11760
12124
|
},
|
|
11761
12125
|
{
|
|
11762
12126
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11763
12127
|
"kind": "IntegerLiteral",
|
|
11764
|
-
"offset":
|
|
12128
|
+
"offset": 65059,
|
|
11765
12129
|
"length": 1,
|
|
11766
12130
|
"value": "0"
|
|
11767
12131
|
},
|
|
11768
12132
|
{
|
|
11769
12133
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11770
12134
|
"kind": "IntegerLiteral",
|
|
11771
|
-
"offset":
|
|
12135
|
+
"offset": 65070,
|
|
11772
12136
|
"length": 1,
|
|
11773
12137
|
"value": "2"
|
|
11774
12138
|
},
|
|
11775
12139
|
{
|
|
11776
12140
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11777
12141
|
"kind": "IntegerLiteral",
|
|
11778
|
-
"offset":
|
|
12142
|
+
"offset": 65139,
|
|
11779
12143
|
"length": 1,
|
|
11780
12144
|
"value": "1"
|
|
11781
12145
|
},
|
|
11782
12146
|
{
|
|
11783
12147
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11784
12148
|
"kind": "IntegerLiteral",
|
|
11785
|
-
"offset":
|
|
12149
|
+
"offset": 65252,
|
|
11786
12150
|
"length": 1,
|
|
11787
12151
|
"value": "0"
|
|
11788
12152
|
},
|
|
11789
12153
|
{
|
|
11790
12154
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11791
12155
|
"kind": "IntegerLiteral",
|
|
11792
|
-
"offset":
|
|
12156
|
+
"offset": 65323,
|
|
11793
12157
|
"length": 1,
|
|
11794
12158
|
"value": "1"
|
|
11795
12159
|
},
|
|
11796
12160
|
{
|
|
11797
12161
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11798
12162
|
"kind": "FloatLiteral",
|
|
11799
|
-
"offset":
|
|
12163
|
+
"offset": 65342,
|
|
11800
12164
|
"length": 3,
|
|
11801
12165
|
"value": "2.0"
|
|
11802
12166
|
},
|
|
11803
12167
|
{
|
|
11804
12168
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11805
12169
|
"kind": "IntegerLiteral",
|
|
11806
|
-
"offset":
|
|
12170
|
+
"offset": 65394,
|
|
11807
12171
|
"length": 1,
|
|
11808
12172
|
"value": "0"
|
|
11809
12173
|
},
|
|
11810
12174
|
{
|
|
11811
12175
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11812
12176
|
"kind": "IntegerLiteral",
|
|
11813
|
-
"offset":
|
|
12177
|
+
"offset": 65439,
|
|
11814
12178
|
"length": 1,
|
|
11815
12179
|
"value": "0"
|
|
11816
12180
|
},
|
|
11817
12181
|
{
|
|
11818
12182
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11819
12183
|
"kind": "IntegerLiteral",
|
|
11820
|
-
"offset":
|
|
12184
|
+
"offset": 65504,
|
|
11821
12185
|
"length": 1,
|
|
11822
12186
|
"value": "1"
|
|
11823
12187
|
},
|
|
11824
12188
|
{
|
|
11825
12189
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11826
12190
|
"kind": "IntegerLiteral",
|
|
11827
|
-
"offset":
|
|
12191
|
+
"offset": 65533,
|
|
11828
12192
|
"length": 1,
|
|
11829
12193
|
"value": "2"
|
|
11830
12194
|
},
|
|
11831
12195
|
{
|
|
11832
12196
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11833
12197
|
"kind": "IntegerLiteral",
|
|
11834
|
-
"offset":
|
|
12198
|
+
"offset": 65558,
|
|
11835
12199
|
"length": 1,
|
|
11836
12200
|
"value": "0"
|
|
11837
12201
|
},
|
|
11838
12202
|
{
|
|
11839
12203
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11840
12204
|
"kind": "FloatLiteral",
|
|
11841
|
-
"offset":
|
|
12205
|
+
"offset": 65656,
|
|
11842
12206
|
"length": 4,
|
|
11843
12207
|
"value": "1e-6"
|
|
11844
12208
|
},
|
|
11845
12209
|
{
|
|
11846
12210
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11847
12211
|
"kind": "FloatLiteral",
|
|
11848
|
-
"offset":
|
|
12212
|
+
"offset": 65714,
|
|
11849
12213
|
"length": 4,
|
|
11850
12214
|
"value": "1e-6"
|
|
11851
12215
|
},
|
|
11852
12216
|
{
|
|
11853
12217
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11854
12218
|
"kind": "FloatLiteral",
|
|
11855
|
-
"offset":
|
|
12219
|
+
"offset": 65760,
|
|
11856
12220
|
"length": 3,
|
|
11857
12221
|
"value": "0.0"
|
|
11858
12222
|
},
|
|
11859
12223
|
{
|
|
11860
12224
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11861
12225
|
"kind": "StringLiteral",
|
|
11862
|
-
"offset":
|
|
12226
|
+
"offset": 66162,
|
|
11863
12227
|
"length": 6,
|
|
11864
12228
|
"value": "\"ONNX\""
|
|
11865
12229
|
},
|
|
@@ -11940,94 +12304,101 @@
|
|
|
11940
12304
|
"length": 5,
|
|
11941
12305
|
"value": "false"
|
|
11942
12306
|
},
|
|
12307
|
+
{
|
|
12308
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12309
|
+
"kind": "BooleanLiteral",
|
|
12310
|
+
"offset": 4206,
|
|
12311
|
+
"length": 5,
|
|
12312
|
+
"value": "false"
|
|
12313
|
+
},
|
|
11943
12314
|
{
|
|
11944
12315
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11945
12316
|
"kind": "IntegerLiteral",
|
|
11946
|
-
"offset":
|
|
12317
|
+
"offset": 4622,
|
|
11947
12318
|
"length": 1,
|
|
11948
12319
|
"value": "0"
|
|
11949
12320
|
},
|
|
11950
12321
|
{
|
|
11951
12322
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11952
12323
|
"kind": "FloatLiteral",
|
|
11953
|
-
"offset":
|
|
12324
|
+
"offset": 4672,
|
|
11954
12325
|
"length": 3,
|
|
11955
12326
|
"value": "2.0"
|
|
11956
12327
|
},
|
|
11957
12328
|
{
|
|
11958
12329
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11959
12330
|
"kind": "IntegerLiteral",
|
|
11960
|
-
"offset":
|
|
12331
|
+
"offset": 4721,
|
|
11961
12332
|
"length": 1,
|
|
11962
12333
|
"value": "5"
|
|
11963
12334
|
},
|
|
11964
12335
|
{
|
|
11965
12336
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11966
12337
|
"kind": "IntegerLiteral",
|
|
11967
|
-
"offset":
|
|
12338
|
+
"offset": 4757,
|
|
11968
12339
|
"length": 1,
|
|
11969
12340
|
"value": "0"
|
|
11970
12341
|
},
|
|
11971
12342
|
{
|
|
11972
12343
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11973
12344
|
"kind": "FloatLiteral",
|
|
11974
|
-
"offset":
|
|
12345
|
+
"offset": 4797,
|
|
11975
12346
|
"length": 3,
|
|
11976
12347
|
"value": "2.0"
|
|
11977
12348
|
},
|
|
11978
12349
|
{
|
|
11979
12350
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11980
12351
|
"kind": "BooleanLiteral",
|
|
11981
|
-
"offset":
|
|
12352
|
+
"offset": 35047,
|
|
11982
12353
|
"length": 4,
|
|
11983
12354
|
"value": "true"
|
|
11984
12355
|
},
|
|
11985
12356
|
{
|
|
11986
12357
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11987
12358
|
"kind": "BooleanLiteral",
|
|
11988
|
-
"offset":
|
|
12359
|
+
"offset": 35105,
|
|
11989
12360
|
"length": 5,
|
|
11990
12361
|
"value": "false"
|
|
11991
12362
|
},
|
|
11992
12363
|
{
|
|
11993
12364
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
11994
12365
|
"kind": "BooleanLiteral",
|
|
11995
|
-
"offset":
|
|
12366
|
+
"offset": 35167,
|
|
11996
12367
|
"length": 4,
|
|
11997
12368
|
"value": "true"
|
|
11998
12369
|
},
|
|
11999
12370
|
{
|
|
12000
12371
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12001
12372
|
"kind": "BooleanLiteral",
|
|
12002
|
-
"offset":
|
|
12373
|
+
"offset": 35231,
|
|
12003
12374
|
"length": 4,
|
|
12004
12375
|
"value": "true"
|
|
12005
12376
|
},
|
|
12006
12377
|
{
|
|
12007
12378
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12008
12379
|
"kind": "BooleanLiteral",
|
|
12009
|
-
"offset":
|
|
12380
|
+
"offset": 48693,
|
|
12010
12381
|
"length": 4,
|
|
12011
12382
|
"value": "true"
|
|
12012
12383
|
},
|
|
12013
12384
|
{
|
|
12014
12385
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12015
12386
|
"kind": "BooleanLiteral",
|
|
12016
|
-
"offset":
|
|
12387
|
+
"offset": 48751,
|
|
12017
12388
|
"length": 5,
|
|
12018
12389
|
"value": "false"
|
|
12019
12390
|
},
|
|
12020
12391
|
{
|
|
12021
12392
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12022
12393
|
"kind": "BooleanLiteral",
|
|
12023
|
-
"offset":
|
|
12394
|
+
"offset": 48813,
|
|
12024
12395
|
"length": 4,
|
|
12025
12396
|
"value": "true"
|
|
12026
12397
|
},
|
|
12027
12398
|
{
|
|
12028
12399
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
12029
12400
|
"kind": "BooleanLiteral",
|
|
12030
|
-
"offset":
|
|
12401
|
+
"offset": 48877,
|
|
12031
12402
|
"length": 4,
|
|
12032
12403
|
"value": "true"
|
|
12033
12404
|
},
|
|
@@ -12108,577 +12479,640 @@
|
|
|
12108
12479
|
"length": 5,
|
|
12109
12480
|
"value": "false"
|
|
12110
12481
|
},
|
|
12482
|
+
{
|
|
12483
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12484
|
+
"kind": "BooleanLiteral",
|
|
12485
|
+
"offset": 7393,
|
|
12486
|
+
"length": 5,
|
|
12487
|
+
"value": "false"
|
|
12488
|
+
},
|
|
12489
|
+
{
|
|
12490
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12491
|
+
"kind": "BooleanLiteral",
|
|
12492
|
+
"offset": 7439,
|
|
12493
|
+
"length": 5,
|
|
12494
|
+
"value": "false"
|
|
12495
|
+
},
|
|
12111
12496
|
{
|
|
12112
12497
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12113
12498
|
"kind": "IntegerLiteral",
|
|
12114
|
-
"offset":
|
|
12499
|
+
"offset": 7594,
|
|
12115
12500
|
"length": 1,
|
|
12116
12501
|
"value": "0"
|
|
12117
12502
|
},
|
|
12118
12503
|
{
|
|
12119
12504
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12120
12505
|
"kind": "IntegerLiteral",
|
|
12121
|
-
"offset":
|
|
12506
|
+
"offset": 7735,
|
|
12122
12507
|
"length": 2,
|
|
12123
12508
|
"value": "10"
|
|
12124
12509
|
},
|
|
12125
12510
|
{
|
|
12126
12511
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12127
12512
|
"kind": "IntegerLiteral",
|
|
12128
|
-
"offset":
|
|
12513
|
+
"offset": 7740,
|
|
12129
12514
|
"length": 2,
|
|
12130
12515
|
"value": "97"
|
|
12131
12516
|
},
|
|
12132
12517
|
{
|
|
12133
12518
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12134
12519
|
"kind": "Array",
|
|
12135
|
-
"offset":
|
|
12520
|
+
"offset": 7997,
|
|
12136
12521
|
"length": 2,
|
|
12137
12522
|
"value": "[]"
|
|
12138
12523
|
},
|
|
12139
12524
|
{
|
|
12140
12525
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12141
12526
|
"kind": "IntegerLiteral",
|
|
12142
|
-
"offset":
|
|
12527
|
+
"offset": 8038,
|
|
12143
12528
|
"length": 3,
|
|
12144
12529
|
"value": "120"
|
|
12145
12530
|
},
|
|
12146
12531
|
{
|
|
12147
12532
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12148
12533
|
"kind": "Array",
|
|
12149
|
-
"offset":
|
|
12534
|
+
"offset": 8082,
|
|
12150
12535
|
"length": 2,
|
|
12151
12536
|
"value": "[]"
|
|
12152
12537
|
},
|
|
12153
12538
|
{
|
|
12154
12539
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12155
12540
|
"kind": "BooleanLiteral",
|
|
12156
|
-
"offset":
|
|
12541
|
+
"offset": 8114,
|
|
12157
12542
|
"length": 5,
|
|
12158
12543
|
"value": "false"
|
|
12159
12544
|
},
|
|
12160
12545
|
{
|
|
12161
12546
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12162
12547
|
"kind": "Array",
|
|
12163
|
-
"offset":
|
|
12548
|
+
"offset": 8162,
|
|
12164
12549
|
"length": 2,
|
|
12165
12550
|
"value": "[]"
|
|
12166
12551
|
},
|
|
12167
12552
|
{
|
|
12168
12553
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12169
12554
|
"kind": "Array",
|
|
12170
|
-
"offset":
|
|
12555
|
+
"offset": 8215,
|
|
12171
12556
|
"length": 2,
|
|
12172
12557
|
"value": "[]"
|
|
12173
12558
|
},
|
|
12174
12559
|
{
|
|
12175
12560
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12176
12561
|
"kind": "Array",
|
|
12177
|
-
"offset":
|
|
12562
|
+
"offset": 8302,
|
|
12178
12563
|
"length": 2,
|
|
12179
12564
|
"value": "[]"
|
|
12180
12565
|
},
|
|
12181
12566
|
{
|
|
12182
12567
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12183
12568
|
"kind": "IntegerLiteral",
|
|
12184
|
-
"offset":
|
|
12569
|
+
"offset": 8627,
|
|
12185
12570
|
"length": 1,
|
|
12186
12571
|
"value": "0"
|
|
12187
12572
|
},
|
|
12188
12573
|
{
|
|
12189
12574
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12190
12575
|
"kind": "Array",
|
|
12191
|
-
"offset":
|
|
12576
|
+
"offset": 8675,
|
|
12192
12577
|
"length": 2,
|
|
12193
12578
|
"value": "[]"
|
|
12194
12579
|
},
|
|
12195
12580
|
{
|
|
12196
12581
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12197
12582
|
"kind": "Array",
|
|
12198
|
-
"offset":
|
|
12583
|
+
"offset": 8723,
|
|
12199
12584
|
"length": 2,
|
|
12200
12585
|
"value": "[]"
|
|
12201
12586
|
},
|
|
12202
12587
|
{
|
|
12203
12588
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12204
12589
|
"kind": "FloatLiteral",
|
|
12205
|
-
"offset":
|
|
12590
|
+
"offset": 8784,
|
|
12206
12591
|
"length": 4,
|
|
12207
12592
|
"value": "0.45"
|
|
12208
12593
|
},
|
|
12209
12594
|
{
|
|
12210
12595
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12211
12596
|
"kind": "IntegerLiteral",
|
|
12212
|
-
"offset":
|
|
12597
|
+
"offset": 8821,
|
|
12213
12598
|
"length": 1,
|
|
12214
12599
|
"value": "0"
|
|
12215
12600
|
},
|
|
12216
12601
|
{
|
|
12217
12602
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12218
12603
|
"kind": "BooleanLiteral",
|
|
12219
|
-
"offset":
|
|
12604
|
+
"offset": 9979,
|
|
12220
12605
|
"length": 5,
|
|
12221
12606
|
"value": "false"
|
|
12222
12607
|
},
|
|
12223
12608
|
{
|
|
12224
12609
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12225
12610
|
"kind": "BooleanLiteral",
|
|
12226
|
-
"offset":
|
|
12611
|
+
"offset": 29208,
|
|
12227
12612
|
"length": 4,
|
|
12228
12613
|
"value": "true"
|
|
12229
12614
|
},
|
|
12230
12615
|
{
|
|
12231
12616
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12232
12617
|
"kind": "BooleanLiteral",
|
|
12233
|
-
"offset":
|
|
12618
|
+
"offset": 29266,
|
|
12234
12619
|
"length": 5,
|
|
12235
12620
|
"value": "false"
|
|
12236
12621
|
},
|
|
12237
12622
|
{
|
|
12238
12623
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12239
12624
|
"kind": "BooleanLiteral",
|
|
12240
|
-
"offset":
|
|
12625
|
+
"offset": 29328,
|
|
12241
12626
|
"length": 4,
|
|
12242
12627
|
"value": "true"
|
|
12243
12628
|
},
|
|
12244
12629
|
{
|
|
12245
12630
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12246
12631
|
"kind": "BooleanLiteral",
|
|
12247
|
-
"offset":
|
|
12632
|
+
"offset": 29392,
|
|
12248
12633
|
"length": 4,
|
|
12249
12634
|
"value": "true"
|
|
12250
12635
|
},
|
|
12636
|
+
{
|
|
12637
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12638
|
+
"kind": "BooleanLiteral",
|
|
12639
|
+
"offset": 31252,
|
|
12640
|
+
"length": 5,
|
|
12641
|
+
"value": "false"
|
|
12642
|
+
},
|
|
12251
12643
|
{
|
|
12252
12644
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12253
12645
|
"kind": "IntegerLiteral",
|
|
12254
|
-
"offset":
|
|
12646
|
+
"offset": 34450,
|
|
12255
12647
|
"length": 1,
|
|
12256
12648
|
"value": "1"
|
|
12257
12649
|
},
|
|
12258
12650
|
{
|
|
12259
12651
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12260
12652
|
"kind": "IntegerLiteral",
|
|
12261
|
-
"offset":
|
|
12653
|
+
"offset": 34930,
|
|
12262
12654
|
"length": 1,
|
|
12263
12655
|
"value": "0"
|
|
12264
12656
|
},
|
|
12265
12657
|
{
|
|
12266
12658
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12267
12659
|
"kind": "StringLiteral",
|
|
12268
|
-
"offset":
|
|
12660
|
+
"offset": 34975,
|
|
12269
12661
|
"length": 12,
|
|
12270
12662
|
"value": "\"ORTSession\""
|
|
12271
12663
|
},
|
|
12272
12664
|
{
|
|
12273
12665
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12274
12666
|
"kind": "IntegerLiteral",
|
|
12275
|
-
"offset":
|
|
12667
|
+
"offset": 34995,
|
|
12276
12668
|
"length": 1,
|
|
12277
12669
|
"value": "1"
|
|
12278
12670
|
},
|
|
12279
12671
|
{
|
|
12280
12672
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12281
12673
|
"kind": "StringLiteral",
|
|
12282
|
-
"offset":
|
|
12674
|
+
"offset": 35036,
|
|
12283
12675
|
"length": 34,
|
|
12284
12676
|
"value": "\"Failed to retrieve output values\""
|
|
12285
12677
|
},
|
|
12286
12678
|
{
|
|
12287
12679
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12288
12680
|
"kind": "IntegerLiteral",
|
|
12289
|
-
"offset":
|
|
12681
|
+
"offset": 35568,
|
|
12290
12682
|
"length": 2,
|
|
12291
12683
|
"value": "32"
|
|
12292
12684
|
},
|
|
12293
12685
|
{
|
|
12294
12686
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12295
12687
|
"kind": "IntegerLiteral",
|
|
12296
|
-
"offset":
|
|
12688
|
+
"offset": 35783,
|
|
12297
12689
|
"length": 1,
|
|
12298
12690
|
"value": "1"
|
|
12299
12691
|
},
|
|
12300
12692
|
{
|
|
12301
12693
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12302
12694
|
"kind": "IntegerLiteral",
|
|
12303
|
-
"offset":
|
|
12695
|
+
"offset": 35792,
|
|
12304
12696
|
"length": 1,
|
|
12305
12697
|
"value": "1"
|
|
12306
12698
|
},
|
|
12307
12699
|
{
|
|
12308
12700
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12309
12701
|
"kind": "IntegerLiteral",
|
|
12310
|
-
"offset":
|
|
12702
|
+
"offset": 35810,
|
|
12311
12703
|
"length": 2,
|
|
12312
12704
|
"value": "32"
|
|
12313
12705
|
},
|
|
12314
12706
|
{
|
|
12315
12707
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12316
12708
|
"kind": "IntegerLiteral",
|
|
12317
|
-
"offset":
|
|
12709
|
+
"offset": 35868,
|
|
12318
12710
|
"length": 1,
|
|
12319
12711
|
"value": "0"
|
|
12320
12712
|
},
|
|
12321
12713
|
{
|
|
12322
12714
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12323
12715
|
"kind": "IntegerLiteral",
|
|
12324
|
-
"offset":
|
|
12716
|
+
"offset": 35888,
|
|
12325
12717
|
"length": 1,
|
|
12326
12718
|
"value": "0"
|
|
12327
12719
|
},
|
|
12328
12720
|
{
|
|
12329
12721
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12330
12722
|
"kind": "IntegerLiteral",
|
|
12331
|
-
"offset":
|
|
12723
|
+
"offset": 35899,
|
|
12332
12724
|
"length": 1,
|
|
12333
12725
|
"value": "0"
|
|
12334
12726
|
},
|
|
12335
12727
|
{
|
|
12336
12728
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12337
12729
|
"kind": "IntegerLiteral",
|
|
12338
|
-
"offset":
|
|
12730
|
+
"offset": 35920,
|
|
12339
12731
|
"length": 1,
|
|
12340
12732
|
"value": "0"
|
|
12341
12733
|
},
|
|
12342
12734
|
{
|
|
12343
12735
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12344
12736
|
"kind": "IntegerLiteral",
|
|
12345
|
-
"offset":
|
|
12737
|
+
"offset": 35940,
|
|
12346
12738
|
"length": 1,
|
|
12347
12739
|
"value": "0"
|
|
12348
12740
|
},
|
|
12349
12741
|
{
|
|
12350
12742
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12351
12743
|
"kind": "IntegerLiteral",
|
|
12352
|
-
"offset":
|
|
12744
|
+
"offset": 35943,
|
|
12353
12745
|
"length": 1,
|
|
12354
12746
|
"value": "0"
|
|
12355
12747
|
},
|
|
12356
12748
|
{
|
|
12357
12749
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12358
12750
|
"kind": "IntegerLiteral",
|
|
12359
|
-
"offset":
|
|
12751
|
+
"offset": 35954,
|
|
12360
12752
|
"length": 1,
|
|
12361
12753
|
"value": "0"
|
|
12362
12754
|
},
|
|
12363
12755
|
{
|
|
12364
12756
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12365
12757
|
"kind": "IntegerLiteral",
|
|
12366
|
-
"offset":
|
|
12758
|
+
"offset": 35975,
|
|
12367
12759
|
"length": 1,
|
|
12368
12760
|
"value": "0"
|
|
12369
12761
|
},
|
|
12370
12762
|
{
|
|
12371
12763
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12372
12764
|
"kind": "IntegerLiteral",
|
|
12373
|
-
"offset":
|
|
12765
|
+
"offset": 35995,
|
|
12374
12766
|
"length": 1,
|
|
12375
12767
|
"value": "0"
|
|
12376
12768
|
},
|
|
12377
12769
|
{
|
|
12378
12770
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12379
12771
|
"kind": "IntegerLiteral",
|
|
12380
|
-
"offset":
|
|
12772
|
+
"offset": 35998,
|
|
12381
12773
|
"length": 1,
|
|
12382
12774
|
"value": "0"
|
|
12383
12775
|
},
|
|
12384
12776
|
{
|
|
12385
12777
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12386
12778
|
"kind": "IntegerLiteral",
|
|
12387
|
-
"offset":
|
|
12779
|
+
"offset": 36001,
|
|
12388
12780
|
"length": 1,
|
|
12389
12781
|
"value": "0"
|
|
12390
12782
|
},
|
|
12391
12783
|
{
|
|
12392
12784
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12393
12785
|
"kind": "IntegerLiteral",
|
|
12394
|
-
"offset":
|
|
12786
|
+
"offset": 36012,
|
|
12395
12787
|
"length": 1,
|
|
12396
12788
|
"value": "0"
|
|
12397
12789
|
},
|
|
12398
12790
|
{
|
|
12399
12791
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12400
12792
|
"kind": "IntegerLiteral",
|
|
12401
|
-
"offset":
|
|
12793
|
+
"offset": 36393,
|
|
12402
12794
|
"length": 2,
|
|
12403
12795
|
"value": "10"
|
|
12404
12796
|
},
|
|
12405
12797
|
{
|
|
12406
12798
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12407
12799
|
"kind": "IntegerLiteral",
|
|
12408
|
-
"offset":
|
|
12800
|
+
"offset": 36398,
|
|
12409
12801
|
"length": 1,
|
|
12410
12802
|
"value": "2"
|
|
12411
12803
|
},
|
|
12412
12804
|
{
|
|
12413
12805
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12414
12806
|
"kind": "BooleanLiteral",
|
|
12415
|
-
"offset":
|
|
12807
|
+
"offset": 1367,
|
|
12416
12808
|
"length": 5,
|
|
12417
12809
|
"value": "false"
|
|
12418
12810
|
},
|
|
12419
12811
|
{
|
|
12420
12812
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12421
12813
|
"kind": "StringLiteral",
|
|
12422
|
-
"offset":
|
|
12814
|
+
"offset": 1472,
|
|
12423
12815
|
"length": 29,
|
|
12424
12816
|
"value": "\"AudioProcessorFromVADOrFile\""
|
|
12425
12817
|
},
|
|
12426
12818
|
{
|
|
12427
12819
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12428
12820
|
"kind": "StringLiteral",
|
|
12429
|
-
"offset":
|
|
12821
|
+
"offset": 2142,
|
|
12430
12822
|
"length": 17,
|
|
12431
12823
|
"value": "\"silero_vad.onnx\""
|
|
12432
12824
|
},
|
|
12433
12825
|
{
|
|
12434
12826
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12435
12827
|
"kind": "BooleanLiteral",
|
|
12436
|
-
"offset":
|
|
12828
|
+
"offset": 2232,
|
|
12437
12829
|
"length": 5,
|
|
12438
12830
|
"value": "false"
|
|
12439
12831
|
},
|
|
12440
12832
|
{
|
|
12441
12833
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12442
12834
|
"kind": "FloatLiteral",
|
|
12443
|
-
"offset":
|
|
12835
|
+
"offset": 2274,
|
|
12444
12836
|
"length": 3,
|
|
12445
12837
|
"value": "0.8"
|
|
12446
12838
|
},
|
|
12447
12839
|
{
|
|
12448
12840
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12449
12841
|
"kind": "FloatLiteral",
|
|
12450
|
-
"offset":
|
|
12842
|
+
"offset": 2353,
|
|
12451
12843
|
"length": 3,
|
|
12452
12844
|
"value": "0.8"
|
|
12453
12845
|
},
|
|
12454
12846
|
{
|
|
12455
12847
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12456
12848
|
"kind": "FloatLiteral",
|
|
12457
|
-
"offset":
|
|
12849
|
+
"offset": 2443,
|
|
12458
12850
|
"length": 3,
|
|
12459
12851
|
"value": "0.0"
|
|
12460
12852
|
},
|
|
12461
12853
|
{
|
|
12462
12854
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12463
12855
|
"kind": "FloatLiteral",
|
|
12464
|
-
"offset":
|
|
12856
|
+
"offset": 2538,
|
|
12465
12857
|
"length": 4,
|
|
12466
12858
|
"value": "0.45"
|
|
12467
12859
|
},
|
|
12468
12860
|
{
|
|
12469
12861
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12470
12862
|
"kind": "FloatLiteral",
|
|
12471
|
-
"offset":
|
|
12863
|
+
"offset": 2586,
|
|
12472
12864
|
"length": 5,
|
|
12473
12865
|
"value": "0.225"
|
|
12474
12866
|
},
|
|
12475
12867
|
{
|
|
12476
12868
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12477
12869
|
"kind": "FloatLiteral",
|
|
12478
|
-
"offset":
|
|
12870
|
+
"offset": 2650,
|
|
12479
12871
|
"length": 3,
|
|
12480
12872
|
"value": "0.0"
|
|
12481
12873
|
},
|
|
12482
12874
|
{
|
|
12483
12875
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12484
12876
|
"kind": "IntegerLiteral",
|
|
12485
|
-
"offset":
|
|
12877
|
+
"offset": 2685,
|
|
12486
12878
|
"length": 4,
|
|
12487
12879
|
"value": "1000"
|
|
12488
12880
|
},
|
|
12881
|
+
{
|
|
12882
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12883
|
+
"kind": "BooleanLiteral",
|
|
12884
|
+
"offset": 3216,
|
|
12885
|
+
"length": 5,
|
|
12886
|
+
"value": "false"
|
|
12887
|
+
},
|
|
12888
|
+
{
|
|
12889
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12890
|
+
"kind": "BooleanLiteral",
|
|
12891
|
+
"offset": 3256,
|
|
12892
|
+
"length": 5,
|
|
12893
|
+
"value": "false"
|
|
12894
|
+
},
|
|
12895
|
+
{
|
|
12896
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12897
|
+
"kind": "BooleanLiteral",
|
|
12898
|
+
"offset": 3311,
|
|
12899
|
+
"length": 4,
|
|
12900
|
+
"value": "true"
|
|
12901
|
+
},
|
|
12902
|
+
{
|
|
12903
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12904
|
+
"kind": "BooleanLiteral",
|
|
12905
|
+
"offset": 3355,
|
|
12906
|
+
"length": 5,
|
|
12907
|
+
"value": "false"
|
|
12908
|
+
},
|
|
12909
|
+
{
|
|
12910
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12911
|
+
"kind": "BooleanLiteral",
|
|
12912
|
+
"offset": 3403,
|
|
12913
|
+
"length": 4,
|
|
12914
|
+
"value": "true"
|
|
12915
|
+
},
|
|
12916
|
+
{
|
|
12917
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12918
|
+
"kind": "BooleanLiteral",
|
|
12919
|
+
"offset": 3453,
|
|
12920
|
+
"length": 4,
|
|
12921
|
+
"value": "true"
|
|
12922
|
+
},
|
|
12489
12923
|
{
|
|
12490
12924
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12491
12925
|
"kind": "IntegerLiteral",
|
|
12492
|
-
"offset":
|
|
12926
|
+
"offset": 3507,
|
|
12493
12927
|
"length": 1,
|
|
12494
12928
|
"value": "0"
|
|
12495
12929
|
},
|
|
12496
12930
|
{
|
|
12497
12931
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12498
12932
|
"kind": "IntegerLiteral",
|
|
12499
|
-
"offset":
|
|
12933
|
+
"offset": 3554,
|
|
12500
12934
|
"length": 4,
|
|
12501
12935
|
"value": "1000"
|
|
12502
12936
|
},
|
|
12503
12937
|
{
|
|
12504
12938
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12505
12939
|
"kind": "IntegerLiteral",
|
|
12506
|
-
"offset":
|
|
12940
|
+
"offset": 3606,
|
|
12507
12941
|
"length": 3,
|
|
12508
12942
|
"value": "200"
|
|
12509
12943
|
},
|
|
12510
12944
|
{
|
|
12511
12945
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12512
12946
|
"kind": "Array",
|
|
12513
|
-
"offset":
|
|
12947
|
+
"offset": 3650,
|
|
12514
12948
|
"length": 2,
|
|
12515
12949
|
"value": "[]"
|
|
12516
12950
|
},
|
|
12517
12951
|
{
|
|
12518
12952
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12519
12953
|
"kind": "Array",
|
|
12520
|
-
"offset":
|
|
12954
|
+
"offset": 3701,
|
|
12521
12955
|
"length": 2,
|
|
12522
12956
|
"value": "[]"
|
|
12523
12957
|
},
|
|
12524
12958
|
{
|
|
12525
12959
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12526
12960
|
"kind": "IntegerLiteral",
|
|
12527
|
-
"offset":
|
|
12961
|
+
"offset": 3749,
|
|
12528
12962
|
"length": 1,
|
|
12529
12963
|
"value": "5"
|
|
12530
12964
|
},
|
|
12531
12965
|
{
|
|
12532
12966
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12533
12967
|
"kind": "BooleanLiteral",
|
|
12534
|
-
"offset":
|
|
12968
|
+
"offset": 6513,
|
|
12535
12969
|
"length": 4,
|
|
12536
12970
|
"value": "true"
|
|
12537
12971
|
},
|
|
12538
12972
|
{
|
|
12539
12973
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12540
12974
|
"kind": "BooleanLiteral",
|
|
12541
|
-
"offset":
|
|
12975
|
+
"offset": 6571,
|
|
12542
12976
|
"length": 5,
|
|
12543
12977
|
"value": "false"
|
|
12544
12978
|
},
|
|
12545
12979
|
{
|
|
12546
12980
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12547
12981
|
"kind": "BooleanLiteral",
|
|
12548
|
-
"offset":
|
|
12982
|
+
"offset": 6633,
|
|
12549
12983
|
"length": 4,
|
|
12550
12984
|
"value": "true"
|
|
12551
12985
|
},
|
|
12552
12986
|
{
|
|
12553
12987
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12554
12988
|
"kind": "BooleanLiteral",
|
|
12555
|
-
"offset":
|
|
12989
|
+
"offset": 6697,
|
|
12556
12990
|
"length": 4,
|
|
12557
12991
|
"value": "true"
|
|
12558
12992
|
},
|
|
12559
12993
|
{
|
|
12560
12994
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12561
12995
|
"kind": "FloatLiteral",
|
|
12562
|
-
"offset":
|
|
12996
|
+
"offset": 34399,
|
|
12563
12997
|
"length": 3,
|
|
12564
12998
|
"value": "0.1"
|
|
12565
12999
|
},
|
|
12566
13000
|
{
|
|
12567
13001
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12568
13002
|
"kind": "IntegerLiteral",
|
|
12569
|
-
"offset":
|
|
13003
|
+
"offset": 34430,
|
|
12570
13004
|
"length": 1,
|
|
12571
13005
|
"value": "5"
|
|
12572
13006
|
},
|
|
12573
13007
|
{
|
|
12574
13008
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12575
13009
|
"kind": "FloatLiteral",
|
|
12576
|
-
"offset":
|
|
13010
|
+
"offset": 36560,
|
|
12577
13011
|
"length": 3,
|
|
12578
13012
|
"value": "0.1"
|
|
12579
13013
|
},
|
|
12580
13014
|
{
|
|
12581
13015
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12582
13016
|
"kind": "IntegerLiteral",
|
|
12583
|
-
"offset":
|
|
13017
|
+
"offset": 36583,
|
|
12584
13018
|
"length": 1,
|
|
12585
13019
|
"value": "5"
|
|
12586
13020
|
},
|
|
12587
13021
|
{
|
|
12588
13022
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12589
13023
|
"kind": "BooleanLiteral",
|
|
12590
|
-
"offset":
|
|
13024
|
+
"offset": 39525,
|
|
12591
13025
|
"length": 4,
|
|
12592
13026
|
"value": "true"
|
|
12593
13027
|
},
|
|
12594
13028
|
{
|
|
12595
13029
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12596
13030
|
"kind": "BooleanLiteral",
|
|
12597
|
-
"offset":
|
|
13031
|
+
"offset": 39583,
|
|
12598
13032
|
"length": 5,
|
|
12599
13033
|
"value": "false"
|
|
12600
13034
|
},
|
|
12601
13035
|
{
|
|
12602
13036
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12603
13037
|
"kind": "BooleanLiteral",
|
|
12604
|
-
"offset":
|
|
13038
|
+
"offset": 39645,
|
|
12605
13039
|
"length": 4,
|
|
12606
13040
|
"value": "true"
|
|
12607
13041
|
},
|
|
12608
13042
|
{
|
|
12609
13043
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12610
13044
|
"kind": "BooleanLiteral",
|
|
12611
|
-
"offset":
|
|
13045
|
+
"offset": 39709,
|
|
12612
13046
|
"length": 4,
|
|
12613
13047
|
"value": "true"
|
|
12614
13048
|
},
|
|
12615
13049
|
{
|
|
12616
13050
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12617
13051
|
"kind": "BooleanLiteral",
|
|
12618
|
-
"offset":
|
|
13052
|
+
"offset": 45300,
|
|
12619
13053
|
"length": 5,
|
|
12620
13054
|
"value": "false"
|
|
12621
13055
|
},
|
|
12622
13056
|
{
|
|
12623
13057
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12624
13058
|
"kind": "BooleanLiteral",
|
|
12625
|
-
"offset":
|
|
13059
|
+
"offset": 45344,
|
|
12626
13060
|
"length": 4,
|
|
12627
13061
|
"value": "true"
|
|
12628
13062
|
},
|
|
12629
13063
|
{
|
|
12630
13064
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12631
13065
|
"kind": "BooleanLiteral",
|
|
12632
|
-
"offset":
|
|
13066
|
+
"offset": 45377,
|
|
12633
13067
|
"length": 5,
|
|
12634
13068
|
"value": "false"
|
|
12635
13069
|
},
|
|
12636
13070
|
{
|
|
12637
13071
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12638
13072
|
"kind": "BooleanLiteral",
|
|
12639
|
-
"offset":
|
|
13073
|
+
"offset": 45414,
|
|
12640
13074
|
"length": 4,
|
|
12641
13075
|
"value": "true"
|
|
12642
13076
|
},
|
|
12643
13077
|
{
|
|
12644
13078
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12645
13079
|
"kind": "BooleanLiteral",
|
|
12646
|
-
"offset":
|
|
13080
|
+
"offset": 45453,
|
|
12647
13081
|
"length": 4,
|
|
12648
13082
|
"value": "true"
|
|
12649
13083
|
},
|
|
12650
13084
|
{
|
|
12651
13085
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12652
13086
|
"kind": "BooleanLiteral",
|
|
12653
|
-
"offset":
|
|
13087
|
+
"offset": 47346,
|
|
12654
13088
|
"length": 5,
|
|
12655
13089
|
"value": "false"
|
|
12656
13090
|
},
|
|
12657
13091
|
{
|
|
12658
13092
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12659
13093
|
"kind": "BooleanLiteral",
|
|
12660
|
-
"offset":
|
|
13094
|
+
"offset": 47386,
|
|
12661
13095
|
"length": 4,
|
|
12662
13096
|
"value": "true"
|
|
12663
13097
|
},
|
|
12664
13098
|
{
|
|
12665
13099
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12666
13100
|
"kind": "BooleanLiteral",
|
|
12667
|
-
"offset":
|
|
13101
|
+
"offset": 47415,
|
|
12668
13102
|
"length": 5,
|
|
12669
13103
|
"value": "false"
|
|
12670
13104
|
},
|
|
12671
13105
|
{
|
|
12672
13106
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12673
13107
|
"kind": "BooleanLiteral",
|
|
12674
|
-
"offset":
|
|
13108
|
+
"offset": 47448,
|
|
12675
13109
|
"length": 4,
|
|
12676
13110
|
"value": "true"
|
|
12677
13111
|
},
|
|
12678
13112
|
{
|
|
12679
13113
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
12680
13114
|
"kind": "BooleanLiteral",
|
|
12681
|
-
"offset":
|
|
13115
|
+
"offset": 47483,
|
|
12682
13116
|
"length": 4,
|
|
12683
13117
|
"value": "true"
|
|
12684
13118
|
},
|