react-native-wakeword 1.1.3 → 1.1.5
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/Info.plist +5 -5
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +9 -1
- 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 +382 -38
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +18 -2
- 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 +420 -41
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +420 -41
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +11 -3
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +26 -26
- package/ios/KeyWordRNBridge.mm +18 -2
- package/package.json +1 -1
- package/wakewords/KeyWordRNBridge.d.ts +2 -1
- package/wakewords/KeyWordRNBridge.js +23 -3
- package/wakewords/index.d.ts +2 -1
- package/wakewords/index.js +2 -0
|
@@ -1320,6 +1320,27 @@
|
|
|
1320
1320
|
],
|
|
1321
1321
|
"funcSelfKind": "NonMutating"
|
|
1322
1322
|
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "Constructor",
|
|
1325
|
+
"name": "init",
|
|
1326
|
+
"printedName": "init()",
|
|
1327
|
+
"children": [
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "TypeNominal",
|
|
1330
|
+
"name": "AVAudioWrapper",
|
|
1331
|
+
"printedName": "KeyWordDetection.AVAudioWrapper",
|
|
1332
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC"
|
|
1333
|
+
}
|
|
1334
|
+
],
|
|
1335
|
+
"declKind": "Constructor",
|
|
1336
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperCACycfc",
|
|
1337
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperCACycfc",
|
|
1338
|
+
"moduleName": "KeyWordDetection",
|
|
1339
|
+
"declAttributes": [
|
|
1340
|
+
"AccessControl"
|
|
1341
|
+
],
|
|
1342
|
+
"init_kind": "Designated"
|
|
1343
|
+
},
|
|
1323
1344
|
{
|
|
1324
1345
|
"kind": "Var",
|
|
1325
1346
|
"name": "hasRecordAudioPermission",
|
|
@@ -1551,10 +1572,31 @@
|
|
|
1551
1572
|
],
|
|
1552
1573
|
"funcSelfKind": "NonMutating"
|
|
1553
1574
|
},
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "Function",
|
|
1577
|
+
"name": "startAfterUnDucking",
|
|
1578
|
+
"printedName": "startAfterUnDucking()",
|
|
1579
|
+
"children": [
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "TypeNominal",
|
|
1582
|
+
"name": "Void",
|
|
1583
|
+
"printedName": "()"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"declKind": "Func",
|
|
1587
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC19startAfterUnDuckingyyF",
|
|
1588
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC19startAfterUnDuckingyyF",
|
|
1589
|
+
"moduleName": "KeyWordDetection",
|
|
1590
|
+
"isOpen": true,
|
|
1591
|
+
"declAttributes": [
|
|
1592
|
+
"AccessControl"
|
|
1593
|
+
],
|
|
1594
|
+
"funcSelfKind": "NonMutating"
|
|
1595
|
+
},
|
|
1554
1596
|
{
|
|
1555
1597
|
"kind": "Function",
|
|
1556
1598
|
"name": "start",
|
|
1557
|
-
"printedName": "start(frameLength:sampleRate:)",
|
|
1599
|
+
"printedName": "start(frameLength:sampleRate:setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
|
|
1558
1600
|
"children": [
|
|
1559
1601
|
{
|
|
1560
1602
|
"kind": "TypeNominal",
|
|
@@ -1572,11 +1614,39 @@
|
|
|
1572
1614
|
"name": "UInt32",
|
|
1573
1615
|
"printedName": "Swift.UInt32",
|
|
1574
1616
|
"usr": "s:s6UInt32V"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "TypeNominal",
|
|
1620
|
+
"name": "Bool",
|
|
1621
|
+
"printedName": "Swift.Bool",
|
|
1622
|
+
"hasDefaultArg": true,
|
|
1623
|
+
"usr": "s:Sb"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "TypeNominal",
|
|
1627
|
+
"name": "Bool",
|
|
1628
|
+
"printedName": "Swift.Bool",
|
|
1629
|
+
"hasDefaultArg": true,
|
|
1630
|
+
"usr": "s:Sb"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "TypeNominal",
|
|
1634
|
+
"name": "Bool",
|
|
1635
|
+
"printedName": "Swift.Bool",
|
|
1636
|
+
"hasDefaultArg": true,
|
|
1637
|
+
"usr": "s:Sb"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "TypeNominal",
|
|
1641
|
+
"name": "Bool",
|
|
1642
|
+
"printedName": "Swift.Bool",
|
|
1643
|
+
"hasDefaultArg": true,
|
|
1644
|
+
"usr": "s:Sb"
|
|
1575
1645
|
}
|
|
1576
1646
|
],
|
|
1577
1647
|
"declKind": "Func",
|
|
1578
|
-
"usr": "s:
|
|
1579
|
-
"mangledName": "$
|
|
1648
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRate9setActive10duckOthers07mixWithN016defaultToSpeakerys6UInt32V_ALS4btF",
|
|
1649
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRate9setActive10duckOthers07mixWithN016defaultToSpeakerys6UInt32V_ALS4btF",
|
|
1580
1650
|
"moduleName": "KeyWordDetection",
|
|
1581
1651
|
"isOpen": true,
|
|
1582
1652
|
"declAttributes": [
|
|
@@ -1615,7 +1685,6 @@
|
|
|
1615
1685
|
"declAttributes": [
|
|
1616
1686
|
"AccessControl"
|
|
1617
1687
|
],
|
|
1618
|
-
"hasMissingDesignatedInitializers": true,
|
|
1619
1688
|
"conformances": [
|
|
1620
1689
|
{
|
|
1621
1690
|
"kind": "Conformance",
|
|
@@ -3841,20 +3910,49 @@
|
|
|
3841
3910
|
{
|
|
3842
3911
|
"kind": "Function",
|
|
3843
3912
|
"name": "startListening",
|
|
3844
|
-
"printedName": "startListening()",
|
|
3913
|
+
"printedName": "startListening(setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
|
|
3845
3914
|
"children": [
|
|
3846
3915
|
{
|
|
3847
3916
|
"kind": "TypeNominal",
|
|
3848
3917
|
"name": "Bool",
|
|
3849
3918
|
"printedName": "Swift.Bool",
|
|
3850
3919
|
"usr": "s:Sb"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "TypeNominal",
|
|
3923
|
+
"name": "Bool",
|
|
3924
|
+
"printedName": "Swift.Bool",
|
|
3925
|
+
"hasDefaultArg": true,
|
|
3926
|
+
"usr": "s:Sb"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"kind": "TypeNominal",
|
|
3930
|
+
"name": "Bool",
|
|
3931
|
+
"printedName": "Swift.Bool",
|
|
3932
|
+
"hasDefaultArg": true,
|
|
3933
|
+
"usr": "s:Sb"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"kind": "TypeNominal",
|
|
3937
|
+
"name": "Bool",
|
|
3938
|
+
"printedName": "Swift.Bool",
|
|
3939
|
+
"hasDefaultArg": true,
|
|
3940
|
+
"usr": "s:Sb"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"kind": "TypeNominal",
|
|
3944
|
+
"name": "Bool",
|
|
3945
|
+
"printedName": "Swift.Bool",
|
|
3946
|
+
"hasDefaultArg": true,
|
|
3947
|
+
"usr": "s:Sb"
|
|
3851
3948
|
}
|
|
3852
3949
|
],
|
|
3853
3950
|
"declKind": "Func",
|
|
3854
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)
|
|
3855
|
-
"mangledName": "$
|
|
3951
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)startListeningWithSetActive:duckOthers:mixWithOthers:defaultToSpeaker:",
|
|
3952
|
+
"mangledName": "$s16KeyWordDetection0a5WordsC0C14startListening9setActive10duckOthers07mixWithJ016defaultToSpeakerS2b_S3btF",
|
|
3856
3953
|
"moduleName": "KeyWordDetection",
|
|
3857
3954
|
"isOpen": true,
|
|
3955
|
+
"objc_name": "startListeningWithSetActive:duckOthers:mixWithOthers:defaultToSpeaker:",
|
|
3858
3956
|
"declAttributes": [
|
|
3859
3957
|
"AccessControl",
|
|
3860
3958
|
"ObjC"
|
|
@@ -5116,7 +5214,7 @@
|
|
|
5116
5214
|
{
|
|
5117
5215
|
"kind": "Function",
|
|
5118
5216
|
"name": "startListening",
|
|
5119
|
-
"printedName": "startListening(wavFilePath:)",
|
|
5217
|
+
"printedName": "startListening(wavFilePath:setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
|
|
5120
5218
|
"children": [
|
|
5121
5219
|
{
|
|
5122
5220
|
"kind": "TypeNominal",
|
|
@@ -5137,11 +5235,39 @@
|
|
|
5137
5235
|
}
|
|
5138
5236
|
],
|
|
5139
5237
|
"usr": "s:Sq"
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"kind": "TypeNominal",
|
|
5241
|
+
"name": "Bool",
|
|
5242
|
+
"printedName": "Swift.Bool",
|
|
5243
|
+
"hasDefaultArg": true,
|
|
5244
|
+
"usr": "s:Sb"
|
|
5245
|
+
},
|
|
5246
|
+
{
|
|
5247
|
+
"kind": "TypeNominal",
|
|
5248
|
+
"name": "Bool",
|
|
5249
|
+
"printedName": "Swift.Bool",
|
|
5250
|
+
"hasDefaultArg": true,
|
|
5251
|
+
"usr": "s:Sb"
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "TypeNominal",
|
|
5255
|
+
"name": "Bool",
|
|
5256
|
+
"printedName": "Swift.Bool",
|
|
5257
|
+
"hasDefaultArg": true,
|
|
5258
|
+
"usr": "s:Sb"
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"kind": "TypeNominal",
|
|
5262
|
+
"name": "Bool",
|
|
5263
|
+
"printedName": "Swift.Bool",
|
|
5264
|
+
"hasDefaultArg": true,
|
|
5265
|
+
"usr": "s:Sb"
|
|
5140
5266
|
}
|
|
5141
5267
|
],
|
|
5142
5268
|
"declKind": "Func",
|
|
5143
|
-
"usr": "s:
|
|
5144
|
-
"mangledName": "$
|
|
5269
|
+
"usr": "s:16KeyWordDetection27AudioProcessorFromVADOrFileC14startListening03wavH4Path9setActive10duckOthers07mixWithP016defaultToSpeakerSbSSSg_S4btF",
|
|
5270
|
+
"mangledName": "$s16KeyWordDetection27AudioProcessorFromVADOrFileC14startListening03wavH4Path9setActive10duckOthers07mixWithP016defaultToSpeakerSbSSSg_S4btF",
|
|
5145
5271
|
"moduleName": "KeyWordDetection",
|
|
5146
5272
|
"isOpen": true,
|
|
5147
5273
|
"funcSelfKind": "NonMutating"
|
|
@@ -6339,6 +6465,29 @@
|
|
|
6339
6465
|
}
|
|
6340
6466
|
]
|
|
6341
6467
|
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "Function",
|
|
6470
|
+
"name": "initAudioSessAndDuckManage",
|
|
6471
|
+
"printedName": "initAudioSessAndDuckManage()",
|
|
6472
|
+
"children": [
|
|
6473
|
+
{
|
|
6474
|
+
"kind": "TypeNominal",
|
|
6475
|
+
"name": "Void",
|
|
6476
|
+
"printedName": "()"
|
|
6477
|
+
}
|
|
6478
|
+
],
|
|
6479
|
+
"declKind": "Func",
|
|
6480
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)initAudioSessAndDuckManage",
|
|
6481
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC04initd4SessF10DuckManageyyF",
|
|
6482
|
+
"moduleName": "KeyWordDetection",
|
|
6483
|
+
"isOpen": true,
|
|
6484
|
+
"declAttributes": [
|
|
6485
|
+
"AccessControl",
|
|
6486
|
+
"ObjC",
|
|
6487
|
+
"RawDocComment"
|
|
6488
|
+
],
|
|
6489
|
+
"funcSelfKind": "NonMutating"
|
|
6490
|
+
},
|
|
6342
6491
|
{
|
|
6343
6492
|
"kind": "Function",
|
|
6344
6493
|
"name": "enableAggressiveDucking",
|
|
@@ -6357,8 +6506,51 @@
|
|
|
6357
6506
|
"isOpen": true,
|
|
6358
6507
|
"declAttributes": [
|
|
6359
6508
|
"AccessControl",
|
|
6360
|
-
"ObjC"
|
|
6361
|
-
|
|
6509
|
+
"ObjC"
|
|
6510
|
+
],
|
|
6511
|
+
"funcSelfKind": "NonMutating"
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"kind": "Function",
|
|
6515
|
+
"name": "enableAggressiveDuckingWorksMaxSilencing",
|
|
6516
|
+
"printedName": "enableAggressiveDuckingWorksMaxSilencing()",
|
|
6517
|
+
"children": [
|
|
6518
|
+
{
|
|
6519
|
+
"kind": "TypeNominal",
|
|
6520
|
+
"name": "Void",
|
|
6521
|
+
"printedName": "()"
|
|
6522
|
+
}
|
|
6523
|
+
],
|
|
6524
|
+
"declKind": "Func",
|
|
6525
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksMaxSilencing",
|
|
6526
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksMaxSilencingyyF",
|
|
6527
|
+
"moduleName": "KeyWordDetection",
|
|
6528
|
+
"isOpen": true,
|
|
6529
|
+
"declAttributes": [
|
|
6530
|
+
"AccessControl",
|
|
6531
|
+
"ObjC"
|
|
6532
|
+
],
|
|
6533
|
+
"funcSelfKind": "NonMutating"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"kind": "Function",
|
|
6537
|
+
"name": "enableAggressiveDuckingWorksOnSecondTime",
|
|
6538
|
+
"printedName": "enableAggressiveDuckingWorksOnSecondTime()",
|
|
6539
|
+
"children": [
|
|
6540
|
+
{
|
|
6541
|
+
"kind": "TypeNominal",
|
|
6542
|
+
"name": "Void",
|
|
6543
|
+
"printedName": "()"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"declKind": "Func",
|
|
6547
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksOnSecondTime",
|
|
6548
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksOnSecondTimeyyF",
|
|
6549
|
+
"moduleName": "KeyWordDetection",
|
|
6550
|
+
"isOpen": true,
|
|
6551
|
+
"declAttributes": [
|
|
6552
|
+
"AccessControl",
|
|
6553
|
+
"ObjC"
|
|
6362
6554
|
],
|
|
6363
6555
|
"funcSelfKind": "NonMutating"
|
|
6364
6556
|
},
|
|
@@ -6385,6 +6577,74 @@
|
|
|
6385
6577
|
],
|
|
6386
6578
|
"funcSelfKind": "NonMutating"
|
|
6387
6579
|
},
|
|
6580
|
+
{
|
|
6581
|
+
"kind": "Function",
|
|
6582
|
+
"name": "disableDuckingWorks",
|
|
6583
|
+
"printedName": "disableDuckingWorks()",
|
|
6584
|
+
"children": [
|
|
6585
|
+
{
|
|
6586
|
+
"kind": "TypeNominal",
|
|
6587
|
+
"name": "Void",
|
|
6588
|
+
"printedName": "()"
|
|
6589
|
+
}
|
|
6590
|
+
],
|
|
6591
|
+
"declKind": "Func",
|
|
6592
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingWorks",
|
|
6593
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG5WorksyyF",
|
|
6594
|
+
"moduleName": "KeyWordDetection",
|
|
6595
|
+
"isOpen": true,
|
|
6596
|
+
"declAttributes": [
|
|
6597
|
+
"AccessControl",
|
|
6598
|
+
"ObjC",
|
|
6599
|
+
"RawDocComment"
|
|
6600
|
+
],
|
|
6601
|
+
"funcSelfKind": "NonMutating"
|
|
6602
|
+
},
|
|
6603
|
+
{
|
|
6604
|
+
"kind": "Function",
|
|
6605
|
+
"name": "disableDuckingDidNotUnDuck",
|
|
6606
|
+
"printedName": "disableDuckingDidNotUnDuck()",
|
|
6607
|
+
"children": [
|
|
6608
|
+
{
|
|
6609
|
+
"kind": "TypeNominal",
|
|
6610
|
+
"name": "Void",
|
|
6611
|
+
"printedName": "()"
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"declKind": "Func",
|
|
6615
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingDidNotUnDuck",
|
|
6616
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG12DidNotUnDuckyyF",
|
|
6617
|
+
"moduleName": "KeyWordDetection",
|
|
6618
|
+
"isOpen": true,
|
|
6619
|
+
"declAttributes": [
|
|
6620
|
+
"AccessControl",
|
|
6621
|
+
"ObjC"
|
|
6622
|
+
],
|
|
6623
|
+
"funcSelfKind": "NonMutating"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"kind": "Function",
|
|
6627
|
+
"name": "disableDuckingOrg",
|
|
6628
|
+
"printedName": "disableDuckingOrg()",
|
|
6629
|
+
"children": [
|
|
6630
|
+
{
|
|
6631
|
+
"kind": "TypeNominal",
|
|
6632
|
+
"name": "Void",
|
|
6633
|
+
"printedName": "()"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"declKind": "Func",
|
|
6637
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingOrg",
|
|
6638
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG3OrgyyF",
|
|
6639
|
+
"moduleName": "KeyWordDetection",
|
|
6640
|
+
"isOpen": true,
|
|
6641
|
+
"declAttributes": [
|
|
6642
|
+
"AccessControl",
|
|
6643
|
+
"ObjC",
|
|
6644
|
+
"RawDocComment"
|
|
6645
|
+
],
|
|
6646
|
+
"funcSelfKind": "NonMutating"
|
|
6647
|
+
},
|
|
6388
6648
|
{
|
|
6389
6649
|
"kind": "Function",
|
|
6390
6650
|
"name": "restartListeningAfterDucking",
|
|
@@ -7349,6 +7609,34 @@
|
|
|
7349
7609
|
"length": 3,
|
|
7350
7610
|
"value": "0.1"
|
|
7351
7611
|
},
|
|
7612
|
+
{
|
|
7613
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
7614
|
+
"kind": "BooleanLiteral",
|
|
7615
|
+
"offset": 9207,
|
|
7616
|
+
"length": 4,
|
|
7617
|
+
"value": "true"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
7621
|
+
"kind": "BooleanLiteral",
|
|
7622
|
+
"offset": 9265,
|
|
7623
|
+
"length": 5,
|
|
7624
|
+
"value": "false"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
7628
|
+
"kind": "BooleanLiteral",
|
|
7629
|
+
"offset": 9327,
|
|
7630
|
+
"length": 4,
|
|
7631
|
+
"value": "true"
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
7635
|
+
"kind": "BooleanLiteral",
|
|
7636
|
+
"offset": 9391,
|
|
7637
|
+
"length": 4,
|
|
7638
|
+
"value": "true"
|
|
7639
|
+
},
|
|
7352
7640
|
{
|
|
7353
7641
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/GlobalVariables.swift",
|
|
7354
7642
|
"kind": "FloatLiteral",
|
|
@@ -7447,164 +7735,192 @@
|
|
|
7447
7735
|
"length": 5,
|
|
7448
7736
|
"value": "false"
|
|
7449
7737
|
},
|
|
7738
|
+
{
|
|
7739
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7740
|
+
"kind": "BooleanLiteral",
|
|
7741
|
+
"offset": 25435,
|
|
7742
|
+
"length": 4,
|
|
7743
|
+
"value": "true"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7747
|
+
"kind": "BooleanLiteral",
|
|
7748
|
+
"offset": 25493,
|
|
7749
|
+
"length": 5,
|
|
7750
|
+
"value": "false"
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7754
|
+
"kind": "BooleanLiteral",
|
|
7755
|
+
"offset": 25555,
|
|
7756
|
+
"length": 4,
|
|
7757
|
+
"value": "true"
|
|
7758
|
+
},
|
|
7759
|
+
{
|
|
7760
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7761
|
+
"kind": "BooleanLiteral",
|
|
7762
|
+
"offset": 25619,
|
|
7763
|
+
"length": 4,
|
|
7764
|
+
"value": "true"
|
|
7765
|
+
},
|
|
7450
7766
|
{
|
|
7451
7767
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7452
7768
|
"kind": "IntegerLiteral",
|
|
7453
|
-
"offset":
|
|
7769
|
+
"offset": 29316,
|
|
7454
7770
|
"length": 1,
|
|
7455
7771
|
"value": "1"
|
|
7456
7772
|
},
|
|
7457
7773
|
{
|
|
7458
7774
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7459
7775
|
"kind": "IntegerLiteral",
|
|
7460
|
-
"offset":
|
|
7776
|
+
"offset": 29796,
|
|
7461
7777
|
"length": 1,
|
|
7462
7778
|
"value": "0"
|
|
7463
7779
|
},
|
|
7464
7780
|
{
|
|
7465
7781
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7466
7782
|
"kind": "StringLiteral",
|
|
7467
|
-
"offset":
|
|
7783
|
+
"offset": 29841,
|
|
7468
7784
|
"length": 12,
|
|
7469
7785
|
"value": "\"ORTSession\""
|
|
7470
7786
|
},
|
|
7471
7787
|
{
|
|
7472
7788
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7473
7789
|
"kind": "IntegerLiteral",
|
|
7474
|
-
"offset":
|
|
7790
|
+
"offset": 29861,
|
|
7475
7791
|
"length": 1,
|
|
7476
7792
|
"value": "1"
|
|
7477
7793
|
},
|
|
7478
7794
|
{
|
|
7479
7795
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7480
7796
|
"kind": "StringLiteral",
|
|
7481
|
-
"offset":
|
|
7797
|
+
"offset": 29902,
|
|
7482
7798
|
"length": 34,
|
|
7483
7799
|
"value": "\"Failed to retrieve output values\""
|
|
7484
7800
|
},
|
|
7485
7801
|
{
|
|
7486
7802
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7487
7803
|
"kind": "IntegerLiteral",
|
|
7488
|
-
"offset":
|
|
7804
|
+
"offset": 30434,
|
|
7489
7805
|
"length": 2,
|
|
7490
7806
|
"value": "32"
|
|
7491
7807
|
},
|
|
7492
7808
|
{
|
|
7493
7809
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7494
7810
|
"kind": "IntegerLiteral",
|
|
7495
|
-
"offset":
|
|
7811
|
+
"offset": 30649,
|
|
7496
7812
|
"length": 1,
|
|
7497
7813
|
"value": "1"
|
|
7498
7814
|
},
|
|
7499
7815
|
{
|
|
7500
7816
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7501
7817
|
"kind": "IntegerLiteral",
|
|
7502
|
-
"offset":
|
|
7818
|
+
"offset": 30658,
|
|
7503
7819
|
"length": 1,
|
|
7504
7820
|
"value": "1"
|
|
7505
7821
|
},
|
|
7506
7822
|
{
|
|
7507
7823
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7508
7824
|
"kind": "IntegerLiteral",
|
|
7509
|
-
"offset":
|
|
7825
|
+
"offset": 30676,
|
|
7510
7826
|
"length": 2,
|
|
7511
7827
|
"value": "32"
|
|
7512
7828
|
},
|
|
7513
7829
|
{
|
|
7514
7830
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7515
7831
|
"kind": "IntegerLiteral",
|
|
7516
|
-
"offset":
|
|
7832
|
+
"offset": 30734,
|
|
7517
7833
|
"length": 1,
|
|
7518
7834
|
"value": "0"
|
|
7519
7835
|
},
|
|
7520
7836
|
{
|
|
7521
7837
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7522
7838
|
"kind": "IntegerLiteral",
|
|
7523
|
-
"offset":
|
|
7839
|
+
"offset": 30754,
|
|
7524
7840
|
"length": 1,
|
|
7525
7841
|
"value": "0"
|
|
7526
7842
|
},
|
|
7527
7843
|
{
|
|
7528
7844
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7529
7845
|
"kind": "IntegerLiteral",
|
|
7530
|
-
"offset":
|
|
7846
|
+
"offset": 30765,
|
|
7531
7847
|
"length": 1,
|
|
7532
7848
|
"value": "0"
|
|
7533
7849
|
},
|
|
7534
7850
|
{
|
|
7535
7851
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7536
7852
|
"kind": "IntegerLiteral",
|
|
7537
|
-
"offset":
|
|
7853
|
+
"offset": 30786,
|
|
7538
7854
|
"length": 1,
|
|
7539
7855
|
"value": "0"
|
|
7540
7856
|
},
|
|
7541
7857
|
{
|
|
7542
7858
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7543
7859
|
"kind": "IntegerLiteral",
|
|
7544
|
-
"offset":
|
|
7860
|
+
"offset": 30806,
|
|
7545
7861
|
"length": 1,
|
|
7546
7862
|
"value": "0"
|
|
7547
7863
|
},
|
|
7548
7864
|
{
|
|
7549
7865
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7550
7866
|
"kind": "IntegerLiteral",
|
|
7551
|
-
"offset":
|
|
7867
|
+
"offset": 30809,
|
|
7552
7868
|
"length": 1,
|
|
7553
7869
|
"value": "0"
|
|
7554
7870
|
},
|
|
7555
7871
|
{
|
|
7556
7872
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7557
7873
|
"kind": "IntegerLiteral",
|
|
7558
|
-
"offset":
|
|
7874
|
+
"offset": 30820,
|
|
7559
7875
|
"length": 1,
|
|
7560
7876
|
"value": "0"
|
|
7561
7877
|
},
|
|
7562
7878
|
{
|
|
7563
7879
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7564
7880
|
"kind": "IntegerLiteral",
|
|
7565
|
-
"offset":
|
|
7881
|
+
"offset": 30841,
|
|
7566
7882
|
"length": 1,
|
|
7567
7883
|
"value": "0"
|
|
7568
7884
|
},
|
|
7569
7885
|
{
|
|
7570
7886
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7571
7887
|
"kind": "IntegerLiteral",
|
|
7572
|
-
"offset":
|
|
7888
|
+
"offset": 30861,
|
|
7573
7889
|
"length": 1,
|
|
7574
7890
|
"value": "0"
|
|
7575
7891
|
},
|
|
7576
7892
|
{
|
|
7577
7893
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7578
7894
|
"kind": "IntegerLiteral",
|
|
7579
|
-
"offset":
|
|
7895
|
+
"offset": 30864,
|
|
7580
7896
|
"length": 1,
|
|
7581
7897
|
"value": "0"
|
|
7582
7898
|
},
|
|
7583
7899
|
{
|
|
7584
7900
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7585
7901
|
"kind": "IntegerLiteral",
|
|
7586
|
-
"offset":
|
|
7902
|
+
"offset": 30867,
|
|
7587
7903
|
"length": 1,
|
|
7588
7904
|
"value": "0"
|
|
7589
7905
|
},
|
|
7590
7906
|
{
|
|
7591
7907
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7592
7908
|
"kind": "IntegerLiteral",
|
|
7593
|
-
"offset":
|
|
7909
|
+
"offset": 30878,
|
|
7594
7910
|
"length": 1,
|
|
7595
7911
|
"value": "0"
|
|
7596
7912
|
},
|
|
7597
7913
|
{
|
|
7598
7914
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7599
7915
|
"kind": "IntegerLiteral",
|
|
7600
|
-
"offset":
|
|
7916
|
+
"offset": 31259,
|
|
7601
7917
|
"length": 2,
|
|
7602
7918
|
"value": "10"
|
|
7603
7919
|
},
|
|
7604
7920
|
{
|
|
7605
7921
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
7606
7922
|
"kind": "IntegerLiteral",
|
|
7607
|
-
"offset":
|
|
7923
|
+
"offset": 31264,
|
|
7608
7924
|
"length": 1,
|
|
7609
7925
|
"value": "2"
|
|
7610
7926
|
},
|
|
@@ -7706,34 +8022,90 @@
|
|
|
7706
8022
|
"length": 1,
|
|
7707
8023
|
"value": "5"
|
|
7708
8024
|
},
|
|
8025
|
+
{
|
|
8026
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8027
|
+
"kind": "BooleanLiteral",
|
|
8028
|
+
"offset": 3697,
|
|
8029
|
+
"length": 4,
|
|
8030
|
+
"value": "true"
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8034
|
+
"kind": "BooleanLiteral",
|
|
8035
|
+
"offset": 3755,
|
|
8036
|
+
"length": 5,
|
|
8037
|
+
"value": "false"
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8041
|
+
"kind": "BooleanLiteral",
|
|
8042
|
+
"offset": 3817,
|
|
8043
|
+
"length": 4,
|
|
8044
|
+
"value": "true"
|
|
8045
|
+
},
|
|
8046
|
+
{
|
|
8047
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8048
|
+
"kind": "BooleanLiteral",
|
|
8049
|
+
"offset": 3881,
|
|
8050
|
+
"length": 4,
|
|
8051
|
+
"value": "true"
|
|
8052
|
+
},
|
|
7709
8053
|
{
|
|
7710
8054
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
7711
8055
|
"kind": "FloatLiteral",
|
|
7712
|
-
"offset":
|
|
8056
|
+
"offset": 14922,
|
|
7713
8057
|
"length": 3,
|
|
7714
8058
|
"value": "0.1"
|
|
7715
8059
|
},
|
|
7716
8060
|
{
|
|
7717
8061
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
7718
8062
|
"kind": "IntegerLiteral",
|
|
7719
|
-
"offset":
|
|
8063
|
+
"offset": 14953,
|
|
7720
8064
|
"length": 1,
|
|
7721
8065
|
"value": "5"
|
|
7722
8066
|
},
|
|
7723
8067
|
{
|
|
7724
8068
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
7725
8069
|
"kind": "FloatLiteral",
|
|
7726
|
-
"offset":
|
|
8070
|
+
"offset": 17083,
|
|
7727
8071
|
"length": 3,
|
|
7728
8072
|
"value": "0.1"
|
|
7729
8073
|
},
|
|
7730
8074
|
{
|
|
7731
8075
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
7732
8076
|
"kind": "IntegerLiteral",
|
|
7733
|
-
"offset":
|
|
8077
|
+
"offset": 17106,
|
|
7734
8078
|
"length": 1,
|
|
7735
8079
|
"value": "5"
|
|
7736
8080
|
},
|
|
8081
|
+
{
|
|
8082
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8083
|
+
"kind": "BooleanLiteral",
|
|
8084
|
+
"offset": 20033,
|
|
8085
|
+
"length": 4,
|
|
8086
|
+
"value": "true"
|
|
8087
|
+
},
|
|
8088
|
+
{
|
|
8089
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8090
|
+
"kind": "BooleanLiteral",
|
|
8091
|
+
"offset": 20091,
|
|
8092
|
+
"length": 5,
|
|
8093
|
+
"value": "false"
|
|
8094
|
+
},
|
|
8095
|
+
{
|
|
8096
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8097
|
+
"kind": "BooleanLiteral",
|
|
8098
|
+
"offset": 20153,
|
|
8099
|
+
"length": 4,
|
|
8100
|
+
"value": "true"
|
|
8101
|
+
},
|
|
8102
|
+
{
|
|
8103
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
8104
|
+
"kind": "BooleanLiteral",
|
|
8105
|
+
"offset": 20217,
|
|
8106
|
+
"length": 4,
|
|
8107
|
+
"value": "true"
|
|
8108
|
+
},
|
|
7737
8109
|
{
|
|
7738
8110
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
|
|
7739
8111
|
"kind": "IntegerLiteral",
|
|
@@ -7793,14 +8165,21 @@
|
|
|
7793
8165
|
{
|
|
7794
8166
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
7795
8167
|
"kind": "BooleanLiteral",
|
|
7796
|
-
"offset":
|
|
8168
|
+
"offset": 249,
|
|
8169
|
+
"length": 5,
|
|
8170
|
+
"value": "false"
|
|
8171
|
+
},
|
|
8172
|
+
{
|
|
8173
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
8174
|
+
"kind": "BooleanLiteral",
|
|
8175
|
+
"offset": 348,
|
|
7797
8176
|
"length": 5,
|
|
7798
8177
|
"value": "false"
|
|
7799
8178
|
},
|
|
7800
8179
|
{
|
|
7801
8180
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
7802
8181
|
"kind": "BooleanLiteral",
|
|
7803
|
-
"offset":
|
|
8182
|
+
"offset": 920,
|
|
7804
8183
|
"length": 5,
|
|
7805
8184
|
"value": "false"
|
|
7806
8185
|
},
|