react-native-wakeword 1.1.88 → 1.1.89

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 (16) hide show
  1. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/Info.plist +5 -5
  2. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  3. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +133 -67
  4. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
  5. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +2 -0
  6. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  7. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +133 -67
  8. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
  9. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
  10. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +133 -67
  11. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
  12. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
  13. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
  14. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
  15. package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +24 -24
  16. package/package.json +1 -1
@@ -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_x86_64-simulator</string>
11
+ <string>ios-arm64</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>
18
17
  </array>
19
18
  <key>SupportedPlatform</key>
20
19
  <string>ios</string>
21
- <key>SupportedPlatformVariant</key>
22
- <string>simulator</string>
23
20
  </dict>
24
21
  <dict>
25
22
  <key>BinaryPath</key>
26
23
  <string>KeyWordDetection.framework/KeyWordDetection</string>
27
24
  <key>LibraryIdentifier</key>
28
- <string>ios-arm64</string>
25
+ <string>ios-arm64_x86_64-simulator</string>
29
26
  <key>LibraryPath</key>
30
27
  <string>KeyWordDetection.framework</string>
31
28
  <key>SupportedArchitectures</key>
32
29
  <array>
33
30
  <string>arm64</string>
31
+ <string>x86_64</string>
34
32
  </array>
35
33
  <key>SupportedPlatform</key>
36
34
  <string>ios</string>
35
+ <key>SupportedPlatformVariant</key>
36
+ <string>simulator</string>
37
37
  </dict>
38
38
  </array>
39
39
  <key>CFBundlePackageType</key>
@@ -764,6 +764,32 @@
764
764
  }
765
765
  ]
766
766
  },
767
+ {
768
+ "kind": "Function",
769
+ "name": "setLightPause",
770
+ "printedName": "setLightPause(_:)",
771
+ "children": [
772
+ {
773
+ "kind": "TypeNominal",
774
+ "name": "Void",
775
+ "printedName": "()"
776
+ },
777
+ {
778
+ "kind": "TypeNominal",
779
+ "name": "Bool",
780
+ "printedName": "Swift.Bool",
781
+ "usr": "s:Sb"
782
+ }
783
+ ],
784
+ "declKind": "Func",
785
+ "usr": "s:16KeyWordDetection16AVAudioWrapperCEC13setLightPauseyySbF",
786
+ "mangledName": "$s16KeyWordDetection16AVAudioWrapperCEC13setLightPauseyySbF",
787
+ "moduleName": "KeyWordDetection",
788
+ "declAttributes": [
789
+ "AccessControl"
790
+ ],
791
+ "funcSelfKind": "NonMutating"
792
+ },
767
793
  {
768
794
  "kind": "Function",
769
795
  "name": "start",
@@ -7755,6 +7781,32 @@
7755
7781
  }
7756
7782
  ]
7757
7783
  },
7784
+ {
7785
+ "kind": "Function",
7786
+ "name": "setLightPause",
7787
+ "printedName": "setLightPause(_:)",
7788
+ "children": [
7789
+ {
7790
+ "kind": "TypeNominal",
7791
+ "name": "Void",
7792
+ "printedName": "()"
7793
+ },
7794
+ {
7795
+ "kind": "TypeNominal",
7796
+ "name": "Bool",
7797
+ "printedName": "Swift.Bool",
7798
+ "usr": "s:Sb"
7799
+ }
7800
+ ],
7801
+ "declKind": "Func",
7802
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC13setLightPauseyySbF",
7803
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC13setLightPauseyySbF",
7804
+ "moduleName": "KeyWordDetection",
7805
+ "declAttributes": [
7806
+ "AccessControl"
7807
+ ],
7808
+ "funcSelfKind": "NonMutating"
7809
+ },
7758
7810
  {
7759
7811
  "kind": "Var",
7760
7812
  "name": "frameLength",
@@ -11212,45 +11264,52 @@
11212
11264
  "length": 5,
11213
11265
  "value": "false"
11214
11266
  },
11267
+ {
11268
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11269
+ "kind": "BooleanLiteral",
11270
+ "offset": 3750,
11271
+ "length": 5,
11272
+ "value": "false"
11273
+ },
11215
11274
  {
11216
11275
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11217
11276
  "kind": "IntegerLiteral",
11218
- "offset": 4138,
11277
+ "offset": 4177,
11219
11278
  "length": 1,
11220
11279
  "value": "0"
11221
11280
  },
