react-native-wakeword 1.1.64 → 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.
Files changed (23) hide show
  1. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/Info.plist +5 -5
  2. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +2 -0
  3. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  4. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +392 -101
  5. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -0
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +12 -0
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +4 -0
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +392 -101
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +12 -0
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -0
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +392 -101
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +12 -0
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -0
  15. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  16. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  17. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +27 -27
  18. package/ios/KeyWordRNBridge/KeyWordRNBridge.m +32 -1
  19. package/package.json +1 -1
  20. package/wakewords/KeyWordRNBridge.d.ts +2 -0
  21. package/wakewords/KeyWordRNBridge.js +8 -0
  22. package/wakewords/index.d.ts +1 -1
  23. 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",
@@ -7593,6 +7675,46 @@
7593
7675
  }
7594
7676
  ]
7595
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
+ },
7596
7718
  {
7597
7719
  "kind": "Var",
7598
7720
  "name": "frameLength",
@@ -8178,6 +8300,48 @@
8178
8300
  ],
8179
8301
  "throwing": true,
8180
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"
8181
8345
  }
8182
8346
  ],
8183
8347
  "declKind": "Class",
@@ -9721,6 +9885,56 @@
9721
9885
  ],
9722
9886
  "funcSelfKind": "NonMutating"
9723
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
+ },
9724
9938
  {
9725
9939
  "kind": "Function",
9726
9940
  "name": "getVoiceProps",
@@ -10886,45 +11100,52 @@
10886
11100
  "length": 5,
10887
11101
  "value": "false"
10888
11102
  },
11103
+ {
11104
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11105
+ "kind": "BooleanLiteral",
11106
+ "offset": 3711,
11107
+ "length": 5,
11108
+ "value": "false"
11109
+ },
10889
11110
  {
10890
11111
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10891
11112
  "kind": "IntegerLiteral",
10892
- "offset": 4097,
11113
+ "offset": 4138,
10893
11114
  "length": 1,
10894
11115
  "value": "0"
10895
11116
  },
10896
11117
  {
10897
11118
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10898
11119
  "kind": "FloatLiteral",
10899
- "offset": 4149,
11120
+ "offset": 4190,
10900
11121
  "length": 3,
10901
11122
  "value": "2.0"
10902
11123
  },
10903
11124
  {
10904
11125
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10905
11126
  "kind": "BooleanLiteral",
10906
- "offset": 12285,
11127
+ "offset": 12397,
10907
11128
  "length": 4,
10908
11129
  "value": "true"
10909
11130
  },
10910
11131
  {
10911
11132
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10912
11133
  "kind": "BooleanLiteral",
10913
- "offset": 12343,
11134
+ "offset": 12455,
10914
11135
  "length": 5,
10915
11136
  "value": "false"
10916
11137
  },
10917
11138
  {
10918
11139
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10919
11140
  "kind": "BooleanLiteral",
10920
- "offset": 12405,
11141
+ "offset": 12517,
10921
11142
  "length": 4,
10922
11143
  "value": "true"
10923
11144
  },
10924
11145
  {
10925
11146
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
10926
11147
  "kind": "BooleanLiteral",
10927
- "offset": 12469,
11148
+ "offset": 12581,
10928
11149
  "length": 4,
10929
11150
  "value": "true"
10930
11151
  },
@@ -12083,94 +12304,101 @@
12083
12304
  "length": 5,
12084
12305
  "value": "false"
12085
12306
  },
12307
+ {
12308
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12309
+ "kind": "BooleanLiteral",
12310
+ "offset": 4206,
12311
+ "length": 5,
12312
+ "value": "false"
12313
+ },
12086
12314
  {
12087
12315
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12088
12316
  "kind": "IntegerLiteral",
12089
- "offset": 4575,
12317
+ "offset": 4622,
12090
12318
  "length": 1,
12091
12319
  "value": "0"
12092
12320
  },
12093
12321
  {
12094
12322
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12095
12323
  "kind": "FloatLiteral",
12096
- "offset": 4625,
12324
+ "offset": 4672,
12097
12325
  "length": 3,
12098
12326
  "value": "2.0"
12099
12327
  },
