react-native-wakeword 1.0.71 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (15) hide show
  1. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar +0 -0
  2. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.md5 +1 -1
  3. package/android/libs/com/davoice/keyworddetection/1.0.0/keyworddetection-1.0.0.aar.sha1 +1 -1
  4. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  5. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  6. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +28 -0
  7. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  8. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  9. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  10. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +194 -8
  11. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  12. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +194 -8
  13. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  14. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +16 -16
  15. package/package.json +1 -1
@@ -1 +1 @@
1
- 83744d21cf56969a97bfc7c57a158e8a keyworddetection-1.0.0.aar
1
+ bcb42fce188f902ee8d8ee31c581198a keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- 8a4e7aa16542b466fa311a8173af8d9d41b5d158 keyworddetection-1.0.0.aar
1
+ 2fac07d3e1c3fb396a40b1cf6334def11c34083f keyworddetection-1.0.0.aar
@@ -1852,6 +1852,34 @@
1852
1852
  "length": 1,
1853
1853
  "value": "5"
1854
1854
  },
1855
+ {
1856
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1857
+ "kind": "FloatLiteral",
1858
+ "offset": 14432,
1859
+ "length": 3,
1860
+ "value": "0.1"
1861
+ },
1862
+ {
1863
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1864
+ "kind": "IntegerLiteral",
1865
+ "offset": 14463,
1866
+ "length": 1,
1867
+ "value": "5"
1868
+ },
1869
+ {
1870
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1871
+ "kind": "FloatLiteral",
1872
+ "offset": 16593,
1873
+ "length": 3,
1874
+ "value": "0.1"
1875
+ },
1876
+ {
1877
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1878
+ "kind": "IntegerLiteral",
1879
+ "offset": 16616,
1880
+ "length": 1,
1881
+ "value": "5"
1882
+ },
1855
1883
  {
1856
1884
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
1857
1885
  "kind": "IntegerLiteral",
@@ -3413,6 +3413,31 @@
3413
3413
  }
3414
3414
  ]
3415
3415
  },
3416
+ {
3417
+ "kind": "Var",
3418
+ "name": "sessionOptions",
3419
+ "printedName": "sessionOptions",
3420
+ "children": [
3421
+ {
3422
+ "kind": "TypeNominal",
3423
+ "name": "CategoryOptions",
3424
+ "printedName": "AVFAudio.AVAudioSession.CategoryOptions",
3425
+ "usr": "c:@E@AVAudioSessionCategoryOptions"
3426
+ }
3427
+ ],
3428
+ "declKind": "Var",
3429
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC14sessionOptions026_06F013A89136C43D4A3CB07C5O5F279DLLSo022AVAudioSessionCategoryJ0Vvp",
3430
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC14sessionOptions026_06F013A89136C43D4A3CB07C5O5F279DLLSo022AVAudioSessionCategoryJ0Vvp",
3431
+ "moduleName": "KeyWordDetection",
3432
+ "isInternal": true,
3433
+ "declAttributes": [
3434
+ "HasInitialValue",
3435
+ "HasStorage",
3436
+ "AccessControl"
3437
+ ],
3438
+ "fixedbinaryorder": 19,
3439
+ "hasStorage": true
3440
+ },
3416
3441
  {
3417
3442
  "kind": "Constructor",
3418
3443
  "name": "init",
@@ -3586,8 +3611,8 @@
3586
3611
  },