11222
11281
  {
11223
11282
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11224
11283
  "kind": "FloatLiteral",
11225
- "offset": 4190,
11284
+ "offset": 4229,
11226
11285
  "length": 3,
11227
11286
  "value": "2.0"
11228
11287
  },
11229
11288
  {
11230
11289
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11231
11290
  "kind": "BooleanLiteral",
11232
- "offset": 12397,
11291
+ "offset": 12874,
11233
11292
  "length": 4,
11234
11293
  "value": "true"
11235
11294
  },
11236
11295
  {
11237
11296
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11238
11297
  "kind": "BooleanLiteral",
11239
- "offset": 12455,
11298
+ "offset": 12932,
11240
11299
  "length": 5,
11241
11300
  "value": "false"
11242
11301
  },
11243
11302
  {
11244
11303
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11245
11304
  "kind": "BooleanLiteral",
11246
- "offset": 12517,
11305
+ "offset": 12994,
11247
11306
  "length": 4,
11248
11307
  "value": "true"
11249
11308
  },
11250
11309
  {
11251
11310
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
11252
11311
  "kind": "BooleanLiteral",
11253
- "offset": 12581,
11312
+ "offset": 13058,
11254
11313
  "length": 4,
11255
11314
  "value": "true"
11256
11315
  },
@@ -12416,94 +12475,101 @@
12416
12475
  "length": 5,
12417
12476
  "value": "false"
12418
12477
  },
12478
+ {
12479
+ "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12480
+ "kind": "BooleanLiteral",
12481
+ "offset": 4251,
12482
+ "length": 5,
12483
+ "value": "false"
12484
+ },
12419
12485
  {
12420
12486
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12421
12487
  "kind": "IntegerLiteral",
12422
- "offset": 4622,
12488
+ "offset": 4667,
12423
12489
  "length": 1,
12424
12490
  "value": "0"
12425
12491
  },
12426
12492
  {
12427
12493
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12428
12494
  "kind": "FloatLiteral",
12429
- "offset": 4672,
12495
+ "offset": 4717,
12430
12496
  "length": 3,
12431
12497
  "value": "2.0"
12432
12498
  },
12433
12499
  {
12434
12500
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12435
12501
  "kind": "IntegerLiteral",
12436
- "offset": 4721,
12502
+ "offset": 4766,
12437
12503
  "length": 1,
12438
12504
  "value": "5"
12439
12505
  },
12440
12506
  {
12441
12507
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12442
12508
  "kind": "IntegerLiteral",
12443
- "offset": 4757,
12509
+ "offset": 4802,
12444
12510
  "length": 1,
12445
12511
  "value": "0"
12446
12512
  },
12447
12513
  {
12448
12514
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12449
12515
  "kind": "FloatLiteral",
12450
- "offset": 4797,
12516
+ "offset": 4842,
12451
12517
  "length": 3,
12452
12518
  "value": "2.0"
12453
12519
  },
12454
12520
  {
12455
12521
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12456
12522
  "kind": "BooleanLiteral",
12457
- "offset": 35047,
12523
+ "offset": 35663,
12458
12524
  "length": 4,
12459
12525
  "value": "true"
12460
12526
  },
12461
12527
  {
12462
12528
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12463
12529
  "kind": "BooleanLiteral",
12464
- "offset": 35105,
12530
+ "offset": 35721,
12465
12531
  "length": 5,
12466
12532
  "value": "false"
12467
12533
  },
12468
12534
  {
12469
12535
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12470
12536
  "kind": "BooleanLiteral",
12471
- "offset": 35167,
12537
+ "offset": 35783,
12472
12538
  "length": 4,
12473
12539
  "value": "true"
12474
12540
  },
12475
12541
  {
12476
12542
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12477
12543
  "kind": "BooleanLiteral",
12478
- "offset": 35231,
12544
+ "offset": 35847,
12479
12545
  "length": 4,
12480
12546
  "value": "true"
12481
12547
  },
12482
12548
  {
12483
12549
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12484
12550
  "kind": "BooleanLiteral",
12485
- "offset": 48693,
12551
+ "offset": 49309,
12486
12552
  "length": 4,
12487
12553
  "value": "true"
12488
12554
  },
12489
12555
  {
12490
12556
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12491
12557
  "kind": "BooleanLiteral",
12492
- "offset": 48751,
12558
+ "offset": 49367,
12493
12559
  "length": 5,
12494
12560
  "value": "false"
12495
12561
  },