12100
12328
  {
12101
12329
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12102
12330
  "kind": "IntegerLiteral",
12103
- "offset": 4674,
12331
+ "offset": 4721,
12104
12332
  "length": 1,
12105
12333
  "value": "5"
12106
12334
  },
12107
12335
  {
12108
12336
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12109
12337
  "kind": "IntegerLiteral",
12110
- "offset": 4710,
12338
+ "offset": 4757,
12111
12339
  "length": 1,
12112
12340
  "value": "0"
12113
12341
  },
12114
12342
  {
12115
12343
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12116
12344
  "kind": "FloatLiteral",
12117
- "offset": 4750,
12345
+ "offset": 4797,
12118
12346
  "length": 3,
12119
12347
  "value": "2.0"
12120
12348
  },
12121
12349
  {
12122
12350
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12123
12351
  "kind": "BooleanLiteral",
12124
- "offset": 33756,
12352
+ "offset": 35047,
12125
12353
  "length": 4,
12126
12354
  "value": "true"
12127
12355
  },
12128
12356
  {
12129
12357
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12130
12358
  "kind": "BooleanLiteral",
12131
- "offset": 33814,
12359
+ "offset": 35105,
12132
12360
  "length": 5,
12133
12361
  "value": "false"
12134
12362
  },
12135
12363
  {
12136
12364
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12137
12365
  "kind": "BooleanLiteral",
12138
- "offset": 33876,
12366
+ "offset": 35167,
12139
12367
  "length": 4,
12140
12368
  "value": "true"
12141
12369
  },
12142
12370
  {
12143
12371
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12144
12372
  "kind": "BooleanLiteral",
12145
- "offset": 33940,
12373
+ "offset": 35231,
12146
12374
  "length": 4,
12147
12375
  "value": "true"
12148
12376
  },
12149
12377
  {
12150
12378
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12151
12379
  "kind": "BooleanLiteral",
12152
- "offset": 47369,
12380
+ "offset": 48693,
12153
12381
  "length": 4,
12154
12382
  "value": "true"
12155
12383
  },
12156
12384
  {
12157
12385
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12158
12386
  "kind": "BooleanLiteral",
12159
- "offset": 47427,
12387
+ "offset": 48751,
12160
12388
  "length": 5,
12161
12389
  "value": "false"
12162
12390
  },
12163
12391
  {
12164
12392
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12165
12393
  "kind": "BooleanLiteral",
12166
- "offset": 47489,
12394
+ "offset": 48813,
12167
12395
  "length": 4,
12168
12396
  "value": "true"
12169
12397
  },
12170
12398
  {
12171
12399
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12172
12400
  "kind": "BooleanLiteral",
12173
- "offset": 47553,
12401
+ "offset": 48877,
12174
12402
  "length": 4,
12175
12403
  "value": "true"
12176
12404
  },
@@ -12251,577 +12479,640 @@
12251
12479
  "length": 5,
12252
12480
  "value": "false"
12253
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
+ },
12254
12496
  {
12255
12497
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12256
12498
  "kind": "IntegerLiteral",
12257
- "offset": 7502,
12499
+ "offset": 7594,
12258
12500
  "length": 1,
12259
12501
  "value": "0"
12260
12502
  },
12261
12503
  {
12262
12504
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12263
12505
  "kind": "IntegerLiteral",
12264
- "offset": 7643,
12506
+ "offset": 7735,
12265
12507
  "length": 2,
12266
12508
  "value": "10"
12267
12509
  },
12268
12510
  {
12269
12511
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12270
12512
  "kind": "IntegerLiteral",
12271
- "offset": 7648,
12513
+ "offset": 7740,
12272
12514
  "length": 2,
12273
12515
  "value": "97"
12274
12516
  },
12275
12517
  {
12276
12518
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12277
12519
  "kind": "Array",
12278
- "offset": 7905,
12520
+ "offset": 7997,
12279
12521
  "length": 2,
12280
12522
  "value": "[]"
12281
12523
  },
