react-native-wakeword 1.0.74 → 1.0.75

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 (17) 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/Info.plist +5 -5
  5. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  6. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  7. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +22 -12
  8. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  9. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  10. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  11. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  12. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +77 -12
  13. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  14. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +77 -12
  15. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  16. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +16 -16
  17. package/package.json +1 -1
@@ -1 +1 @@
1
- bcb42fce188f902ee8d8ee31c581198a keyworddetection-1.0.0.aar
1
+ 97a93f780da0e2f6ed824496e3727afb keyworddetection-1.0.0.aar
@@ -1 +1 @@
1
- 2fac07d3e1c3fb396a40b1cf6334def11c34083f keyworddetection-1.0.0.aar
1
+ fae06a7f220852f53579efa6b291152895c0bbf5 keyworddetection-1.0.0.aar
@@ -8,32 +8,32 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>KeyWordDetection.framework/KeyWordDetection</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64</string>
11
+ <string>ios-arm64_x86_64-simulator</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>KeyWordDetection.framework</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
+ <string>x86_64</string>
17
18
  </array>
18
19
  <key>SupportedPlatform</key>
19
20
  <string>ios</string>
21
+ <key>SupportedPlatformVariant</key>
22
+ <string>simulator</string>
20
23
  </dict>
21
24
  <dict>
22
25
  <key>BinaryPath</key>
23
26
  <string>KeyWordDetection.framework/KeyWordDetection</string>
24
27
  <key>LibraryIdentifier</key>
25
- <string>ios-arm64_x86_64-simulator</string>
28
+ <string>ios-arm64</string>
26
29
  <key>LibraryPath</key>
27
30
  <string>KeyWordDetection.framework</string>
28
31
  <key>SupportedArchitectures</key>
29
32
  <array>
30
33
  <string>arm64</string>
31
- <string>x86_64</string>
32
34
  </array>
33
35
  <key>SupportedPlatform</key>
34
36
  <string>ios</string>
35
- <key>SupportedPlatformVariant</key>
36
- <string>simulator</string>
37
37
  </dict>
38
38
  </array>
39
39
  <key>CFBundlePackageType</key>
@@ -1392,10 +1392,7 @@
1392
1392
  "name": "Foundation",
1393
1393
  "printedName": "Foundation",
1394
1394
  "declKind": "Import",
1395
- "moduleName": "KeyWordDetection",
1396
- "declAttributes": [
1397
- "RawDocComment"
1398
- ]
1395
+ "moduleName": "KeyWordDetection"
1399
1396
  },
