react-native-wakeword 1.1.57 → 1.1.59

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 (19) hide show
  1. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +2 -1
  2. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  3. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +231 -151
  4. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -0
  5. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +1 -0
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +4 -2
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +231 -151
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -0
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -0
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +231 -151
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -0
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -0
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  15. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  16. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +27 -27
  17. package/package.json +1 -1
  18. package/wakewords/SpeakerVerificationRNBridge.d.ts +1 -0
  19. package/wakewords/SpeakerVerificationRNBridge.js +10 -0
@@ -5348,6 +5348,72 @@
5348
5348
  "throwing": true,
5349
5349
  "funcSelfKind": "NonMutating"
5350
5350
  },
5351
+ {
5352
+ "kind": "Function",
5353
+ "name": "startEndlessVerifyFromMicWithHopSeconds",
5354
+ "printedName": "startEndlessVerifyFromMicWithHopSeconds(_:stopOnMatch:error:)",
5355
+ "children": [
5356
+ {
5357
+ "kind": "TypeNominal",
5358
+ "name": "Bool",
5359
+ "printedName": "Swift.Bool",
5360
+ "usr": "s:Sb"
5361
+ },
5362
+ {
5363
+ "kind": "TypeNominal",
5364
+ "name": "NSNumber",
5365
+ "printedName": "Foundation.NSNumber",
5366
+ "usr": "c:objc(cs)NSNumber"
5367
+ },
5368
+ {
5369
+ "kind": "TypeNominal",
5370
+ "name": "Bool",
5371
+ "printedName": "Swift.Bool",
5372
+ "usr": "s:Sb"
5373
+ },
5374
+ {
5375
+ "kind": "TypeNominal",
5376
+ "name": "Optional",
5377
+ "printedName": "Swift.AutoreleasingUnsafeMutablePointer<Foundation.NSError?>?",
5378
+ "children": [
5379
+ {
5380
+ "kind": "TypeNominal",
5381
+ "name": "AutoreleasingUnsafeMutablePointer",
5382
+ "printedName": "Swift.AutoreleasingUnsafeMutablePointer<Foundation.NSError?>",
5383
+ "children": [
5384
+ {
5385
+ "kind": "TypeNominal",
5386
+ "name": "Optional",
5387
+ "printedName": "Foundation.NSError?",
5388
+ "children": [
5389
+ {
5390
+ "kind": "TypeNominal",
5391
+ "name": "NSError",
5392
+ "printedName": "Foundation.NSError",
5393
+ "usr": "c:objc(cs)NSError"
5394
+ }
5395
+ ],
5396
+ "usr": "s:Sq"
5397
+ }
5398
+ ],
5399
+ "usr": "s:SA"
5400
+ }
5401
+ ],
5402
+ "usr": "s:Sq"
5403
+ }
5404
+ ],
5405
+ "declKind": "Func",
5406
+ "usr": "c:@M@KeyWordDetection@objc(cs)SpeakerVerificationMicController(im)startEndlessVerifyFromMicWithHopSeconds:stopOnMatch:error:",
5407
+ "mangledName": "$s16KeyWordDetection32SpeakerVerificationMicControllerC022startEndlessVerifyFromF14WithHopSeconds_11stopOnMatch5errorSbSo8NSNumberC_SbSAySo7NSErrorCSgGSgtF",
5408
+ "moduleName": "KeyWordDetection",
5409
+ "objc_name": "startEndlessVerifyFromMicWithHopSeconds:stopOnMatch:error:",
5410
+ "declAttributes": [
5411
+ "Final",
5412
+ "AccessControl",
5413
+ "ObjC"
5414
+ ],
5415
+ "funcSelfKind": "NonMutating"
5416
+ },
5351
5417
  {
5352
5418
  "kind": "Function",
5353
5419
  "name": "startEndlessVerifyFromMic",
@@ -10372,665 +10438,665 @@
10372
10438
  {
10373
10439
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10374
10440
  "kind": "FloatLiteral",
10375
- "offset": 34810,
10441
+ "offset": 35577,
10376
10442
  "length": 3,
10377
10443
  "value": "0.5"
10378
10444
  },
10379
10445
  {
10380
10446
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10381
10447
  "kind": "BooleanLiteral",
10382
- "offset": 34876,
10448
+ "offset": 35643,
10383
10449
  "length": 5,
10384
10450
  "value": "false"
10385
10451
  },
10386
10452
  {
10387
10453
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10388
10454
  "kind": "BooleanLiteral",
10389
- "offset": 34943,
10455
+ "offset": 35710,
10390
10456
  "length": 4,
10391
10457
  "value": "true"
10392
10458
  },
10393
10459
  {
10394
10460
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10395
10461
  "kind": "IntegerLiteral",
10396
- "offset": 37644,
10462
+ "offset": 38411,
10397
10463
  "length": 1,
10398
10464
  "value": "0"
10399
10465
  },
10400
10466
  {
10401
10467
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10402
10468
  "kind": "IntegerLiteral",
10403
- "offset": 37686,
10469
+ "offset": 38453,
10404
10470
  "length": 1,
10405
10471
  "value": "0"
10406
10472
  },
10407
10473
  {
10408
10474
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10409
10475
  "kind": "StringLiteral",
10410
- "offset": 42394,
10476
+ "offset": 43161,
10411
10477
  "length": 15,
10412
10478
  "value": "\"EnrollBuilder\""
10413
10479
  },
10414
10480
  {
10415
10481
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10416
10482
  "kind": "BooleanLiteral",
10417
- "offset": 42824,
10483
+ "offset": 43591,
10418
10484
  "length": 4,
10419
10485
  "value": "true"
10420
10486
  },
10421
10487
  {
10422
10488
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10423
10489
  "kind": "IntegerLiteral",
10424
- "offset": 43021,
10490
+ "offset": 43788,
10425
10491
  "length": 1,
10426
10492
  "value": "3"
10427
10493
  },
10428
10494
  {
10429
10495
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10430
10496
  "kind": "BooleanLiteral",
10431
- "offset": 43708,
10497
+ "offset": 44475,
10432
10498
  "length": 4,
10433
10499
  "value": "true"
10434
10500
  },
10435
10501
  {
10436
10502
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10437
10503
  "kind": "StringLiteral",
10438
- "offset": 48515,
10504
+ "offset": 49282,
10439
10505
  "length": 7,
10440
10506
  "value": "\"Feats\""
10441
10507
  },
10442
10508
  {
10443
10509
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10444
10510
  "kind": "FloatLiteral",
10445
- "offset": 50660,
10511
+ "offset": 51427,
10446
10512
  "length": 4,
10447
10513
  "value": "-1.0"
10448
10514
  },
10449
10515
  {
10450
10516
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10451
10517
  "kind": "FloatLiteral",
10452
- "offset": 50670,
10518
+ "offset": 51437,
10453
10519
  "length": 3,
10454
10520
  "value": "1.0"
10455
10521
  },
10456
10522
  {
10457
10523
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10458
10524
  "kind": "IntegerLiteral",
10459
- "offset": 50761,
10525
+ "offset": 51528,
10460
10526
  "length": 1,
10461
10527
  "value": "0"
10462
10528
  },
10463
10529
  {
10464
10530
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10465
10531
  "kind": "IntegerLiteral",
10466
- "offset": 50827,
10532
+ "offset": 51594,
10467
10533
  "length": 1,
10468
10534
  "value": "1"
10469
10535
  },
10470
10536
  {
10471
10537
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10472
10538
  "kind": "IntegerLiteral",
10473
- "offset": 50887,
10539
+ "offset": 51654,
10474
10540
  "length": 1,
10475
10541
  "value": "0"
10476
10542
  },
10477
10543
  {
10478
10544
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10479
10545
  "kind": "StringLiteral",
10480
- "offset": 50942,
10546
+ "offset": 51709,
10481
10547
  "length": 16,
10482
10548
  "value": "\"numFrames <= 0\""
10483
10549
  },
10484
10550
  {
10485
10551
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10486
10552
  "kind": "IntegerLiteral",
10487
- "offset": 50998,
10553
+ "offset": 51765,
10488
10554
  "length": 1,
10489
10555
  "value": "2"
10490
10556
  },
10491
10557
  {
10492
10558
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10493
10559
  "kind": "IntegerLiteral",
10494
- "offset": 51002,
10560
+ "offset": 51769,
10495
10561
  "length": 1,
10496
10562
  "value": "1"
10497
10563
  },
10498
10564
  {
10499
10565
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10500
10566
  "kind": "IntegerLiteral",
10501
- "offset": 51043,
10567
+ "offset": 51810,
10502
10568
  "length": 1,
10503
10569
  "value": "0"
10504
10570
  },
10505
10571
  {
10506
10572
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10507
10573
  "kind": "IntegerLiteral",
10508
- "offset": 51131,
10574
+ "offset": 51898,
10509
10575
  "length": 1,
10510
10576
  "value": "0"
10511
10577
  },
10512
10578
  {
10513
10579
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10514
10580
  "kind": "IntegerLiteral",
10515
- "offset": 51146,
10581
+ "offset": 51913,
10516
10582
  "length": 1,
10517
10583
  "value": "2"
10518
10584
  },
10519
10585
  {
10520
10586
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10521
10587
  "kind": "IntegerLiteral",
10522
- "offset": 51187,
10588
+ "offset": 51954,
10523
10589
  "length": 1,
10524
10590
  "value": "0"
10525
10591
  },
10526
10592
  {
10527
10593
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10528
10594
  "kind": "IntegerLiteral",
10529
- "offset": 51202,
10595
+ "offset": 51969,
10530
10596
  "length": 1,
10531
10597
  "value": "2"
10532
10598
  },
10533
10599
  {
10534
10600
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10535
10601
  "kind": "IntegerLiteral",
10536
- "offset": 51309,
10602
+ "offset": 52076,
10537
10603
  "length": 1,
10538
10604
  "value": "0"
10539
10605
  },
10540
10606
  {
10541
10607
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10542
10608
  "kind": "IntegerLiteral",
10543
- "offset": 51375,
10609
+ "offset": 52142,
10544
10610
  "length": 1,
10545
10611
  "value": "0"
10546
10612
  },
10547
10613
  {
10548
10614
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10549
10615
  "kind": "IntegerLiteral",
10550
- "offset": 51389,
10616
+ "offset": 52156,
10551
10617
  "length": 1,
10552
10618
  "value": "0"
10553
10619
  },
10554
10620
  {
10555
10621
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10556
10622
  "kind": "IntegerLiteral",
10557
- "offset": 51428,
10623
+ "offset": 52195,
10558
10624
  "length": 1,
10559
10625
  "value": "0"
10560
10626
  },
10561
10627
  {
10562
10628
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10563
10629
  "kind": "IntegerLiteral",
10564
- "offset": 51615,
10630
+ "offset": 52382,
10565
10631
  "length": 1,
10566
10632
  "value": "0"
10567
10633
  },
10568
10634
  {
10569
10635
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10570
10636
  "kind": "IntegerLiteral",
10571
- "offset": 51729,
10637
+ "offset": 52496,
10572
10638
  "length": 1,
10573
10639
  "value": "0"
10574
10640
  },
10575
10641
  {
10576
10642
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10577
10643
  "kind": "IntegerLiteral",
10578
- "offset": 51803,
10644
+ "offset": 52570,
10579
10645
  "length": 1,
10580
10646
  "value": "1"
10581
10647
  },
10582
10648
  {
10583
10649
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10584
10650
  "kind": "IntegerLiteral",
10585
- "offset": 51817,
10651
+ "offset": 52584,
10586
10652
  "length": 1,
10587
10653
  "value": "1"
10588
10654
  },
10589
10655
  {
10590
10656
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10591
10657
  "kind": "IntegerLiteral",
10592
- "offset": 51826,
10658
+ "offset": 52593,
10593
10659
  "length": 1,
10594
10660
  "value": "1"
10595
10661
  },
10596
10662
  {
10597
10663
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10598
10664
  "kind": "IntegerLiteral",
10599
- "offset": 52104,
10665
+ "offset": 52871,
10600
10666
  "length": 1,
10601
10667
  "value": "2"
10602
10668
  },
10603
10669
  {
10604
10670
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10605
10671
  "kind": "IntegerLiteral",
10606
- "offset": 52153,
10672
+ "offset": 52920,
10607
10673
  "length": 1,
10608
10674
  "value": "2"
10609
10675
  },
10610
10676
  {
10611
10677
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10612
10678
  "kind": "IntegerLiteral",
10613
- "offset": 52164,
10679
+ "offset": 52931,
10614
10680
  "length": 1,
10615
10681
  "value": "1"
10616
10682
  },
10617
10683
  {
10618
10684
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10619
10685
  "kind": "IntegerLiteral",
10620
- "offset": 52184,
10686
+ "offset": 52951,
10621
10687
  "length": 1,
10622
10688
  "value": "2"
10623
10689
  },
10624
10690
  {
10625
10691
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10626
10692
  "kind": "IntegerLiteral",
10627
- "offset": 52264,
10693
+ "offset": 53031,
10628
10694
  "length": 1,
10629
10695
  "value": "1"
10630
10696
  },
10631
10697
  {
10632
10698
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10633
10699
  "kind": "IntegerLiteral",
10634
- "offset": 52547,
10700
+ "offset": 53314,
10635
10701
  "length": 1,
10636
10702
  "value": "0"
10637
10703
  },
10638
10704
  {
10639
10705
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10640
10706
  "kind": "IntegerLiteral",
10641
- "offset": 52584,
10707
+ "offset": 53351,
10642
10708
  "length": 1,
10643
10709
  "value": "0"
10644
10710
  },
10645
10711
  {
10646
10712
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10647
10713
  "kind": "IntegerLiteral",
10648
- "offset": 52601,
10714
+ "offset": 53368,
10649
10715
  "length": 1,
10650
10716
  "value": "0"
10651
10717
  },
10652
10718
  {
10653
10719
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10654
10720
  "kind": "IntegerLiteral",
10655
- "offset": 52618,
10721
+ "offset": 53385,
10656
10722
  "length": 1,
10657
10723
  "value": "0"
10658
10724
  },
10659
10725
  {
10660
10726
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10661
10727
  "kind": "IntegerLiteral",
10662
- "offset": 52646,
10728
+ "offset": 53413,
10663
10729
  "length": 1,
10664
10730
  "value": "2"
10665
10731
  },
10666
10732
  {
10667
10733
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10668
10734
  "kind": "IntegerLiteral",
10669
- "offset": 52675,
10735
+ "offset": 53442,
10670
10736
  "length": 1,
10671
10737
  "value": "1"
10672
10738
  },
10673
10739
  {
10674
10740
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10675
10741
  "kind": "IntegerLiteral",
10676
- "offset": 52690,
10742
+ "offset": 53457,
10677
10743
  "length": 1,
10678
10744
  "value": "1"
10679
10745
  },
10680
10746
  {
10681
10747
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10682
10748
  "kind": "IntegerLiteral",
10683
- "offset": 52888,
10749
+ "offset": 53655,
10684
10750
  "length": 1,
10685
10751
  "value": "1"
10686
10752
  },
10687
10753
  {
10688
10754
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10689
10755
  "kind": "IntegerLiteral",
10690
- "offset": 52905,
10756
+ "offset": 53672,
10691
10757
  "length": 1,
10692
10758
  "value": "0"
10693
10759
  },
10694
10760
  {
10695
10761
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10696
10762
  "kind": "IntegerLiteral",
10697
- "offset": 52922,
10763
+ "offset": 53689,
10698
10764
  "length": 1,
10699
10765
  "value": "0"
10700
10766
  },
10701
10767
  {
10702
10768
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10703
10769
  "kind": "IntegerLiteral",
10704
- "offset": 52983,
10770
+ "offset": 53750,
10705
10771
  "length": 1,
10706
10772
  "value": "0"
10707
10773
  },
10708
10774
  {
10709
10775
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10710
10776
  "kind": "IntegerLiteral",
10711
- "offset": 53064,
10777
+ "offset": 53831,
10712
10778
  "length": 1,
10713
10779
  "value": "0"
10714
10780
  },
10715
10781
  {
10716
10782
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10717
10783
  "kind": "IntegerLiteral",
10718
- "offset": 53100,
10784
+ "offset": 53867,
10719
10785
  "length": 1,
10720
10786
  "value": "1"
10721
10787
  },
10722
10788
  {
10723
10789
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10724
10790
  "kind": "IntegerLiteral",
10725
- "offset": 53140,
10791
+ "offset": 53907,
10726
10792
  "length": 1,
10727
10793
  "value": "1"
10728
10794
  },
10729
10795
  {
10730
10796
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10731
10797
  "kind": "FloatLiteral",
10732
- "offset": 53196,
10798
+ "offset": 53963,
10733
10799
  "length": 5,
10734
10800
  "value": "1e-10"
10735
10801
  },
10736
10802
  {
10737
10803
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10738
10804
  "kind": "IntegerLiteral",
10739
- "offset": 53307,
10805
+ "offset": 54074,
10740
10806
  "length": 1,
10741
10807
  "value": "0"
10742
10808
  },
10743
10809
  {
10744
10810
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10745
10811
  "kind": "StringLiteral",
10746
- "offset": 53347,
10812
+ "offset": 54114,
10747
10813
  "length": 20,
10748
10814
  "value": "\"CMN T=\""
10749
10815
  },
10750
10816
  {
10751
10817
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10752
10818
  "kind": "StringLiteral",
10753
- "offset": 53366,
10819
+ "offset": 54133,
10754
10820
  "length": 2,
10755
10821
  "value": "\"\""
10756
10822
  },
10757
10823
  {
10758
10824
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10759
10825
  "kind": "IntegerLiteral",
10760
- "offset": 53411,
10826
+ "offset": 54178,
10761
10827
  "length": 1,
10762
10828
  "value": "0"
10763
10829
  },
10764
10830
  {
10765
10831
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10766
10832
  "kind": "IntegerLiteral",
10767
- "offset": 53449,
10833
+ "offset": 54216,
10768
10834
  "length": 1,
10769
10835
  "value": "0"
10770
10836
  },
10771
10837
  {
10772
10838
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10773
10839
  "kind": "IntegerLiteral",
10774
- "offset": 53492,
10840
+ "offset": 54259,
10775
10841
  "length": 1,
10776
10842
  "value": "0"
10777
10843
  },
10778
10844
  {
10779
10845
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10780
10846
  "kind": "IntegerLiteral",
10781
- "offset": 53519,
10847
+ "offset": 54286,
10782
10848
  "length": 1,
10783
10849
  "value": "0"
10784
10850
  },
10785
10851
  {
10786
10852
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10787
10853
  "kind": "IntegerLiteral",
10788
- "offset": 53643,
10854
+ "offset": 54410,
10789
10855
  "length": 1,
10790
10856
  "value": "0"
10791
10857
  },
10792
10858
  {
10793
10859
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10794
10860
  "kind": "IntegerLiteral",
10795
- "offset": 53684,
10861
+ "offset": 54451,
10796
10862
  "length": 1,
10797
10863
  "value": "0"
10798
10864
  },
10799
10865
  {
10800
10866
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10801
10867
  "kind": "StringLiteral",
10802
- "offset": 53821,
10868
+ "offset": 54588,
10803
10869
  "length": 46,
10804
10870
  "value": "\"computeLogMel done T=\""
10805
10871
  },
10806
10872
  {
10807
10873
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10808
10874
  "kind": "StringLiteral",
10809
- "offset": 53855,
10875
+ "offset": 54622,
10810
10876
  "length": 1,
10811
10877
  "value": "\" D=\""
10812
10878
  },
10813
10879
  {
10814
10880
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10815
10881
  "kind": "StringLiteral",
10816
- "offset": 53866,
10882
+ "offset": 54633,
10817
10883
  "length": 2,
10818
10884
  "value": "\"\""
10819
10885
  },
10820
10886
  {
10821
10887
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10822
10888
  "kind": "IntegerLiteral",
10823
- "offset": 54054,
10889
+ "offset": 54821,
10824
10890
  "length": 1,
10825
10891
  "value": "1"
10826
10892
  },
10827
10893
  {
10828
10894
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10829
10895
  "kind": "Array",
10830
- "offset": 54070,
10896
+ "offset": 54837,
10831
10897
  "length": 5,
10832
10898
  "value": "[1.0]"
10833
10899
  },
10834
10900
  {
10835
10901
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10836
10902
  "kind": "IntegerLiteral",
10837
- "offset": 54108,
10903
+ "offset": 54875,
10838
10904
  "length": 1,
10839
10905
  "value": "1"
10840
10906
  },
10841
10907
  {
10842
10908
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10843
10909
  "kind": "IntegerLiteral",
10844
- "offset": 54142,
10910
+ "offset": 54909,
10845
10911
  "length": 1,
10846
10912
  "value": "2"
10847
10913
  },
10848
10914
  {
10849
10915
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10850
10916
  "kind": "IntegerLiteral",
10851
- "offset": 54160,
10917
+ "offset": 54927,
10852
10918
  "length": 1,
10853
10919
  "value": "0"
10854
10920
  },
10855
10921
  {
10856
10922
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10857
10923
  "kind": "FloatLiteral",
10858
- "offset": 54178,
10924
+ "offset": 54945,
10859
10925
  "length": 4,
10860
10926
  "value": "0.54"
10861
10927
  },
10862
10928
  {
10863
10929
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10864
10930
  "kind": "FloatLiteral",
10865
- "offset": 54185,
10931
+ "offset": 54952,
10866
10932
  "length": 4,
10867
10933
  "value": "0.46"
10868
10934
  },
10869
10935
  {
10870
10936
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10871
10937
  "kind": "IntegerLiteral",
10872
- "offset": 54371,
10938
+ "offset": 55138,
10873
10939
  "length": 1,
10874
10940
  "value": "2"
10875
10941
  },
10876
10942
  {
10877
10943
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10878
10944
  "kind": "IntegerLiteral",
10879
- "offset": 54375,
10945
+ "offset": 55142,
10880
10946
  "length": 1,
10881
10947
  "value": "1"
10882
10948
  },
10883
10949
  {
10884
10950
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10885
10951
  "kind": "FloatLiteral",
10886
- "offset": 54422,
10952
+ "offset": 55189,
10887
10953
  "length": 6,
10888
10954
  "value": "2595.0"
10889
10955
  },
10890
10956
  {
10891
10957
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10892
10958
  "kind": "FloatLiteral",
10893
- "offset": 54438,
10959
+ "offset": 55205,
10894
10960
  "length": 3,
10895
10961
  "value": "1.0"
10896
10962
  },
10897
10963
  {
10898
10964
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10899
10965
  "kind": "FloatLiteral",
10900
- "offset": 54449,
10966
+ "offset": 55216,
10901
10967
  "length": 5,
10902
10968
  "value": "700.0"
10903
10969
  },
10904
10970
  {
10905
10971
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10906
10972
  "kind": "FloatLiteral",
10907
- "offset": 54503,
10973
+ "offset": 55270,
10908
10974
  "length": 5,
10909
10975
  "value": "700.0"
10910
10976
  },
10911
10977
  {
10912
10978
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10913
10979
  "kind": "FloatLiteral",
10914
- "offset": 54517,
10980
+ "offset": 55284,
10915
10981
  "length": 4,
10916
10982
  "value": "10.0"
10917
10983
  },
10918
10984
  {
10919
10985
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10920
10986
  "kind": "FloatLiteral",
10921
- "offset": 54529,
10987
+ "offset": 55296,
10922
10988
  "length": 6,
10923
10989
  "value": "2595.0"
10924
10990
  },
10925
10991
  {
10926
10992
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10927
10993
  "kind": "FloatLiteral",
10928
- "offset": 54539,
10994
+ "offset": 55306,
10929
10995
  "length": 3,
10930
10996
  "value": "1.0"
10931
10997
  },
10932
10998
  {
10933
10999
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10934
11000
  "kind": "IntegerLiteral",
10935
- "offset": 54632,
11001
+ "offset": 55399,
10936
11002
  "length": 1,
10937
11003
  "value": "0"
10938
11004
  },
10939
11005
  {
10940
11006
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10941
11007
  "kind": "IntegerLiteral",
10942
- "offset": 54643,
11008
+ "offset": 55410,
10943
11009
  "length": 1,
10944
11010
  "value": "2"
10945
11011
  },
10946
11012
  {
10947
11013
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10948
11014
  "kind": "IntegerLiteral",
10949
- "offset": 54712,
11015
+ "offset": 55479,
10950
11016
  "length": 1,
10951
11017
  "value": "1"
10952
11018
  },
10953
11019
  {
10954
11020
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10955
11021
  "kind": "IntegerLiteral",
10956
- "offset": 54825,
11022
+ "offset": 55592,
10957
11023
  "length": 1,
10958
11024
  "value": "0"
10959
11025
  },
10960
11026
  {
10961
11027
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10962
11028
  "kind": "IntegerLiteral",
10963
- "offset": 54896,
11029
+ "offset": 55663,
10964
11030
  "length": 1,
10965
11031
  "value": "1"
10966
11032
  },
10967
11033
  {
10968
11034
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10969
11035
  "kind": "FloatLiteral",
10970
- "offset": 54915,
11036
+ "offset": 55682,
10971
11037
  "length": 3,
10972
11038
  "value": "2.0"
10973
11039
  },
10974
11040
  {
10975
11041
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10976
11042
  "kind": "IntegerLiteral",
10977
- "offset": 54967,
11043
+ "offset": 55734,
10978
11044
  "length": 1,
10979
11045
  "value": "0"
10980
11046
  },
10981
11047
  {
10982
11048
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10983
11049
  "kind": "IntegerLiteral",
10984
- "offset": 55012,
11050
+ "offset": 55779,
10985
11051
  "length": 1,
10986
11052
  "value": "0"
10987
11053
  },
10988
11054
  {
10989
11055
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10990
11056
  "kind": "IntegerLiteral",
10991
- "offset": 55077,
11057
+ "offset": 55844,
10992
11058
  "length": 1,
10993
11059
  "value": "1"
10994
11060
  },
10995
11061
  {
10996
11062
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
10997
11063
  "kind": "IntegerLiteral",
10998
- "offset": 55106,
11064
+ "offset": 55873,
10999
11065
  "length": 1,
11000
11066
  "value": "2"
11001
11067
  },
11002
11068
  {
11003
11069
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11004
11070
  "kind": "IntegerLiteral",
11005
- "offset": 55131,
11071
+ "offset": 55898,
11006
11072
  "length": 1,
11007
11073
  "value": "0"
11008
11074
  },
11009
11075
  {
11010
11076
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11011
11077
  "kind": "FloatLiteral",
11012
- "offset": 55229,
11078
+ "offset": 55996,
11013
11079
  "length": 4,
11014
11080
  "value": "1e-6"
11015
11081
  },
11016
11082
  {
11017
11083
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11018
11084
  "kind": "FloatLiteral",
11019
- "offset": 55287,
11085
+ "offset": 56054,
11020
11086
  "length": 4,
11021
11087
  "value": "1e-6"
11022
11088
  },
11023
11089
  {
11024
11090
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11025
11091
  "kind": "FloatLiteral",
11026
- "offset": 55333,
11092
+ "offset": 56100,
11027
11093
  "length": 3,
11028
11094
  "value": "0.0"
11029
11095
  },
11030
11096
  {
11031
11097
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
11032
11098
  "kind": "StringLiteral",
11033
- "offset": 55735,
11099
+ "offset": 56502,
11034
11100
  "length": 6,
11035
11101
  "value": "\"ONNX\""
11036
11102
  },
@@ -11394,189 +11460,189 @@
11394
11460
  {
11395
11461
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11396
11462
  "kind": "BooleanLiteral",
11397
- "offset": 28901,
11463
+ "offset": 29074,
11398
11464
  "length": 4,
11399
11465
  "value": "true"
11400
11466
  },
11401
11467
  {
11402
11468
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11403
11469
  "kind": "BooleanLiteral",
11404
- "offset": 28959,
11470
+ "offset": 29132,
11405
11471
  "length": 5,
11406
11472
  "value": "false"
11407
11473
  },
11408
11474
  {
11409
11475
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11410
11476
  "kind": "BooleanLiteral",
11411
- "offset": 29021,
11477
+ "offset": 29194,
11412
11478
  "length": 4,
11413
11479
  "value": "true"
11414
11480
  },
11415
11481
  {
11416
11482
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11417
11483
  "kind": "BooleanLiteral",
11418
- "offset": 29085,
11484
+ "offset": 29258,
11419
11485
  "length": 4,
11420
11486
  "value": "true"
11421
11487
  },
11422
11488
  {
11423
11489
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11424
11490
  "kind": "IntegerLiteral",
11425
- "offset": 33390,
11491
+ "offset": 33563,
11426
11492
  "length": 1,
11427
11493
  "value": "1"
11428
11494
  },
11429
11495
  {
11430
11496
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11431
11497
  "kind": "IntegerLiteral",
11432
- "offset": 33870,
11498
+ "offset": 34043,
11433
11499
  "length": 1,
11434
11500
  "value": "0"
11435
11501
  },
11436
11502
  {
11437
11503
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11438
11504
  "kind": "StringLiteral",
11439
- "offset": 33915,
11505
+ "offset": 34088,
11440
11506
  "length": 12,
11441
11507
  "value": "\"ORTSession\""
11442
11508
  },
11443
11509
  {
11444
11510
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11445
11511
  "kind": "IntegerLiteral",
11446
- "offset": 33935,
11512
+ "offset": 34108,
11447
11513
  "length": 1,
11448
11514
  "value": "1"
11449
11515
  },
11450
11516
  {
11451
11517
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11452
11518
  "kind": "StringLiteral",
11453
- "offset": 33976,
11519
+ "offset": 34149,
11454
11520
  "length": 34,
11455
11521
  "value": "\"Failed to retrieve output values\""
11456
11522
  },
11457
11523
  {
11458
11524
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11459
11525
  "kind": "IntegerLiteral",
11460
- "offset": 34508,
11526
+ "offset": 34681,
11461
11527
  "length": 2,
11462
11528
  "value": "32"
11463
11529
  },
11464
11530
  {
11465
11531
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11466
11532
  "kind": "IntegerLiteral",
11467
- "offset": 34723,
11533
+ "offset": 34896,
11468
11534
  "length": 1,
11469
11535
  "value": "1"
11470
11536
  },
11471
11537
  {
11472
11538
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11473
11539
  "kind": "IntegerLiteral",
11474
- "offset": 34732,
11540
+ "offset": 34905,
11475
11541
  "length": 1,
11476
11542
  "value": "1"
11477
11543
  },
11478
11544
  {
11479
11545
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11480
11546
  "kind": "IntegerLiteral",
11481
- "offset": 34750,
11547
+ "offset": 34923,
11482
11548
  "length": 2,
11483
11549
  "value": "32"
11484
11550
  },
11485
11551
  {
11486
11552
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11487
11553
  "kind": "IntegerLiteral",
11488
- "offset": 34808,
11554
+ "offset": 34981,
11489
11555
  "length": 1,
11490
11556
  "value": "0"
11491
11557
  },
11492
11558
  {
11493
11559
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11494
11560
  "kind": "IntegerLiteral",
11495
- "offset": 34828,
11561
+ "offset": 35001,
11496
11562
  "length": 1,
11497
11563
  "value": "0"
11498
11564
  },
11499
11565
  {
11500
11566
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11501
11567
  "kind": "IntegerLiteral",
11502
- "offset": 34839,
11568
+ "offset": 35012,
11503
11569
  "length": 1,
11504
11570
  "value": "0"
11505
11571
  },
11506
11572
  {
11507
11573
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11508
11574
  "kind": "IntegerLiteral",
11509
- "offset": 34860,
11575
+ "offset": 35033,
11510
11576
  "length": 1,
11511
11577
  "value": "0"
11512
11578
  },
11513
11579
  {
11514
11580
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11515
11581
  "kind": "IntegerLiteral",
11516
- "offset": 34880,
11582
+ "offset": 35053,
11517
11583
  "length": 1,
11518
11584
  "value": "0"
11519
11585
  },
11520
11586
  {
11521
11587
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11522
11588
  "kind": "IntegerLiteral",
11523
- "offset": 34883,
11589
+ "offset": 35056,
11524
11590
  "length": 1,
11525
11591
  "value": "0"
11526
11592
  },
11527
11593
  {
11528
11594
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11529
11595
  "kind": "IntegerLiteral",
11530
- "offset": 34894,
11596
+ "offset": 35067,
11531
11597
  "length": 1,
11532
11598
  "value": "0"
11533
11599
  },
11534
11600
  {
11535
11601
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11536
11602
  "kind": "IntegerLiteral",
11537
- "offset": 34915,
11603
+ "offset": 35088,
11538
11604
  "length": 1,
11539
11605
  "value": "0"
11540
11606
  },
11541
11607
  {
11542
11608
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11543
11609
  "kind": "IntegerLiteral",
11544
- "offset": 34935,
11610
+ "offset": 35108,
11545
11611
  "length": 1,
11546
11612
  "value": "0"
11547
11613
  },
11548
11614
  {
11549
11615
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11550
11616
  "kind": "IntegerLiteral",
11551
- "offset": 34938,
11617
+ "offset": 35111,
11552
11618
  "length": 1,
11553
11619
  "value": "0"
11554
11620
  },
11555
11621
  {
11556
11622
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11557
11623
  "kind": "IntegerLiteral",
11558
- "offset": 34941,
11624
+ "offset": 35114,
11559
11625
  "length": 1,
11560
11626
  "value": "0"
11561
11627
  },
11562
11628
  {
11563
11629
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11564
11630
  "kind": "IntegerLiteral",
11565
- "offset": 34952,
11631
+ "offset": 35125,
11566
11632
  "length": 1,
11567
11633
  "value": "0"
11568
11634
  },
11569
11635
  {
11570
11636
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11571
11637
  "kind": "IntegerLiteral",
11572
- "offset": 35333,
11638
+ "offset": 35506,
11573
11639
  "length": 2,
11574
11640
  "value": "10"
11575
11641
  },
11576
11642
  {
11577
11643
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
11578
11644
  "kind": "IntegerLiteral",
11579
- "offset": 35338,
11645
+ "offset": 35511,
11580
11646
  "length": 1,
11581
11647
  "value": "2"
11582
11648
  },
@@ -11639,203 +11705,217 @@
11639
11705
  {
11640
11706
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11641
11707
  "kind": "FloatLiteral",
11642
- "offset": 2498,
11708
+ "offset": 2483,
11709
+ "length": 5,
11710
+ "value": "0.225"
11711
+ },
11712
+ {
11713
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11714
+ "kind": "FloatLiteral",
11715
+ "offset": 2547,
11643
11716
  "length": 3,
11644
11717
  "value": "0.0"
11645
11718
  },
11646
11719
  {
11647
11720
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11648
11721
  "kind": "IntegerLiteral",
11649
- "offset": 2533,
11722
+ "offset": 2582,
11650
11723
  "length": 4,
11651
11724
  "value": "1000"
11652
11725
  },
11653
11726
  {
11654
11727
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11655
11728
  "kind": "IntegerLiteral",
11656
- "offset": 3073,
11729
+ "offset": 3122,
11657
11730
  "length": 1,
11658
11731
  "value": "0"
11659
11732
  },
11660
11733
  {
11661
11734
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11662
11735
  "kind": "IntegerLiteral",
11663
- "offset": 3120,
11736
+ "offset": 3169,
11664
11737
  "length": 4,
11665
11738
  "value": "1000"
11666
11739
  },
11740
+ {
11741
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11742
+ "kind": "IntegerLiteral",
11743
+ "offset": 3221,
11744
+ "length": 3,
11745
+ "value": "200"
11746
+ },
11667
11747
  {
11668
11748
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11669
11749
  "kind": "Array",
11670
- "offset": 3165,
11750
+ "offset": 3265,
11671
11751
  "length": 2,
11672
11752
  "value": "[]"
11673
11753
  },
11674
11754
  {
11675
11755
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11676
11756
  "kind": "Array",
11677
- "offset": 3216,
11757
+ "offset": 3316,
11678
11758
  "length": 2,
11679
11759
  "value": "[]"
11680
11760
  },
11681
11761
  {
11682
11762
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11683
11763
  "kind": "IntegerLiteral",
11684
- "offset": 3264,
11764
+ "offset": 3364,
11685
11765
  "length": 1,
11686
11766
  "value": "5"
11687
11767
  },
11688
11768
  {
11689
11769
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11690
11770
  "kind": "BooleanLiteral",
11691
- "offset": 6028,
11771
+ "offset": 6128,
11692
11772
  "length": 4,
11693
11773
  "value": "true"
11694
11774
  },
11695
11775
  {
11696
11776
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11697
11777
  "kind": "BooleanLiteral",
11698
- "offset": 6086,
11778
+ "offset": 6186,
11699
11779
  "length": 5,
11700
11780
  "value": "false"
11701
11781
  },
11702
11782
  {
11703
11783
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11704
11784
  "kind": "BooleanLiteral",
11705
- "offset": 6148,
11785
+ "offset": 6248,
11706
11786
  "length": 4,
11707
11787
  "value": "true"
11708
11788
  },
11709
11789
  {
11710
11790
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11711
11791
  "kind": "BooleanLiteral",
11712
- "offset": 6212,
11792
+ "offset": 6312,
11713
11793
  "length": 4,
11714
11794
  "value": "true"
11715
11795
  },
11716
11796
  {
11717
11797
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11718
11798
  "kind": "FloatLiteral",
11719
- "offset": 32459,
11799
+ "offset": 32559,
11720
11800
  "length": 3,
11721
11801
  "value": "0.1"
11722
11802
  },
11723
11803
  {
11724
11804
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11725
11805
  "kind": "IntegerLiteral",
11726
- "offset": 32490,
11806
+ "offset": 32590,
11727
11807
  "length": 1,
11728
11808
  "value": "5"
11729
11809
  },
11730
11810
  {
11731
11811
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11732
11812
  "kind": "FloatLiteral",
11733
- "offset": 34620,
11813
+ "offset": 34720,
11734
11814
  "length": 3,
11735
11815
  "value": "0.1"
11736
11816
  },
11737
11817
  {
11738
11818
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11739
11819
  "kind": "IntegerLiteral",
11740
- "offset": 34643,
11820
+ "offset": 34743,
11741
11821
  "length": 1,
11742
11822
  "value": "5"
11743
11823
  },
11744
11824
  {
11745
11825
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11746
11826
  "kind": "BooleanLiteral",
11747
- "offset": 37585,
11827
+ "offset": 37685,
11748
11828
  "length": 4,
11749
11829
  "value": "true"
11750
11830
  },
11751
11831
  {
11752
11832
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11753
11833
  "kind": "BooleanLiteral",
11754
- "offset": 37643,
11834
+ "offset": 37743,
11755
11835
  "length": 5,
11756
11836
  "value": "false"
11757
11837
  },
11758
11838
  {
11759
11839
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11760
11840
  "kind": "BooleanLiteral",
11761
- "offset": 37705,
11841
+ "offset": 37805,
11762
11842
  "length": 4,
11763
11843
  "value": "true"
11764
11844
  },
11765
11845
  {
11766
11846
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11767
11847
  "kind": "BooleanLiteral",
11768
- "offset": 37769,
11848
+ "offset": 37869,
11769
11849
  "length": 4,
11770
11850
  "value": "true"
11771
11851
  },
11772
11852
  {
11773
11853
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11774
11854
  "kind": "BooleanLiteral",
11775
- "offset": 43152,
11855
+ "offset": 43252,
11776
11856
  "length": 5,
11777
11857
  "value": "false"
11778
11858
  },
11779
11859
  {
11780
11860
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11781
11861
  "kind": "BooleanLiteral",
11782
- "offset": 43196,
11862
+ "offset": 43296,
11783
11863
  "length": 4,
11784
11864
  "value": "true"
11785
11865
  },
11786
11866
  {
11787
11867
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11788
11868
  "kind": "BooleanLiteral",
11789
- "offset": 43229,
11869
+ "offset": 43329,
11790
11870
  "length": 5,
11791
11871
  "value": "false"
11792
11872
  },
11793
11873
  {
11794
11874
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11795
11875
  "kind": "BooleanLiteral",
11796
- "offset": 43266,
11876
+ "offset": 43366,
11797
11877
  "length": 4,
11798
11878
  "value": "true"
11799
11879
  },
11800
11880
  {
11801
11881
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11802
11882
  "kind": "BooleanLiteral",
11803
- "offset": 43305,
11883
+ "offset": 43405,
11804
11884
  "length": 4,
11805
11885
  "value": "true"
11806
11886
  },
11807
11887
  {
11808
11888
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11809
11889
  "kind": "BooleanLiteral",
11810
- "offset": 45198,
11890
+ "offset": 45298,
11811
11891
  "length": 5,
11812
11892
  "value": "false"
11813
11893
  },
11814
11894
  {
11815
11895
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11816
11896
  "kind": "BooleanLiteral",
11817
- "offset": 45238,
11897
+ "offset": 45338,
11818
11898
  "length": 4,
11819
11899
  "value": "true"
11820
11900
  },
11821
11901
  {
11822
11902
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11823
11903
  "kind": "BooleanLiteral",
11824
- "offset": 45267,
11904
+ "offset": 45367,
11825
11905
  "length": 5,
11826
11906
  "value": "false"
11827
11907
  },
11828
11908
  {
11829
11909
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11830
11910
  "kind": "BooleanLiteral",
11831
- "offset": 45300,
11911
+ "offset": 45400,
11832
11912
  "length": 4,
11833
11913
  "value": "true"
11834
11914
  },
11835
11915
  {
11836
11916
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
11837
11917
  "kind": "BooleanLiteral",
11838
- "offset": 45335,
11918
+ "offset": 45435,
11839
11919
  "length": 4,
11840
11920
  "value": "true"
11841
11921
  },