react-native-wakeword 1.1.7 → 1.1.8
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/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +4 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +43 -22
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +8 -6
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +44 -22
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +44 -22
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +22 -22
- package/package.json +1 -1
|
@@ -311,12 +311,13 @@ SWIFT_CLASS("_TtC16KeyWordDetection29AudioSessionAndDuckingManager")
|
|
|
311
311
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSessionAndDuckingManager * _Nonnull shared;)
|
|
312
312
|
+ (AudioSessionAndDuckingManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
|
|
313
313
|
- (void)initAudioSessAndDuckManage SWIFT_METHOD_FAMILY(none);
|
|
314
|
-
- (void)enableAggressiveDucking;
|
|
315
|
-
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
316
|
-
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
317
314
|
- (void)disableDucking;
|
|
318
315
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
319
316
|
- (void)_disableDucking;
|
|
317
|
+
- (void)enableAggressiveDucking;
|
|
318
|
+
- (void)_enableAggressiveDucking;
|
|
319
|
+
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
320
|
+
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
320
321
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
321
322
|
- (void)disableDuckingWorks;
|
|
322
323
|
- (void)disableDuckingDidNotUnDuck;
|
package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -3204,8 +3204,8 @@
|
|
|
3204
3204
|
},
|
|
3205
3205
|
{
|
|
3206
3206
|
"kind": "Function",
|
|
3207
|
-
"name": "
|
|
3208
|
-
"printedName": "
|
|
3207
|
+
"name": "disableDucking",
|
|
3208
|
+
"printedName": "disableDucking()",
|
|
3209
3209
|
"children": [
|
|
3210
3210
|
{
|
|
3211
3211
|
"kind": "TypeNominal",
|
|
@@ -3214,8 +3214,8 @@
|
|
|
3214
3214
|
}
|
|
3215
3215
|
],
|
|
3216
3216
|
"declKind": "Func",
|
|
3217
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
3218
|
-
"mangledName": "$
|
|
3217
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDucking",
|
|
3218
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG0yyF",
|
|
3219
3219
|
"moduleName": "KeyWordDetection",
|
|
3220
3220
|
"declAttributes": [
|
|
3221
3221
|
"AccessControl",
|
|
@@ -3225,8 +3225,8 @@
|
|
|
3225
3225
|
},
|
|
3226
3226
|
{
|
|
3227
3227
|
"kind": "Function",
|
|
3228
|
-
"name": "
|
|
3229
|
-
"printedName": "
|
|
3228
|
+
"name": "_disableDucking",
|
|
3229
|
+
"printedName": "_disableDucking()",
|
|
3230
3230
|
"children": [
|
|
3231
3231
|
{
|
|
3232
3232
|
"kind": "TypeNominal",
|
|
@@ -3235,8 +3235,30 @@
|
|
|
3235
3235
|
}
|
|
3236
3236
|
],
|
|
3237
3237
|
"declKind": "Func",
|
|
3238
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
3239
|
-
"mangledName": "$
|
|
3238
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_disableDucking",
|
|
3239
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC08_disableG0yyF",
|
|
3240
|
+
"moduleName": "KeyWordDetection",
|
|
3241
|
+
"declAttributes": [
|
|
3242
|
+
"AccessControl",
|
|
3243
|
+
"ObjC",
|
|
3244
|
+
"RawDocComment"
|
|
3245
|
+
],
|
|
3246
|
+
"funcSelfKind": "NonMutating"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"kind": "Function",
|
|
3250
|
+
"name": "enableAggressiveDucking",
|
|
3251
|
+
"printedName": "enableAggressiveDucking()",
|
|
3252
|
+
"children": [
|
|
3253
|
+
{
|
|
3254
|
+
"kind": "TypeNominal",
|
|
3255
|
+
"name": "Void",
|
|
3256
|
+
"printedName": "()"
|
|
3257
|
+
}
|
|
3258
|
+
],
|
|
3259
|
+
"declKind": "Func",
|
|
3260
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDucking",
|
|
3261
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG0yyF",
|
|
3240
3262
|
"moduleName": "KeyWordDetection",
|
|
3241
3263
|
"declAttributes": [
|
|
3242
3264
|
"AccessControl",
|
|
@@ -3246,8 +3268,8 @@
|
|
|
3246
3268
|
},
|
|
3247
3269
|
{
|
|
3248
3270
|
"kind": "Function",
|
|
3249
|
-
"name": "
|
|
3250
|
-
"printedName": "
|
|
3271
|
+
"name": "_enableAggressiveDucking",
|
|
3272
|
+
"printedName": "_enableAggressiveDucking()",
|
|
3251
3273
|
"children": [
|
|
3252
3274
|
{
|
|
3253
3275
|
"kind": "TypeNominal",
|
|
@@ -3256,8 +3278,8 @@
|
|
|
3256
3278
|
}
|
|
3257
3279
|
],
|
|
3258
3280
|
"declKind": "Func",
|
|
3259
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
3260
|
-
"mangledName": "$
|
|
3281
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_enableAggressiveDucking",
|
|
3282
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC017_enableAggressiveG0yyF",
|
|
3261
3283
|
"moduleName": "KeyWordDetection",
|
|
3262
3284
|
"declAttributes": [
|
|
3263
3285
|
"AccessControl",
|
|
@@ -3267,8 +3289,8 @@
|
|
|
3267
3289
|
},
|
|
3268
3290
|
{
|
|
3269
3291
|
"kind": "Function",
|
|
3270
|
-
"name": "
|
|
3271
|
-
"printedName": "
|
|
3292
|
+
"name": "enableAggressiveDuckingWorksMaxSilencing",
|
|
3293
|
+
"printedName": "enableAggressiveDuckingWorksMaxSilencing()",
|
|
3272
3294
|
"children": [
|
|
3273
3295
|
{
|
|
3274
3296
|
"kind": "TypeNominal",
|
|
@@ -3277,8 +3299,8 @@
|
|
|
3277
3299
|
}
|
|
3278
3300
|
],
|
|
3279
3301
|
"declKind": "Func",
|
|
3280
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
3281
|
-
"mangledName": "$
|
|
3302
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksMaxSilencing",
|
|
3303
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksMaxSilencingyyF",
|
|
3282
3304
|
"moduleName": "KeyWordDetection",
|
|
3283
3305
|
"declAttributes": [
|
|
3284
3306
|
"AccessControl",
|
|
@@ -3288,8 +3310,8 @@
|
|
|
3288
3310
|
},
|
|
3289
3311
|
{
|
|
3290
3312
|
"kind": "Function",
|
|
3291
|
-
"name": "
|
|
3292
|
-
"printedName": "
|
|
3313
|
+
"name": "enableAggressiveDuckingWorksOnSecondTime",
|
|
3314
|
+
"printedName": "enableAggressiveDuckingWorksOnSecondTime()",
|
|
3293
3315
|
"children": [
|
|
3294
3316
|
{
|
|
3295
3317
|
"kind": "TypeNominal",
|
|
@@ -3298,13 +3320,12 @@
|
|
|
3298
3320
|
}
|
|
3299
3321
|
],
|
|
3300
3322
|
"declKind": "Func",
|
|
3301
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
3302
|
-
"mangledName": "$
|
|
3323
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksOnSecondTime",
|
|
3324
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksOnSecondTimeyyF",
|
|
3303
3325
|
"moduleName": "KeyWordDetection",
|
|
3304
3326
|
"declAttributes": [
|
|
3305
3327
|
"AccessControl",
|
|
3306
|
-
"ObjC"
|
|
3307
|
-
"RawDocComment"
|
|
3328
|
+
"ObjC"
|
|
3308
3329
|
],
|
|
3309
3330
|
"funcSelfKind": "NonMutating"
|
|
3310
3331
|
},
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -311,12 +311,13 @@ SWIFT_CLASS("_TtC16KeyWordDetection29AudioSessionAndDuckingManager")
|
|
|
311
311
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSessionAndDuckingManager * _Nonnull shared;)
|
|
312
312
|
+ (AudioSessionAndDuckingManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
|
|
313
313
|
- (void)initAudioSessAndDuckManage SWIFT_METHOD_FAMILY(none);
|
|
314
|
-
- (void)enableAggressiveDucking;
|
|
315
|
-
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
316
|
-
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
317
314
|
- (void)disableDucking;
|
|
318
315
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
319
316
|
- (void)_disableDucking;
|
|
317
|
+
- (void)enableAggressiveDucking;
|
|
318
|
+
- (void)_enableAggressiveDucking;
|
|
319
|
+
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
320
|
+
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
320
321
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
321
322
|
- (void)disableDuckingWorks;
|
|
322
323
|
- (void)disableDuckingDidNotUnDuck;
|
|
@@ -699,12 +700,13 @@ SWIFT_CLASS("_TtC16KeyWordDetection29AudioSessionAndDuckingManager")
|
|
|
699
700
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSessionAndDuckingManager * _Nonnull shared;)
|
|
700
701
|
+ (AudioSessionAndDuckingManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
|
|
701
702
|
- (void)initAudioSessAndDuckManage SWIFT_METHOD_FAMILY(none);
|
|
702
|
-
- (void)enableAggressiveDucking;
|
|
703
|
-
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
704
|
-
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
705
703
|
- (void)disableDucking;
|
|
706
704
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
707
705
|
- (void)_disableDucking;
|
|
706
|
+
- (void)enableAggressiveDucking;
|
|
707
|
+
- (void)_enableAggressiveDucking;
|
|
708
|
+
- (void)enableAggressiveDuckingWorksMaxSilencing;
|
|
709
|
+
- (void)enableAggressiveDuckingWorksOnSecondTime;
|
|
708
710
|
/// Example function to end ducking. Deactivates session and stops engine.
|
|
709
711
|
- (void)disableDuckingWorks;
|
|
710
712
|
- (void)disableDuckingDidNotUnDuck;
|
|
Binary file
|
|
@@ -6490,8 +6490,8 @@
|
|
|
6490
6490
|
},
|
|
6491
6491
|
{
|
|
6492
6492
|
"kind": "Function",
|
|
6493
|
-
"name": "
|
|
6494
|
-
"printedName": "
|
|
6493
|
+
"name": "disableDucking",
|
|
6494
|
+
"printedName": "disableDucking()",
|
|
6495
6495
|
"children": [
|
|
6496
6496
|
{
|
|
6497
6497
|
"kind": "TypeNominal",
|
|
@@ -6500,8 +6500,8 @@
|
|
|
6500
6500
|
}
|
|
6501
6501
|
],
|
|
6502
6502
|
"declKind": "Func",
|
|
6503
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6504
|
-
"mangledName": "$
|
|
6503
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDucking",
|
|
6504
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG0yyF",
|
|
6505
6505
|
"moduleName": "KeyWordDetection",
|
|
6506
6506
|
"isOpen": true,
|
|
6507
6507
|
"declAttributes": [
|
|
@@ -6512,8 +6512,8 @@
|
|
|
6512
6512
|
},
|
|
6513
6513
|
{
|
|
6514
6514
|
"kind": "Function",
|
|
6515
|
-
"name": "
|
|
6516
|
-
"printedName": "
|
|
6515
|
+
"name": "_disableDucking",
|
|
6516
|
+
"printedName": "_disableDucking()",
|
|
6517
6517
|
"children": [
|
|
6518
6518
|
{
|
|
6519
6519
|
"kind": "TypeNominal",
|
|
@@ -6522,8 +6522,31 @@
|
|
|
6522
6522
|
}
|
|
6523
6523
|
],
|
|
6524
6524
|
"declKind": "Func",
|
|
6525
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6526
|
-
"mangledName": "$
|
|
6525
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_disableDucking",
|
|
6526
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC08_disableG0yyF",
|
|
6527
|
+
"moduleName": "KeyWordDetection",
|
|
6528
|
+
"isOpen": true,
|
|
6529
|
+
"declAttributes": [
|
|
6530
|
+
"AccessControl",
|
|
6531
|
+
"ObjC",
|
|
6532
|
+
"RawDocComment"
|
|
6533
|
+
],
|
|
6534
|
+
"funcSelfKind": "NonMutating"
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"kind": "Function",
|
|
6538
|
+
"name": "enableAggressiveDucking",
|
|
6539
|
+
"printedName": "enableAggressiveDucking()",
|
|
6540
|
+
"children": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "TypeNominal",
|
|
6543
|
+
"name": "Void",
|
|
6544
|
+
"printedName": "()"
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"declKind": "Func",
|
|
6548
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDucking",
|
|
6549
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG0yyF",
|
|
6527
6550
|
"moduleName": "KeyWordDetection",
|
|
6528
6551
|
"isOpen": true,
|
|
6529
6552
|
"declAttributes": [
|
|
@@ -6534,8 +6557,8 @@
|
|
|
6534
6557
|
},
|
|
6535
6558
|
{
|
|
6536
6559
|
"kind": "Function",
|
|
6537
|
-
"name": "
|
|
6538
|
-
"printedName": "
|
|
6560
|
+
"name": "_enableAggressiveDucking",
|
|
6561
|
+
"printedName": "_enableAggressiveDucking()",
|
|
6539
6562
|
"children": [
|
|
6540
6563
|
{
|
|
6541
6564
|
"kind": "TypeNominal",
|
|
@@ -6544,8 +6567,8 @@
|
|
|
6544
6567
|
}
|
|
6545
6568
|
],
|
|
6546
6569
|
"declKind": "Func",
|
|
6547
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6548
|
-
"mangledName": "$
|
|
6570
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_enableAggressiveDucking",
|
|
6571
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC017_enableAggressiveG0yyF",
|
|
6549
6572
|
"moduleName": "KeyWordDetection",
|
|
6550
6573
|
"isOpen": true,
|
|
6551
6574
|
"declAttributes": [
|
|
@@ -6556,8 +6579,8 @@
|
|
|
6556
6579
|
},
|
|
6557
6580
|
{
|
|
6558
6581
|
"kind": "Function",
|
|
6559
|
-
"name": "
|
|
6560
|
-
"printedName": "
|
|
6582
|
+
"name": "enableAggressiveDuckingWorksMaxSilencing",
|
|
6583
|
+
"printedName": "enableAggressiveDuckingWorksMaxSilencing()",
|
|
6561
6584
|
"children": [
|
|
6562
6585
|
{
|
|
6563
6586
|
"kind": "TypeNominal",
|
|
@@ -6566,8 +6589,8 @@
|
|
|
6566
6589
|
}
|
|
6567
6590
|
],
|
|
6568
6591
|
"declKind": "Func",
|
|
6569
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6570
|
-
"mangledName": "$
|
|
6592
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksMaxSilencing",
|
|
6593
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksMaxSilencingyyF",
|
|
6571
6594
|
"moduleName": "KeyWordDetection",
|
|
6572
6595
|
"isOpen": true,
|
|
6573
6596
|
"declAttributes": [
|
|
@@ -6578,8 +6601,8 @@
|
|
|
6578
6601
|
},
|
|
6579
6602
|
{
|
|
6580
6603
|
"kind": "Function",
|
|
6581
|
-
"name": "
|
|
6582
|
-
"printedName": "
|
|
6604
|
+
"name": "enableAggressiveDuckingWorksOnSecondTime",
|
|
6605
|
+
"printedName": "enableAggressiveDuckingWorksOnSecondTime()",
|
|
6583
6606
|
"children": [
|
|
6584
6607
|
{
|
|
6585
6608
|
"kind": "TypeNominal",
|
|
@@ -6588,14 +6611,13 @@
|
|
|
6588
6611
|
}
|
|
6589
6612
|
],
|
|
6590
6613
|
"declKind": "Func",
|
|
6591
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6592
|
-
"mangledName": "$
|
|
6614
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksOnSecondTime",
|
|
6615
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksOnSecondTimeyyF",
|
|
6593
6616
|
"moduleName": "KeyWordDetection",
|
|
6594
6617
|
"isOpen": true,
|
|
6595
6618
|
"declAttributes": [
|
|
6596
6619
|
"AccessControl",
|
|
6597
|
-
"ObjC"
|
|
6598
|
-
"RawDocComment"
|
|
6620
|
+
"ObjC"
|
|
6599
6621
|
],
|
|
6600
6622
|
"funcSelfKind": "NonMutating"
|
|
6601
6623
|
},
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -6490,8 +6490,8 @@
|
|
|
6490
6490
|
},
|
|
6491
6491
|
{
|
|
6492
6492
|
"kind": "Function",
|
|
6493
|
-
"name": "
|
|
6494
|
-
"printedName": "
|
|
6493
|
+
"name": "disableDucking",
|
|
6494
|
+
"printedName": "disableDucking()",
|
|
6495
6495
|
"children": [
|
|
6496
6496
|
{
|
|
6497
6497
|
"kind": "TypeNominal",
|
|
@@ -6500,8 +6500,8 @@
|
|
|
6500
6500
|
}
|
|
6501
6501
|
],
|
|
6502
6502
|
"declKind": "Func",
|
|
6503
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6504
|
-
"mangledName": "$
|
|
6503
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDucking",
|
|
6504
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG0yyF",
|
|
6505
6505
|
"moduleName": "KeyWordDetection",
|
|
6506
6506
|
"isOpen": true,
|
|
6507
6507
|
"declAttributes": [
|
|
@@ -6512,8 +6512,8 @@
|
|
|
6512
6512
|
},
|
|
6513
6513
|
{
|
|
6514
6514
|
"kind": "Function",
|
|
6515
|
-
"name": "
|
|
6516
|
-
"printedName": "
|
|
6515
|
+
"name": "_disableDucking",
|
|
6516
|
+
"printedName": "_disableDucking()",
|
|
6517
6517
|
"children": [
|
|
6518
6518
|
{
|
|
6519
6519
|
"kind": "TypeNominal",
|
|
@@ -6522,8 +6522,31 @@
|
|
|
6522
6522
|
}
|
|
6523
6523
|
],
|
|
6524
6524
|
"declKind": "Func",
|
|
6525
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6526
|
-
"mangledName": "$
|
|
6525
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_disableDucking",
|
|
6526
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC08_disableG0yyF",
|
|
6527
|
+
"moduleName": "KeyWordDetection",
|
|
6528
|
+
"isOpen": true,
|
|
6529
|
+
"declAttributes": [
|
|
6530
|
+
"AccessControl",
|
|
6531
|
+
"ObjC",
|
|
6532
|
+
"RawDocComment"
|
|
6533
|
+
],
|
|
6534
|
+
"funcSelfKind": "NonMutating"
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"kind": "Function",
|
|
6538
|
+
"name": "enableAggressiveDucking",
|
|
6539
|
+
"printedName": "enableAggressiveDucking()",
|
|
6540
|
+
"children": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "TypeNominal",
|
|
6543
|
+
"name": "Void",
|
|
6544
|
+
"printedName": "()"
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"declKind": "Func",
|
|
6548
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDucking",
|
|
6549
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG0yyF",
|
|
6527
6550
|
"moduleName": "KeyWordDetection",
|
|
6528
6551
|
"isOpen": true,
|
|
6529
6552
|
"declAttributes": [
|
|
@@ -6534,8 +6557,8 @@
|
|
|
6534
6557
|
},
|
|
6535
6558
|
{
|
|
6536
6559
|
"kind": "Function",
|
|
6537
|
-
"name": "
|
|
6538
|
-
"printedName": "
|
|
6560
|
+
"name": "_enableAggressiveDucking",
|
|
6561
|
+
"printedName": "_enableAggressiveDucking()",
|
|
6539
6562
|
"children": [
|
|
6540
6563
|
{
|
|
6541
6564
|
"kind": "TypeNominal",
|
|
@@ -6544,8 +6567,8 @@
|
|
|
6544
6567
|
}
|
|
6545
6568
|
],
|
|
6546
6569
|
"declKind": "Func",
|
|
6547
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6548
|
-
"mangledName": "$
|
|
6570
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)_enableAggressiveDucking",
|
|
6571
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC017_enableAggressiveG0yyF",
|
|
6549
6572
|
"moduleName": "KeyWordDetection",
|
|
6550
6573
|
"isOpen": true,
|
|
6551
6574
|
"declAttributes": [
|
|
@@ -6556,8 +6579,8 @@
|
|
|
6556
6579
|
},
|
|
6557
6580
|
{
|
|
6558
6581
|
"kind": "Function",
|
|
6559
|
-
"name": "
|
|
6560
|
-
"printedName": "
|
|
6582
|
+
"name": "enableAggressiveDuckingWorksMaxSilencing",
|
|
6583
|
+
"printedName": "enableAggressiveDuckingWorksMaxSilencing()",
|
|
6561
6584
|
"children": [
|
|
6562
6585
|
{
|
|
6563
6586
|
"kind": "TypeNominal",
|
|
@@ -6566,8 +6589,8 @@
|
|
|
6566
6589
|
}
|
|
6567
6590
|
],
|
|
6568
6591
|
"declKind": "Func",
|
|
6569
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6570
|
-
"mangledName": "$
|
|
6592
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksMaxSilencing",
|
|
6593
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksMaxSilencingyyF",
|
|
6571
6594
|
"moduleName": "KeyWordDetection",
|
|
6572
6595
|
"isOpen": true,
|
|
6573
6596
|
"declAttributes": [
|
|
@@ -6578,8 +6601,8 @@
|
|
|
6578
6601
|
},
|
|
6579
6602
|
{
|
|
6580
6603
|
"kind": "Function",
|
|
6581
|
-
"name": "
|
|
6582
|
-
"printedName": "
|
|
6604
|
+
"name": "enableAggressiveDuckingWorksOnSecondTime",
|
|
6605
|
+
"printedName": "enableAggressiveDuckingWorksOnSecondTime()",
|
|
6583
6606
|
"children": [
|
|
6584
6607
|
{
|
|
6585
6608
|
"kind": "TypeNominal",
|
|
@@ -6588,14 +6611,13 @@
|
|
|
6588
6611
|
}
|
|
6589
6612
|
],
|
|
6590
6613
|
"declKind": "Func",
|
|
6591
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)
|
|
6592
|
-
"mangledName": "$
|
|
6614
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksOnSecondTime",
|
|
6615
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksOnSecondTimeyyF",
|
|
6593
6616
|
"moduleName": "KeyWordDetection",
|
|
6594
6617
|
"isOpen": true,
|
|
6595
6618
|
"declAttributes": [
|
|
6596
6619
|
"AccessControl",
|
|
6597
|
-
"ObjC"
|
|
6598
|
-
"RawDocComment"
|
|
6620
|
+
"ObjC"
|
|
6599
6621
|
],
|
|
6600
6622
|
"funcSelfKind": "NonMutating"
|
|
6601
6623
|
},
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -120,11 +120,12 @@ public class AVAudioWrapper {
|
|
|
120
120
|
@_inheritsConvenienceInitializers @objc public class AudioSessionAndDuckingManager : ObjectiveC.NSObject {
|
|
121
121
|
@objc public static let shared: KeyWordDetection.AudioSessionAndDuckingManager
|
|
122
122
|
@objc public func initAudioSessAndDuckManage()
|
|
123
|
+
@objc public func disableDucking()
|
|
124
|
+
@objc public func _disableDucking()
|
|
123
125
|
@objc public func enableAggressiveDucking()
|
|
126
|
+
@objc public func _enableAggressiveDucking()
|
|
124
127
|
@objc public func enableAggressiveDuckingWorksMaxSilencing()
|
|
125
128
|
@objc public func enableAggressiveDuckingWorksOnSecondTime()
|
|
126
|
-
@objc public func disableDucking()
|
|
127
|
-
@objc public func _disableDucking()
|
|
128
129
|
@objc public func disableDuckingWorks()
|
|
129
130
|
@objc public func disableDuckingDidNotUnDuck()
|
|
130
131
|
@objc public func disableDuckingOrg()
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/KeyWordDetection-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
K1rwP5ZQFuNoBvp/pqWZR+9TuVc=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/KeyWordDetection.h</key>
|
|
12
12
|
<data>
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
98hBHiwL+dWbG7DSZp/1ChZokpE=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
mY3bFhZNGYicvqX1vHAsn4FO2oc=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
avJhy4izTsrdxjZFUzTFdNNxpyg=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
lqyvWwcVIdPAYw79+IH0el+TpgM=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
36
36
|
<data>
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
lqyvWwcVIdPAYw79+IH0el+TpgM=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
NrwypiDtaU63TRr0+Ukog5m4HTM=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
avJhy4izTsrdxjZFUzTFdNNxpyg=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
/f4GP1aUhzVIoeY9ee3BHQ9VAa8=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
56
56
|
<data>
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
60
60
|
<data>
|
|
61
|
-
|
|
61
|
+
/f4GP1aUhzVIoeY9ee3BHQ9VAa8=
|
|
62
62
|
</data>
|
|
63
63
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
64
64
|
<data>
|
|
65
|
-
|
|
65
|
+
RS6jQge5FClk1iXEcOm/YlegfMk=
|
|
66
66
|
</data>
|
|
67
67
|
<key>Modules/module.modulemap</key>
|
|
68
68
|
<data>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<dict>
|
|
76
76
|
<key>hash2</key>
|
|
77
77
|
<data>
|
|
78
|
-
|
|
78
|
+
41pAYhJIXuEwPg0U77l8ohICTaERJPRZaPW02Gb96D4=
|
|
79
79
|
</data>
|
|
80
80
|
</dict>
|
|
81
81
|
<key>Headers/KeyWordDetection.h</key>
|
|
@@ -89,28 +89,28 @@
|
|
|
89
89
|
<dict>
|
|
90
90
|
<key>hash2</key>
|
|
91
91
|
<data>
|
|
92
|
-
|
|
92
|
+
oGhKH6Yc6shFQgp3X7FgTpVvd4yWiNjREq7rxj34eEE=
|
|
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
|
-
|
|
99
|
+
I9oeurDPEXh18EmU2MwhmUTrDUHp23w8VoIGG3fTB44=
|
|
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
|
-
|
|
106
|
+
hFTSld9YAiIefcW1hEIsidhfQ7hm3xmjd5x1XyKlEo4=
|
|
107
107
|
</data>
|
|
108
108
|
</dict>
|
|
109
109
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
110
110
|
<dict>
|
|
111
111
|
<key>hash2</key>
|
|
112
112
|
<data>
|
|
113
|
-
|
|
113
|
+
tR+f+7iFiX4MNqEJBOP7gBhGSFcjyxvAlkZLadmyqvw=
|
|
114
114
|
</data>
|
|
115
115
|
</dict>
|
|
116
116
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -124,28 +124,28 @@
|
|
|
124
124
|
<dict>
|
|
125
125
|
<key>hash2</key>
|
|
126
126
|
<data>
|
|
127
|
-
|
|
127
|
+
tR+f+7iFiX4MNqEJBOP7gBhGSFcjyxvAlkZLadmyqvw=
|
|
128
128
|
</data>
|
|
129
129
|
</dict>
|
|
130
130
|
<key>Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
131
131
|
<dict>
|
|
132
132
|
<key>hash2</key>
|
|
133
133
|
<data>
|
|
134
|
-
|
|
134
|
+
D+WOc5unah4KIQso1elsqWK0zEv8flRDfn5DWHjt7BQ=
|
|
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
|
-
|
|
141
|
+
hFTSld9YAiIefcW1hEIsidhfQ7hm3xmjd5x1XyKlEo4=
|
|
142
142
|
</data>
|
|
143
143
|
</dict>
|
|
144
144
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
145
145
|
<dict>
|
|
146
146
|
<key>hash2</key>
|
|
147
147
|
<data>
|
|
148
|
-
|
|
148
|
+
G4XYmR8qCeDzXKhdVuw6qZI3/ygx09HYRduHCSB1Kmk=
|
|
149
149
|
</data>
|
|
150
150
|
</dict>
|
|
151
151
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
<dict>
|
|
160
160
|
<key>hash2</key>
|
|
161
161
|
<data>
|
|
162
|
-
|
|
162
|
+
G4XYmR8qCeDzXKhdVuw6qZI3/ygx09HYRduHCSB1Kmk=
|
|
163
163
|
</data>
|
|
164
164
|
</dict>
|
|
165
165
|
<key>Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
166
166
|
<dict>
|
|
167
167
|
<key>hash2</key>
|
|
168
168
|
<data>
|
|
169
|
-
|
|
169
|
+
hiLxmonZEatYT8GrIs4H4Rqnn7cu0k2uEDrg16mbNew=
|
|
170
170
|
</data>
|
|
171
171
|
</dict>
|
|
172
172
|
<key>Modules/module.modulemap</key>
|