12496
12562
  {
12497
12563
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12498
12564
  "kind": "BooleanLiteral",
12499
- "offset": 48813,
12565
+ "offset": 49429,
12500
12566
  "length": 4,
12501
12567
  "value": "true"
12502
12568
  },
12503
12569
  {
12504
12570
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
12505
12571
  "kind": "BooleanLiteral",
12506
- "offset": 48877,
12572
+ "offset": 49493,
12507
12573
  "length": 4,
12508
12574
  "value": "true"
12509
12575
  },
@@ -13000,315 +13066,315 @@
13000
13066
  {
13001
13067
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13002
13068
  "kind": "BooleanLiteral",
13003
- "offset": 1367,
13069
+ "offset": 1406,
13004
13070
  "length": 5,
13005
13071
  "value": "false"
13006
13072
  },
13007
13073
  {
13008
13074
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13009
13075
  "kind": "StringLiteral",
13010
- "offset": 1472,
13076
+ "offset": 1511,
13011
13077
  "length": 29,
13012
13078
  "value": "\"AudioProcessorFromVADOrFile\""
13013
13079
  },
13014
13080
  {
13015
13081
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13016
13082
  "kind": "StringLiteral",
13017
- "offset": 2142,
13083
+ "offset": 2181,
13018
13084
  "length": 17,
13019
13085
  "value": "\"silero_vad.onnx\""
13020
13086
  },
13021
13087
  {
13022
13088
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13023
13089
  "kind": "BooleanLiteral",
13024
- "offset": 2232,
13090
+ "offset": 2271,
13025
13091
  "length": 5,
13026
13092
  "value": "false"
13027
13093
  },
13028
13094
  {
13029
13095
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13030
13096
  "kind": "FloatLiteral",
13031
- "offset": 2274,
13097
+ "offset": 2313,
13032
13098
  "length": 3,
13033
13099
  "value": "0.8"
13034
13100
  },
13035
13101
  {
13036
13102
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13037
13103
  "kind": "FloatLiteral",
13038
- "offset": 2353,
13104
+ "offset": 2392,
13039
13105
  "length": 3,
13040
13106
  "value": "0.8"
13041
13107
  },
13042
13108
  {
13043
13109
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13044
13110
  "kind": "FloatLiteral",
13045
- "offset": 2443,
13111
+ "offset": 2482,
13046
13112
  "length": 3,
13047
13113
  "value": "0.0"
13048
13114
  },
13049
13115
  {
13050
13116
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13051
13117
  "kind": "FloatLiteral",
13052
- "offset": 2538,
13118
+ "offset": 2577,
13053
13119
  "length": 4,
13054
- "value": "0.34"
13120
+ "value": "0.45"
13055
13121
  },
13056
13122
  {
13057
13123
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13058
13124
  "kind": "FloatLiteral",
13059
- "offset": 2586,
13060
- "length": 4,
13061
- "value": "0.34"
13125
+ "offset": 2625,
13126
+ "length": 5,
13127
+ "value": "0.225"
13062
13128
  },
13063
13129
  {
13064
13130
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13065
13131
  "kind": "FloatLiteral",
13066
- "offset": 2649,
13132
+ "offset": 2689,
13067
13133
  "length": 3,
13068
13134
  "value": "0.0"
13069
13135
  },
13070
13136
  {
13071
13137
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13072
13138
  "kind": "IntegerLiteral",
13073
- "offset": 2684,
13139
+ "offset": 2724,
13074
13140
  "length": 4,
13075
13141
  "value": "1000"
13076
13142
  },
13077
13143
  {
13078
13144
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13079
13145
  "kind": "BooleanLiteral",
13080
- "offset": 3215,
13146
+ "offset": 3255,
13081
13147
  "length": 5,
13082
13148
  "value": "false"
13083
13149
  },
13084
13150
  {
13085
13151
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13086
13152
  "kind": "BooleanLiteral",
13087
- "offset": 3255,
13153
+ "offset": 3295,
13088
13154
  "length": 5,
13089
13155
  "value": "false"
13090
13156
  },
13091
13157
  {
13092
13158
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13093
13159
  "kind": "BooleanLiteral",
13094
- "offset": 3310,
13160
+ "offset": 3350,
13095
13161
  "length": 4,
13096
13162
  "value": "true"
13097
13163
  },