12282
12524
  {
12283
12525
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12284
12526
  "kind": "IntegerLiteral",
12285
- "offset": 7946,
12527
+ "offset": 8038,
12286
12528
  "length": 3,
12287
12529
  "value": "120"
12288
12530
  },
12289
12531
  {
12290
12532
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12291
12533
  "kind": "Array",
12292
- "offset": 7990,
12534
+ "offset": 8082,
12293
12535
  "length": 2,
12294
12536
  "value": "[]"
12295
12537
  },
12296
12538
  {
12297
12539
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12298
12540
  "kind": "BooleanLiteral",
12299
- "offset": 8022,
12541
+ "offset": 8114,
12300
12542
  "length": 5,
12301
12543
  "value": "false"
12302
12544
  },
12303
12545
  {
12304
12546
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12305
12547
  "kind": "Array",
12306
- "offset": 8070,
12548
+ "offset": 8162,
12307
12549
  "length": 2,
12308
12550
  "value": "[]"
12309
12551
  },
12310
12552
  {
12311
12553
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12312
12554
  "kind": "Array",
12313
- "offset": 8123,
12555
+ "offset": 8215,
12314
12556
  "length": 2,
12315
12557
  "value": "[]"
12316
12558
  },
12317
12559
  {
12318
12560
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12319
12561
  "kind": "Array",
12320
- "offset": 8210,
12562
+ "offset": 8302,
12321
12563
  "length": 2,
12322
12564
  "value": "[]"
12323
12565
  },
12324
12566
  {
12325
12567
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12326
12568
  "kind": "IntegerLiteral",
12327
- "offset": 8535,
12569
+ "offset": 8627,
12328
12570
  "length": 1,
12329
12571
  "value": "0"
12330
12572
  },
12331
12573
  {
12332
12574
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12333
12575
  "kind": "Array",
12334
- "offset": 8583,
12576
+ "offset": 8675,
12335
12577
  "length": 2,
12336
12578
  "value": "[]"
12337
12579
  },
12338
12580
  {
12339
12581
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12340
12582
  "kind": "Array",
12341
- "offset": 8631,
12583
+ "offset": 8723,
12342
12584
  "length": 2,
12343
12585
  "value": "[]"
12344
12586
  },
12345
12587
  {
12346
12588
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12347
12589
  "kind": "FloatLiteral",
12348
- "offset": 8692,
12590
+ "offset": 8784,
12349
12591
  "length": 4,
12350
12592
  "value": "0.45"
12351
12593
  },
12352
12594
  {
12353
12595
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12354
12596
  "kind": "IntegerLiteral",
12355
- "offset": 8729,
12597
+ "offset": 8821,
12356
12598
  "length": 1,
12357
12599
  "value": "0"
12358
12600
  },
12359
12601
  {
12360
12602
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12361
12603
  "kind": "BooleanLiteral",
12362
- "offset": 9887,
12604
+ "offset": 9979,
12363
12605
  "length": 5,
12364
12606
  "value": "false"
12365
12607
  },
12366
12608
  {
12367
12609
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12368
12610
  "kind": "BooleanLiteral",
12369
- "offset": 29074,
12611
+ "offset": 29208,
12370
12612
  "length": 4,
12371
12613
  "value": "true"
12372
12614
  },
12373
12615
  {
12374
12616
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12375
12617
  "kind": "BooleanLiteral",
12376
- "offset": 29132,
12618
+ "offset": 29266,
12377
12619
  "length": 5,
12378
12620
  "value": "false"
12379
12621
  },
12380
12622
  {
12381
12623
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12382
12624
  "kind": "BooleanLiteral",
12383
- "offset": 29194,
12625
+ "offset": 29328,
12384
12626
  "length": 4,
12385
12627
  "value": "true"
12386
12628
  },
12387
12629
  {
12388
12630
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12389
12631
  "kind": "BooleanLiteral",
12390
- "offset": 29258,
12632
+ "offset": 29392,
12391
12633
  "length": 4,
12392
12634
  "value": "true"
12393
12635
  },