1400
1397
  {
1401
1398
  "kind": "TypeDecl",
@@ -2848,8 +2845,7 @@
2848
2845
  "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC",
2849
2846
  "moduleName": "KeyWordDetection",
2850
2847
  "declAttributes": [
2851
- "AccessControl",
2852
- "RawDocComment"
2848
+ "AccessControl"
2853
2849
  ],
2854
2850
  "conformances": [
2855
2851
  {
@@ -3326,31 +3322,45 @@
3326
3322
  "length": 1,
3327
3323
  "value": "5"
3328
3324
  },
3325
+ {
3326
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3327
+ "kind": "IntegerLiteral",
3328
+ "offset": 1944,
3329
+ "length": 1,
3330
+ "value": "0"
3331
+ },
3332
+ {
3333
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3334
+ "kind": "FloatLiteral",
3335
+ "offset": 1994,
3336
+ "length": 3,
3337
+ "value": "2.0"
3338
+ },
3329
3339
  {
3330
3340
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3331
3341
  "kind": "FloatLiteral",
3332
- "offset": 14479,
3342
+ "offset": 15711,
3333
3343
  "length": 3,
3334
3344
  "value": "0.1"
3335
3345
  },
3336
3346
  {
3337
3347
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3338
3348
  "kind": "IntegerLiteral",
3339
- "offset": 14510,
3349
+ "offset": 15742,
3340
3350
  "length": 1,
3341
3351
  "value": "5"
3342
3352
  },
3343
3353
  {
3344
3354
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3345
3355
  "kind": "FloatLiteral",
3346
- "offset": 16640,
3356
+ "offset": 17872,
3347
3357
  "length": 3,
3348
3358
  "value": "0.1"
3349
3359
  },
3350
3360
  {
3351
3361
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
3352
3362
  "kind": "IntegerLiteral",
3353
- "offset": 16663,
3363
+ "offset": 17895,
3354
3364
  "length": 1,
3355
3365
  "value": "5"
3356
3366
  },
@@ -3434,14 +3444,14 @@
3434
3444
  {
3435
3445
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
3436
3446
  "kind": "IntegerLiteral",
3437
- "offset": 678,
3447
+ "offset": 101,
3438
3448
  "length": 1,
3439
3449
  "value": "0"
3440
3450
  },
3441
3451
  {
3442
3452
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
3443
3453
  "kind": "IntegerLiteral",
3444
- "offset": 714,
3454
+ "offset": 137,
3445
3455
  "length": 1,
3446
3456
  "value": "0"
3447
3457
  },
@@ -3431,6 +3431,58 @@
3431
3431
  "fixedbinaryorder": 19,
3432
3432
  "hasStorage": true
3433
3433
  },
3434
+ {
3435
+ "kind": "Var",
3436
+ "name": "lastReclaimAttempt",
3437
+ "printedName": "lastReclaimAttempt",
3438
+ "children": [
3439
+ {
3440
+ "kind": "TypeNominal",
3441
+ "name": "Double",
3442
+ "printedName": "Swift.Double",
3443
+ "usr": "s:Sd"
3444
+ }
3445
+ ],
3446
+ "declKind": "Var",
3447
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC18lastReclaimAttempt026_06F013A89136C43D4A3CB07C5P5F279DLLSdvp",
3448
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC18lastReclaimAttempt026_06F013A89136C43D4A3CB07C5P5F279DLLSdvp",
3449
+ "moduleName": "KeyWordDetection",
3450
+ "isInternal": true,
3451
+ "declAttributes": [
3452
+ "HasInitialValue",
3453
+ "HasStorage",
3454
+ "AccessControl"
3455
+ ],
3456
+ "fixedbinaryorder": 20,
3457
+ "hasStorage": true
3458
+ },
3459
+ {
3460
+ "kind": "Var",
3461
+ "name": "reclaimCooldown",
3462
+ "printedName": "reclaimCooldown",
3463
+ "children": [
3464
+ {
3465
+ "kind": "TypeNominal",
3466
+ "name": "Double",
3467
+ "printedName": "Swift.Double",
3468
+ "usr": "s:Sd"
3469
+ }
3470
+ ],
3471
+ "declKind": "Var",
3472
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC15reclaimCooldown026_06F013A89136C43D4A3CB07C5O5F279DLLSdvp",
3473
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC15reclaimCooldown026_06F013A89136C43D4A3CB07C5O5F279DLLSdvp",
3474
+ "moduleName": "KeyWordDetection",
3475
+ "isInternal": true,
3476
+ "declAttributes": [
3477
+ "HasInitialValue",
3478
+ "Final",
3479
+ "HasStorage",
3480
+ "AccessControl"
3481
+ ],
3482
+ "fixedbinaryorder": 21,
3483
+ "isLet": true,
3484
+ "hasStorage": true
3485
+ },
3434
3486
  {
3435
3487
  "kind": "Constructor",
3436
3488
  "name": "init",
@@ -3473,6 +3525,9 @@
3473
3525
  "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC8callbackACySays5Int16VGc_tcfc",
3474
3526
  "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC8callbackACySays5Int16VGc_tcfc",
3475
3527
  "moduleName": "KeyWordDetection",
3528
+ "declAttributes": [
3529
+ "RawDocComment"
3530
+ ],
3476
3531
  "init_kind": "Designated"
3477
3532
  },
3478
3533
  {
@@ -4615,10 +4670,7 @@
4615
4670
  "name": "Foundation",
4616
4671
  "printedName": "Foundation",
4617
4672
  "declKind": "Import",
4618
- "moduleName": "KeyWordDetection",
4619
- "declAttributes": [
4620
- "RawDocComment"
4621
- ]
4673
+ "moduleName": "KeyWordDetection"
4622
4674
  },
4623
4675
  {
4624
4676
  "kind": "TypeDecl",
@@ -6109,8 +6161,7 @@
6109
6161
  "moduleName": "KeyWordDetection",
6110
6162
  "isOpen": true,
6111
6163
  "declAttributes": [
6112
- "AccessControl",
6113
- "RawDocComment"
6164
+ "AccessControl"
6114
6165
  ],
6115
6166
  "conformances": [
6116
6167
  {
@@ -6938,31 +6989,45 @@
6938
6989
  "length": 1,
6939
6990
  "value": "5"
6940
6991
  },
6992
+ {
6993
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6994
+ "kind": "IntegerLiteral",
6995
+ "offset": 1944,
6996
+ "length": 1,
6997
+ "value": "0"
6998
+ },
6999
+ {
7000
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
7001
+ "kind": "FloatLiteral",
7002
+ "offset": 1994,
7003
+ "length": 3,
7004
+ "value": "2.0"
7005
+ },
6941
7006
  {
6942
7007
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6943
7008
  "kind": "FloatLiteral",
6944
- "offset": 14479,
7009
+ "offset": 15711,
6945
7010
  "length": 3,
6946
7011
  "value": "0.1"
6947
7012
  },
6948
7013
  {
6949
7014
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6950
7015
  "kind": "IntegerLiteral",
6951
- "offset": 14510,
7016
+ "offset": 15742,
6952
7017
  "length": 1,
6953
7018
  "value": "5"
6954
7019
  },
6955
7020
  {
6956
7021
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6957
7022
  "kind": "FloatLiteral",
6958
- "offset": 16640,
7023
+ "offset": 17872,
6959
7024
  "length": 3,
6960
7025
  "value": "0.1"
6961
7026
  },
6962
7027
  {
6963
7028
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6964
7029
  "kind": "IntegerLiteral",
6965
- "offset": 16663,
7030
+ "offset": 17895,
6966
7031
  "length": 1,
6967
7032
  "value": "5"
6968
7033
  },
@@ -7046,14 +7111,14 @@
7046
7111
  {
7047
7112
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
7048
7113
  "kind": "IntegerLiteral",
7049
- "offset": 678,
7114
+ "offset": 101,
7050
7115
  "length": 1,
7051
7116
  "value": "0"
7052
7117
  },
7053
7118
  {
7054
7119
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
7055
7120
  "kind": "IntegerLiteral",
7056
- "offset": 714,
7121
+ "offset": 137,
7057
7122
  "length": 1,
7058
7123
  "value": "0"
7059
7124
  },
@@ -3431,6 +3431,58 @@
3431
3431
  "fixedbinaryorder": 19,
3432
3432
  "hasStorage": true
3433
3433
  },
3434
+ {
3435
+ "kind": "Var",
3436
+ "name": "lastReclaimAttempt",
3437
+ "printedName": "lastReclaimAttempt",
3438
+ "children": [
3439
+ {
3440
+ "kind": "TypeNominal",
3441
+ "name": "Double",
3442
+ "printedName": "Swift.Double",
3443
+ "usr": "s:Sd"
3444
+ }
3445
+ ],
3446
+ "declKind": "Var",
3447
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC18lastReclaimAttempt026_06F013A89136C43D4A3CB07C5P5F279DLLSdvp",
3448
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC18lastReclaimAttempt026_06F013A89136C43D4A3CB07C5P5F279DLLSdvp",
3449
+ "moduleName": "KeyWordDetection",
3450
+ "isInternal": true,
3451
+ "declAttributes": [
3452
+ "HasInitialValue",
3453
+ "HasStorage",
3454
+ "AccessControl"
3455
+ ],
3456
+ "fixedbinaryorder": 20,
3457
+ "hasStorage": true
3458
+ },
3459
+ {
3460
+ "kind": "Var",
3461
+ "name": "reclaimCooldown",
3462
+ "printedName": "reclaimCooldown",
3463
+ "children": [
3464
+ {
3465
+ "kind": "TypeNominal",
3466
+ "name": "Double",
3467
+ "printedName": "Swift.Double",
3468
+ "usr": "s:Sd"
3469
+ }
3470
+ ],
3471
+ "declKind": "Var",
3472
+ "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC15reclaimCooldown026_06F013A89136C43D4A3CB07C5O5F279DLLSdvp",
3473
+ "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC15reclaimCooldown026_06F013A89136C43D4A3CB07C5O5F279DLLSdvp",
3474
+ "moduleName": "KeyWordDetection",
3475
+ "isInternal": true,
3476
+ "declAttributes": [
3477
+ "HasInitialValue",
3478
+ "Final",
3479
+ "HasStorage",
3480
+ "AccessControl"
3481
+ ],
3482
+ "fixedbinaryorder": 21,
3483
+ "isLet": true,
3484
+ "hasStorage": true
3485
+ },
3434
3486
  {
3435
3487
  "kind": "Constructor",
3436
3488
  "name": "init",
@@ -3473,6 +3525,9 @@
3473
3525
  "usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC8callbackACySays5Int16VGc_tcfc",
3474
3526
  "mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC8callbackACySays5Int16VGc_tcfc",
3475
3527
  "moduleName": "KeyWordDetection",
3528
+ "declAttributes": [
3529
+ "RawDocComment"
3530
+ ],
3476
3531
  "init_kind": "Designated"
3477
3532
  },
3478
3533
  {
@@ -4615,10 +4670,7 @@
4615
4670
  "name": "Foundation",
4616
4671
  "printedName": "Foundation",
4617
4672
  "declKind": "Import",
4618
- "moduleName": "KeyWordDetection",
4619
- "declAttributes": [
4620
- "RawDocComment"
4621
- ]
4673
+ "moduleName": "KeyWordDetection"
4622
4674
  },
4623
4675
  {
4624
4676
  "kind": "TypeDecl",
@@ -6109,8 +6161,7 @@
6109
6161
  "moduleName": "KeyWordDetection",
6110
6162
  "isOpen": true,
6111
6163
  "declAttributes": [
6112
- "AccessControl",
6113
- "RawDocComment"
6164
+ "AccessControl"
6114
6165
  ],
6115
6166
  "conformances": [
6116
6167
  {
@@ -6938,31 +6989,45 @@
6938
6989
  "length": 1,
6939
6990
  "value": "5"
6940
6991
  },
6992
+ {
6993
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6994
+ "kind": "IntegerLiteral",
6995
+ "offset": 1944,
6996
+ "length": 1,
6997
+ "value": "0"
6998
+ },
6999
+ {
7000
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
7001
+ "kind": "FloatLiteral",
7002
+ "offset": 1994,
7003
+ "length": 3,
7004
+ "value": "2.0"
7005
+ },
6941
7006
  {
6942
7007
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6943
7008
  "kind": "FloatLiteral",
6944
- "offset": 14479,
7009
+ "offset": 15711,
6945
7010
  "length": 3,
6946
7011
  "value": "0.1"
6947
7012
  },
6948
7013
  {
6949
7014
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6950
7015
  "kind": "IntegerLiteral",
6951
- "offset": 14510,
7016
+ "offset": 15742,
6952
7017
  "length": 1,
6953
7018
  "value": "5"
6954
7019
  },
6955
7020
  {
6956
7021
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6957
7022
  "kind": "FloatLiteral",
6958
- "offset": 16640,
7023
+ "offset": 17872,
6959
7024
  "length": 3,
6960
7025
  "value": "0.1"
6961
7026
  },
6962
7027
  {
6963
7028
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
6964
7029
  "kind": "IntegerLiteral",
6965
- "offset": 16663,
7030
+ "offset": 17895,
6966
7031
  "length": 1,
6967
7032
  "value": "5"
6968
7033
  },
@@ -7046,14 +7111,14 @@
7046
7111
  {
7047
7112
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
7048
7113
  "kind": "IntegerLiteral",
7049
- "offset": 678,
7114
+ "offset": 101,
7050
7115
  "length": 1,
7051
7116
  "value": "0"
7052
7117
  },
7053
7118
  {
7054
7119
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
7055
7120
  "kind": "IntegerLiteral",
7056
- "offset": 714,
7121
+ "offset": 137,
7057
7122
  "length": 1,
7058
7123
  "value": "0"
7059
7124
  },
@@ -18,15 +18,15 @@
18
18
  </data>
19
19
  <key>Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
20
20
  <data>
21
- Pq1XZWMffxnb3XeDvL95N1IhlVA=
21
+ UjrbMJSYs7txg99XCm9Wn1SAyFw=
22
22
  </data>
23
23
  <key>Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
24
24
  <data>
25
- fxh0U9dF1falJLKwjSSW9f9Qbu4=
25
+ ANWHdx64x7zwxKZJ6SYxfgJfgmg=
26
26
  </data>
27
27
  <key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
28
28
  <data>
29
- FsqJB25EkHsas9wRi2XEGpGycfI=
29
+ +1x37sLnz7tWBEI8FSJzoKgBsxU=
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
- /O9fCgXMqipDfp8586MqmPmtR2g=
37
+ xzlyjvhotenfkbG6+EdgOJ0QhMc=
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
- ix0rAEoKHxveuo6kDTH7QNEFgQs=
45
+ zEkkEmddITucWeNsNOWk59yVYCk=
46
46
  </data>
47
47
  <key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
48
48
  <data>
49
- FsqJB25EkHsas9wRi2XEGpGycfI=
49
+ +1x37sLnz7tWBEI8FSJzoKgBsxU=
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
- YDRyLufsotptGKiG0wBAZqElA60=
57
+ Rs2WyLQN4V6OaaConu8zxEFmnwg=
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
- WSWHvrX5MA4fBeuCkMmDhqixTUs=
65
+ 0jtjHMVVAl9mOhYTS3rfUv/Tk6g=
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
- kFPiXjve2mDFzOO/R6l7gfO1IOOPBiEJ+wXk+XubH0c=
92
+ IQma9TBi0GQSuuRuDB6HG+iX4a5m7Oou+5sjoa3cctc=
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
- cV49uoJK2YX98n4J97xBrOhNBbpPzvoJX3485G//HQk=
99
+ 9NQenfCtEm1PAGpRTz/EsfcMdBsH+jMIYK0gwhasncE=
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
- L/VhqCdrqe4magSInsFjDgi9phoXb1sRWqXdVBIiPkw=
106
+ UrmCzgLm7WZB9MXG618QRvPUdstwDq11n4ExkMuto+k=
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
- 3HIdrCoRLEgoA9POK+X7haT9lftAwcwIJmmWPsH2Ajc=
120
+ GxZ1SisKCRTx7MsEAoCJ0VmaDxVD+N56wUw5KVMLDVo=
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
- Mrn4HIsvtliSoCaHXPkfcyiDnw6pIdcci3AE+vxMm5U=
134
+ i0oWQNCq8zlyzhjGYDwdyA7oFNuBXXUyK8EPiuTIBEA=
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
- L/VhqCdrqe4magSInsFjDgi9phoXb1sRWqXdVBIiPkw=
141
+ UrmCzgLm7WZB9MXG618QRvPUdstwDq11n4ExkMuto+k=
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
- d33t9hYmc7HRcvf0paktAP+OenC4cMX+B3YVbtEdf2g=
155
+ 025FHwcyNoYA9Qbp52lfknzLNq7FmgpA2+N1o14XIf0=
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
- q5FMUuKmydx778xWPBck+0dmENl61/cH53ywGDabn9k=
169
+ jMWdl177ix8kfNpJpeVr4qaN/8KxPzvzx9MZITg1cPs=
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.74",
3
+ "version": "1.0.75",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",