react-native-wakeword 1.1.35 → 1.1.39
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/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- 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/android/src/main/AndroidManifest.xml +0 -4
- package/android/src/main/java/com/davoice/DaVoiceUnifiedPackage.java +29 -0
- package/android/src/main/java/com/davoice/keywordspotting/KeyWordRNBridge.java +112 -0
- package/android/src/main/java/com/davoice/speakeridrn/SpeakerIdRNBridge.java +588 -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 +406 -41
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +5 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +5 -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 +406 -41
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +5 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +5 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +406 -41
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +5 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +5 -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 +24 -24
- package/package.json +3 -1
- package/react-native.config.js +10 -0
- package/speakerid/SpeakerIdRNBridge.d.ts +49 -0
- package/speakerid/SpeakerIdRNBridge.js +193 -0
- package/speakerid/index.d.ts +22 -0
- package/speakerid/index.js +28 -0
- package/speakerid/models/speaker_id.dm +0 -0
- package/wakewords/index.d.ts +8 -8
- package/android/src/main/assets/coca_cola_model_28_05052025.dm +0 -0
- package/android/src/main/java/com/davoice/keywordspotting/KeyWordRNBridgePackage.java +0 -25
- package/wakewords/index.d.ts.chat_idiot +0 -2
|
@@ -3446,6 +3446,269 @@
|
|
|
3446
3446
|
"declKind": "Import",
|
|
3447
3447
|
"moduleName": "KeyWordDetection"
|
|
3448
3448
|
},
|
|
3449
|
+
{
|
|
3450
|
+
"kind": "TypeDecl",
|
|
3451
|
+
"name": "AudioPlaybackHook",
|
|
3452
|
+
"printedName": "AudioPlaybackHook",
|
|
3453
|
+
"children": [
|
|
3454
|
+
{
|
|
3455
|
+
"kind": "Var",
|
|
3456
|
+
"name": "engineScheduleFile",
|
|
3457
|
+
"printedName": "engineScheduleFile",
|
|
3458
|
+
"children": [
|
|
3459
|
+
{
|
|
3460
|
+
"kind": "TypeNominal",
|
|
3461
|
+
"name": "Optional",
|
|
3462
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
3463
|
+
"children": [
|
|
3464
|
+
{
|
|
3465
|
+
"kind": "TypeFunc",
|
|
3466
|
+
"name": "Function",
|
|
3467
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
3468
|
+
"children": [
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "TypeNominal",
|
|
3471
|
+
"name": "Bool",
|
|
3472
|
+
"printedName": "Swift.Bool",
|
|
3473
|
+
"usr": "s:Sb"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"kind": "TypeNominal",
|
|
3477
|
+
"name": "Tuple",
|
|
3478
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
3479
|
+
"children": [
|
|
3480
|
+
{
|
|
3481
|
+
"kind": "TypeNominal",
|
|
3482
|
+
"name": "URL",
|
|
3483
|
+
"printedName": "Foundation.URL",
|
|
3484
|
+
"usr": "s:10Foundation3URLV"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"kind": "TypeFunc",
|
|
3488
|
+
"name": "Function",
|
|
3489
|
+
"printedName": "() -> ()",
|
|
3490
|
+
"children": [
|
|
3491
|
+
{
|
|
3492
|
+
"kind": "TypeNominal",
|
|
3493
|
+
"name": "Void",
|
|
3494
|
+
"printedName": "()"
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"kind": "TypeNominal",
|
|
3498
|
+
"name": "Void",
|
|
3499
|
+
"printedName": "()"
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
}
|
|
3503
|
+
]
|
|
3504
|
+
}
|
|
3505
|
+
]
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"usr": "s:Sq"
|
|
3509
|
+
}
|
|
3510
|
+
],
|
|
3511
|
+
"declKind": "Var",
|
|
3512
|
+
"usr": "s:16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
3513
|
+
"mangledName": "$s16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
3514
|
+
"moduleName": "KeyWordDetection",
|
|
3515
|
+
"static": true,
|
|
3516
|
+
"declAttributes": [
|
|
3517
|
+
"HasInitialValue",
|
|
3518
|
+
"HasStorage",
|
|
3519
|
+
"AccessControl",
|
|
3520
|
+
"RawDocComment"
|
|
3521
|
+
],
|
|
3522
|
+
"hasStorage": true,
|
|
3523
|
+
"accessors": [
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "Accessor",
|
|
3526
|
+
"name": "Get",
|
|
3527
|
+
"printedName": "Get()",
|
|
3528
|
+
"children": [
|
|
3529
|
+
{
|
|
3530
|
+
"kind": "TypeNominal",
|
|
3531
|
+
"name": "Optional",
|
|
3532
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
3533
|
+
"children": [
|
|
3534
|
+
{
|
|
3535
|
+
"kind": "TypeFunc",
|
|
3536
|
+
"name": "Function",
|
|
3537
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
3538
|
+
"children": [
|
|
3539
|
+
{
|
|
3540
|
+
"kind": "TypeNominal",
|
|
3541
|
+
"name": "Bool",
|
|
3542
|
+
"printedName": "Swift.Bool",
|
|
3543
|
+
"usr": "s:Sb"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"kind": "TypeNominal",
|
|
3547
|
+
"name": "Tuple",
|
|
3548
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
3549
|
+
"children": [
|
|
3550
|
+
{
|
|
3551
|
+
"kind": "TypeNominal",
|
|
3552
|
+
"name": "URL",
|
|
3553
|
+
"printedName": "Foundation.URL",
|
|
3554
|
+
"usr": "s:10Foundation3URLV"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "TypeFunc",
|
|
3558
|
+
"name": "Function",
|
|
3559
|
+
"printedName": "() -> ()",
|
|
3560
|
+
"children": [
|
|
3561
|
+
{
|
|
3562
|
+
"kind": "TypeNominal",
|
|
3563
|
+
"name": "Void",
|
|
3564
|
+
"printedName": "()"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "TypeNominal",
|
|
3568
|
+
"name": "Void",
|
|
3569
|
+
"printedName": "()"
|
|
3570
|
+
}
|
|
3571
|
+
]
|
|
3572
|
+
}
|
|
3573
|
+
]
|
|
3574
|
+
}
|
|
3575
|
+
]
|
|
3576
|
+
}
|
|
3577
|
+
],
|
|
3578
|
+
"usr": "s:Sq"
|
|
3579
|
+
}
|
|
3580
|
+
],
|
|
3581
|
+
"declKind": "Accessor",
|
|
3582
|
+
"usr": "s:16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
3583
|
+
"mangledName": "$s16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
3584
|
+
"moduleName": "KeyWordDetection",
|
|
3585
|
+
"static": true,
|
|
3586
|
+
"implicit": true,
|
|
3587
|
+
"accessorKind": "get"
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"kind": "Accessor",
|
|
3591
|
+
"name": "Set",
|
|
3592
|
+
"printedName": "Set()",
|
|
3593
|
+
"children": [
|
|
3594
|
+
{
|
|
3595
|
+
"kind": "TypeNominal",
|
|
3596
|
+
"name": "Void",
|
|
3597
|
+
"printedName": "()"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "TypeNominal",
|
|
3601
|
+
"name": "Optional",
|
|
3602
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
3603
|
+
"children": [
|
|
3604
|
+
{
|
|
3605
|
+
"kind": "TypeFunc",
|
|
3606
|
+
"name": "Function",
|
|
3607
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
3608
|
+
"children": [
|
|
3609
|
+
{
|
|
3610
|
+
"kind": "TypeNominal",
|
|
3611
|
+
"name": "Bool",
|
|
3612
|
+
"printedName": "Swift.Bool",
|
|
3613
|
+
"usr": "s:Sb"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "TypeNominal",
|
|
3617
|
+
"name": "Tuple",
|
|
3618
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
3619
|
+
"children": [
|
|
3620
|
+
{
|
|
3621
|
+
"kind": "TypeNominal",
|
|
3622
|
+
"name": "URL",
|
|
3623
|
+
"printedName": "Foundation.URL",
|
|
3624
|
+
"usr": "s:10Foundation3URLV"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "TypeFunc",
|
|
3628
|
+
"name": "Function",
|
|
3629
|
+
"printedName": "() -> ()",
|
|
3630
|
+
"children": [
|
|
3631
|
+
{
|
|
3632
|
+
"kind": "TypeNominal",
|
|
3633
|
+
"name": "Void",
|
|
3634
|
+
"printedName": "()"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "TypeNominal",
|
|
3638
|
+
"name": "Void",
|
|
3639
|
+
"printedName": "()"
|
|
3640
|
+
}
|
|
3641
|
+
]
|
|
3642
|
+
}
|
|
3643
|
+
]
|
|
3644
|
+
}
|
|
3645
|
+
]
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"usr": "s:Sq"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"declKind": "Accessor",
|
|
3652
|
+
"usr": "s:16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
3653
|
+
"mangledName": "$s16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
3654
|
+
"moduleName": "KeyWordDetection",
|
|
3655
|
+
"static": true,
|
|
3656
|
+
"implicit": true,
|
|
3657
|
+
"accessorKind": "set"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "Accessor",
|
|
3661
|
+
"name": "Modify",
|
|
3662
|
+
"printedName": "Modify()",
|
|
3663
|
+
"children": [
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "TypeNominal",
|
|
3666
|
+
"name": "Void",
|
|
3667
|
+
"printedName": "()"
|
|
3668
|
+
}
|
|
3669
|
+
],
|
|
3670
|
+
"declKind": "Accessor",
|
|
3671
|
+
"usr": "s:16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
3672
|
+
"mangledName": "$s16KeyWordDetection17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
3673
|
+
"moduleName": "KeyWordDetection",
|
|
3674
|
+
"static": true,
|
|
3675
|
+
"implicit": true,
|
|
3676
|
+
"accessorKind": "_modify"
|
|
3677
|
+
}
|
|
3678
|
+
]
|
|
3679
|
+
}
|
|
3680
|
+
],
|
|
3681
|
+
"declKind": "Enum",
|
|
3682
|
+
"usr": "s:16KeyWordDetection17AudioPlaybackHookO",
|
|
3683
|
+
"mangledName": "$s16KeyWordDetection17AudioPlaybackHookO",
|
|
3684
|
+
"moduleName": "KeyWordDetection",
|
|
3685
|
+
"declAttributes": [
|
|
3686
|
+
"AccessControl"
|
|
3687
|
+
],
|
|
3688
|
+
"conformances": [
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "Conformance",
|
|
3691
|
+
"name": "Copyable",
|
|
3692
|
+
"printedName": "Copyable",
|
|
3693
|
+
"usr": "s:s8CopyableP",
|
|
3694
|
+
"mangledName": "$ss8CopyableP"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "Conformance",
|
|
3698
|
+
"name": "Escapable",
|
|
3699
|
+
"printedName": "Escapable",
|
|
3700
|
+
"usr": "s:s9EscapableP",
|
|
3701
|
+
"mangledName": "$ss9EscapableP"
|
|
3702
|
+
}
|
|
3703
|
+
]
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"kind": "Import",
|
|
3707
|
+
"name": "Foundation",
|
|
3708
|
+
"printedName": "Foundation",
|
|
3709
|
+
"declKind": "Import",
|
|
3710
|
+
"moduleName": "KeyWordDetection"
|
|
3711
|
+
},
|
|
3449
3712
|
{
|
|
3450
3713
|
"kind": "Import",
|
|
3451
3714
|
"name": "AVFoundation",
|
|
@@ -3458,10 +3721,7 @@
|
|
|
3458
3721
|
"name": "Foundation",
|
|
3459
3722
|
"printedName": "Foundation",
|
|
3460
3723
|
"declKind": "Import",
|
|
3461
|
-
"moduleName": "KeyWordDetection"
|
|
3462
|
-
"declAttributes": [
|
|
3463
|
-
"RawDocComment"
|
|
3464
|
-
]
|
|
3724
|
+
"moduleName": "KeyWordDetection"
|
|
3465
3725
|
},
|
|
3466
3726
|
{
|
|
3467
3727
|
"kind": "Import",
|
|
@@ -4050,6 +4310,13 @@
|
|
|
4050
4310
|
"declKind": "Import",
|
|
4051
4311
|
"moduleName": "KeyWordDetection"
|
|
4052
4312
|
},
|
|
4313
|
+
{
|
|
4314
|
+
"kind": "Import",
|
|
4315
|
+
"name": "Accelerate",
|
|
4316
|
+
"printedName": "Accelerate",
|
|
4317
|
+
"declKind": "Import",
|
|
4318
|
+
"moduleName": "KeyWordDetection"
|
|
4319
|
+
},
|
|
4053
4320
|
{
|
|
4054
4321
|
"kind": "Import",
|
|
4055
4322
|
"name": "os.log",
|
|
@@ -4245,42 +4512,42 @@
|
|
|
4245
4512
|
{
|
|
4246
4513
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4247
4514
|
"kind": "IntegerLiteral",
|
|
4248
|
-
"offset":
|
|
4515
|
+
"offset": 4066,
|
|
4249
4516
|
"length": 1,
|
|
4250
4517
|
"value": "0"
|
|
4251
4518
|
},
|
|
4252
4519
|
{
|
|
4253
4520
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4254
4521
|
"kind": "FloatLiteral",
|
|
4255
|
-
"offset":
|
|
4522
|
+
"offset": 4118,
|
|
4256
4523
|
"length": 3,
|
|
4257
4524
|
"value": "2.0"
|
|
4258
4525
|
},
|
|
4259
4526
|
{
|
|
4260
4527
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4261
4528
|
"kind": "BooleanLiteral",
|
|
4262
|
-
"offset":
|
|
4529
|
+
"offset": 12243,
|
|
4263
4530
|
"length": 4,
|
|
4264
4531
|
"value": "true"
|
|
4265
4532
|
},
|
|
4266
4533
|
{
|
|
4267
4534
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4268
4535
|
"kind": "BooleanLiteral",
|
|
4269
|
-
"offset":
|
|
4536
|
+
"offset": 12301,
|
|
4270
4537
|
"length": 5,
|
|
4271
4538
|
"value": "false"
|
|
4272
4539
|
},
|
|
4273
4540
|
{
|
|
4274
4541
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4275
4542
|
"kind": "BooleanLiteral",
|
|
4276
|
-
"offset":
|
|
4543
|
+
"offset": 12363,
|
|
4277
4544
|
"length": 4,
|
|
4278
4545
|
"value": "true"
|
|
4279
4546
|
},
|
|
4280
4547
|
{
|
|
4281
4548
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
4282
4549
|
"kind": "BooleanLiteral",
|
|
4283
|
-
"offset":
|
|
4550
|
+
"offset": 12427,
|
|
4284
4551
|
"length": 4,
|
|
4285
4552
|
"value": "true"
|
|
4286
4553
|
},
|
|
@@ -4770,189 +5037,189 @@
|
|
|
4770
5037
|
{
|
|
4771
5038
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4772
5039
|
"kind": "BooleanLiteral",
|
|
4773
|
-
"offset":
|
|
5040
|
+
"offset": 1205,
|
|
4774
5041
|
"length": 5,
|
|
4775
5042
|
"value": "false"
|
|
4776
5043
|
},
|
|
4777
5044
|
{
|
|
4778
5045
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4779
5046
|
"kind": "StringLiteral",
|
|
4780
|
-
"offset":
|
|
5047
|
+
"offset": 1310,
|
|
4781
5048
|
"length": 29,
|
|
4782
5049
|
"value": "\"AudioProcessorFromVADOrFile\""
|
|
4783
5050
|
},
|
|
4784
5051
|
{
|
|
4785
5052
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4786
5053
|
"kind": "StringLiteral",
|
|
4787
|
-
"offset":
|
|
5054
|
+
"offset": 1980,
|
|
4788
5055
|
"length": 17,
|
|
4789
5056
|
"value": "\"silero_vad.onnx\""
|
|
4790
5057
|
},
|
|
4791
5058
|
{
|
|
4792
5059
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4793
5060
|
"kind": "BooleanLiteral",
|
|
4794
|
-
"offset":
|
|
5061
|
+
"offset": 2070,
|
|
4795
5062
|
"length": 5,
|
|
4796
5063
|
"value": "false"
|
|
4797
5064
|
},
|
|
4798
5065
|
{
|
|
4799
5066
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4800
5067
|
"kind": "FloatLiteral",
|
|
4801
|
-
"offset":
|
|
5068
|
+
"offset": 2112,
|
|
4802
5069
|
"length": 3,
|
|
4803
5070
|
"value": "0.8"
|
|
4804
5071
|
},
|
|
4805
5072
|
{
|
|
4806
5073
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4807
5074
|
"kind": "FloatLiteral",
|
|
4808
|
-
"offset":
|
|
5075
|
+
"offset": 2191,
|
|
4809
5076
|
"length": 3,
|
|
4810
5077
|
"value": "0.8"
|
|
4811
5078
|
},
|
|
4812
5079
|
{
|
|
4813
5080
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4814
5081
|
"kind": "FloatLiteral",
|
|
4815
|
-
"offset":
|
|
5082
|
+
"offset": 2281,
|
|
4816
5083
|
"length": 3,
|
|
4817
5084
|
"value": "0.0"
|
|
4818
5085
|
},
|
|
4819
5086
|
{
|
|
4820
5087
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4821
5088
|
"kind": "FloatLiteral",
|
|
4822
|
-
"offset":
|
|
5089
|
+
"offset": 2376,
|
|
4823
5090
|
"length": 4,
|
|
4824
5091
|
"value": "0.45"
|
|
4825
5092
|
},
|
|
4826
5093
|
{
|
|
4827
5094
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4828
5095
|
"kind": "FloatLiteral",
|
|
4829
|
-
"offset":
|
|
5096
|
+
"offset": 2439,
|
|
4830
5097
|
"length": 3,
|
|
4831
5098
|
"value": "0.0"
|
|
4832
5099
|
},
|
|
4833
5100
|
{
|
|
4834
5101
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4835
5102
|
"kind": "IntegerLiteral",
|
|
4836
|
-
"offset":
|
|
5103
|
+
"offset": 2474,
|
|
4837
5104
|
"length": 4,
|
|
4838
5105
|
"value": "1000"
|
|
4839
5106
|
},
|
|
4840
5107
|
{
|
|
4841
5108
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4842
5109
|
"kind": "IntegerLiteral",
|
|
4843
|
-
"offset":
|
|
5110
|
+
"offset": 2632,
|
|
4844
5111
|
"length": 1,
|
|
4845
5112
|
"value": "0"
|
|
4846
5113
|
},
|
|
4847
5114
|
{
|
|
4848
5115
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4849
5116
|
"kind": "IntegerLiteral",
|
|
4850
|
-
"offset":
|
|
5117
|
+
"offset": 2679,
|
|
4851
5118
|
"length": 4,
|
|
4852
5119
|
"value": "1000"
|
|
4853
5120
|
},
|
|
4854
5121
|
{
|
|
4855
5122
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4856
5123
|
"kind": "Array",
|
|
4857
|
-
"offset":
|
|
5124
|
+
"offset": 2724,
|
|
4858
5125
|
"length": 2,
|
|
4859
5126
|
"value": "[]"
|
|
4860
5127
|
},
|
|
4861
5128
|
{
|
|
4862
5129
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4863
5130
|
"kind": "Array",
|
|
4864
|
-
"offset":
|
|
5131
|
+
"offset": 2775,
|
|
4865
5132
|
"length": 2,
|
|
4866
5133
|
"value": "[]"
|
|
4867
5134
|
},
|
|
4868
5135
|
{
|
|
4869
5136
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4870
5137
|
"kind": "IntegerLiteral",
|
|
4871
|
-
"offset":
|
|
5138
|
+
"offset": 2823,
|
|
4872
5139
|
"length": 1,
|
|
4873
5140
|
"value": "5"
|
|
4874
5141
|
},
|
|
4875
5142
|
{
|
|
4876
5143
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4877
5144
|
"kind": "BooleanLiteral",
|
|
4878
|
-
"offset":
|
|
5145
|
+
"offset": 5576,
|
|
4879
5146
|
"length": 4,
|
|
4880
5147
|
"value": "true"
|
|
4881
5148
|
},
|
|
4882
5149
|
{
|
|
4883
5150
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4884
5151
|
"kind": "BooleanLiteral",
|
|
4885
|
-
"offset":
|
|
5152
|
+
"offset": 5634,
|
|
4886
5153
|
"length": 5,
|
|
4887
5154
|
"value": "false"
|
|
4888
5155
|
},
|
|
4889
5156
|
{
|
|
4890
5157
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4891
5158
|
"kind": "BooleanLiteral",
|
|
4892
|
-
"offset":
|
|
5159
|
+
"offset": 5696,
|
|
4893
5160
|
"length": 4,
|
|
4894
5161
|
"value": "true"
|
|
4895
5162
|
},
|
|
4896
5163
|
{
|
|
4897
5164
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4898
5165
|
"kind": "BooleanLiteral",
|
|
4899
|
-
"offset":
|
|
5166
|
+
"offset": 5760,
|
|
4900
5167
|
"length": 4,
|
|
4901
5168
|
"value": "true"
|
|
4902
5169
|
},
|
|
4903
5170
|
{
|
|
4904
5171
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4905
5172
|
"kind": "FloatLiteral",
|
|
4906
|
-
"offset":
|
|
5173
|
+
"offset": 32711,
|
|
4907
5174
|
"length": 3,
|
|
4908
5175
|
"value": "0.1"
|
|
4909
5176
|
},
|
|
4910
5177
|
{
|
|
4911
5178
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4912
5179
|
"kind": "IntegerLiteral",
|
|
4913
|
-
"offset":
|
|
5180
|
+
"offset": 32742,
|
|
4914
5181
|
"length": 1,
|
|
4915
5182
|
"value": "5"
|
|
4916
5183
|
},
|
|
4917
5184
|
{
|
|
4918
5185
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4919
5186
|
"kind": "FloatLiteral",
|
|
4920
|
-
"offset":
|
|
5187
|
+
"offset": 34872,
|
|
4921
5188
|
"length": 3,
|
|
4922
5189
|
"value": "0.1"
|
|
4923
5190
|
},
|
|
4924
5191
|
{
|
|
4925
5192
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4926
5193
|
"kind": "IntegerLiteral",
|
|
4927
|
-
"offset":
|
|
5194
|
+
"offset": 34895,
|
|
4928
5195
|
"length": 1,
|
|
4929
5196
|
"value": "5"
|
|
4930
5197
|
},
|
|
4931
5198
|
{
|
|
4932
5199
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4933
5200
|
"kind": "BooleanLiteral",
|
|
4934
|
-
"offset":
|
|
5201
|
+
"offset": 37826,
|
|
4935
5202
|
"length": 4,
|
|
4936
5203
|
"value": "true"
|
|
4937
5204
|
},
|
|
4938
5205
|
{
|
|
4939
5206
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4940
5207
|
"kind": "BooleanLiteral",
|
|
4941
|
-
"offset":
|
|
5208
|
+
"offset": 37884,
|
|
4942
5209
|
"length": 5,
|
|
4943
5210
|
"value": "false"
|
|
4944
5211
|
},
|
|
4945
5212
|
{
|
|
4946
5213
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4947
5214
|
"kind": "BooleanLiteral",
|
|
4948
|
-
"offset":
|
|
5215
|
+
"offset": 37946,
|
|
4949
5216
|
"length": 4,
|
|
4950
5217
|
"value": "true"
|
|
4951
5218
|
},
|
|
4952
5219
|
{
|
|
4953
5220
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4954
5221
|
"kind": "BooleanLiteral",
|
|
4955
|
-
"offset":
|
|
5222
|
+
"offset": 38010,
|
|
4956
5223
|
"length": 4,
|
|
4957
5224
|
"value": "true"
|
|
4958
5225
|
},
|
|
@@ -4984,31 +5251,45 @@
|
|
|
4984
5251
|
"length": 5,
|
|
4985
5252
|
"value": "16000"
|
|
4986
5253
|
},
|
|
5254
|
+
{
|
|
5255
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
|
|
5256
|
+
"kind": "IntegerLiteral",
|
|
5257
|
+
"offset": 646,
|
|
5258
|
+
"length": 4,
|
|
5259
|
+
"value": "1280"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
|
|
5263
|
+
"kind": "IntegerLiteral",
|
|
5264
|
+
"offset": 748,
|
|
5265
|
+
"length": 5,
|
|
5266
|
+
"value": "48000"
|
|
5267
|
+
},
|
|
4987
5268
|
{
|
|
4988
5269
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
|
|
4989
5270
|
"kind": "Array",
|
|
4990
|
-
"offset":
|
|
5271
|
+
"offset": 377,
|
|
4991
5272
|
"length": 7,
|
|
4992
5273
|
"value": "[16000]"
|
|
4993
5274
|
},
|
|
4994
5275
|
{
|
|
4995
5276
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
|
|
4996
5277
|
"kind": "IntegerLiteral",
|
|
4997
|
-
"offset":
|
|
5278
|
+
"offset": 415,
|
|
4998
5279
|
"length": 1,
|
|
4999
5280
|
"value": "0"
|
|
5000
5281
|
},
|
|
5001
5282
|
{
|
|
5002
5283
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
|
|
5003
5284
|
"kind": "IntegerLiteral",
|
|
5004
|
-
"offset":
|
|
5285
|
+
"offset": 454,
|
|
5005
5286
|
"length": 1,
|
|
5006
5287
|
"value": "0"
|
|
5007
5288
|
},
|
|
5008
5289
|
{
|
|
5009
5290
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
|
|
5010
5291
|
"kind": "Dictionary",
|
|
5011
|
-
"offset":
|
|
5292
|
+
"offset": 501,
|
|
5012
5293
|
"length": 3,
|
|
5013
5294
|
"value": "[]"
|
|
5014
5295
|
},
|
|
@@ -5033,6 +5314,90 @@
|
|
|
5033
5314
|
"length": 5,
|
|
5034
5315
|
"value": "false"
|
|
5035
5316
|
},
|
|
5317
|
+
{
|
|
5318
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5319
|
+
"kind": "IntegerLiteral",
|
|
5320
|
+
"offset": 3129,
|
|
5321
|
+
"length": 2,
|
|
5322
|
+
"value": "32"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5326
|
+
"kind": "IntegerLiteral",
|
|
5327
|
+
"offset": 4197,
|
|
5328
|
+
"length": 3,
|
|
5329
|
+
"value": "-25"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5333
|
+
"kind": "IntegerLiteral",
|
|
5334
|
+
"offset": 4221,
|
|
5335
|
+
"length": 2,
|
|
5336
|
+
"value": "20"
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5340
|
+
"kind": "IntegerLiteral",
|
|
5341
|
+
"offset": 8756,
|
|
5342
|
+
"length": 1,
|
|
5343
|
+
"value": "0"
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5347
|
+
"kind": "FloatLiteral",
|
|
5348
|
+
"offset": 8914,
|
|
5349
|
+
"length": 3,
|
|
5350
|
+
"value": "0.0"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5354
|
+
"kind": "IntegerLiteral",
|
|
5355
|
+
"offset": 9029,
|
|
5356
|
+
"length": 1,
|
|
5357
|
+
"value": "0"
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5361
|
+
"kind": "FloatLiteral",
|
|
5362
|
+
"offset": 9065,
|
|
5363
|
+
"length": 4,
|
|
5364
|
+
"value": "0.97"
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5368
|
+
"kind": "IntegerLiteral",
|
|
5369
|
+
"offset": 9134,
|
|
5370
|
+
"length": 1,
|
|
5371
|
+
"value": "0"
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5375
|
+
"kind": "IntegerLiteral",
|
|
5376
|
+
"offset": 9144,
|
|
5377
|
+
"length": 1,
|
|
5378
|
+
"value": "4"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5382
|
+
"kind": "IntegerLiteral",
|
|
5383
|
+
"offset": 9174,
|
|
5384
|
+
"length": 1,
|
|
5385
|
+
"value": "0"
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5389
|
+
"kind": "IntegerLiteral",
|
|
5390
|
+
"offset": 9204,
|
|
5391
|
+
"length": 1,
|
|
5392
|
+
"value": "0"
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/SlieroVadDetector.swift",
|
|
5396
|
+
"kind": "BooleanLiteral",
|
|
5397
|
+
"offset": 9659,
|
|
5398
|
+
"length": 5,
|
|
5399
|
+
"value": "false"
|
|
5400
|
+
},
|
|
5036
5401
|
{
|
|
5037
5402
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/LicenseManager.swift",
|
|
5038
5403
|
"kind": "StringLiteral",
|