react-native-wakeword 1.1.101 → 1.1.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +214 -185
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +2 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +214 -185
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +214 -185
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +27 -27
- package/package.json +1 -1
|
@@ -5789,6 +5789,28 @@
|
|
|
5789
5789
|
],
|
|
5790
5790
|
"funcSelfKind": "NonMutating"
|
|
5791
5791
|
},
|
|
5792
|
+
{
|
|
5793
|
+
"kind": "Function",
|
|
5794
|
+
"name": "runOnboardingParityProbe",
|
|
5795
|
+
"printedName": "runOnboardingParityProbe()",
|
|
5796
|
+
"children": [
|
|
5797
|
+
{
|
|
5798
|
+
"kind": "TypeNominal",
|
|
5799
|
+
"name": "Void",
|
|
5800
|
+
"printedName": "()"
|
|
5801
|
+
}
|
|
5802
|
+
],
|
|
5803
|
+
"declKind": "Func",
|
|
5804
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)SpeakerVerificationEngine(im)runOnboardingParityProbe",
|
|
5805
|
+
"mangledName": "$s16KeyWordDetection25SpeakerVerificationEngineC24runOnboardingParityProbeyyF",
|
|
5806
|
+
"moduleName": "KeyWordDetection",
|
|
5807
|
+
"declAttributes": [
|
|
5808
|
+
"Final",
|
|
5809
|
+
"AccessControl",
|
|
5810
|
+
"ObjC"
|
|
5811
|
+
],
|
|
5812
|
+
"funcSelfKind": "NonMutating"
|
|
5813
|
+
},
|
|
5792
5814
|
{
|
|
5793
5815
|
"kind": "Function",
|
|
5794
5816
|
"name": "resetStreamingState",
|
|
@@ -11320,1074 +11342,1081 @@
|
|
|
11320
11342
|
"length": 5,
|
|
11321
11343
|
"value": "false"
|
|
11322
11344
|
},
|
|
11345
|
+
{
|
|
11346
|
+
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11347
|
+
"kind": "IntegerLiteral",
|
|
11348
|
+
"offset": 845,
|
|
11349
|
+
"length": 1,
|
|
11350
|
+
"value": "8"
|
|
11351
|
+
},
|
|
11323
11352
|
{
|
|
11324
11353
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11325
11354
|
"kind": "StringLiteral",
|
|
11326
|
-
"offset":
|
|
11355
|
+
"offset": 7536,
|
|
11327
11356
|
"length": 41,
|
|
11328
11357
|
"value": "\"####%$#$%$#^&^*&*^#$%#$%#$#%^&&*****###\""
|
|
11329
11358
|
},
|
|
11330
11359
|
{
|
|
11331
11360
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11332
11361
|
"kind": "Dictionary",
|
|
11333
|
-
"offset":
|
|
11362
|
+
"offset": 7733,
|
|
11334
11363
|
"length": 3,
|
|
11335
11364
|
"value": "[]"
|
|
11336
11365
|
},
|
|
11337
11366
|
{
|
|
11338
11367
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11339
11368
|
"kind": "IntegerLiteral",
|
|
11340
|
-
"offset":
|
|
11369
|
+
"offset": 14740,
|
|
11341
11370
|
"length": 1,
|
|
11342
11371
|
"value": "0"
|
|
11343
11372
|
},
|
|
11344
11373
|
{
|
|
11345
11374
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11346
11375
|
"kind": "IntegerLiteral",
|
|
11347
|
-
"offset":
|
|
11376
|
+
"offset": 14751,
|
|
11348
11377
|
"length": 1,
|
|
11349
11378
|
"value": "1"
|
|
11350
11379
|
},
|
|
11351
11380
|
{
|
|
11352
11381
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11353
11382
|
"kind": "IntegerLiteral",
|
|
11354
|
-
"offset":
|
|
11383
|
+
"offset": 14761,
|
|
11355
11384
|
"length": 1,
|
|
11356
11385
|
"value": "2"
|
|
11357
11386
|
},
|
|
11358
11387
|
{
|
|
11359
11388
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11360
11389
|
"kind": "IntegerLiteral",
|
|
11361
|
-
"offset":
|
|
11390
|
+
"offset": 14771,
|
|
11362
11391
|
"length": 1,
|
|
11363
11392
|
"value": "3"
|
|
11364
11393
|
},
|
|
11365
11394
|
{
|
|
11366
11395
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11367
11396
|
"kind": "IntegerLiteral",
|
|
11368
|
-
"offset":
|
|
11397
|
+
"offset": 14782,
|
|
11369
11398
|
"length": 1,
|
|
11370
11399
|
"value": "4"
|
|
11371
11400
|
},
|
|
11372
11401
|
{
|
|
11373
11402
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11374
11403
|
"kind": "IntegerLiteral",
|
|
11375
|
-
"offset":
|
|
11404
|
+
"offset": 14793,
|
|
11376
11405
|
"length": 1,
|
|
11377
11406
|
"value": "5"
|
|
11378
11407
|
},
|
|
11379
11408
|
{
|
|
11380
11409
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11381
11410
|
"kind": "IntegerLiteral",
|
|
11382
|
-
"offset":
|
|
11411
|
+
"offset": 15685,
|
|
11383
11412
|
"length": 6,
|
|
11384
11413
|
"value": "16000"
|
|
11385
11414
|
},
|
|
11386
11415
|
{
|
|
11387
11416
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11388
11417
|
"kind": "IntegerLiteral",
|
|
11389
|
-
"offset":
|
|
11418
|
+
"offset": 15747,
|
|
11390
11419
|
"length": 2,
|
|
11391
11420
|
"value": "80"
|
|
11392
11421
|
},
|
|
11393
11422
|
{
|
|
11394
11423
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11395
11424
|
"kind": "BooleanLiteral",
|
|
11396
|
-
"offset":
|
|
11425
|
+
"offset": 15805,
|
|
11397
11426
|
"length": 4,
|
|
11398
11427
|
"value": "true"
|
|
11399
11428
|
},
|
|
11400
11429
|
{
|
|
11401
11430
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11402
11431
|
"kind": "FloatLiteral",
|
|
11403
|
-
"offset":
|
|
11432
|
+
"offset": 15877,
|
|
11404
11433
|
"length": 4,
|
|
11405
11434
|
"value": "25.0"
|
|
11406
11435
|
},
|
|
11407
11436
|
{
|
|
11408
11437
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11409
11438
|
"kind": "FloatLiteral",
|
|
11410
|
-
"offset":
|
|
11439
|
+
"offset": 15949,
|
|
11411
11440
|
"length": 4,
|
|
11412
11441
|
"value": "10.0"
|
|
11413
11442
|
},
|
|
11414
11443
|
{
|
|
11415
11444
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11416
11445
|
"kind": "IntegerLiteral",
|
|
11417
|
-
"offset":
|
|
11446
|
+
"offset": 16011,
|
|
11418
11447
|
"length": 3,
|
|
11419
11448
|
"value": "512"
|
|
11420
11449
|
},
|
|
11421
11450
|
{
|
|
11422
11451
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11423
11452
|
"kind": "FloatLiteral",
|
|
11424
|
-
"offset":
|
|
11453
|
+
"offset": 16089,
|
|
11425
11454
|
"length": 4,
|
|
11426
11455
|
"value": "0.34"
|
|
11427
11456
|
},
|
|
11428
11457
|
{
|
|
11429
11458
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11430
11459
|
"kind": "BooleanLiteral",
|
|
11431
|
-
"offset":
|
|
11460
|
+
"offset": 16387,
|
|
11432
11461
|
"length": 5,
|
|
11433
11462
|
"value": "false"
|
|
11434
11463
|
},
|
|
11435
11464
|
{
|
|
11436
11465
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11437
11466
|
"kind": "IntegerLiteral",
|
|
11438
|
-
"offset":
|
|
11467
|
+
"offset": 16473,
|
|
11439
11468
|
"length": 4,
|
|
11440
11469
|
"value": "1280"
|
|
11441
11470
|
},
|
|
11442
11471
|
{
|
|
11443
11472
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11444
11473
|
"kind": "FloatLiteral",
|
|
11445
|
-
"offset":
|
|
11474
|
+
"offset": 16573,
|
|
11446
11475
|
"length": 3,
|
|
11447
11476
|
"value": "2.0"
|
|
11448
11477
|
},
|
|
11449
11478
|
{
|
|
11450
11479
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11451
11480
|
"kind": "FloatLiteral",
|
|
11452
|
-
"offset":
|
|
11481
|
+
"offset": 16673,
|
|
11453
11482
|
"length": 3,
|
|
11454
11483
|
"value": "3.0"
|
|
11455
11484
|
},
|
|
11456
11485
|
{
|
|
11457
11486
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11458
11487
|
"kind": "FloatLiteral",
|
|
11459
|
-
"offset":
|
|
11488
|
+
"offset": 16850,
|
|
11460
11489
|
"length": 3,
|
|
11461
11490
|
"value": "0.5"
|
|
11462
11491
|
},
|
|
11463
11492
|
{
|
|
11464
11493
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11465
11494
|
"kind": "BooleanLiteral",
|
|
11466
|
-
"offset":
|
|
11495
|
+
"offset": 16894,
|
|
11467
11496
|
"length": 4,
|
|
11468
11497
|
"value": "true"
|
|
11469
11498
|
},
|
|
11470
11499
|
{
|
|
11471
11500
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11472
11501
|
"kind": "IntegerLiteral",
|
|
11473
|
-
"offset":
|
|
11502
|
+
"offset": 16935,
|
|
11474
11503
|
"length": 1,
|
|
11475
11504
|
"value": "3"
|
|
11476
11505
|
},
|
|
11477
11506
|
{
|
|
11478
11507
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11479
11508
|
"kind": "IntegerLiteral",
|
|
11480
|
-
"offset":
|
|
11509
|
+
"offset": 16977,
|
|
11481
11510
|
"length": 4,
|
|
11482
11511
|
"value": "2000"
|
|
11483
11512
|
},
|
|
11484
11513
|
{
|
|
11485
11514
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11486
11515
|
"kind": "IntegerLiteral",
|
|
11487
|
-
"offset":
|
|
11516
|
+
"offset": 20448,
|
|
11488
11517
|
"length": 6,
|
|
11489
11518
|
"value": "16000"
|
|
11490
11519
|
},
|
|
11491
11520
|
{
|
|
11492
11521
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11493
11522
|
"kind": "IntegerLiteral",
|
|
11494
|
-
"offset":
|
|
11523
|
+
"offset": 20482,
|
|
11495
11524
|
"length": 2,
|
|
11496
11525
|
"value": "80"
|
|
11497
11526
|
},
|
|
11498
11527
|
{
|
|
11499
11528
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11500
11529
|
"kind": "BooleanLiteral",
|
|
11501
|
-
"offset":
|
|
11530
|
+
"offset": 20506,
|
|
11502
11531
|
"length": 4,
|
|
11503
11532
|
"value": "true"
|
|
11504
11533
|
},
|
|
11505
11534
|
{
|
|
11506
11535
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11507
11536
|
"kind": "FloatLiteral",
|
|
11508
|
-
"offset":
|
|
11537
|
+
"offset": 20543,
|
|
11509
11538
|
"length": 4,
|
|
11510
11539
|
"value": "25.0"
|
|
11511
11540
|
},
|
|
11512
11541
|
{
|
|
11513
11542
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11514
11543
|
"kind": "FloatLiteral",
|
|
11515
|
-
"offset":
|
|
11544
|
+
"offset": 20579,
|
|
11516
11545
|
"length": 4,
|
|
11517
11546
|
"value": "10.0"
|
|
11518
11547
|
},
|
|
11519
11548
|
{
|
|
11520
11549
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11521
11550
|
"kind": "IntegerLiteral",
|
|
11522
|
-
"offset":
|
|
11551
|
+
"offset": 20605,
|
|
11523
11552
|
"length": 3,
|
|
11524
11553
|
"value": "512"
|
|
11525
11554
|
},
|
|
11526
11555
|
{
|
|
11527
11556
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11528
11557
|
"kind": "FloatLiteral",
|
|
11529
|
-
"offset":
|
|
11558
|
+
"offset": 20645,
|
|
11530
11559
|
"length": 4,
|
|
11531
11560
|
"value": "0.35"
|
|
11532
11561
|
},
|
|
11533
11562
|
{
|
|
11534
11563
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11535
11564
|
"kind": "BooleanLiteral",
|
|
11536
|
-
"offset":
|
|
11565
|
+
"offset": 20685,
|
|
11537
11566
|
"length": 5,
|
|
11538
11567
|
"value": "false"
|
|
11539
11568
|
},
|
|
11540
11569
|
{
|
|
11541
11570
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11542
11571
|
"kind": "IntegerLiteral",
|
|
11543
|
-
"offset":
|
|
11572
|
+
"offset": 20717,
|
|
11544
11573
|
"length": 4,
|
|
11545
11574
|
"value": "1280"
|
|
11546
11575
|
},
|
|
11547
11576
|
{
|
|
11548
11577
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11549
11578
|
"kind": "FloatLiteral",
|
|
11550
|
-
"offset":
|
|
11579
|
+
"offset": 20752,
|
|
11551
11580
|
"length": 3,
|
|
11552
11581
|
"value": "2.0"
|
|
11553
11582
|
},
|
|
11554
11583
|
{
|
|
11555
11584
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11556
11585
|
"kind": "FloatLiteral",
|
|
11557
|
-
"offset":
|
|
11586
|
+
"offset": 20789,
|
|
11558
11587
|
"length": 3,
|
|
11559
11588
|
"value": "3.0"
|
|
11560
11589
|
},
|
|
11561
11590
|
{
|
|
11562
11591
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11563
11592
|
"kind": "FloatLiteral",
|
|
11564
|
-
"offset":
|
|
11593
|
+
"offset": 20828,
|
|
11565
11594
|
"length": 3,
|
|
11566
11595
|
"value": "0.5"
|
|
11567
11596
|
},
|
|
11568
11597
|
{
|
|
11569
11598
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11570
11599
|
"kind": "BooleanLiteral",
|
|
11571
|
-
"offset":
|
|
11600
|
+
"offset": 20866,
|
|
11572
11601
|
"length": 4,
|
|
11573
11602
|
"value": "true"
|
|
11574
11603
|
},
|
|
11575
11604
|
{
|
|
11576
11605
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11577
11606
|
"kind": "IntegerLiteral",
|
|
11578
|
-
"offset":
|
|
11607
|
+
"offset": 20901,
|
|
11579
11608
|
"length": 1,
|
|
11580
11609
|
"value": "3"
|
|
11581
11610
|
},
|
|
11582
11611
|
{
|
|
11583
11612
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11584
11613
|
"kind": "IntegerLiteral",
|
|
11585
|
-
"offset":
|
|
11614
|
+
"offset": 20937,
|
|
11586
11615
|
"length": 4,
|
|
11587
11616
|
"value": "2000"
|
|
11588
11617
|
},
|
|
11589
11618
|
{
|
|
11590
11619
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11591
11620
|
"kind": "Array",
|
|
11592
|
-
"offset":
|
|
11621
|
+
"offset": 23357,
|
|
11593
11622
|
"length": 2,
|
|
11594
11623
|
"value": "[]"
|
|
11595
11624
|
},
|
|
11596
11625
|
{
|
|
11597
11626
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11598
11627
|
"kind": "Array",
|
|
11599
|
-
"offset":
|
|
11628
|
+
"offset": 23397,
|
|
11600
11629
|
"length": 2,
|
|
11601
11630
|
"value": "[]"
|
|
11602
11631
|
},
|
|
11603
11632
|
{
|
|
11604
11633
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11605
11634
|
"kind": "StringLiteral",
|
|
11606
|
-
"offset":
|
|
11635
|
+
"offset": 26849,
|
|
11607
11636
|
"length": 8,
|
|
11608
11637
|
"value": "\"Engine\""
|
|
11609
11638
|
},
|
|
11610
11639
|
{
|
|
11611
11640
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11612
11641
|
"kind": "IntegerLiteral",
|
|
11613
|
-
"offset":
|
|
11642
|
+
"offset": 27177,
|
|
11614
11643
|
"length": 1,
|
|
11615
11644
|
"value": "0"
|
|
11616
11645
|
},
|
|
11617
11646
|
{
|
|
11618
11647
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11619
11648
|
"kind": "IntegerLiteral",
|
|
11620
|
-
"offset":
|
|
11649
|
+
"offset": 27219,
|
|
11621
11650
|
"length": 1,
|
|
11622
11651
|
"value": "0"
|
|
11623
11652
|
},
|
|
11624
11653
|
{
|
|
11625
11654
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11626
11655
|
"kind": "IntegerLiteral",
|
|
11627
|
-
"offset":
|
|
11656
|
+
"offset": 27270,
|
|
11628
11657
|
"length": 1,
|
|
11629
11658
|
"value": "0"
|
|
11630
11659
|
},
|
|
11631
11660
|
{
|
|
11632
11661
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11633
11662
|
"kind": "BooleanLiteral",
|
|
11634
|
-
"offset":
|
|
11663
|
+
"offset": 36621,
|
|
11635
11664
|
"length": 4,
|
|
11636
11665
|
"value": "true"
|
|
11637
11666
|
},
|
|
11638
11667
|
{
|
|
11639
11668
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11640
11669
|
"kind": "StringLiteral",
|
|
11641
|
-
"offset":
|
|
11670
|
+
"offset": 39070,
|
|
11642
11671
|
"length": 9,
|
|
11643
11672
|
"value": "\"MicCtrl\""
|
|
11644
11673
|
},
|
|
11645
11674
|
{
|
|
11646
11675
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11647
11676
|
"kind": "StringLiteral",
|
|
11648
|
-
"offset":
|
|
11677
|
+
"offset": 39303,
|
|
11649
11678
|
"length": 2,
|
|
11650
11679
|
"value": "\"\""
|
|
11651
11680
|
},
|
|
11652
11681
|
{
|
|
11653
11682
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11654
11683
|
"kind": "IntegerLiteral",
|
|
11655
|
-
"offset":
|
|
11684
|
+
"offset": 39350,
|
|
11656
11685
|
"length": 1,
|
|
11657
11686
|
"value": "3"
|
|
11658
11687
|
},
|
|
11659
11688
|
{
|
|
11660
11689
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11661
11690
|
"kind": "StringLiteral",
|
|
11662
|
-
"offset":
|
|
11691
|
+
"offset": 39457,
|
|
11663
11692
|
"length": 15,
|
|
11664
11693
|
"value": "\"sv.mic.ctrl.q\""
|
|
11665
11694
|
},
|
|
11666
11695
|
{
|
|
11667
11696
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11668
11697
|
"kind": "BooleanLiteral",
|
|
11669
|
-
"offset":
|
|
11698
|
+
"offset": 39620,
|
|
11670
11699
|
"length": 5,
|
|
11671
11700
|
"value": "false"
|
|
11672
11701
|
},
|
|
11673
11702
|
{
|
|
11674
11703
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11675
11704
|
"kind": "BooleanLiteral",
|
|
11676
|
-
"offset":
|
|
11705
|
+
"offset": 39805,
|
|
11677
11706
|
"length": 5,
|
|
11678
11707
|
"value": "false"
|
|
11679
11708
|
},
|
|
11680
11709
|
{
|
|
11681
11710
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11682
11711
|
"kind": "IntegerLiteral",
|
|
11683
|
-
"offset":
|
|
11712
|
+
"offset": 39852,
|
|
11684
11713
|
"length": 1,
|
|
11685
11714
|
"value": "0"
|
|
11686
11715
|
},
|
|
11687
11716
|
{
|
|
11688
11717
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11689
11718
|
"kind": "IntegerLiteral",
|
|
11690
|
-
"offset":
|
|
11719
|
+
"offset": 39901,
|
|
11691
11720
|
"length": 1,
|
|
11692
11721
|
"value": "0"
|
|
11693
11722
|
},
|
|
11694
11723
|
{
|
|
11695
11724
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11696
11725
|
"kind": "BooleanLiteral",
|
|
11697
|
-
"offset":
|
|
11726
|
+
"offset": 39946,
|
|
11698
11727
|
"length": 5,
|
|
11699
11728
|
"value": "false"
|
|
11700
11729
|
},
|
|
11701
11730
|
{
|
|
11702
11731
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11703
11732
|
"kind": "IntegerLiteral",
|
|
11704
|
-
"offset":
|
|
11733
|
+
"offset": 41156,
|
|
11705
11734
|
"length": 1,
|
|
11706
11735
|
"value": "3"
|
|
11707
11736
|
},
|
|
11708
11737
|
{
|
|
11709
11738
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11710
11739
|
"kind": "BooleanLiteral",
|
|
11711
|
-
"offset":
|
|
11740
|
+
"offset": 41173,
|
|
11712
11741
|
"length": 4,
|
|
11713
11742
|
"value": "true"
|
|
11714
11743
|
},
|
|
11715
11744
|
{
|
|
11716
11745
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11717
11746
|
"kind": "BooleanLiteral",
|
|
11718
|
-
"offset":
|
|
11747
|
+
"offset": 44616,
|
|
11719
11748
|
"length": 4,
|
|
11720
11749
|
"value": "true"
|
|
11721
11750
|
},
|
|
11722
11751
|
{
|
|
11723
11752
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11724
11753
|
"kind": "FloatLiteral",
|
|
11725
|
-
"offset":
|
|
11754
|
+
"offset": 46077,
|
|
11726
11755
|
"length": 3,
|
|
11727
11756
|
"value": "0.5"
|
|
11728
11757
|
},
|
|
11729
11758
|
{
|
|
11730
11759
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11731
11760
|
"kind": "BooleanLiteral",
|
|
11732
|
-
"offset":
|
|
11761
|
+
"offset": 46143,
|
|
11733
11762
|
"length": 5,
|
|
11734
11763
|
"value": "false"
|
|
11735
11764
|
},
|
|
11736
11765
|
{
|
|
11737
11766
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11738
11767
|
"kind": "BooleanLiteral",
|
|
11739
|
-
"offset":
|
|
11768
|
+
"offset": 46210,
|
|
11740
11769
|
"length": 4,
|
|
11741
11770
|
"value": "true"
|
|
11742
11771
|
},
|
|
11743
11772
|
{
|
|
11744
11773
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11745
11774
|
"kind": "IntegerLiteral",
|
|
11746
|
-
"offset":
|
|
11775
|
+
"offset": 48911,
|
|
11747
11776
|
"length": 1,
|
|
11748
11777
|
"value": "0"
|
|
11749
11778
|
},
|
|
11750
11779
|
{
|
|
11751
11780
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11752
11781
|
"kind": "IntegerLiteral",
|
|
11753
|
-
"offset":
|
|
11782
|
+
"offset": 48953,
|
|
11754
11783
|
"length": 1,
|
|
11755
11784
|
"value": "0"
|
|
11756
11785
|
},
|
|
11757
11786
|
{
|
|
11758
11787
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11759
11788
|
"kind": "StringLiteral",
|
|
11760
|
-
"offset":
|
|
11789
|
+
"offset": 54231,
|
|
11761
11790
|
"length": 15,
|
|
11762
11791
|
"value": "\"EnrollBuilder\""
|
|
11763
11792
|
},
|
|
11764
11793
|
{
|
|
11765
11794
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11766
11795
|
"kind": "IntegerLiteral",
|
|
11767
|
-
"offset":
|
|
11796
|
+
"offset": 54606,
|
|
11768
11797
|
"length": 1,
|
|
11769
11798
|
"value": "0"
|
|
11770
11799
|
},
|
|
11771
11800
|
{
|
|
11772
11801
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11773
11802
|
"kind": "BooleanLiteral",
|
|
11774
|
-
"offset":
|
|
11803
|
+
"offset": 54703,
|
|
11775
11804
|
"length": 4,
|
|
11776
11805
|
"value": "true"
|
|
11777
11806
|
},
|
|
11778
11807
|
{
|
|
11779
11808
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11780
11809
|
"kind": "IntegerLiteral",
|
|
11781
|
-
"offset":
|
|
11810
|
+
"offset": 54900,
|
|
11782
11811
|
"length": 1,
|
|
11783
11812
|
"value": "3"
|
|
11784
11813
|
},
|
|
11785
11814
|
{
|
|
11786
11815
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11787
11816
|
"kind": "BooleanLiteral",
|
|
11788
|
-
"offset":
|
|
11817
|
+
"offset": 55587,
|
|
11789
11818
|
"length": 4,
|
|
11790
11819
|
"value": "true"
|
|
11791
11820
|
},
|
|
11792
11821
|
{
|
|
11793
11822
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11794
11823
|
"kind": "StringLiteral",
|
|
11795
|
-
"offset":
|
|
11824
|
+
"offset": 63810,
|
|
11796
11825
|
"length": 7,
|
|
11797
11826
|
"value": "\"Feats\""
|
|
11798
11827
|
},
|
|
11799
11828
|
{
|
|
11800
11829
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11801
11830
|
"kind": "FloatLiteral",
|
|
11802
|
-
"offset":
|
|
11831
|
+
"offset": 66025,
|
|
11803
11832
|
"length": 4,
|
|
11804
11833
|
"value": "-1.0"
|
|
11805
11834
|
},
|
|
11806
11835
|
{
|
|
11807
11836
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11808
11837
|
"kind": "FloatLiteral",
|
|
11809
|
-
"offset":
|
|
11838
|
+
"offset": 66035,
|
|
11810
11839
|
"length": 3,
|
|
11811
11840
|
"value": "1.0"
|
|
11812
11841
|
},
|
|
11813
11842
|
{
|
|
11814
11843
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11815
11844
|
"kind": "IntegerLiteral",
|
|
11816
|
-
"offset":
|
|
11845
|
+
"offset": 66126,
|
|
11817
11846
|
"length": 1,
|
|
11818
11847
|
"value": "0"
|
|
11819
11848
|
},
|
|
11820
11849
|
{
|
|
11821
11850
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11822
11851
|
"kind": "IntegerLiteral",
|
|
11823
|
-
"offset":
|
|
11852
|
+
"offset": 66192,
|
|
11824
11853
|
"length": 1,
|
|
11825
11854
|
"value": "1"
|
|
11826
11855
|
},
|
|
11827
11856
|
{
|
|
11828
11857
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11829
11858
|
"kind": "IntegerLiteral",
|
|
11830
|
-
"offset":
|
|
11859
|
+
"offset": 66252,
|
|
11831
11860
|
"length": 1,
|
|
11832
11861
|
"value": "0"
|
|
11833
11862
|
},
|
|
11834
11863
|
{
|
|
11835
11864
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11836
11865
|
"kind": "StringLiteral",
|
|
11837
|
-
"offset":
|
|
11866
|
+
"offset": 66307,
|
|
11838
11867
|
"length": 16,
|
|
11839
11868
|
"value": "\"numFrames <= 0\""
|
|
11840
11869
|
},
|
|
11841
11870
|
{
|
|
11842
11871
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11843
11872
|
"kind": "IntegerLiteral",
|
|
11844
|
-
"offset":
|
|
11873
|
+
"offset": 66363,
|
|
11845
11874
|
"length": 1,
|
|
11846
11875
|
"value": "2"
|
|
11847
11876
|
},
|
|
11848
11877
|
{
|
|
11849
11878
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11850
11879
|
"kind": "IntegerLiteral",
|
|
11851
|
-
"offset":
|
|
11880
|
+
"offset": 66367,
|
|
11852
11881
|
"length": 1,
|
|
11853
11882
|
"value": "1"
|
|
11854
11883
|
},
|
|
11855
11884
|
{
|
|
11856
11885
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11857
11886
|
"kind": "IntegerLiteral",
|
|
11858
|
-
"offset":
|
|
11887
|
+
"offset": 66408,
|
|
11859
11888
|
"length": 1,
|
|
11860
11889
|
"value": "0"
|
|
11861
11890
|
},
|
|
11862
11891
|
{
|
|
11863
11892
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11864
11893
|
"kind": "IntegerLiteral",
|
|
11865
|
-
"offset":
|
|
11894
|
+
"offset": 66496,
|
|
11866
11895
|
"length": 1,
|
|
11867
11896
|
"value": "0"
|
|
11868
11897
|
},
|
|
11869
11898
|
{
|
|
11870
11899
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11871
11900
|
"kind": "IntegerLiteral",
|
|
11872
|
-
"offset":
|
|
11901
|
+
"offset": 66511,
|
|
11873
11902
|
"length": 1,
|
|
11874
11903
|
"value": "2"
|
|
11875
11904
|
},
|
|
11876
11905
|
{
|
|
11877
11906
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11878
11907
|
"kind": "IntegerLiteral",
|
|
11879
|
-
"offset":
|
|
11908
|
+
"offset": 66552,
|
|
11880
11909
|
"length": 1,
|
|
11881
11910
|
"value": "0"
|
|
11882
11911
|
},
|
|
11883
11912
|
{
|
|
11884
11913
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11885
11914
|
"kind": "IntegerLiteral",
|
|
11886
|
-
"offset":
|
|
11915
|
+
"offset": 66567,
|
|
11887
11916
|
"length": 1,
|
|
11888
11917
|
"value": "2"
|
|
11889
11918
|
},
|
|
11890
11919
|
{
|
|
11891
11920
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11892
11921
|
"kind": "IntegerLiteral",
|
|
11893
|
-
"offset":
|
|
11922
|
+
"offset": 66674,
|
|
11894
11923
|
"length": 1,
|
|
11895
11924
|
"value": "0"
|
|
11896
11925
|
},
|
|
11897
11926
|
{
|
|
11898
11927
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11899
11928
|
"kind": "IntegerLiteral",
|
|
11900
|
-
"offset":
|
|
11929
|
+
"offset": 66740,
|
|
11901
11930
|
"length": 1,
|
|
11902
11931
|
"value": "0"
|
|
11903
11932
|
},
|
|
11904
11933
|
{
|
|
11905
11934
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11906
11935
|
"kind": "IntegerLiteral",
|
|
11907
|
-
"offset":
|
|
11936
|
+
"offset": 66754,
|
|
11908
11937
|
"length": 1,
|
|
11909
11938
|
"value": "0"
|
|
11910
11939
|
},
|
|
11911
11940
|
{
|
|
11912
11941
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11913
11942
|
"kind": "IntegerLiteral",
|
|
11914
|
-
"offset":
|
|
11943
|
+
"offset": 66793,
|
|
11915
11944
|
"length": 1,
|
|
11916
11945
|
"value": "0"
|
|
11917
11946
|
},
|
|
11918
11947
|
{
|
|
11919
11948
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11920
11949
|
"kind": "IntegerLiteral",
|
|
11921
|
-
"offset":
|
|
11950
|
+
"offset": 66980,
|
|
11922
11951
|
"length": 1,
|
|
11923
11952
|
"value": "0"
|
|
11924
11953
|
},
|
|
11925
11954
|
{
|
|
11926
11955
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11927
11956
|
"kind": "IntegerLiteral",
|
|
11928
|
-
"offset":
|
|
11957
|
+
"offset": 67094,
|
|
11929
11958
|
"length": 1,
|
|
11930
11959
|
"value": "0"
|
|
11931
11960
|
},
|
|
11932
11961
|
{
|
|
11933
11962
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11934
11963
|
"kind": "IntegerLiteral",
|
|
11935
|
-
"offset":
|
|
11964
|
+
"offset": 67168,
|
|
11936
11965
|
"length": 1,
|
|
11937
11966
|
"value": "1"
|
|
11938
11967
|
},
|
|
11939
11968
|
{
|
|
11940
11969
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11941
11970
|
"kind": "IntegerLiteral",
|
|
11942
|
-
"offset":
|
|
11971
|
+
"offset": 67182,
|
|
11943
11972
|
"length": 1,
|
|
11944
11973
|
"value": "1"
|
|
11945
11974
|
},
|
|
11946
11975
|
{
|
|
11947
11976
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11948
11977
|
"kind": "IntegerLiteral",
|
|
11949
|
-
"offset":
|
|
11978
|
+
"offset": 67191,
|
|
11950
11979
|
"length": 1,
|
|
11951
11980
|
"value": "1"
|
|
11952
11981
|
},
|
|
11953
11982
|
{
|
|
11954
11983
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11955
11984
|
"kind": "IntegerLiteral",
|
|
11956
|
-
"offset":
|
|
11985
|
+
"offset": 67469,
|
|
11957
11986
|
"length": 1,
|
|
11958
11987
|
"value": "2"
|
|
11959
11988
|
},
|
|
11960
11989
|
{
|
|
11961
11990
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11962
11991
|
"kind": "IntegerLiteral",
|
|
11963
|
-
"offset":
|
|
11992
|
+
"offset": 67518,
|
|
11964
11993
|
"length": 1,
|
|
11965
11994
|
"value": "2"
|
|
11966
11995
|
},
|
|
11967
11996
|
{
|
|
11968
11997
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11969
11998
|
"kind": "IntegerLiteral",
|
|
11970
|
-
"offset":
|
|
11999
|
+
"offset": 67529,
|
|
11971
12000
|
"length": 1,
|
|
11972
12001
|
"value": "1"
|
|
11973
12002
|
},
|
|
11974
12003
|
{
|
|
11975
12004
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11976
12005
|
"kind": "IntegerLiteral",
|
|
11977
|
-
"offset":
|
|
12006
|
+
"offset": 67549,
|
|
11978
12007
|
"length": 1,
|
|
11979
12008
|
"value": "2"
|
|
11980
12009
|
},
|
|
11981
12010
|
{
|
|
11982
12011
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11983
12012
|
"kind": "IntegerLiteral",
|
|
11984
|
-
"offset":
|
|
12013
|
+
"offset": 67629,
|
|
11985
12014
|
"length": 1,
|
|
11986
12015
|
"value": "1"
|
|
11987
12016
|
},
|
|
11988
12017
|
{
|
|
11989
12018
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11990
12019
|
"kind": "IntegerLiteral",
|
|
11991
|
-
"offset":
|
|
12020
|
+
"offset": 67912,
|
|
11992
12021
|
"length": 1,
|
|
11993
12022
|
"value": "0"
|
|
11994
12023
|
},
|
|
11995
12024
|
{
|
|
11996
12025
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
11997
12026
|
"kind": "IntegerLiteral",
|
|
11998
|
-
"offset":
|
|
12027
|
+
"offset": 67949,
|
|
11999
12028
|
"length": 1,
|
|
12000
12029
|
"value": "0"
|
|
12001
12030
|
},
|
|
12002
12031
|
{
|
|
12003
12032
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12004
12033
|
"kind": "IntegerLiteral",
|
|
12005
|
-
"offset":
|
|
12034
|
+
"offset": 67966,
|
|
12006
12035
|
"length": 1,
|
|
12007
12036
|
"value": "0"
|
|
12008
12037
|
},
|
|
12009
12038
|
{
|
|
12010
12039
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12011
12040
|
"kind": "IntegerLiteral",
|
|
12012
|
-
"offset":
|
|
12041
|
+
"offset": 67983,
|
|
12013
12042
|
"length": 1,
|
|
12014
12043
|
"value": "0"
|
|
12015
12044
|
},
|
|
12016
12045
|
{
|
|
12017
12046
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12018
12047
|
"kind": "IntegerLiteral",
|
|
12019
|
-
"offset":
|
|
12048
|
+
"offset": 68011,
|
|
12020
12049
|
"length": 1,
|
|
12021
12050
|
"value": "2"
|
|
12022
12051
|
},
|
|
12023
12052
|
{
|
|
12024
12053
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12025
12054
|
"kind": "IntegerLiteral",
|
|
12026
|
-
"offset":
|
|
12055
|
+
"offset": 68040,
|
|
12027
12056
|
"length": 1,
|
|
12028
12057
|
"value": "1"
|
|
12029
12058
|
},
|
|
12030
12059
|
{
|
|
12031
12060
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12032
12061
|
"kind": "IntegerLiteral",
|
|
12033
|
-
"offset":
|
|
12062
|
+
"offset": 68055,
|
|
12034
12063
|
"length": 1,
|
|
12035
12064
|
"value": "1"
|
|
12036
12065
|
},
|
|
12037
12066
|
{
|
|
12038
12067
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12039
12068
|
"kind": "IntegerLiteral",
|
|
12040
|
-
"offset":
|
|
12069
|
+
"offset": 68253,
|
|
12041
12070
|
"length": 1,
|
|
12042
12071
|
"value": "1"
|
|
12043
12072
|
},
|
|
12044
12073
|
{
|
|
12045
12074
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12046
12075
|
"kind": "IntegerLiteral",
|
|
12047
|
-
"offset":
|
|
12076
|
+
"offset": 68270,
|
|
12048
12077
|
"length": 1,
|
|
12049
12078
|
"value": "0"
|
|
12050
12079
|
},
|
|
12051
12080
|
{
|
|
12052
12081
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12053
12082
|
"kind": "IntegerLiteral",
|
|
12054
|
-
"offset":
|
|
12083
|
+
"offset": 68287,
|
|
12055
12084
|
"length": 1,
|
|
12056
12085
|
"value": "0"
|
|
12057
12086
|
},
|
|
12058
12087
|
{
|
|
12059
12088
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12060
12089
|
"kind": "IntegerLiteral",
|
|
12061
|
-
"offset":
|
|
12090
|
+
"offset": 68348,
|
|
12062
12091
|
"length": 1,
|
|
12063
12092
|
"value": "0"
|
|
12064
12093
|
},
|
|
12065
12094
|
{
|
|
12066
12095
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12067
12096
|
"kind": "IntegerLiteral",
|
|
12068
|
-
"offset":
|
|
12097
|
+
"offset": 68429,
|
|
12069
12098
|
"length": 1,
|
|
12070
12099
|
"value": "0"
|
|
12071
12100
|
},
|
|
12072
12101
|
{
|
|
12073
12102
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12074
12103
|
"kind": "IntegerLiteral",
|
|
12075
|
-
"offset":
|
|
12104
|
+
"offset": 68465,
|
|
12076
12105
|
"length": 1,
|
|
12077
12106
|
"value": "1"
|
|
12078
12107
|
},
|
|
12079
12108
|
{
|
|
12080
12109
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12081
12110
|
"kind": "IntegerLiteral",
|
|
12082
|
-
"offset":
|
|
12111
|
+
"offset": 68505,
|
|
12083
12112
|
"length": 1,
|
|
12084
12113
|
"value": "1"
|
|
12085
12114
|
},
|
|
12086
12115
|
{
|
|
12087
12116
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12088
12117
|
"kind": "FloatLiteral",
|
|
12089
|
-
"offset":
|
|
12118
|
+
"offset": 68561,
|
|
12090
12119
|
"length": 5,
|
|
12091
12120
|
"value": "1e-10"
|
|
12092
12121
|
},
|
|
12093
12122
|
{
|
|
12094
12123
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12095
12124
|
"kind": "IntegerLiteral",
|
|
12096
|
-
"offset":
|
|
12125
|
+
"offset": 68672,
|
|
12097
12126
|
"length": 1,
|
|
12098
12127
|
"value": "0"
|
|
12099
12128
|
},
|
|
12100
12129
|
{
|
|
12101
12130
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12102
12131
|
"kind": "StringLiteral",
|
|
12103
|
-
"offset":
|
|
12132
|
+
"offset": 68712,
|
|
12104
12133
|
"length": 20,
|
|
12105
12134
|
"value": "\"CMN T=\""
|
|
12106
12135
|
},
|
|
12107
12136
|
{
|
|
12108
12137
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12109
12138
|
"kind": "StringLiteral",
|
|
12110
|
-
"offset":
|
|
12139
|
+
"offset": 68731,
|
|
12111
12140
|
"length": 2,
|
|
12112
12141
|
"value": "\"\""
|
|
12113
12142
|
},
|
|
12114
12143
|
{
|
|
12115
12144
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12116
12145
|
"kind": "IntegerLiteral",
|
|
12117
|
-
"offset":
|
|
12146
|
+
"offset": 68776,
|
|
12118
12147
|
"length": 1,
|
|
12119
12148
|
"value": "0"
|
|
12120
12149
|
},
|
|
12121
12150
|
{
|
|
12122
12151
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12123
12152
|
"kind": "IntegerLiteral",
|
|
12124
|
-
"offset":
|
|
12153
|
+
"offset": 68814,
|
|
12125
12154
|
"length": 1,
|
|
12126
12155
|
"value": "0"
|
|
12127
12156
|
},
|
|
12128
12157
|
{
|
|
12129
12158
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12130
12159
|
"kind": "IntegerLiteral",
|
|
12131
|
-
"offset":
|
|
12160
|
+
"offset": 68857,
|
|
12132
12161
|
"length": 1,
|
|
12133
12162
|
"value": "0"
|
|
12134
12163
|
},
|
|
12135
12164
|
{
|
|
12136
12165
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12137
12166
|
"kind": "IntegerLiteral",
|
|
12138
|
-
"offset":
|
|
12167
|
+
"offset": 68884,
|
|
12139
12168
|
"length": 1,
|
|
12140
12169
|
"value": "0"
|
|
12141
12170
|
},
|
|
12142
12171
|
{
|
|
12143
12172
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12144
12173
|
"kind": "IntegerLiteral",
|
|
12145
|
-
"offset":
|
|
12174
|
+
"offset": 69008,
|
|
12146
12175
|
"length": 1,
|
|
12147
12176
|
"value": "0"
|
|
12148
12177
|
},
|
|
12149
12178
|
{
|
|
12150
12179
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12151
12180
|
"kind": "IntegerLiteral",
|
|
12152
|
-
"offset":
|
|
12181
|
+
"offset": 69049,
|
|
12153
12182
|
"length": 1,
|
|
12154
12183
|
"value": "0"
|
|
12155
12184
|
},
|
|
12156
12185
|
{
|
|
12157
12186
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12158
12187
|
"kind": "StringLiteral",
|
|
12159
|
-
"offset":
|
|
12188
|
+
"offset": 69186,
|
|
12160
12189
|
"length": 46,
|
|
12161
12190
|
"value": "\"computeLogMel done T=\""
|
|
12162
12191
|
},
|
|
12163
12192
|
{
|
|
12164
12193
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12165
12194
|
"kind": "StringLiteral",
|
|
12166
|
-
"offset":
|
|
12195
|
+
"offset": 69220,
|
|
12167
12196
|
"length": 1,
|
|
12168
12197
|
"value": "\" D=\""
|
|
12169
12198
|
},
|
|
12170
12199
|
{
|
|
12171
12200
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12172
12201
|
"kind": "StringLiteral",
|
|
12173
|
-
"offset":
|
|
12202
|
+
"offset": 69231,
|
|
12174
12203
|
"length": 2,
|
|
12175
12204
|
"value": "\"\""
|
|
12176
12205
|
},
|
|
12177
12206
|
{
|
|
12178
12207
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12179
12208
|
"kind": "IntegerLiteral",
|
|
12180
|
-
"offset":
|
|
12209
|
+
"offset": 69419,
|
|
12181
12210
|
"length": 1,
|
|
12182
12211
|
"value": "1"
|
|
12183
12212
|
},
|
|
12184
12213
|
{
|
|
12185
12214
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12186
12215
|
"kind": "Array",
|
|
12187
|
-
"offset":
|
|
12216
|
+
"offset": 69435,
|
|
12188
12217
|
"length": 5,
|
|
12189
12218
|
"value": "[1.0]"
|
|
12190
12219
|
},
|
|
12191
12220
|
{
|
|
12192
12221
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12193
12222
|
"kind": "IntegerLiteral",
|
|
12194
|
-
"offset":
|
|
12223
|
+
"offset": 69473,
|
|
12195
12224
|
"length": 1,
|
|
12196
12225
|
"value": "1"
|
|
12197
12226
|
},
|
|
12198
12227
|
{
|
|
12199
12228
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12200
12229
|
"kind": "IntegerLiteral",
|
|
12201
|
-
"offset":
|
|
12230
|
+
"offset": 69507,
|
|
12202
12231
|
"length": 1,
|
|
12203
12232
|
"value": "2"
|
|
12204
12233
|
},
|
|
12205
12234
|
{
|
|
12206
12235
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12207
12236
|
"kind": "IntegerLiteral",
|
|
12208
|
-
"offset":
|
|
12237
|
+
"offset": 69525,
|
|
12209
12238
|
"length": 1,
|
|
12210
12239
|
"value": "0"
|
|
12211
12240
|
},
|
|
12212
12241
|
{
|
|
12213
12242
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12214
12243
|
"kind": "FloatLiteral",
|
|
12215
|
-
"offset":
|
|
12244
|
+
"offset": 69543,
|
|
12216
12245
|
"length": 4,
|
|
12217
12246
|
"value": "0.54"
|
|
12218
12247
|
},
|
|
12219
12248
|
{
|
|
12220
12249
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12221
12250
|
"kind": "FloatLiteral",
|
|
12222
|
-
"offset":
|
|
12251
|
+
"offset": 69550,
|
|
12223
12252
|
"length": 4,
|
|
12224
12253
|
"value": "0.46"
|
|
12225
12254
|
},
|
|
12226
12255
|
{
|
|
12227
12256
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12228
12257
|
"kind": "IntegerLiteral",
|
|
12229
|
-
"offset":
|
|
12258
|
+
"offset": 69736,
|
|
12230
12259
|
"length": 1,
|
|
12231
12260
|
"value": "2"
|
|
12232
12261
|
},
|
|
12233
12262
|
{
|
|
12234
12263
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12235
12264
|
"kind": "IntegerLiteral",
|
|
12236
|
-
"offset":
|
|
12265
|
+
"offset": 69740,
|
|
12237
12266
|
"length": 1,
|
|
12238
12267
|
"value": "1"
|
|
12239
12268
|
},
|
|
12240
12269
|
{
|
|
12241
12270
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12242
12271
|
"kind": "FloatLiteral",
|
|
12243
|
-
"offset":
|
|
12272
|
+
"offset": 69787,
|
|
12244
12273
|
"length": 6,
|
|
12245
12274
|
"value": "2595.0"
|
|
12246
12275
|
},
|
|
12247
12276
|
{
|
|
12248
12277
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12249
12278
|
"kind": "FloatLiteral",
|
|
12250
|
-
"offset":
|
|
12279
|
+
"offset": 69803,
|
|
12251
12280
|
"length": 3,
|
|
12252
12281
|
"value": "1.0"
|
|
12253
12282
|
},
|
|
12254
12283
|
{
|
|
12255
12284
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12256
12285
|
"kind": "FloatLiteral",
|
|
12257
|
-
"offset":
|
|
12286
|
+
"offset": 69814,
|
|
12258
12287
|
"length": 5,
|
|
12259
12288
|
"value": "700.0"
|
|
12260
12289
|
},
|
|
12261
12290
|
{
|
|
12262
12291
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12263
12292
|
"kind": "FloatLiteral",
|
|
12264
|
-
"offset":
|
|
12293
|
+
"offset": 69868,
|
|
12265
12294
|
"length": 5,
|
|
12266
12295
|
"value": "700.0"
|
|
12267
12296
|
},
|
|
12268
12297
|
{
|
|
12269
12298
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12270
12299
|
"kind": "FloatLiteral",
|
|
12271
|
-
"offset":
|
|
12300
|
+
"offset": 69882,
|
|
12272
12301
|
"length": 4,
|
|
12273
12302
|
"value": "10.0"
|
|
12274
12303
|
},
|
|
12275
12304
|
{
|
|
12276
12305
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12277
12306
|
"kind": "FloatLiteral",
|
|
12278
|
-
"offset":
|
|
12307
|
+
"offset": 69894,
|
|
12279
12308
|
"length": 6,
|
|
12280
12309
|
"value": "2595.0"
|
|
12281
12310
|
},
|
|
12282
12311
|
{
|
|
12283
12312
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12284
12313
|
"kind": "FloatLiteral",
|
|
12285
|
-
"offset":
|
|
12314
|
+
"offset": 69904,
|
|
12286
12315
|
"length": 3,
|
|
12287
12316
|
"value": "1.0"
|
|
12288
12317
|
},
|
|
12289
12318
|
{
|
|
12290
12319
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12291
12320
|
"kind": "IntegerLiteral",
|
|
12292
|
-
"offset":
|
|
12321
|
+
"offset": 69997,
|
|
12293
12322
|
"length": 1,
|
|
12294
12323
|
"value": "0"
|
|
12295
12324
|
},
|
|
12296
12325
|
{
|
|
12297
12326
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12298
12327
|
"kind": "IntegerLiteral",
|
|
12299
|
-
"offset":
|
|
12328
|
+
"offset": 70008,
|
|
12300
12329
|
"length": 1,
|
|
12301
12330
|
"value": "2"
|
|
12302
12331
|
},
|
|
12303
12332
|
{
|
|
12304
12333
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12305
12334
|
"kind": "IntegerLiteral",
|
|
12306
|
-
"offset":
|
|
12335
|
+
"offset": 70077,
|
|
12307
12336
|
"length": 1,
|
|
12308
12337
|
"value": "1"
|
|
12309
12338
|
},
|
|
12310
12339
|
{
|
|
12311
12340
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12312
12341
|
"kind": "IntegerLiteral",
|
|
12313
|
-
"offset":
|
|
12342
|
+
"offset": 70190,
|
|
12314
12343
|
"length": 1,
|
|
12315
12344
|
"value": "0"
|
|
12316
12345
|
},
|
|
12317
12346
|
{
|
|
12318
12347
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12319
12348
|
"kind": "IntegerLiteral",
|
|
12320
|
-
"offset":
|
|
12349
|
+
"offset": 70261,
|
|
12321
12350
|
"length": 1,
|
|
12322
12351
|
"value": "1"
|
|
12323
12352
|
},
|
|
12324
12353
|
{
|
|
12325
12354
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12326
12355
|
"kind": "FloatLiteral",
|
|
12327
|
-
"offset":
|
|
12356
|
+
"offset": 70280,
|
|
12328
12357
|
"length": 3,
|
|
12329
12358
|
"value": "2.0"
|
|
12330
12359
|
},
|
|
12331
12360
|
{
|
|
12332
12361
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12333
12362
|
"kind": "IntegerLiteral",
|
|
12334
|
-
"offset":
|
|
12363
|
+
"offset": 70332,
|
|
12335
12364
|
"length": 1,
|
|
12336
12365
|
"value": "0"
|
|
12337
12366
|
},
|
|
12338
12367
|
{
|
|
12339
12368
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12340
12369
|
"kind": "IntegerLiteral",
|
|
12341
|
-
"offset":
|
|
12370
|
+
"offset": 70377,
|
|
12342
12371
|
"length": 1,
|
|
12343
12372
|
"value": "0"
|
|
12344
12373
|
},
|
|
12345
12374
|
{
|
|
12346
12375
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12347
12376
|
"kind": "IntegerLiteral",
|
|
12348
|
-
"offset":
|
|
12377
|
+
"offset": 70442,
|
|
12349
12378
|
"length": 1,
|
|
12350
12379
|
"value": "1"
|
|
12351
12380
|
},
|
|
12352
12381
|
{
|
|
12353
12382
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12354
12383
|
"kind": "IntegerLiteral",
|
|
12355
|
-
"offset":
|
|
12384
|
+
"offset": 70471,
|
|
12356
12385
|
"length": 1,
|
|
12357
12386
|
"value": "2"
|
|
12358
12387
|
},
|
|
12359
12388
|
{
|
|
12360
12389
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12361
12390
|
"kind": "IntegerLiteral",
|
|
12362
|
-
"offset":
|
|
12391
|
+
"offset": 70496,
|
|
12363
12392
|
"length": 1,
|
|
12364
12393
|
"value": "0"
|
|
12365
12394
|
},
|
|
12366
12395
|
{
|
|
12367
12396
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12368
12397
|
"kind": "FloatLiteral",
|
|
12369
|
-
"offset":
|
|
12398
|
+
"offset": 70594,
|
|
12370
12399
|
"length": 4,
|
|
12371
12400
|
"value": "1e-6"
|
|
12372
12401
|
},
|
|
12373
12402
|
{
|
|
12374
12403
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12375
12404
|
"kind": "FloatLiteral",
|
|
12376
|
-
"offset":
|
|
12405
|
+
"offset": 70652,
|
|
12377
12406
|
"length": 4,
|
|
12378
12407
|
"value": "1e-6"
|
|
12379
12408
|
},
|
|
12380
12409
|
{
|
|
12381
12410
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12382
12411
|
"kind": "FloatLiteral",
|
|
12383
|
-
"offset":
|
|
12412
|
+
"offset": 70698,
|
|
12384
12413
|
"length": 3,
|
|
12385
12414
|
"value": "0.0"
|
|
12386
12415
|
},
|
|
12387
12416
|
{
|
|
12388
12417
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SpeakerVerification.swift",
|
|
12389
12418
|
"kind": "StringLiteral",
|
|
12390
|
-
"offset":
|
|
12419
|
+
"offset": 71100,
|
|
12391
12420
|
"length": 6,
|
|
12392
12421
|
"value": "\"ONNX\""
|
|
12393
12422
|
},
|
|
@@ -12842,224 +12871,224 @@
|
|
|
12842
12871
|
{
|
|
12843
12872
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12844
12873
|
"kind": "BooleanLiteral",
|
|
12845
|
-
"offset":
|
|
12874
|
+
"offset": 40407,
|
|
12846
12875
|
"length": 4,
|
|
12847
12876
|
"value": "true"
|
|
12848
12877
|
},
|
|
12849
12878
|
{
|
|
12850
12879
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12851
12880
|
"kind": "BooleanLiteral",
|
|
12852
|
-
"offset":
|
|
12881
|
+
"offset": 40465,
|
|
12853
12882
|
"length": 5,
|
|
12854
12883
|
"value": "false"
|
|
12855
12884
|
},
|
|
12856
12885
|
{
|
|
12857
12886
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12858
12887
|
"kind": "BooleanLiteral",
|
|
12859
|
-
"offset":
|
|
12888
|
+
"offset": 40527,
|
|
12860
12889
|
"length": 4,
|
|
12861
12890
|
"value": "true"
|
|
12862
12891
|
},
|
|
12863
12892
|
{
|
|
12864
12893
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12865
12894
|
"kind": "BooleanLiteral",
|
|
12866
|
-
"offset":
|
|
12895
|
+
"offset": 40591,
|
|
12867
12896
|
"length": 4,
|
|
12868
12897
|
"value": "true"
|
|
12869
12898
|
},
|
|
12870
12899
|
{
|
|
12871
12900
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12872
12901
|
"kind": "BooleanLiteral",
|
|
12873
|
-
"offset":
|
|
12902
|
+
"offset": 41154,
|
|
12874
12903
|
"length": 4,
|
|
12875
12904
|
"value": "true"
|
|
12876
12905
|
},
|
|
12877
12906
|
{
|
|
12878
12907
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12879
12908
|
"kind": "BooleanLiteral",
|
|
12880
|
-
"offset":
|
|
12909
|
+
"offset": 41187,
|
|
12881
12910
|
"length": 5,
|
|
12882
12911
|
"value": "false"
|
|
12883
12912
|
},
|
|
12884
12913
|
{
|
|
12885
12914
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12886
12915
|
"kind": "BooleanLiteral",
|
|
12887
|
-
"offset":
|
|
12916
|
+
"offset": 41224,
|
|
12888
12917
|
"length": 4,
|
|
12889
12918
|
"value": "true"
|
|
12890
12919
|
},
|
|
12891
12920
|
{
|
|
12892
12921
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12893
12922
|
"kind": "BooleanLiteral",
|
|
12894
|
-
"offset":
|
|
12923
|
+
"offset": 41263,
|
|
12895
12924
|
"length": 4,
|
|
12896
12925
|
"value": "true"
|
|
12897
12926
|
},
|
|
12898
12927
|
{
|
|
12899
12928
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12900
12929
|
"kind": "BooleanLiteral",
|
|
12901
|
-
"offset":
|
|
12930
|
+
"offset": 43510,
|
|
12902
12931
|
"length": 5,
|
|
12903
12932
|
"value": "false"
|
|
12904
12933
|
},
|
|
12905
12934
|
{
|
|
12906
12935
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12907
12936
|
"kind": "IntegerLiteral",
|
|
12908
|
-
"offset":
|
|
12937
|
+
"offset": 46708,
|
|
12909
12938
|
"length": 1,
|
|
12910
12939
|
"value": "1"
|
|
12911
12940
|
},
|
|
12912
12941
|
{
|
|
12913
12942
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12914
12943
|
"kind": "IntegerLiteral",
|
|
12915
|
-
"offset":
|
|
12944
|
+
"offset": 47188,
|
|
12916
12945
|
"length": 1,
|
|
12917
12946
|
"value": "0"
|
|
12918
12947
|
},
|
|
12919
12948
|
{
|
|
12920
12949
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12921
12950
|
"kind": "StringLiteral",
|
|
12922
|
-
"offset":
|
|
12951
|
+
"offset": 47233,
|
|
12923
12952
|
"length": 12,
|
|
12924
12953
|
"value": "\"ORTSession\""
|
|
12925
12954
|
},
|
|
12926
12955
|
{
|
|
12927
12956
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12928
12957
|
"kind": "IntegerLiteral",
|
|
12929
|
-
"offset":
|
|
12958
|
+
"offset": 47253,
|
|
12930
12959
|
"length": 1,
|
|
12931
12960
|
"value": "1"
|
|
12932
12961
|
},
|
|
12933
12962
|
{
|
|
12934
12963
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12935
12964
|
"kind": "StringLiteral",
|
|
12936
|
-
"offset":
|
|
12965
|
+
"offset": 47294,
|
|
12937
12966
|
"length": 34,
|
|
12938
12967
|
"value": "\"Failed to retrieve output values\""
|
|
12939
12968
|
},
|
|
12940
12969
|
{
|
|
12941
12970
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12942
12971
|
"kind": "IntegerLiteral",
|
|
12943
|
-
"offset":
|
|
12972
|
+
"offset": 47826,
|
|
12944
12973
|
"length": 2,
|
|
12945
12974
|
"value": "32"
|
|
12946
12975
|
},
|
|
12947
12976
|
{
|
|
12948
12977
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12949
12978
|
"kind": "IntegerLiteral",
|
|
12950
|
-
"offset":
|
|
12979
|
+
"offset": 48041,
|
|
12951
12980
|
"length": 1,
|
|
12952
12981
|
"value": "1"
|
|
12953
12982
|
},
|
|
12954
12983
|
{
|
|
12955
12984
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12956
12985
|
"kind": "IntegerLiteral",
|
|
12957
|
-
"offset":
|
|
12986
|
+
"offset": 48050,
|
|
12958
12987
|
"length": 1,
|
|
12959
12988
|
"value": "1"
|
|
12960
12989
|
},
|
|
12961
12990
|
{
|
|
12962
12991
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12963
12992
|
"kind": "IntegerLiteral",
|
|
12964
|
-
"offset":
|
|
12993
|
+
"offset": 48068,
|
|
12965
12994
|
"length": 2,
|
|
12966
12995
|
"value": "32"
|
|
12967
12996
|
},
|
|
12968
12997
|
{
|
|
12969
12998
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12970
12999
|
"kind": "IntegerLiteral",
|
|
12971
|
-
"offset":
|
|
13000
|
+
"offset": 48126,
|
|
12972
13001
|
"length": 1,
|
|
12973
13002
|
"value": "0"
|
|
12974
13003
|
},
|
|
12975
13004
|
{
|
|
12976
13005
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12977
13006
|
"kind": "IntegerLiteral",
|
|
12978
|
-
"offset":
|
|
13007
|
+
"offset": 48146,
|
|
12979
13008
|
"length": 1,
|
|
12980
13009
|
"value": "0"
|
|
12981
13010
|
},
|
|
12982
13011
|
{
|
|
12983
13012
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12984
13013
|
"kind": "IntegerLiteral",
|
|
12985
|
-
"offset":
|
|
13014
|
+
"offset": 48157,
|
|
12986
13015
|
"length": 1,
|
|
12987
13016
|
"value": "0"
|
|
12988
13017
|
},
|
|
12989
13018
|
{
|
|
12990
13019
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12991
13020
|
"kind": "IntegerLiteral",
|
|
12992
|
-
"offset":
|
|
13021
|
+
"offset": 48178,
|
|
12993
13022
|
"length": 1,
|
|
12994
13023
|
"value": "0"
|
|
12995
13024
|
},
|
|
12996
13025
|
{
|
|
12997
13026
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
12998
13027
|
"kind": "IntegerLiteral",
|
|
12999
|
-
"offset":
|
|
13028
|
+
"offset": 48198,
|
|
13000
13029
|
"length": 1,
|
|
13001
13030
|
"value": "0"
|
|
13002
13031
|
},
|
|
13003
13032
|
{
|
|
13004
13033
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13005
13034
|
"kind": "IntegerLiteral",
|
|
13006
|
-
"offset":
|
|
13035
|
+
"offset": 48201,
|
|
13007
13036
|
"length": 1,
|
|
13008
13037
|
"value": "0"
|
|
13009
13038
|
},
|
|
13010
13039
|
{
|
|
13011
13040
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13012
13041
|
"kind": "IntegerLiteral",
|
|
13013
|
-
"offset":
|
|
13042
|
+
"offset": 48212,
|
|
13014
13043
|
"length": 1,
|
|
13015
13044
|
"value": "0"
|
|
13016
13045
|
},
|
|
13017
13046
|
{
|
|
13018
13047
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13019
13048
|
"kind": "IntegerLiteral",
|
|
13020
|
-
"offset":
|
|
13049
|
+
"offset": 48233,
|
|
13021
13050
|
"length": 1,
|
|
13022
13051
|
"value": "0"
|
|
13023
13052
|
},
|
|
13024
13053
|
{
|
|
13025
13054
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13026
13055
|
"kind": "IntegerLiteral",
|
|
13027
|
-
"offset":
|
|
13056
|
+
"offset": 48253,
|
|
13028
13057
|
"length": 1,
|
|
13029
13058
|
"value": "0"
|
|
13030
13059
|
},
|
|
13031
13060
|
{
|
|
13032
13061
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13033
13062
|
"kind": "IntegerLiteral",
|
|
13034
|
-
"offset":
|
|
13063
|
+
"offset": 48256,
|
|
13035
13064
|
"length": 1,
|
|
13036
13065
|
"value": "0"
|
|
13037
13066
|
},
|
|
13038
13067
|
{
|
|
13039
13068
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13040
13069
|
"kind": "IntegerLiteral",
|
|
13041
|
-
"offset":
|
|
13070
|
+
"offset": 48259,
|
|
13042
13071
|
"length": 1,
|
|
13043
13072
|
"value": "0"
|
|
13044
13073
|
},
|
|
13045
13074
|
{
|
|
13046
13075
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13047
13076
|
"kind": "IntegerLiteral",
|
|
13048
|
-
"offset":
|
|
13077
|
+
"offset": 48270,
|
|
13049
13078
|
"length": 1,
|
|
13050
13079
|
"value": "0"
|
|
13051
13080
|
},
|
|
13052
13081
|
{
|
|
13053
13082
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13054
13083
|
"kind": "IntegerLiteral",
|
|
13055
|
-
"offset":
|
|
13084
|
+
"offset": 48651,
|
|
13056
13085
|
"length": 2,
|
|
13057
13086
|
"value": "10"
|
|
13058
13087
|
},
|
|
13059
13088
|
{
|
|
13060
13089
|
"filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
13061
13090
|
"kind": "IntegerLiteral",
|
|
13062
|
-
"offset":
|
|
13091
|
+
"offset": 48656,
|
|
13063
13092
|
"length": 1,
|
|
13064
13093
|
"value": "2"
|
|
13065
13094
|
},
|