12636
+ {
12637
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12638
+ "kind": "BooleanLiteral",
12639
+ "offset": 31252,
12640
+ "length": 5,
12641
+ "value": "false"
12642
+ },
12394
12643
  {
12395
12644
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12396
12645
  "kind": "IntegerLiteral",
12397
- "offset": 33563,
12646
+ "offset": 34450,
12398
12647
  "length": 1,
12399
12648
  "value": "1"
12400
12649
  },
12401
12650
  {
12402
12651
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12403
12652
  "kind": "IntegerLiteral",
12404
- "offset": 34043,
12653
+ "offset": 34930,
12405
12654
  "length": 1,
12406
12655
  "value": "0"
12407
12656
  },
12408
12657
  {
12409
12658
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12410
12659
  "kind": "StringLiteral",
12411
- "offset": 34088,
12660
+ "offset": 34975,
12412
12661
  "length": 12,
12413
12662
  "value": "\"ORTSession\""
12414
12663
  },
12415
12664
  {
12416
12665
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12417
12666
  "kind": "IntegerLiteral",
12418
- "offset": 34108,
12667
+ "offset": 34995,
12419
12668
  "length": 1,
12420
12669
  "value": "1"
12421
12670
  },
12422
12671
  {
12423
12672
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12424
12673
  "kind": "StringLiteral",
12425
- "offset": 34149,
12674
+ "offset": 35036,
12426
12675
  "length": 34,
12427
12676
  "value": "\"Failed to retrieve output values\""
12428
12677
  },
12429
12678
  {
12430
12679
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12431
12680
  "kind": "IntegerLiteral",
12432
- "offset": 34681,
12681
+ "offset": 35568,
12433
12682
  "length": 2,
12434
12683
  "value": "32"
12435
12684
  },
12436
12685
  {
12437
12686
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12438
12687
  "kind": "IntegerLiteral",
12439
- "offset": 34896,
12688
+ "offset": 35783,
12440
12689
  "length": 1,
12441
12690
  "value": "1"
12442
12691
  },
12443
12692
  {
12444
12693
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12445
12694
  "kind": "IntegerLiteral",
12446
- "offset": 34905,
12695
+ "offset": 35792,
12447
12696
  "length": 1,
12448
12697
  "value": "1"
12449
12698
  },
12450
12699
  {
12451
12700
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12452
12701
  "kind": "IntegerLiteral",
12453
- "offset": 34923,
12702
+ "offset": 35810,
12454
12703
  "length": 2,
12455
12704
  "value": "32"
12456
12705
  },
12457
12706
  {
12458
12707
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12459
12708
  "kind": "IntegerLiteral",
12460
- "offset": 34981,
12709
+ "offset": 35868,
12461
12710
  "length": 1,
12462
12711
  "value": "0"
12463
12712
  },
12464
12713
  {
12465
12714
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12466
12715
  "kind": "IntegerLiteral",
12467
- "offset": 35001,
12716
+ "offset": 35888,
12468
12717
  "length": 1,
12469
12718
  "value": "0"
12470
12719
  },
12471
12720
  {
12472
12721
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12473
12722
  "kind": "IntegerLiteral",
12474
- "offset": 35012,
12723
+ "offset": 35899,
12475
12724
  "length": 1,
12476
12725
  "value": "0"
12477
12726
  },
12478
12727
  {
12479
12728
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12480
12729
  "kind": "IntegerLiteral",
12481
- "offset": 35033,
12730
+ "offset": 35920,
12482
12731
  "length": 1,
12483
12732
  "value": "0"
12484
12733
  },
12485
12734
  {
12486
12735
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12487
12736
  "kind": "IntegerLiteral",
12488
- "offset": 35053,
12737
+ "offset": 35940,
12489
12738
  "length": 1,
12490
12739
  "value": "0"
12491
12740
  },
12492
12741
  {
12493
12742
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12494
12743
  "kind": "IntegerLiteral",
12495
- "offset": 35056,
12744
+ "offset": 35943,
12496
12745
  "length": 1,
12497
12746
  "value": "0"
12498
12747
  },
