react-native-wakeword 1.1.4 → 1.1.6
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 +373 -35
- 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 +411 -38
- 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 +411 -38
- 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.h +1 -0
- package/ios/KeyWordRNBridge.mm +12 -2
- package/package.json +1 -1
- package/wakewords/KeyWordRNBridge.d.ts +1 -1
- package/wakewords/KeyWordRNBridge.js +33 -7
|
@@ -1259,6 +1259,27 @@
|
|
|
1259
1259
|
],
|
|
1260
1260
|
"funcSelfKind": "NonMutating"
|
|
1261
1261
|
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "Constructor",
|
|
1264
|
+
"name": "init",
|
|
1265
|
+
"printedName": "init()",
|
|
1266
|
+
"children": [
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "TypeNominal",
|
|
1269
|
+
"name": "AVAudioWrapper",
|
|
1270
|
+
"printedName": "KeyWordDetection.AVAudioWrapper",
|
|
1271
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"declKind": "Constructor",
|
|
1275
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperCACycfc",
|
|
1276
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperCACycfc",
|
|
1277
|
+
"moduleName": "KeyWordDetection",
|
|
1278
|
+
"declAttributes": [
|
|
1279
|
+
"AccessControl"
|
|
1280
|
+
],
|
|
1281
|
+
"init_kind": "Designated"
|
|
1282
|
+
},
|
|
1262
1283
|
{
|
|
1263
1284
|
"kind": "Var",
|
|
1264
1285
|
"name": "hasRecordAudioPermission",
|
|
@@ -1485,10 +1506,30 @@
|
|
|
1485
1506
|
],
|
|
1486
1507
|
"funcSelfKind": "NonMutating"
|
|
1487
1508
|
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "Function",
|
|
1511
|
+
"name": "startAfterUnDucking",
|
|
1512
|
+
"printedName": "startAfterUnDucking()",
|
|
1513
|
+
"children": [
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "TypeNominal",
|
|
1516
|
+
"name": "Void",
|
|
1517
|
+
"printedName": "()"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"declKind": "Func",
|
|
1521
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC19startAfterUnDuckingyyF",
|
|
1522
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC19startAfterUnDuckingyyF",
|
|
1523
|
+
"moduleName": "KeyWordDetection",
|
|
1524
|
+
"declAttributes": [
|
|
1525
|
+
"AccessControl"
|
|
1526
|
+
],
|
|
1527
|
+
"funcSelfKind": "NonMutating"
|
|
1528
|
+
},
|
|
1488
1529
|
{
|
|
1489
1530
|
"kind": "Function",
|
|
1490
1531
|
"name": "start",
|
|
1491
|
-
"printedName": "start(frameLength:sampleRate:)",
|
|
1532
|
+
"printedName": "start(frameLength:sampleRate:setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
|
|
1492
1533
|
"children": [
|
|
1493
1534
|
{
|
|
1494
1535
|
"kind": "TypeNominal",
|
|
@@ -1506,11 +1547,39 @@
|
|
|
1506
1547
|
"name": "UInt32",
|
|
1507
1548
|
"printedName": "Swift.UInt32",
|
|
1508
1549
|
"usr": "s:s6UInt32V"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "TypeNominal",
|
|
1553
|
+
"name": "Bool",
|
|
1554
|
+
"printedName": "Swift.Bool",
|
|
1555
|
+
"hasDefaultArg": true,
|
|
1556
|
+
"usr": "s:Sb"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "TypeNominal",
|
|
1560
|
+
"name": "Bool",
|
|
1561
|
+
"printedName": "Swift.Bool",
|
|
1562
|
+
"hasDefaultArg": true,
|
|
1563
|
+
"usr": "s:Sb"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "TypeNominal",
|
|
1567
|
+
"name": "Bool",
|
|
1568
|
+
"printedName": "Swift.Bool",
|
|
1569
|
+
"hasDefaultArg": true,
|
|
1570
|
+
"usr": "s:Sb"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "TypeNominal",
|
|
1574
|
+
"name": "Bool",
|
|
1575
|
+
"printedName": "Swift.Bool",
|
|
1576
|
+
"hasDefaultArg": true,
|
|
1577
|
+
"usr": "s:Sb"
|
|
1509
1578
|
}
|
|
1510
1579
|
],
|
|
1511
1580
|
"declKind": "Func",
|
|
1512
|
-
"usr": "s:
|
|
1513
|
-
"mangledName": "$
|
|
1581
|
+
"usr": "s:16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRate9setActive10duckOthers07mixWithN016defaultToSpeakerys6UInt32V_ALS4btF",
|
|
1582
|
+
"mangledName": "$s16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRate9setActive10duckOthers07mixWithN016defaultToSpeakerys6UInt32V_ALS4btF",
|
|
1514
1583
|
"moduleName": "KeyWordDetection",
|
|
1515
1584
|
"declAttributes": [
|
|
1516
1585
|
"AccessControl"
|
|
@@ -1546,7 +1615,6 @@
|
|
|
1546
1615
|
"declAttributes": [
|
|
1547
1616
|
"AccessControl"
|
|
1548
1617
|
],
|
|
1549
|
-
"hasMissingDesignatedInitializers": true,
|
|
1550
1618
|
"conformances": [
|
|
1551
1619
|
{
|
|
1552
1620
|
"kind": "Conformance",
|
|
@@ -2810,19 +2878,48 @@
|
|
|
2810
2878
|
{
|
|
2811
2879
|
"kind": "Function",
|
|
2812
2880
|
"name": "startListening",
|
|
2813
|
-
"printedName": "startListening()",
|
|
2881
|
+
"printedName": "startListening(setActive:duckOthers:mixWithOthers:defaultToSpeaker:)",
|
|
2814
2882
|
"children": [
|
|
2815
2883
|
{
|
|
2816
2884
|
"kind": "TypeNominal",
|
|
2817
2885
|
"name": "Bool",
|
|
2818
2886
|
"printedName": "Swift.Bool",
|
|
2819
2887
|
"usr": "s:Sb"
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "TypeNominal",
|
|
2891
|
+
"name": "Bool",
|
|
2892
|
+
"printedName": "Swift.Bool",
|
|
2893
|
+
"hasDefaultArg": true,
|
|
2894
|
+
"usr": "s:Sb"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "TypeNominal",
|
|
2898
|
+
"name": "Bool",
|
|
2899
|
+
"printedName": "Swift.Bool",
|
|
2900
|
+
"hasDefaultArg": true,
|
|
2901
|
+
"usr": "s:Sb"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "TypeNominal",
|
|
2905
|
+
"name": "Bool",
|
|
2906
|
+
"printedName": "Swift.Bool",
|
|
2907
|
+
"hasDefaultArg": true,
|
|
2908
|
+
"usr": "s:Sb"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"kind": "TypeNominal",
|
|
2912
|
+
"name": "Bool",
|
|
2913
|
+
"printedName": "Swift.Bool",
|
|
2914
|
+
"hasDefaultArg": true,
|
|
2915
|
+
"usr": "s:Sb"
|
|
2820
2916
|
}
|
|
2821
2917
|
],
|
|
2822
2918
|
"declKind": "Func",
|
|
2823
|
-
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)
|
|
2824
|
-
"mangledName": "$
|
|
2919
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)startListeningWithSetActive:duckOthers:mixWithOthers:defaultToSpeaker:",
|
|
2920
|
+
"mangledName": "$s16KeyWordDetection0a5WordsC0C14startListening9setActive10duckOthers07mixWithJ016defaultToSpeakerS2b_S3btF",
|
|
2825
2921
|
"moduleName": "KeyWordDetection",
|
|
2922
|
+
"objc_name": "startListeningWithSetActive:duckOthers:mixWithOthers:defaultToSpeaker:",
|
|
2826
2923
|
"declAttributes": [
|
|
2827
2924
|
"AccessControl",
|
|
2828
2925
|
"ObjC"
|
|
@@ -3083,6 +3180,28 @@
|
|
|
3083
3180
|
}
|
|
3084
3181
|
]
|
|
3085
3182
|
},
|
|
3183
|
+
{
|
|
3184
|
+
"kind": "Function",
|
|
3185
|
+
"name": "initAudioSessAndDuckManage",
|
|
3186
|
+
"printedName": "initAudioSessAndDuckManage()",
|
|
3187
|
+
"children": [
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "TypeNominal",
|
|
3190
|
+
"name": "Void",
|
|
3191
|
+
"printedName": "()"
|
|
3192
|
+
}
|
|
3193
|
+
],
|
|
3194
|
+
"declKind": "Func",
|
|
3195
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)initAudioSessAndDuckManage",
|
|
3196
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC04initd4SessF10DuckManageyyF",
|
|
3197
|
+
"moduleName": "KeyWordDetection",
|
|
3198
|
+
"declAttributes": [
|
|
3199
|
+
"AccessControl",
|
|
3200
|
+
"ObjC",
|
|
3201
|
+
"RawDocComment"
|
|
3202
|
+
],
|
|
3203
|
+
"funcSelfKind": "NonMutating"
|
|
3204
|
+
},
|
|
3086
3205
|
{
|
|
3087
3206
|
"kind": "Function",
|
|
3088
3207
|
"name": "enableAggressiveDucking",
|
|
@@ -3104,6 +3223,48 @@
|
|
|
3104
3223
|
],
|
|
3105
3224
|
"funcSelfKind": "NonMutating"
|
|
3106
3225
|
},
|
|
3226
|
+
{
|
|
3227
|
+
"kind": "Function",
|
|
3228
|
+
"name": "enableAggressiveDuckingWorksMaxSilencing",
|
|
3229
|
+
"printedName": "enableAggressiveDuckingWorksMaxSilencing()",
|
|
3230
|
+
"children": [
|
|
3231
|
+
{
|
|
3232
|
+
"kind": "TypeNominal",
|
|
3233
|
+
"name": "Void",
|
|
3234
|
+
"printedName": "()"
|
|
3235
|
+
}
|
|
3236
|
+
],
|
|
3237
|
+
"declKind": "Func",
|
|
3238
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksMaxSilencing",
|
|
3239
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksMaxSilencingyyF",
|
|
3240
|
+
"moduleName": "KeyWordDetection",
|
|
3241
|
+
"declAttributes": [
|
|
3242
|
+
"AccessControl",
|
|
3243
|
+
"ObjC"
|
|
3244
|
+
],
|
|
3245
|
+
"funcSelfKind": "NonMutating"
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"kind": "Function",
|
|
3249
|
+
"name": "enableAggressiveDuckingWorksOnSecondTime",
|
|
3250
|
+
"printedName": "enableAggressiveDuckingWorksOnSecondTime()",
|
|
3251
|
+
"children": [
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "TypeNominal",
|
|
3254
|
+
"name": "Void",
|
|
3255
|
+
"printedName": "()"
|
|
3256
|
+
}
|
|
3257
|
+
],
|
|
3258
|
+
"declKind": "Func",
|
|
3259
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDuckingWorksOnSecondTime",
|
|
3260
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG17WorksOnSecondTimeyyF",
|
|
3261
|
+
"moduleName": "KeyWordDetection",
|
|
3262
|
+
"declAttributes": [
|
|
3263
|
+
"AccessControl",
|
|
3264
|
+
"ObjC"
|
|
3265
|
+
],
|
|
3266
|
+
"funcSelfKind": "NonMutating"
|
|
3267
|
+
},
|
|
3107
3268
|
{
|
|
3108
3269
|
"kind": "Function",
|
|
3109
3270
|
"name": "disableDucking",
|
|
@@ -3126,6 +3287,71 @@
|
|
|
3126
3287
|
],
|
|
3127
3288
|
"funcSelfKind": "NonMutating"
|
|
3128
3289
|
},
|
|
3290
|
+
{
|
|
3291
|
+
"kind": "Function",
|
|
3292
|
+
"name": "disableDuckingWorks",
|
|
3293
|
+
"printedName": "disableDuckingWorks()",
|
|
3294
|
+
"children": [
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "TypeNominal",
|
|
3297
|
+
"name": "Void",
|
|
3298
|
+
"printedName": "()"
|
|
3299
|
+
}
|
|
3300
|
+
],
|
|
3301
|
+
"declKind": "Func",
|
|
3302
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingWorks",
|
|
3303
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG5WorksyyF",
|
|
3304
|
+
"moduleName": "KeyWordDetection",
|
|
3305
|
+
"declAttributes": [
|
|
3306
|
+
"AccessControl",
|
|
3307
|
+
"ObjC",
|
|
3308
|
+
"RawDocComment"
|
|
3309
|
+
],
|
|
3310
|
+
"funcSelfKind": "NonMutating"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"kind": "Function",
|
|
3314
|
+
"name": "disableDuckingDidNotUnDuck",
|
|
3315
|
+
"printedName": "disableDuckingDidNotUnDuck()",
|
|
3316
|
+
"children": [
|
|
3317
|
+
{
|
|
3318
|
+
"kind": "TypeNominal",
|
|
3319
|
+
"name": "Void",
|
|
3320
|
+
"printedName": "()"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"declKind": "Func",
|
|
3324
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingDidNotUnDuck",
|
|
3325
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG12DidNotUnDuckyyF",
|
|
3326
|
+
"moduleName": "KeyWordDetection",
|
|
3327
|
+
"declAttributes": [
|
|
3328
|
+
"AccessControl",
|
|
3329
|
+
"ObjC"
|
|
3330
|
+
],
|
|
3331
|
+
"funcSelfKind": "NonMutating"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "Function",
|
|
3335
|
+
"name": "disableDuckingOrg",
|
|
3336
|
+
"printedName": "disableDuckingOrg()",
|
|
3337
|
+
"children": [
|
|
3338
|
+
{
|
|
3339
|
+
"kind": "TypeNominal",
|
|
3340
|
+
"name": "Void",
|
|
3341
|
+
"printedName": "()"
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"declKind": "Func",
|
|
3345
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingOrg",
|
|
3346
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG3OrgyyF",
|
|
3347
|
+
"moduleName": "KeyWordDetection",
|
|
3348
|
+
"declAttributes": [
|
|
3349
|
+
"AccessControl",
|
|
3350
|
+
"ObjC",
|
|
3351
|
+
"RawDocComment"
|
|
3352
|
+
],
|
|
3353
|
+
"funcSelfKind": "NonMutating"
|
|
3354
|
+
},
|
|
3129
3355
|
{
|
|
3130
3356
|
"kind": "Function",
|
|
3131
3357
|
"name": "restartListeningAfterDucking",
|
|
@@ -3672,6 +3898,34 @@
|
|
|
3672
3898
|
"length": 3,
|
|
3673
3899
|
"value": "0.1"
|
|
3674
3900
|
},
|
|
3901
|
+
{
|
|
3902
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3903
|
+
"kind": "BooleanLiteral",
|
|
3904
|
+
"offset": 9207,
|
|
3905
|
+
"length": 4,
|
|
3906
|
+
"value": "true"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3910
|
+
"kind": "BooleanLiteral",
|
|
3911
|
+
"offset": 9265,
|
|
3912
|
+
"length": 5,
|
|
3913
|
+
"value": "false"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3917
|
+
"kind": "BooleanLiteral",
|
|
3918
|
+
"offset": 9327,
|
|
3919
|
+
"length": 4,
|
|
3920
|
+
"value": "true"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3924
|
+
"kind": "BooleanLiteral",
|
|
3925
|
+
"offset": 9391,
|
|
3926
|
+
"length": 4,
|
|
3927
|
+
"value": "true"
|
|
3928
|
+
},
|
|
3675
3929
|
{
|
|
3676
3930
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/GlobalVariables.swift",
|
|
3677
3931
|
"kind": "FloatLiteral",
|
|
@@ -3770,164 +4024,192 @@
|
|
|
3770
4024
|
"length": 5,
|
|
3771
4025
|
"value": "false"
|
|
3772
4026
|
},
|
|
4027
|
+
{
|
|
4028
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
4029
|
+
"kind": "BooleanLiteral",
|
|
4030
|
+
"offset": 25435,
|
|
4031
|
+
"length": 4,
|
|
4032
|
+
"value": "true"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
4036
|
+
"kind": "BooleanLiteral",
|
|
4037
|
+
"offset": 25493,
|
|
4038
|
+
"length": 5,
|
|
4039
|
+
"value": "false"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
4043
|
+
"kind": "BooleanLiteral",
|
|
4044
|
+
"offset": 25555,
|
|
4045
|
+
"length": 4,
|
|
4046
|
+
"value": "true"
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
4050
|
+
"kind": "BooleanLiteral",
|
|
4051
|
+
"offset": 25619,
|
|
4052
|
+
"length": 4,
|
|
4053
|
+
"value": "true"
|
|
4054
|
+
},
|
|
3773
4055
|
{
|
|
3774
4056
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3775
4057
|
"kind": "IntegerLiteral",
|
|
3776
|
-
"offset":
|
|
4058
|
+
"offset": 29316,
|
|
3777
4059
|
"length": 1,
|
|
3778
4060
|
"value": "1"
|
|
3779
4061
|
},
|
|
3780
4062
|
{
|
|
3781
4063
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3782
4064
|
"kind": "IntegerLiteral",
|
|
3783
|
-
"offset":
|
|
4065
|
+
"offset": 29796,
|
|
3784
4066
|
"length": 1,
|
|
3785
4067
|
"value": "0"
|
|
3786
4068
|
},
|
|
3787
4069
|
{
|
|
3788
4070
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3789
4071
|
"kind": "StringLiteral",
|
|
3790
|
-
"offset":
|
|
4072
|
+
"offset": 29841,
|
|
3791
4073
|
"length": 12,
|
|
3792
4074
|
"value": "\"ORTSession\""
|
|
3793
4075
|
},
|
|
3794
4076
|
{
|
|
3795
4077
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3796
4078
|
"kind": "IntegerLiteral",
|
|
3797
|
-
"offset":
|
|
4079
|
+
"offset": 29861,
|
|
3798
4080
|
"length": 1,
|
|
3799
4081
|
"value": "1"
|
|
3800
4082
|
},
|
|
3801
4083
|
{
|
|
3802
4084
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3803
4085
|
"kind": "StringLiteral",
|
|
3804
|
-
"offset":
|
|
4086
|
+
"offset": 29902,
|
|
3805
4087
|
"length": 34,
|
|
3806
4088
|
"value": "\"Failed to retrieve output values\""
|
|
3807
4089
|
},
|
|
3808
4090
|
{
|
|
3809
4091
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3810
4092
|
"kind": "IntegerLiteral",
|
|
3811
|
-
"offset":
|
|
4093
|
+
"offset": 30434,
|
|
3812
4094
|
"length": 2,
|
|
3813
4095
|
"value": "32"
|
|
3814
4096
|
},
|
|
3815
4097
|
{
|
|
3816
4098
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3817
4099
|
"kind": "IntegerLiteral",
|
|
3818
|
-
"offset":
|
|
4100
|
+
"offset": 30649,
|
|
3819
4101
|
"length": 1,
|
|
3820
4102
|
"value": "1"
|
|
3821
4103
|
},
|
|
3822
4104
|
{
|
|
3823
4105
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3824
4106
|
"kind": "IntegerLiteral",
|
|
3825
|
-
"offset":
|
|
4107
|
+
"offset": 30658,
|
|
3826
4108
|
"length": 1,
|
|
3827
4109
|
"value": "1"
|
|
3828
4110
|
},
|
|
3829
4111
|
{
|
|
3830
4112
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3831
4113
|
"kind": "IntegerLiteral",
|
|
3832
|
-
"offset":
|
|
4114
|
+
"offset": 30676,
|
|
3833
4115
|
"length": 2,
|
|
3834
4116
|
"value": "32"
|
|
3835
4117
|
},
|
|
3836
4118
|
{
|
|
3837
4119
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3838
4120
|
"kind": "IntegerLiteral",
|
|
3839
|
-
"offset":
|
|
4121
|
+
"offset": 30734,
|
|
3840
4122
|
"length": 1,
|
|
3841
4123
|
"value": "0"
|
|
3842
4124
|
},
|
|
3843
4125
|
{
|
|
3844
4126
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3845
4127
|
"kind": "IntegerLiteral",
|
|
3846
|
-
"offset":
|
|
4128
|
+
"offset": 30754,
|
|
3847
4129
|
"length": 1,
|
|
3848
4130
|
"value": "0"
|
|
3849
4131
|
},
|
|
3850
4132
|
{
|
|
3851
4133
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3852
4134
|
"kind": "IntegerLiteral",
|
|
3853
|
-
"offset":
|
|
4135
|
+
"offset": 30765,
|
|
3854
4136
|
"length": 1,
|
|
3855
4137
|
"value": "0"
|
|
3856
4138
|
},
|
|
3857
4139
|
{
|
|
3858
4140
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3859
4141
|
"kind": "IntegerLiteral",
|
|
3860
|
-
"offset":
|
|
4142
|
+
"offset": 30786,
|
|
3861
4143
|
"length": 1,
|
|
3862
4144
|
"value": "0"
|
|
3863
4145
|
},
|
|
3864
4146
|
{
|
|
3865
4147
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3866
4148
|
"kind": "IntegerLiteral",
|
|
3867
|
-
"offset":
|
|
4149
|
+
"offset": 30806,
|
|
3868
4150
|
"length": 1,
|
|
3869
4151
|
"value": "0"
|
|
3870
4152
|
},
|
|
3871
4153
|
{
|
|
3872
4154
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3873
4155
|
"kind": "IntegerLiteral",
|
|
3874
|
-
"offset":
|
|
4156
|
+
"offset": 30809,
|
|
3875
4157
|
"length": 1,
|
|
3876
4158
|
"value": "0"
|
|
3877
4159
|
},
|
|
3878
4160
|
{
|
|
3879
4161
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3880
4162
|
"kind": "IntegerLiteral",
|
|
3881
|
-
"offset":
|
|
4163
|
+
"offset": 30820,
|
|
3882
4164
|
"length": 1,
|
|
3883
4165
|
"value": "0"
|
|
3884
4166
|
},
|
|
3885
4167
|
{
|
|
3886
4168
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3887
4169
|
"kind": "IntegerLiteral",
|
|
3888
|
-
"offset":
|
|
4170
|
+
"offset": 30841,
|
|
3889
4171
|
"length": 1,
|
|
3890
4172
|
"value": "0"
|
|
3891
4173
|
},
|
|
3892
4174
|
{
|
|
3893
4175
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3894
4176
|
"kind": "IntegerLiteral",
|
|
3895
|
-
"offset":
|
|
4177
|
+
"offset": 30861,
|
|
3896
4178
|
"length": 1,
|
|
3897
4179
|
"value": "0"
|
|
3898
4180
|
},
|
|
3899
4181
|
{
|
|
3900
4182
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3901
4183
|
"kind": "IntegerLiteral",
|
|
3902
|
-
"offset":
|
|
4184
|
+
"offset": 30864,
|
|
3903
4185
|
"length": 1,
|
|
3904
4186
|
"value": "0"
|
|
3905
4187
|
},
|
|
3906
4188
|
{
|
|
3907
4189
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3908
4190
|
"kind": "IntegerLiteral",
|
|
3909
|
-
"offset":
|
|
4191
|
+
"offset": 30867,
|
|
3910
4192
|
"length": 1,
|
|
3911
4193
|
"value": "0"
|
|
3912
4194
|
},
|
|
3913
4195
|
{
|
|
3914
4196
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3915
4197
|
"kind": "IntegerLiteral",
|
|
3916
|
-
"offset":
|
|
4198
|
+
"offset": 30878,
|
|
3917
4199
|
"length": 1,
|
|
3918
4200
|
"value": "0"
|
|
3919
4201
|
},
|
|
3920
4202
|
{
|
|
3921
4203
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3922
4204
|
"kind": "IntegerLiteral",
|
|
3923
|
-
"offset":
|
|
4205
|
+
"offset": 31259,
|
|
3924
4206
|
"length": 2,
|
|
3925
4207
|
"value": "10"
|
|
3926
4208
|
},
|
|
3927
4209
|
{
|
|
3928
4210
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3929
4211
|
"kind": "IntegerLiteral",
|
|
3930
|
-
"offset":
|
|
4212
|
+
"offset": 31264,
|
|
3931
4213
|
"length": 1,
|
|
3932
4214
|
"value": "2"
|
|
3933
4215
|
},
|
|
@@ -4029,34 +4311,90 @@
|
|
|
4029
4311
|
"length": 1,
|
|
4030
4312
|
"value": "5"
|
|
4031
4313
|
},
|
|
4314
|
+
{
|
|
4315
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4316
|
+
"kind": "BooleanLiteral",
|
|
4317
|
+
"offset": 3697,
|
|
4318
|
+
"length": 4,
|
|
4319
|
+
"value": "true"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4323
|
+
"kind": "BooleanLiteral",
|
|
4324
|
+
"offset": 3755,
|
|
4325
|
+
"length": 5,
|
|
4326
|
+
"value": "false"
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4330
|
+
"kind": "BooleanLiteral",
|
|
4331
|
+
"offset": 3817,
|
|
4332
|
+
"length": 4,
|
|
4333
|
+
"value": "true"
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4337
|
+
"kind": "BooleanLiteral",
|
|
4338
|
+
"offset": 3881,
|
|
4339
|
+
"length": 4,
|
|
4340
|
+
"value": "true"
|
|
4341
|
+
},
|
|
4032
4342
|
{
|
|
4033
4343
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4034
4344
|
"kind": "FloatLiteral",
|
|
4035
|
-
"offset":
|
|
4345
|
+
"offset": 14922,
|
|
4036
4346
|
"length": 3,
|
|
4037
4347
|
"value": "0.1"
|
|
4038
4348
|
},
|
|
4039
4349
|
{
|
|
4040
4350
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4041
4351
|
"kind": "IntegerLiteral",
|
|
4042
|
-
"offset":
|
|
4352
|
+
"offset": 14953,
|
|
4043
4353
|
"length": 1,
|
|
4044
4354
|
"value": "5"
|
|
4045
4355
|
},
|
|
4046
4356
|
{
|
|
4047
4357
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4048
4358
|
"kind": "FloatLiteral",
|
|
4049
|
-
"offset":
|
|
4359
|
+
"offset": 17083,
|
|
4050
4360
|
"length": 3,
|
|
4051
4361
|
"value": "0.1"
|
|
4052
4362
|
},
|
|
4053
4363
|
{
|
|
4054
4364
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4055
4365
|
"kind": "IntegerLiteral",
|
|
4056
|
-
"offset":
|
|
4366
|
+
"offset": 17106,
|
|
4057
4367
|
"length": 1,
|
|
4058
4368
|
"value": "5"
|
|
4059
4369
|
},
|
|
4370
|
+
{
|
|
4371
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4372
|
+
"kind": "BooleanLiteral",
|
|
4373
|
+
"offset": 20033,
|
|
4374
|
+
"length": 4,
|
|
4375
|
+
"value": "true"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4379
|
+
"kind": "BooleanLiteral",
|
|
4380
|
+
"offset": 20091,
|
|
4381
|
+
"length": 5,
|
|
4382
|
+
"value": "false"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4386
|
+
"kind": "BooleanLiteral",
|
|
4387
|
+
"offset": 20153,
|
|
4388
|
+
"length": 4,
|
|
4389
|
+
"value": "true"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
4393
|
+
"kind": "BooleanLiteral",
|
|
4394
|
+
"offset": 20217,
|
|
4395
|
+
"length": 4,
|
|
4396
|
+
"value": "true"
|
|
4397
|
+
},
|
|
4060
4398
|
{
|
|
4061
4399
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/Constants.swift",
|
|
4062
4400
|
"kind": "IntegerLiteral",
|
|
@@ -4130,7 +4468,7 @@
|
|
|
4130
4468
|
{
|
|
4131
4469
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
4132
4470
|
"kind": "BooleanLiteral",
|
|
4133
|
-
"offset":
|
|
4471
|
+
"offset": 920,
|
|
4134
4472
|
"length": 5,
|
|
4135
4473
|
"value": "false"
|
|
4136
4474
|
},
|