3587
3612
  {
3588
3613
  "kind": "Function",
3589
- "name": "handleAudioSessionInterruption",
3590
- "printedName": "handleAudioSessionInterruption(_:)",
3614
+ "name": "handleAudioRouteChange",
3615
+ "printedName": "handleAudioRouteChange(_:)",
3591
3616
  "children": [
3592
3617
  {
3593
3618
  "kind": "TypeNominal",
@@ -3602,8 +3627,8 @@
3602
3627
  }
3603
3628
  ],
3604
3629
  "declKind": "Func",
3605
- "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioSessionInterruption:",
3606
- "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD19SessionInterruptionyy10Foundation12NotificationVF",
3630
+ "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioRouteChange:",
3631
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD11RouteChangeyy10Foundation12NotificationVF",
3607
3632
  "moduleName": "KeyWordDetection",
3608
3633
  "isOpen": true,
3609
3634
  "declAttributes": [
@@ -3613,8 +3638,8 @@
3613
3638
  },
3614
3639
  {
3615
3640
  "kind": "Function",
3616
- "name": "handleAudioRouteChange",
3617
- "printedName": "handleAudioRouteChange(_:)",
3641
+ "name": "handleAudioSessionInterruption",
3642
+ "printedName": "handleAudioSessionInterruption(_:)",
3618
3643
  "children": [
3619
3644
  {
3620
3645
  "kind": "TypeNominal",
@@ -3629,8 +3654,8 @@
3629
3654
  }
3630
3655
  ],
3631
3656
  "declKind": "Func",
3632
- "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioRouteChange:",
3633
- "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD11RouteChangeyy10Foundation12NotificationVF",
3657
+ "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioSessionInterruption:",
3658
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD19SessionInterruptionyy10Foundation12NotificationVF",
3634
3659
  "moduleName": "KeyWordDetection",
3635
3660
  "isOpen": true,
3636
3661
  "declAttributes": [
@@ -3638,6 +3663,27 @@
3638
3663
  ],
3639
3664
  "funcSelfKind": "NonMutating"
3640
3665
  },
3666
+ {
3667
+ "kind": "Function",
3668
+ "name": "reclaimMicrophone",
3669
+ "printedName": "reclaimMicrophone()",
3670
+ "children": [
3671
+ {
3672
+ "kind": "TypeNominal",
3673
+ "name": "Void",
3674
+ "printedName": "()"
3675
+ }
3676
+ ],
3677
+ "declKind": "Func",
3678
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC17reclaimMicrophoneyyF",
3679
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC17reclaimMicrophoneyyF",
3680
+ "moduleName": "KeyWordDetection",
3681
+ "isOpen": true,
3682
+ "declAttributes": [
3683
+ "RawDocComment"
3684
+ ],
3685
+ "funcSelfKind": "NonMutating"
3686
+ },
3641
3687
  {
3642
3688
  "kind": "Function",
3643
3689
  "name": "checkMicrophonePermissions",
@@ -3742,6 +3788,24 @@
3742
3788
  ],
3743
3789
  "funcSelfKind": "NonMutating"
3744
3790
  },
3791
+ {
3792
+ "kind": "Function",
3793
+ "name": "checkMicrophoneAvailability",
3794
+ "printedName": "checkMicrophoneAvailability()",
3795
+ "children": [
3796
+ {
3797
+ "kind": "TypeNominal",
3798
+ "name": "Void",
3799
+ "printedName": "()"
3800
+ }
3801
+ ],
3802
+ "declKind": "Func",
3803
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC27checkMicrophoneAvailabilityyyF",
3804
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC27checkMicrophoneAvailabilityyyF",
3805
+ "moduleName": "KeyWordDetection",
3806
+ "isOpen": true,
3807
+ "funcSelfKind": "NonMutating"
3808
+ },
3745
3809
  {
3746
3810
  "kind": "Function",
3747
3811
  "name": "printCurrentAudioOutputRoute",
@@ -3760,6 +3824,100 @@
3760
3824
  "isOpen": true,
3761
3825
  "funcSelfKind": "NonMutating"
3762
3826
  },