12499
12748
  {
12500
12749
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12501
12750
  "kind": "IntegerLiteral",
12502
- "offset": 35067,
12751
+ "offset": 35954,
12503
12752
  "length": 1,
12504
12753
  "value": "0"
12505
12754
  },
12506
12755
  {
12507
12756
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12508
12757
  "kind": "IntegerLiteral",
12509
- "offset": 35088,
12758
+ "offset": 35975,
12510
12759
  "length": 1,
12511
12760
  "value": "0"
12512
12761
  },
12513
12762
  {
12514
12763
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12515
12764
  "kind": "IntegerLiteral",
12516
- "offset": 35108,
12765
+ "offset": 35995,
12517
12766
  "length": 1,
12518
12767
  "value": "0"
12519
12768
  },
12520
12769
  {
12521
12770
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12522
12771
  "kind": "IntegerLiteral",
12523
- "offset": 35111,
12772
+ "offset": 35998,
12524
12773
  "length": 1,
12525
12774
  "value": "0"
12526
12775
  },
12527
12776
  {
12528
12777
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12529
12778
  "kind": "IntegerLiteral",
12530
- "offset": 35114,
12779
+ "offset": 36001,
12531
12780
  "length": 1,
12532
12781
  "value": "0"
12533
12782
  },
12534
12783
  {
12535
12784
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12536
12785
  "kind": "IntegerLiteral",
12537
- "offset": 35125,
12786
+ "offset": 36012,
12538
12787
  "length": 1,
12539
12788
  "value": "0"
12540
12789
  },
12541
12790
  {
12542
12791
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12543
12792
  "kind": "IntegerLiteral",
12544
- "offset": 35506,
12793
+ "offset": 36393,
12545
12794
  "length": 2,
12546
12795
  "value": "10"
12547
12796
  },
12548
12797
  {
12549
12798
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
12550
12799
  "kind": "IntegerLiteral",
12551
- "offset": 35511,
12800
+ "offset": 36398,
12552
12801
  "length": 1,
12553
12802
  "value": "2"
12554
12803
  },
12555
12804
  {
12556
12805
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12557
12806
  "kind": "BooleanLiteral",
12558
- "offset": 1264,
12807
+ "offset": 1367,
12559
12808
  "length": 5,
12560
12809
  "value": "false"
12561
12810
  },
12562
12811
  {
12563
12812
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12564
12813
  "kind": "StringLiteral",
12565
- "offset": 1369,
12814
+ "offset": 1472,
12566
12815
  "length": 29,
12567
12816
  "value": "\"AudioProcessorFromVADOrFile\""
12568
12817
  },
12569
12818
  {
12570
12819
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12571
12820
  "kind": "StringLiteral",
12572
- "offset": 2039,
12821
+ "offset": 2142,
12573
12822
  "length": 17,
12574
12823
  "value": "\"silero_vad.onnx\""
12575
12824
  },
12576
12825
  {
12577
12826
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12578
12827
  "kind": "BooleanLiteral",
12579
- "offset": 2129,
12828
+ "offset": 2232,
12580
12829
  "length": 5,
12581
12830
  "value": "false"
12582
12831
  },
12583
12832
  {
12584
12833
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12585
12834
  "kind": "FloatLiteral",
12586
- "offset": 2171,
12835
+ "offset": 2274,
12587
12836
  "length": 3,
12588
12837
  "value": "0.8"
12589
12838
  },
12590
12839
  {
12591
12840
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12592
12841
  "kind": "FloatLiteral",
12593
- "offset": 2250,
12842
+ "offset": 2353,
12594
12843
  "length": 3,
12595
12844
  "value": "0.8"
12596
12845
  },
12597
12846
  {
12598
12847
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12599
12848
  "kind": "FloatLiteral",
12600
- "offset": 2340,
12849
+ "offset": 2443,
12601
12850
  "length": 3,
12602
12851
  "value": "0.0"
12603
12852
  },