13098
13164
  {
13099
13165
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13100
13166
  "kind": "BooleanLiteral",
13101
- "offset": 3354,
13167
+ "offset": 3394,
13102
13168
  "length": 5,
13103
13169
  "value": "false"
13104
13170
  },
13105
13171
  {
13106
13172
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13107
13173
  "kind": "BooleanLiteral",
13108
- "offset": 3402,
13174
+ "offset": 3442,
13109
13175
  "length": 4,
13110
13176
  "value": "true"
13111
13177
  },
13112
13178
  {
13113
13179
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13114
13180
  "kind": "BooleanLiteral",
13115
- "offset": 3452,
13181
+ "offset": 3492,
13116
13182
  "length": 4,
13117
13183
  "value": "true"
13118
13184
  },
13119
13185
  {
13120
13186
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13121
13187
  "kind": "IntegerLiteral",
13122
- "offset": 3506,
13188
+ "offset": 3546,
13123
13189
  "length": 1,
13124
13190
  "value": "0"
13125
13191
  },
13126
13192
  {
13127
13193
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13128
13194
  "kind": "IntegerLiteral",
13129
- "offset": 3553,
13195
+ "offset": 3593,
13130
13196
  "length": 4,
13131
13197
  "value": "1000"
13132
13198
  },
13133
13199
  {
13134
13200
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13135
13201
  "kind": "IntegerLiteral",
13136
- "offset": 3605,
13202
+ "offset": 3645,
13137
13203
  "length": 3,
13138
13204
  "value": "200"
13139
13205
  },
13140
13206
  {
13141
13207
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13142
13208
  "kind": "Array",
13143
- "offset": 3649,
13209
+ "offset": 3689,
13144
13210
  "length": 2,
13145
13211
  "value": "[]"
13146
13212
  },
13147
13213
  {
13148
13214
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13149
13215
  "kind": "Array",
13150
- "offset": 3700,
13216
+ "offset": 3740,
13151
13217
  "length": 2,
13152
13218
  "value": "[]"
13153
13219
  },
13154
13220
  {
13155
13221
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13156
13222
  "kind": "IntegerLiteral",
13157
- "offset": 3748,
13223
+ "offset": 3788,
13158
13224
  "length": 1,
13159
13225
  "value": "5"
13160
13226
  },
13161
13227
  {
13162
13228
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13163
13229
  "kind": "BooleanLiteral",
13164
- "offset": 6512,
13230
+ "offset": 6552,
13165
13231
  "length": 4,
13166
13232
  "value": "true"
13167
13233
  },
13168
13234
  {
13169
13235
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13170
13236
  "kind": "BooleanLiteral",
13171
- "offset": 6570,
13237
+ "offset": 6610,
13172
13238
  "length": 5,
13173
13239
  "value": "false"
13174
13240
  },
13175
13241
  {
13176
13242
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13177
13243
  "kind": "BooleanLiteral",
13178
- "offset": 6632,
13244
+ "offset": 6672,
13179
13245
  "length": 4,
13180
13246
  "value": "true"
13181
13247
  },
13182
13248
  {
13183
13249
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13184
13250
  "kind": "BooleanLiteral",
13185
- "offset": 6696,
13251
+ "offset": 6736,
13186
13252
  "length": 4,
13187
13253
  "value": "true"
13188
13254
  },
13189
13255
  {
13190
13256
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13191
13257
  "kind": "FloatLiteral",
13192
- "offset": 34398,
13258
+ "offset": 34795,
13193
13259
  "length": 3,
13194
13260
  "value": "0.1"
13195
13261
  },
13196
13262
  {
13197
13263
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13198
13264
  "kind": "IntegerLiteral",
13199
- "offset": 34429,
13265
+ "offset": 34826,
13200
13266
  "length": 1,
13201
13267
  "value": "5"
13202
13268
  },
13203
13269
  {
13204
13270
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13205
13271
  "kind": "FloatLiteral",
13206
- "offset": 36559,
13272
+ "offset": 36956,
13207
13273
  "length": 3,
13208
13274
  "value": "0.1"
13209
13275
  },
13210
13276
  {
13211
13277
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13212
13278
  "kind": "IntegerLiteral",
13213
- "offset": 36582,
13279
+ "offset": 36979,
13214
13280
  "length": 1,
13215
13281
  "value": "5"
13216
13282
  },
13217
13283
  {
13218
13284
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13219
13285
  "kind": "BooleanLiteral",
13220
- "offset": 39524,
13286
+ "offset": 39921,
13221
13287
  "length": 4,
13222
13288
  "value": "true"
13223
13289
  },