3827
+ {
3828
+ "kind": "Function",
3829
+ "name": "activateAudioSessionWithRetryAndStartVP",
3830
+ "printedName": "activateAudioSessionWithRetryAndStartVP(frameLength:sampleRate:delay:maxRetries:)",
3831
+ "children": [
3832
+ {
3833
+ "kind": "TypeNominal",
3834
+ "name": "Void",
3835
+ "printedName": "()"
3836
+ },
3837
+ {
3838
+ "kind": "TypeNominal",
3839
+ "name": "UInt32",
3840
+ "printedName": "Swift.UInt32",
3841
+ "usr": "s:s6UInt32V"
3842
+ },
3843
+ {
3844
+ "kind": "TypeNominal",
3845
+ "name": "Int",
3846
+ "printedName": "Swift.Int",
3847
+ "usr": "s:Si"
3848
+ },
3849
+ {
3850
+ "kind": "TypeNominal",
3851
+ "name": "Double",
3852
+ "printedName": "Swift.Double",
3853
+ "hasDefaultArg": true,
3854
+ "usr": "s:Sd"
3855
+ },
3856
+ {
3857
+ "kind": "TypeNominal",
3858
+ "name": "Int",
3859
+ "printedName": "Swift.Int",
3860
+ "hasDefaultArg": true,
3861
+ "usr": "s:Si"
3862
+ }
3863
+ ],
3864
+ "declKind": "Func",
3865
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD26SessionWithRetryAndStartVP11frameLength10sampleRate5delay10maxRetriesys6UInt32V_SiSdSitF",
3866
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD26SessionWithRetryAndStartVP11frameLength10sampleRate5delay10maxRetriesys6UInt32V_SiSdSitF",
3867
+ "moduleName": "KeyWordDetection",
3868
+ "isOpen": true,
3869
+ "funcSelfKind": "NonMutating"
3870
+ },
3871
+ {
3872
+ "kind": "Function",
3873
+ "name": "activateAudioSessionWithRetry",
3874
+ "printedName": "activateAudioSessionWithRetry(delay:maxRetries:)",
3875
+ "children": [
3876
+ {
3877
+ "kind": "TypeNominal",
3878
+ "name": "Void",
3879
+ "printedName": "()"
3880
+ },
3881
+ {
3882
+ "kind": "TypeNominal",
3883
+ "name": "Double",
3884
+ "printedName": "Swift.Double",
3885
+ "hasDefaultArg": true,
3886
+ "usr": "s:Sd"
3887
+ },
3888
+ {
3889
+ "kind": "TypeNominal",
3890
+ "name": "Int",
3891
+ "printedName": "Swift.Int",
3892
+ "hasDefaultArg": true,
3893
+ "usr": "s:Si"
3894
+ }
3895
+ ],
3896
+ "declKind": "Func",
3897
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD16SessionWithRetry5delay10maxRetriesySd_SitF",
3898
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD16SessionWithRetry5delay10maxRetriesySd_SitF",
3899
+ "moduleName": "KeyWordDetection",
3900
+ "isOpen": true,
3901
+ "funcSelfKind": "NonMutating"
3902
+ },
3903
+ {
3904
+ "kind": "Function",
3905
+ "name": "configureAudioSession",
3906
+ "printedName": "configureAudioSession()",
3907
+ "children": [
3908
+ {
3909
+ "kind": "TypeNominal",
3910
+ "name": "Void",
3911
+ "printedName": "()"
3912
+ }
3913
+ ],
3914
+ "declKind": "Func",
3915
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC09configureD7SessionyyF",
3916
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC09configureD7SessionyyF",
3917
+ "moduleName": "KeyWordDetection",
3918
+ "isOpen": true,
3919
+ "funcSelfKind": "NonMutating"
3920
+ },
3763
3921
  {
3764
3922
  "kind": "Function",
3765
3923
  "name": "stopListening",
@@ -5268,6 +5426,34 @@
5268
5426
  "length": 1,
5269
5427
  "value": "5"
5270
5428
  },
5429
+ {
5430
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5431
+ "kind": "FloatLiteral",
5432
+ "offset": 14432,
5433
+ "length": 3,
5434
+ "value": "0.1"
5435
+ },
5436
+ {
5437
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5438
+ "kind": "IntegerLiteral",
5439
+ "offset": 14463,
5440
+ "length": 1,
5441
+ "value": "5"
5442
+ },
5443
+ {
5444
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5445
+ "kind": "FloatLiteral",
5446
+ "offset": 16593,
5447
+ "length": 3,
5448
+ "value": "0.1"
5449
+ },
5450
+ {
5451
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5452
+ "kind": "IntegerLiteral",
5453
+ "offset": 16616,
5454
+ "length": 1,
5455
+ "value": "5"
5456
+ },
5271
5457
  {
5272
5458
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
5273
5459
  "kind": "IntegerLiteral",
@@ -3413,6 +3413,31 @@
3413
3413
  }