12604
12853
  {
12605
12854
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12606
12855
  "kind": "FloatLiteral",
12607
- "offset": 2435,
12856
+ "offset": 2538,
12608
12857
  "length": 4,
12609
12858
  "value": "0.45"
12610
12859
  },
12611
12860
  {
12612
12861
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12613
12862
  "kind": "FloatLiteral",
12614
- "offset": 2483,
12863
+ "offset": 2586,
12615
12864
  "length": 5,
12616
12865
  "value": "0.225"
12617
12866
  },
12618
12867
  {
12619
12868
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12620
12869
  "kind": "FloatLiteral",
12621
- "offset": 2547,
12870
+ "offset": 2650,
12622
12871
  "length": 3,
12623
12872
  "value": "0.0"
12624
12873
  },
12625
12874
  {
12626
12875
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12627
12876
  "kind": "IntegerLiteral",
12628
- "offset": 2582,
12877
+ "offset": 2685,
12629
12878
  "length": 4,
12630
12879
  "value": "1000"
12631
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
+ },
12632
12923
  {
12633
12924
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12634
12925
  "kind": "IntegerLiteral",
12635
- "offset": 3122,
12926
+ "offset": 3507,
12636
12927
  "length": 1,
12637
12928
  "value": "0"
12638
12929
  },
12639
12930
  {
12640
12931
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12641
12932
  "kind": "IntegerLiteral",
12642
- "offset": 3169,
12933
+ "offset": 3554,
12643
12934
  "length": 4,
12644
12935
  "value": "1000"
12645
12936
  },
12646
12937
  {
12647
12938
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12648
12939
  "kind": "IntegerLiteral",
12649
- "offset": 3221,
12940
+ "offset": 3606,
12650
12941
  "length": 3,
12651
12942
  "value": "200"
12652
12943
  },
12653
12944
  {
12654
12945
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12655
12946
  "kind": "Array",
12656
- "offset": 3265,
12947
+ "offset": 3650,
12657
12948
  "length": 2,
12658
12949
  "value": "[]"
12659
12950
  },
12660
12951
  {
12661
12952
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12662
12953
  "kind": "Array",
12663
- "offset": 3316,
12954
+ "offset": 3701,
12664
12955
  "length": 2,
12665
12956
  "value": "[]"
12666
12957
  },
12667
12958
  {
12668
12959
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12669
12960
  "kind": "IntegerLiteral",
12670
- "offset": 3364,
12961
+ "offset": 3749,
12671
12962
  "length": 1,
12672
12963
  "value": "5"
12673
12964
  },
12674
12965
  {
12675
12966
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12676
12967
  "kind": "BooleanLiteral",
12677
- "offset": 6128,
12968
+ "offset": 6513,
12678
12969
  "length": 4,
12679
12970
  "value": "true"
12680
12971
  },
12681
12972
  {
12682
12973
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12683
12974
  "kind": "BooleanLiteral",
12684
- "offset": 6186,
12975
+ "offset": 6571,
12685
12976
  "length": 5,
12686
12977
  "value": "false"
12687
12978
  },
12688
12979
  {
12689
12980
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12690
12981
  "kind": "BooleanLiteral",
12691
- "offset": 6248,
12982
+ "offset": 6633,
12692
12983
  "length": 4,
12693
12984
  "value": "true"
12694
12985
  },
12695
12986
  {
12696
12987
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12697
12988
  "kind": "BooleanLiteral",
12698
- "offset": 6312,
12989
+ "offset": 6697,
12699
12990
  "length": 4,
12700
12991
  "value": "true"
12701
12992
  },
12702
12993
  {
12703
12994
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12704
12995
  "kind": "FloatLiteral",
12705
- "offset": 32559,
12996
+ "offset": 34399,
12706
12997
  "length": 3,
12707
12998
  "value": "0.1"
12708
12999
  },
12709
13000
  {
12710
13001
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12711
13002
  "kind": "IntegerLiteral",
12712
- "offset": 32590,
13003
+ "offset": 34430,
12713
13004
  "length": 1,
12714
13005
  "value": "5"
12715
13006
  },