13224
13290
  {
13225
13291
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13226
13292
  "kind": "BooleanLiteral",
13227
- "offset": 39582,
13293
+ "offset": 39979,
13228
13294
  "length": 5,
13229
13295
  "value": "false"
13230
13296
  },
13231
13297
  {
13232
13298
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13233
13299
  "kind": "BooleanLiteral",
13234
- "offset": 39644,
13300
+ "offset": 40041,
13235
13301
  "length": 4,
13236
13302
  "value": "true"
13237
13303
  },
13238
13304
  {
13239
13305
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13240
13306
  "kind": "BooleanLiteral",
13241
- "offset": 39708,
13307
+ "offset": 40105,
13242
13308
  "length": 4,
13243
13309
  "value": "true"
13244
13310
  },
13245
13311
  {
13246
13312
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13247
13313
  "kind": "BooleanLiteral",
13248
- "offset": 45299,
13314
+ "offset": 45696,
13249
13315
  "length": 5,
13250
13316
  "value": "false"
13251
13317
  },
13252
13318
  {
13253
13319
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13254
13320
  "kind": "BooleanLiteral",
13255
- "offset": 45343,
13321
+ "offset": 45740,
13256
13322
  "length": 4,
13257
13323
  "value": "true"
13258
13324
  },
13259
13325
  {
13260
13326
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13261
13327
  "kind": "BooleanLiteral",
13262
- "offset": 45376,
13328
+ "offset": 45773,
13263
13329
  "length": 5,
13264
13330
  "value": "false"
13265
13331
  },
13266
13332
  {
13267
13333
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13268
13334
  "kind": "BooleanLiteral",
13269
- "offset": 45413,
13335
+ "offset": 45810,
13270
13336
  "length": 4,
13271
13337
  "value": "true"
13272
13338
  },
13273
13339
  {
13274
13340
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13275
13341
  "kind": "BooleanLiteral",
13276
- "offset": 45452,
13342
+ "offset": 45849,
13277
13343
  "length": 4,
13278
13344
  "value": "true"
13279
13345
  },
13280
13346
  {
13281
13347
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13282
13348
  "kind": "BooleanLiteral",
13283
- "offset": 47345,
13349
+ "offset": 47742,
13284
13350
  "length": 5,
13285
13351
  "value": "false"
13286
13352
  },
13287
13353
  {
13288
13354
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13289
13355
  "kind": "BooleanLiteral",
13290
- "offset": 47385,
13356
+ "offset": 47782,
13291
13357
  "length": 4,
13292
13358
  "value": "true"
13293
13359
  },
13294
13360
  {
13295
13361
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13296
13362
  "kind": "BooleanLiteral",
13297
- "offset": 47414,
13363
+ "offset": 47811,
13298
13364
  "length": 5,
13299
13365
  "value": "false"
13300
13366
  },
13301
13367
  {
13302
13368
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13303
13369
  "kind": "BooleanLiteral",
13304
- "offset": 47447,
13370
+ "offset": 47844,
13305
13371
  "length": 4,
13306
13372
  "value": "true"
13307
13373
  },
13308
13374
  {
13309
13375
  "filePath": "\/Volumes\/T9\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
13310
13376
  "kind": "BooleanLiteral",
13311
- "offset": 47482,
13377
+ "offset": 47879,
13312
13378
  "length": 4,
13313
13379
  "value": "true"
13314
13380
  },
@@ -55,6 +55,7 @@ public class AVAudioWrapperFrameListener {
55
55
  public var isSessionPaused: Swift.Bool {
56
56
  get
57
57
  }
58
+ public func setLightPause(_ paused: Swift.Bool)
58
59
  public func start(frameLength: Swift.UInt32, sampleRate: Swift.UInt32, noExternalActivation: Swift.Bool = true, duckOthers: Swift.Bool = false, mixWithOthers: Swift.Bool = true, defaultToSpeaker: Swift.Bool = true)
59
60
  public func stop() throws
60
61
  public func pauseSession() -> Swift.Bool
@@ -229,6 +230,7 @@ public class AVAudioWrapper {
229
230
  public var isSessionPaused: Swift.Bool {
230
231
  get
231
232
  }
233
+ public func setLightPause(_ paused: Swift.Bool)
232
234
  public var frameLength: Swift.UInt32? {
233
235
  get
234
236
  }