3414
3414
  ]
3415
3415
  },
3416
+ {
3417
+ "kind": "Var",
3418
+ "name": "sessionOptions",
3419
+ "printedName": "sessionOptions",
3420
+ "children": [
3421
+ {
3422
+ "kind": "TypeNominal",
3423
+ "name": "CategoryOptions",
3424
+ "printedName": "AVFAudio.AVAudioSession.CategoryOptions",
3425
+ "usr": "c:@E@AVAudioSessionCategoryOptions"
3426
+ }
3427
+ ],
3428
+ "declKind": "Var",
3429
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC14sessionOptions026_06F013A89136C43D4A3CB07C5O5F279DLLSo022AVAudioSessionCategoryJ0Vvp",
3430
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC14sessionOptions026_06F013A89136C43D4A3CB07C5O5F279DLLSo022AVAudioSessionCategoryJ0Vvp",
3431
+ "moduleName": "KeyWordDetection",
3432
+ "isInternal": true,
3433
+ "declAttributes": [
3434
+ "HasInitialValue",
3435
+ "HasStorage",
3436
+ "AccessControl"
3437
+ ],
3438
+ "fixedbinaryorder": 19,
3439
+ "hasStorage": true
3440
+ },
3416
3441
  {
3417
3442
  "kind": "Constructor",
3418
3443
  "name": "init",
@@ -3586,8 +3611,8 @@
3586
3611
  },
3587
3612
  {
3588
3613
  "kind": "Function",
3589
- "name": "handleAudioSessionInterruption",
3590
- "printedName": "handleAudioSessionInterruption(_:)",
3614
+ "name": "handleAudioRouteChange",
3615
+ "printedName": "handleAudioRouteChange(_:)",
3591
3616
  "children": [
3592
3617
  {
3593
3618
  "kind": "TypeNominal",
@@ -3602,8 +3627,8 @@
3602
3627
  }
3603
3628
  ],
3604
3629
  "declKind": "Func",
3605
- "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioSessionInterruption:",
3606
- "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD19SessionInterruptionyy10Foundation12NotificationVF",
3630
+ "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioRouteChange:",
3631
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD11RouteChangeyy10Foundation12NotificationVF",
3607
3632
  "moduleName": "KeyWordDetection",
3608
3633
  "isOpen": true,
3609
3634
  "declAttributes": [
@@ -3613,8 +3638,8 @@
3613
3638
  },
3614
3639
  {
3615
3640
  "kind": "Function",
3616
- "name": "handleAudioRouteChange",
3617
- "printedName": "handleAudioRouteChange(_:)",
3641
+ "name": "handleAudioSessionInterruption",
3642
+ "printedName": "handleAudioSessionInterruption(_:)",
3618
3643
  "children": [
3619
3644
  {
3620
3645
  "kind": "TypeNominal",
@@ -3629,8 +3654,8 @@
3629
3654
  }
3630
3655
  ],
3631
3656
  "declKind": "Func",
3632
- "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioRouteChange:",
3633
- "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD11RouteChangeyy10Foundation12NotificationVF",
3657
+ "usr": "c:@M@KeyWordDetection@objc(cs)AudioProcessorFromVADOrFile(im)handleAudioSessionInterruption:",
3658
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC06handleD19SessionInterruptionyy10Foundation12NotificationVF",
3634
3659
  "moduleName": "KeyWordDetection",
3635
3660
  "isOpen": true,
3636
3661
  "declAttributes": [
@@ -3638,6 +3663,27 @@
3638
3663
  ],
3639
3664
  "funcSelfKind": "NonMutating"
3640
3665
  },
3666
+ {
3667
+ "kind": "Function",
3668
+ "name": "reclaimMicrophone",
3669
+ "printedName": "reclaimMicrophone()",
3670
+ "children": [
3671
+ {
3672
+ "kind": "TypeNominal",
3673
+ "name": "Void",
3674
+ "printedName": "()"
3675
+ }
3676
+ ],
3677
+ "declKind": "Func",
3678
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC17reclaimMicrophoneyyF",
3679
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC17reclaimMicrophoneyyF",
3680
+ "moduleName": "KeyWordDetection",
3681
+ "isOpen": true,
3682
+ "declAttributes": [
3683
+ "RawDocComment"
3684
+ ],
3685
+ "funcSelfKind": "NonMutating"
3686
+ },
3641
3687
  {
3642
3688
  "kind": "Function",
3643
3689
  "name": "checkMicrophonePermissions",
@@ -3742,6 +3788,24 @@
3742
3788
  ],
3743
3789
  "funcSelfKind": "NonMutating"
3744
3790
  },