12716
13007
  {
12717
13008
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12718
13009
  "kind": "FloatLiteral",
12719
- "offset": 34720,
13010
+ "offset": 36560,
12720
13011
  "length": 3,
12721
13012
  "value": "0.1"
12722
13013
  },
12723
13014
  {
12724
13015
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12725
13016
  "kind": "IntegerLiteral",
12726
- "offset": 34743,
13017
+ "offset": 36583,
12727
13018
  "length": 1,
12728
13019
  "value": "5"
12729
13020
  },
12730
13021
  {
12731
13022
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12732
13023
  "kind": "BooleanLiteral",
12733
- "offset": 37685,
13024
+ "offset": 39525,
12734
13025
  "length": 4,
12735
13026
  "value": "true"
12736
13027
  },
12737
13028
  {
12738
13029
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12739
13030
  "kind": "BooleanLiteral",
12740
- "offset": 37743,
13031
+ "offset": 39583,
12741
13032
  "length": 5,
12742
13033
  "value": "false"
12743
13034
  },
12744
13035
  {
12745
13036
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12746
13037
  "kind": "BooleanLiteral",
12747
- "offset": 37805,
13038
+ "offset": 39645,
12748
13039
  "length": 4,
12749
13040
  "value": "true"
12750
13041
  },
12751
13042
  {
12752
13043
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12753
13044
  "kind": "BooleanLiteral",
12754
- "offset": 37869,
13045
+ "offset": 39709,
12755
13046
  "length": 4,
12756
13047
  "value": "true"
12757
13048
  },
12758
13049
  {
12759
13050
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12760
13051
  "kind": "BooleanLiteral",
12761
- "offset": 43252,
13052
+ "offset": 45300,
12762
13053
  "length": 5,
12763
13054
  "value": "false"
12764
13055
  },
12765
13056
  {
12766
13057
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12767
13058
  "kind": "BooleanLiteral",
12768
- "offset": 43296,
13059
+ "offset": 45344,
12769
13060
  "length": 4,
12770
13061
  "value": "true"
12771
13062
  },
12772
13063
  {
12773
13064
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12774
13065
  "kind": "BooleanLiteral",
12775
- "offset": 43329,
13066
+ "offset": 45377,
12776
13067
  "length": 5,
12777
13068
  "value": "false"
12778
13069
  },
12779
13070
  {
12780
13071
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12781
13072
  "kind": "BooleanLiteral",
12782
- "offset": 43366,
13073
+ "offset": 45414,
12783
13074
  "length": 4,
12784
13075
  "value": "true"
12785
13076
  },
12786
13077
  {
12787
13078
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12788
13079
  "kind": "BooleanLiteral",
12789
- "offset": 43405,
13080
+ "offset": 45453,
12790
13081
  "length": 4,
12791
13082
  "value": "true"
12792
13083
  },
12793
13084
  {
12794
13085
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12795
13086
  "kind": "BooleanLiteral",
12796
- "offset": 45298,
13087
+ "offset": 47346,
12797
13088
  "length": 5,
12798
13089
  "value": "false"
12799
13090
  },
12800
13091
  {
12801
13092
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12802
13093
  "kind": "BooleanLiteral",
12803
- "offset": 45338,
13094
+ "offset": 47386,
12804
13095
  "length": 4,
12805
13096
  "value": "true"
12806
13097
  },
12807
13098
  {
12808
13099
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12809
13100
  "kind": "BooleanLiteral",
12810
- "offset": 45367,
13101
+ "offset": 47415,
12811
13102
  "length": 5,
12812
13103
  "value": "false"
12813
13104
  },
12814
13105
  {
12815
13106
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12816
13107
  "kind": "BooleanLiteral",
12817
- "offset": 45400,
13108
+ "offset": 47448,
12818
13109
  "length": 4,
12819
13110
  "value": "true"
12820
13111
  },
12821
13112
  {
12822
13113
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
12823
13114
  "kind": "BooleanLiteral",
12824
- "offset": 45435,
13115
+ "offset": 47483,
12825
13116
  "length": 4,
12826
13117
  "value": "true"
12827
13118
  },