3791
+ {
3792
+ "kind": "Function",
3793
+ "name": "checkMicrophoneAvailability",
3794
+ "printedName": "checkMicrophoneAvailability()",
3795
+ "children": [
3796
+ {
3797
+ "kind": "TypeNominal",
3798
+ "name": "Void",
3799
+ "printedName": "()"
3800
+ }
3801
+ ],
3802
+ "declKind": "Func",
3803
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC27checkMicrophoneAvailabilityyyF",
3804
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC27checkMicrophoneAvailabilityyyF",
3805
+ "moduleName": "KeyWordDetection",
3806
+ "isOpen": true,
3807
+ "funcSelfKind": "NonMutating"
3808
+ },
3745
3809
  {
3746
3810
  "kind": "Function",
3747
3811
  "name": "printCurrentAudioOutputRoute",
@@ -3760,6 +3824,100 @@
3760
3824
  "isOpen": true,
3761
3825
  "funcSelfKind": "NonMutating"
3762
3826
  },
3827
+ {
3828
+ "kind": "Function",
3829
+ "name": "activateAudioSessionWithRetryAndStartVP",
3830
+ "printedName": "activateAudioSessionWithRetryAndStartVP(frameLength:sampleRate:delay:maxRetries:)",
3831
+ "children": [
3832
+ {
3833
+ "kind": "TypeNominal",
3834
+ "name": "Void",
3835
+ "printedName": "()"
3836
+ },
3837
+ {
3838
+ "kind": "TypeNominal",
3839
+ "name": "UInt32",
3840
+ "printedName": "Swift.UInt32",
3841
+ "usr": "s:s6UInt32V"
3842
+ },
3843
+ {
3844
+ "kind": "TypeNominal",
3845
+ "name": "Int",
3846
+ "printedName": "Swift.Int",
3847
+ "usr": "s:Si"
3848
+ },
3849
+ {
3850
+ "kind": "TypeNominal",
3851
+ "name": "Double",
3852
+ "printedName": "Swift.Double",
3853
+ "hasDefaultArg": true,
3854
+ "usr": "s:Sd"
3855
+ },
3856
+ {
3857
+ "kind": "TypeNominal",
3858
+ "name": "Int",
3859
+ "printedName": "Swift.Int",
3860
+ "hasDefaultArg": true,
3861
+ "usr": "s:Si"
3862
+ }
3863
+ ],
3864
+ "declKind": "Func",
3865
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD26SessionWithRetryAndStartVP11frameLength10sampleRate5delay10maxRetriesys6UInt32V_SiSdSitF",
3866
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD26SessionWithRetryAndStartVP11frameLength10sampleRate5delay10maxRetriesys6UInt32V_SiSdSitF",
3867
+ "moduleName": "KeyWordDetection",
3868
+ "isOpen": true,
3869
+ "funcSelfKind": "NonMutating"
3870
+ },
3871
+ {
3872
+ "kind": "Function",
3873
+ "name": "activateAudioSessionWithRetry",
3874
+ "printedName": "activateAudioSessionWithRetry(delay:maxRetries:)",
3875
+ "children": [
3876
+ {
3877
+ "kind": "TypeNominal",
3878
+ "name": "Void",
3879
+ "printedName": "()"
3880
+ },
3881
+ {
3882
+ "kind": "TypeNominal",
3883
+ "name": "Double",
3884
+ "printedName": "Swift.Double",
3885
+ "hasDefaultArg": true,
3886
+ "usr": "s:Sd"
3887
+ },
3888
+ {
3889
+ "kind": "TypeNominal",
3890
+ "name": "Int",
3891
+ "printedName": "Swift.Int",
3892
+ "hasDefaultArg": true,
3893
+ "usr": "s:Si"
3894
+ }
3895
+ ],
3896
+ "declKind": "Func",
3897
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD16SessionWithRetry5delay10maxRetriesySd_SitF",
3898
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC08activateD16SessionWithRetry5delay10maxRetriesySd_SitF",
3899
+ "moduleName": "KeyWordDetection",
3900
+ "isOpen": true,
3901
+ "funcSelfKind": "NonMutating"
3902
+ },
3903
+ {
3904
+ "kind": "Function",
3905
+ "name": "configureAudioSession",
3906
+ "printedName": "configureAudioSession()",
3907
+ "children": [
3908
+ {
3909
+ "kind": "TypeNominal",
3910
+ "name": "Void",
3911
+ "printedName": "()"
3912
+ }
3913
+ ],
3914
+ "declKind": "Func",
3915
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC09configureD7SessionyyF",
3916
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC09configureD7SessionyyF",
3917
+ "moduleName": "KeyWordDetection",
3918
+ "isOpen": true,
3919
+ "funcSelfKind": "NonMutating"
3920
+ },
3763
3921
  {
3764
3922
  "kind": "Function",
3765
3923
  "name": "stopListening",
@@ -5268,6 +5426,34 @@
5268
5426
  "length": 1,
5269
5427
  "value": "5"
5270
5428
  },
5429
+ {
5430
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5431
+ "kind": "FloatLiteral",
5432
+ "offset": 14432,
5433
+ "length": 3,
5434
+ "value": "0.1"
5435
+ },
5436
+ {
5437
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5438
+ "kind": "IntegerLiteral",
5439
+ "offset": 14463,
5440
+ "length": 1,
5441
+ "value": "5"
5442
+ },
5443
+ {
5444
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5445
+ "kind": "FloatLiteral",
5446
+ "offset": 16593,
5447
+ "length": 3,
5448
+ "value": "0.1"
5449
+ },
5450
+ {
5451
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
5452
+ "kind": "IntegerLiteral",
5453
+ "offset": 16616,
5454
+ "length": 1,
5455
+ "value": "5"
5456
+ },
5271
5457
  {
5272
5458
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
5273
5459
  "kind": "IntegerLiteral",
@@ -18,15 +18,15 @@
18
18
  </data>
19
19
  <key>Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
20
20
  <data>
21
- 0FBOGY4ycQ9GprXAyHhptL0fu4g=
21
+ x/LQM1GnqP5F5ccJubWURn9HabY=
22
22
  </data>
23
23
  <key>Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
24
24
  <data>
25
- wN7g5v/D+sL+4i+FnTK0gJjh5jM=
25
+ SbsUG0hKn6gpH7RFCPOtEjvpmFE=
26
26
  </data>
27
27
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
28
28
  <data>
29
- 5xrogyNDiFZqWedbl86rXG+UbhI=
29
+ bTb5ewFfLalPCp2u5G3KriAMtZs=
30
30
  </data>
31
31
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
32
32
  <data>
@@ -34,7 +34,7 @@
34
34
  </data>
35
35
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
36
36
  <data>
37
- YlrHLjs7wzbcdyKbz2+4RzPPH1o=
37
+ 5Z76GzXLXktgw6/8VSYRuT81POs=
38
38
  </data>
39
39
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
40
40
  <data>
@@ -42,11 +42,11 @@
42
42
  </data>
43
43
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
44
44
  <data>
45
- iqADphrfPT2U12OoMDjzhjg+1xs=
45
+ B2tY66RFau10wq7mq5Z6nbNiMPE=
46
46
  </data>
47
47
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
48
48
  <data>
49
- 5xrogyNDiFZqWedbl86rXG+UbhI=
49
+ bTb5ewFfLalPCp2u5G3KriAMtZs=
50
50
  </data>
51
51
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
52
52
  <data>
@@ -54,7 +54,7 @@
54
54
  </data>
55
55
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
56
56
  <data>
57
- oPhcyd5wFdxUDF/FpjEG2xnRXvQ=
57
+ 3H+p9is1xjGv7cV+cZEdEpctUIg=
58
58
  </data>
59
59
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
60
60
  <data>
@@ -62,7 +62,7 @@
62
62
  </data>
63
63
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
64
64
  <data>
65
- E2KR5aAVTLobCCMJMGdqqFMWxOY=
65
+ mtO+yoF48rP67vVF+yGRLrsKa3E=
66
66
  </data>
67
67
  <key>Modules/module.modulemap</key>
68
68
  <data>
@@ -89,21 +89,21 @@
89
89
  <dict>
90
90
  <key>hash2</key>
91
91
  <data>
92
- CcGTuPQ/tftzsyvEcZuIAgom2lsTVp2R58A3RBOqPi8=
92
+ mZBa4drBmYaUdyEX72nl2lQq0ONJv3xCilL+YmfTPnE=
93
93
  </data>
94
94
  </dict>
95
95
  <key>Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
96
96
  <dict>
97
97
  <key>hash2</key>
98
98
  <data>
99
- Te0SAiLUN1YEDSvywn9tHbYoQe5VgGpHG/HljST1NqQ=
99
+ hjyUxbDc90cBSfWsD8G7EDGPd1wDBgO3fLSVVkLRFfg=
100
100
  </data>
101
101
  </dict>
102
102
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
103
103
  <dict>
104
104
  <key>hash2</key>
105
105
  <data>
106
- rvHLJRAbasrNPM1zLsTmxYmBVUq5GNFx5lsUJ58sQ0A=
106
+ PhsYW21x8fciC4Ris8ux2wc/pTK5ztZIRSmoEZlQ4Ng=
107
107
  </data>
108
108
  </dict>
109
109
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
@@ -117,7 +117,7 @@
117
117
  <dict>
118
118
  <key>hash2</key>
119
119
  <data>
120
- c+fSnM/YSkDpj5hdbPlDbshf15oQrhlDn167KGScDDk=
120
+ 0GwozLOk8YHIAp5fDE37tLMDo1Wtj1oHo9f6SOaeIQU=
121
121
  </data>
122
122
  </dict>
123
123
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
@@ -131,14 +131,14 @@
131
131
  <dict>
132
132
  <key>hash2</key>
133
133
  <data>
134
- +jscFRt1aKJKpL9SbkvKWgistlsQVxmBnJOrPOiQ7YU=
134
+ i6yshl0u1qn4NL7420MqV42Qh6OP+wnLfD9Rqovowg4=
135
135
  </data>
136
136
  </dict>
137
137
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
138
138
  <dict>
139
139
  <key>hash2</key>
140
140
  <data>
141
- rvHLJRAbasrNPM1zLsTmxYmBVUq5GNFx5lsUJ58sQ0A=
141
+ PhsYW21x8fciC4Ris8ux2wc/pTK5ztZIRSmoEZlQ4Ng=
142
142
  </data>
143
143
  </dict>
144
144
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
@@ -152,7 +152,7 @@
152
152
  <dict>
153
153
  <key>hash2</key>
154
154
  <data>
155
- EXy6VEUGcdfamaRxQYZO7yICy9AU4nPizb4Zkk7ka+k=
155
+ dNmwSVJ1fR+w1Ng5lnBU/GJZpIi3PwmbPaO5YMsSHdQ=
156
156
  </data>
157
157
  </dict>
158
158
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
@@ -166,7 +166,7 @@
166
166
  <dict>
167
167
  <key>hash2</key>
168
168
  <data>
169
- JaRxeu5hRmXauq10bKhGeYwoApml9m5YU0NJuSRPSWE=
169
+ rmLJadE/ga2bwxauOLemWkwNiOEx8p3UeuTrnp0LUp8=
170
170
  </data>
171
171
  </dict>
172
172
  <key>Modules/module.modulemap</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.0.71",
3
+ "version": "1.0.73",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",