react-native-wakeword 1.0.81 → 1.1.2
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/KeyWordDetection.podspec +3 -1
- package/android/src/main/assets/hey_lookdeep.onnx +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +21 -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 +454 -40
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +14 -0
- 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 +14 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +42 -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 +463 -40
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +14 -0
- 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 +14 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +463 -40
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +14 -0
- 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 +14 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +26 -26
- package/ios/KeyWordRNBridge.mm +26 -0
- package/ios/KeyWordRNBridgeSwift.mm +1 -0
- package/ios/models/hey_lookdeep.onnx +0 -0
- package/package.json +1 -1
- package/wakewords/KeyWordRNBridge.d.ts +4 -0
- package/wakewords/KeyWordRNBridge.js +19 -2
|
@@ -805,6 +805,13 @@
|
|
|
805
805
|
}
|
|
806
806
|
]
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "Import",
|
|
810
|
+
"name": "AVFAudio",
|
|
811
|
+
"printedName": "AVFAudio",
|
|
812
|
+
"declKind": "Import",
|
|
813
|
+
"moduleName": "KeyWordDetection"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"kind": "Import",
|
|
810
817
|
"name": "AVFoundation",
|
|
@@ -812,6 +819,20 @@
|
|
|
812
819
|
"declKind": "Import",
|
|
813
820
|
"moduleName": "KeyWordDetection"
|
|
814
821
|
},
|
|
822
|
+
{
|
|
823
|
+
"kind": "Import",
|
|
824
|
+
"name": "AudioToolbox",
|
|
825
|
+
"printedName": "AudioToolbox",
|
|
826
|
+
"declKind": "Import",
|
|
827
|
+
"moduleName": "KeyWordDetection"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "Import",
|
|
831
|
+
"name": "Foundation",
|
|
832
|
+
"printedName": "Foundation",
|
|
833
|
+
"declKind": "Import",
|
|
834
|
+
"moduleName": "KeyWordDetection"
|
|
835
|
+
},
|
|
815
836
|
{
|
|
816
837
|
"kind": "TypeDecl",
|
|
817
838
|
"name": "AVAudioWrapperBuffer",
|
|
@@ -2976,6 +2997,385 @@
|
|
|
2976
2997
|
"declKind": "Import",
|
|
2977
2998
|
"moduleName": "KeyWordDetection"
|
|
2978
2999
|
},
|
|
3000
|
+
{
|
|
3001
|
+
"kind": "Import",
|
|
3002
|
+
"name": "AVFAudio",
|
|
3003
|
+
"printedName": "AVFAudio",
|
|
3004
|
+
"declKind": "Import",
|
|
3005
|
+
"moduleName": "KeyWordDetection"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "Import",
|
|
3009
|
+
"name": "AVFoundation",
|
|
3010
|
+
"printedName": "AVFoundation",
|
|
3011
|
+
"declKind": "Import",
|
|
3012
|
+
"moduleName": "KeyWordDetection"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"kind": "Import",
|
|
3016
|
+
"name": "AudioToolbox",
|
|
3017
|
+
"printedName": "AudioToolbox",
|
|
3018
|
+
"declKind": "Import",
|
|
3019
|
+
"moduleName": "KeyWordDetection"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"kind": "Import",
|
|
3023
|
+
"name": "Foundation",
|
|
3024
|
+
"printedName": "Foundation",
|
|
3025
|
+
"declKind": "Import",
|
|
3026
|
+
"moduleName": "KeyWordDetection"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "TypeDecl",
|
|
3030
|
+
"name": "AudioSessionAndDuckingManager",
|
|
3031
|
+
"printedName": "AudioSessionAndDuckingManager",
|
|
3032
|
+
"children": [
|
|
3033
|
+
{
|
|
3034
|
+
"kind": "Var",
|
|
3035
|
+
"name": "shared",
|
|
3036
|
+
"printedName": "shared",
|
|
3037
|
+
"children": [
|
|
3038
|
+
{
|
|
3039
|
+
"kind": "TypeNominal",
|
|
3040
|
+
"name": "AudioSessionAndDuckingManager",
|
|
3041
|
+
"printedName": "KeyWordDetection.AudioSessionAndDuckingManager",
|
|
3042
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"declKind": "Var",
|
|
3046
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(cpy)shared",
|
|
3047
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC6sharedACvpZ",
|
|
3048
|
+
"moduleName": "KeyWordDetection",
|
|
3049
|
+
"static": true,
|
|
3050
|
+
"declAttributes": [
|
|
3051
|
+
"HasInitialValue",
|
|
3052
|
+
"Final",
|
|
3053
|
+
"HasStorage",
|
|
3054
|
+
"AccessControl",
|
|
3055
|
+
"ObjC"
|
|
3056
|
+
],
|
|
3057
|
+
"isLet": true,
|
|
3058
|
+
"hasStorage": true,
|
|
3059
|
+
"accessors": [
|
|
3060
|
+
{
|
|
3061
|
+
"kind": "Accessor",
|
|
3062
|
+
"name": "Get",
|
|
3063
|
+
"printedName": "Get()",
|
|
3064
|
+
"children": [
|
|
3065
|
+
{
|
|
3066
|
+
"kind": "TypeNominal",
|
|
3067
|
+
"name": "AudioSessionAndDuckingManager",
|
|
3068
|
+
"printedName": "KeyWordDetection.AudioSessionAndDuckingManager",
|
|
3069
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"declKind": "Accessor",
|
|
3073
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(cm)shared",
|
|
3074
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC6sharedACvgZ",
|
|
3075
|
+
"moduleName": "KeyWordDetection",
|
|
3076
|
+
"static": true,
|
|
3077
|
+
"implicit": true,
|
|
3078
|
+
"declAttributes": [
|
|
3079
|
+
"Final",
|
|
3080
|
+
"ObjC"
|
|
3081
|
+
],
|
|
3082
|
+
"accessorKind": "get"
|
|
3083
|
+
}
|
|
3084
|
+
]
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "Function",
|
|
3088
|
+
"name": "enableAggressiveDucking",
|
|
3089
|
+
"printedName": "enableAggressiveDucking()",
|
|
3090
|
+
"children": [
|
|
3091
|
+
{
|
|
3092
|
+
"kind": "TypeNominal",
|
|
3093
|
+
"name": "Void",
|
|
3094
|
+
"printedName": "()"
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"declKind": "Func",
|
|
3098
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)enableAggressiveDucking",
|
|
3099
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC016enableAggressiveG0yyF",
|
|
3100
|
+
"moduleName": "KeyWordDetection",
|
|
3101
|
+
"declAttributes": [
|
|
3102
|
+
"AccessControl",
|
|
3103
|
+
"ObjC",
|
|
3104
|
+
"RawDocComment"
|
|
3105
|
+
],
|
|
3106
|
+
"funcSelfKind": "NonMutating"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "Function",
|
|
3110
|
+
"name": "disableDucking",
|
|
3111
|
+
"printedName": "disableDucking()",
|
|
3112
|
+
"children": [
|
|
3113
|
+
{
|
|
3114
|
+
"kind": "TypeNominal",
|
|
3115
|
+
"name": "Void",
|
|
3116
|
+
"printedName": "()"
|
|
3117
|
+
}
|
|
3118
|
+
],
|
|
3119
|
+
"declKind": "Func",
|
|
3120
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDucking",
|
|
3121
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disableG0yyF",
|
|
3122
|
+
"moduleName": "KeyWordDetection",
|
|
3123
|
+
"declAttributes": [
|
|
3124
|
+
"AccessControl",
|
|
3125
|
+
"ObjC",
|
|
3126
|
+
"RawDocComment"
|
|
3127
|
+
],
|
|
3128
|
+
"funcSelfKind": "NonMutating"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "Function",
|
|
3132
|
+
"name": "restartListeningAfterDucking",
|
|
3133
|
+
"printedName": "restartListeningAfterDucking()",
|
|
3134
|
+
"children": [
|
|
3135
|
+
{
|
|
3136
|
+
"kind": "TypeNominal",
|
|
3137
|
+
"name": "Void",
|
|
3138
|
+
"printedName": "()"
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3141
|
+
"declKind": "Func",
|
|
3142
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)restartListeningAfterDucking",
|
|
3143
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC021restartListeningAfterG0yyF",
|
|
3144
|
+
"moduleName": "KeyWordDetection",
|
|
3145
|
+
"declAttributes": [
|
|
3146
|
+
"AccessControl",
|
|
3147
|
+
"ObjC"
|
|
3148
|
+
],
|
|
3149
|
+
"funcSelfKind": "NonMutating"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"kind": "Function",
|
|
3153
|
+
"name": "disableDuckingAndCleanup",
|
|
3154
|
+
"printedName": "disableDuckingAndCleanup()",
|
|
3155
|
+
"children": [
|
|
3156
|
+
{
|
|
3157
|
+
"kind": "TypeNominal",
|
|
3158
|
+
"name": "Void",
|
|
3159
|
+
"printedName": "()"
|
|
3160
|
+
}
|
|
3161
|
+
],
|
|
3162
|
+
"declKind": "Func",
|
|
3163
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)disableDuckingAndCleanup",
|
|
3164
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC07disablegF7CleanupyyF",
|
|
3165
|
+
"moduleName": "KeyWordDetection",
|
|
3166
|
+
"declAttributes": [
|
|
3167
|
+
"AccessControl",
|
|
3168
|
+
"ObjC",
|
|
3169
|
+
"RawDocComment"
|
|
3170
|
+
],
|
|
3171
|
+
"funcSelfKind": "NonMutating"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "Function",
|
|
3175
|
+
"name": "activateSessionForDucking",
|
|
3176
|
+
"printedName": "activateSessionForDucking()",
|
|
3177
|
+
"children": [
|
|
3178
|
+
{
|
|
3179
|
+
"kind": "TypeNominal",
|
|
3180
|
+
"name": "Void",
|
|
3181
|
+
"printedName": "()"
|
|
3182
|
+
}
|
|
3183
|
+
],
|
|
3184
|
+
"declKind": "Func",
|
|
3185
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)activateSessionForDucking",
|
|
3186
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC08activatee3ForG0yyF",
|
|
3187
|
+
"moduleName": "KeyWordDetection",
|
|
3188
|
+
"declAttributes": [
|
|
3189
|
+
"AccessControl",
|
|
3190
|
+
"ObjC",
|
|
3191
|
+
"RawDocComment"
|
|
3192
|
+
],
|
|
3193
|
+
"funcSelfKind": "NonMutating"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"kind": "Function",
|
|
3197
|
+
"name": "playInstructionSound",
|
|
3198
|
+
"printedName": "playInstructionSound(_:)",
|
|
3199
|
+
"children": [
|
|
3200
|
+
{
|
|
3201
|
+
"kind": "TypeNominal",
|
|
3202
|
+
"name": "Void",
|
|
3203
|
+
"printedName": "()"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"kind": "TypeNominal",
|
|
3207
|
+
"name": "URL",
|
|
3208
|
+
"printedName": "Foundation.URL",
|
|
3209
|
+
"usr": "s:10Foundation3URLV"
|
|
3210
|
+
}
|
|
3211
|
+
],
|
|
3212
|
+
"declKind": "Func",
|
|
3213
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)playInstructionSound:",
|
|
3214
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC20playInstructionSoundyy10Foundation3URLVF",
|
|
3215
|
+
"moduleName": "KeyWordDetection",
|
|
3216
|
+
"declAttributes": [
|
|
3217
|
+
"AccessControl",
|
|
3218
|
+
"ObjC",
|
|
3219
|
+
"RawDocComment"
|
|
3220
|
+
],
|
|
3221
|
+
"funcSelfKind": "NonMutating"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"kind": "Function",
|
|
3225
|
+
"name": "speakInstruction",
|
|
3226
|
+
"printedName": "speakInstruction(_:)",
|
|
3227
|
+
"children": [
|
|
3228
|
+
{
|
|
3229
|
+
"kind": "TypeNominal",
|
|
3230
|
+
"name": "Void",
|
|
3231
|
+
"printedName": "()"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"kind": "TypeNominal",
|
|
3235
|
+
"name": "String",
|
|
3236
|
+
"printedName": "Swift.String",
|
|
3237
|
+
"usr": "s:SS"
|
|
3238
|
+
}
|
|
3239
|
+
],
|
|
3240
|
+
"declKind": "Func",
|
|
3241
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)speakInstruction:",
|
|
3242
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC16speakInstructionyySSF",
|
|
3243
|
+
"moduleName": "KeyWordDetection",
|
|
3244
|
+
"declAttributes": [
|
|
3245
|
+
"AccessControl",
|
|
3246
|
+
"ObjC",
|
|
3247
|
+
"RawDocComment"
|
|
3248
|
+
],
|
|
3249
|
+
"funcSelfKind": "NonMutating"
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "Function",
|
|
3253
|
+
"name": "deactivateSession",
|
|
3254
|
+
"printedName": "deactivateSession()",
|
|
3255
|
+
"children": [
|
|
3256
|
+
{
|
|
3257
|
+
"kind": "TypeNominal",
|
|
3258
|
+
"name": "Void",
|
|
3259
|
+
"printedName": "()"
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"declKind": "Func",
|
|
3263
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)deactivateSession",
|
|
3264
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC010deactivateE0yyF",
|
|
3265
|
+
"moduleName": "KeyWordDetection",
|
|
3266
|
+
"declAttributes": [
|
|
3267
|
+
"AccessControl",
|
|
3268
|
+
"ObjC",
|
|
3269
|
+
"RawDocComment"
|
|
3270
|
+
],
|
|
3271
|
+
"funcSelfKind": "NonMutating"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"kind": "Constructor",
|
|
3275
|
+
"name": "init",
|
|
3276
|
+
"printedName": "init()",
|
|
3277
|
+
"children": [
|
|
3278
|
+
{
|
|
3279
|
+
"kind": "TypeNominal",
|
|
3280
|
+
"name": "AudioSessionAndDuckingManager",
|
|
3281
|
+
"printedName": "KeyWordDetection.AudioSessionAndDuckingManager",
|
|
3282
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager"
|
|
3283
|
+
}
|
|
3284
|
+
],
|
|
3285
|
+
"declKind": "Constructor",
|
|
3286
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager(im)init",
|
|
3287
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerCACycfc",
|
|
3288
|
+
"moduleName": "KeyWordDetection",
|
|
3289
|
+
"overriding": true,
|
|
3290
|
+
"implicit": true,
|
|
3291
|
+
"objc_name": "init",
|
|
3292
|
+
"declAttributes": [
|
|
3293
|
+
"Dynamic",
|
|
3294
|
+
"ObjC",
|
|
3295
|
+
"Override"
|
|
3296
|
+
],
|
|
3297
|
+
"init_kind": "Designated"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"declKind": "Class",
|
|
3301
|
+
"usr": "c:@M@KeyWordDetection@objc(cs)AudioSessionAndDuckingManager",
|
|
3302
|
+
"mangledName": "$s16KeyWordDetection29AudioSessionAndDuckingManagerC",
|
|
3303
|
+
"moduleName": "KeyWordDetection",
|
|
3304
|
+
"declAttributes": [
|
|
3305
|
+
"AccessControl",
|
|
3306
|
+
"ObjC"
|
|
3307
|
+
],
|
|
3308
|
+
"superclassUsr": "c:objc(cs)NSObject",
|
|
3309
|
+
"inheritsConvenienceInitializers": true,
|
|
3310
|
+
"superclassNames": [
|
|
3311
|
+
"ObjectiveC.NSObject"
|
|
3312
|
+
],
|
|
3313
|
+
"conformances": [
|
|
3314
|
+
{
|
|
3315
|
+
"kind": "Conformance",
|
|
3316
|
+
"name": "Copyable",
|
|
3317
|
+
"printedName": "Copyable",
|
|
3318
|
+
"usr": "s:s8CopyableP",
|
|
3319
|
+
"mangledName": "$ss8CopyableP"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "Conformance",
|
|
3323
|
+
"name": "Escapable",
|
|
3324
|
+
"printedName": "Escapable",
|
|
3325
|
+
"usr": "s:s9EscapableP",
|
|
3326
|
+
"mangledName": "$ss9EscapableP"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"kind": "Conformance",
|
|
3330
|
+
"name": "Equatable",
|
|
3331
|
+
"printedName": "Equatable",
|
|
3332
|
+
"usr": "s:SQ",
|
|
3333
|
+
"mangledName": "$sSQ"
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "Conformance",
|
|
3337
|
+
"name": "Hashable",
|
|
3338
|
+
"printedName": "Hashable",
|
|
3339
|
+
"usr": "s:SH",
|
|
3340
|
+
"mangledName": "$sSH"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"kind": "Conformance",
|
|
3344
|
+
"name": "CVarArg",
|
|
3345
|
+
"printedName": "CVarArg",
|
|
3346
|
+
"usr": "s:s7CVarArgP",
|
|
3347
|
+
"mangledName": "$ss7CVarArgP"
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"kind": "Conformance",
|
|
3351
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
3352
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
3353
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
3354
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "Conformance",
|
|
3358
|
+
"name": "_KeyValueCodingAndObserving",
|
|
3359
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
3360
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
3361
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "Conformance",
|
|
3365
|
+
"name": "CustomStringConvertible",
|
|
3366
|
+
"printedName": "CustomStringConvertible",
|
|
3367
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
3368
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "Conformance",
|
|
3372
|
+
"name": "CustomDebugStringConvertible",
|
|
3373
|
+
"printedName": "CustomDebugStringConvertible",
|
|
3374
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
3375
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
3376
|
+
}
|
|
3377
|
+
]
|
|
3378
|
+
},
|
|
2979
3379
|
{
|
|
2980
3380
|
"kind": "Import",
|
|
2981
3381
|
"name": "Foundation",
|
|
@@ -3185,91 +3585,91 @@
|
|
|
3185
3585
|
{
|
|
3186
3586
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
3187
3587
|
"kind": "IntegerLiteral",
|
|
3188
|
-
"offset":
|
|
3588
|
+
"offset": 4195,
|
|
3189
3589
|
"length": 1,
|
|
3190
3590
|
"value": "0"
|
|
3191
3591
|
},
|
|
3192
3592
|
{
|
|
3193
3593
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperCE.swift",
|
|
3194
3594
|
"kind": "FloatLiteral",
|
|
3195
|
-
"offset":
|
|
3595
|
+
"offset": 4247,
|
|
3196
3596
|
"length": 3,
|
|
3197
3597
|
"value": "2.0"
|
|
3198
3598
|
},
|
|
3199
3599
|
{
|
|
3200
3600
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3201
3601
|
"kind": "IntegerLiteral",
|
|
3202
|
-
"offset":
|
|
3602
|
+
"offset": 176,
|
|
3203
3603
|
"length": 1,
|
|
3204
3604
|
"value": "0"
|
|
3205
3605
|
},
|
|
3206
3606
|
{
|
|
3207
3607
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3208
3608
|
"kind": "IntegerLiteral",
|
|
3209
|
-
"offset":
|
|
3609
|
+
"offset": 212,
|
|
3210
3610
|
"length": 1,
|
|
3211
3611
|
"value": "0"
|
|
3212
3612
|
},
|
|
3213
3613
|
{
|
|
3214
3614
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3215
3615
|
"kind": "IntegerLiteral",
|
|
3216
|
-
"offset":
|
|
3616
|
+
"offset": 2441,
|
|
3217
3617
|
"length": 1,
|
|
3218
3618
|
"value": "3"
|
|
3219
3619
|
},
|
|
3220
3620
|
{
|
|
3221
3621
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3222
3622
|
"kind": "IntegerLiteral",
|
|
3223
|
-
"offset":
|
|
3623
|
+
"offset": 2561,
|
|
3224
3624
|
"length": 1,
|
|
3225
3625
|
"value": "3"
|
|
3226
3626
|
},
|
|
3227
3627
|
{
|
|
3228
3628
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3229
3629
|
"kind": "Array",
|
|
3230
|
-
"offset":
|
|
3630
|
+
"offset": 2683,
|
|
3231
3631
|
"length": 2,
|
|
3232
3632
|
"value": "[]"
|
|
3233
3633
|
},
|
|
3234
3634
|
{
|
|
3235
3635
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3236
3636
|
"kind": "BooleanLiteral",
|
|
3237
|
-
"offset":
|
|
3637
|
+
"offset": 2724,
|
|
3238
3638
|
"length": 5,
|
|
3239
3639
|
"value": "false"
|
|
3240
3640
|
},
|
|
3241
3641
|
{
|
|
3242
3642
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3243
3643
|
"kind": "IntegerLiteral",
|
|
3244
|
-
"offset":
|
|
3644
|
+
"offset": 3164,
|
|
3245
3645
|
"length": 1,
|
|
3246
3646
|
"value": "0"
|
|
3247
3647
|
},
|
|
3248
3648
|
{
|
|
3249
3649
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3250
3650
|
"kind": "FloatLiteral",
|
|
3251
|
-
"offset":
|
|
3651
|
+
"offset": 3214,
|
|
3252
3652
|
"length": 3,
|
|
3253
3653
|
"value": "2.0"
|
|
3254
3654
|
},
|
|
3255
3655
|
{
|
|
3256
3656
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3257
3657
|
"kind": "IntegerLiteral",
|
|
3258
|
-
"offset":
|
|
3658
|
+
"offset": 3263,
|
|
3259
3659
|
"length": 1,
|
|
3260
3660
|
"value": "5"
|
|
3261
3661
|
},
|
|
3262
3662
|
{
|
|
3263
3663
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3264
3664
|
"kind": "IntegerLiteral",
|
|
3265
|
-
"offset":
|
|
3665
|
+
"offset": 3299,
|
|
3266
3666
|
"length": 1,
|
|
3267
3667
|
"value": "0"
|
|
3268
3668
|
},
|
|
3269
3669
|
{
|
|
3270
3670
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
|
|
3271
3671
|
"kind": "FloatLiteral",
|
|
3272
|
-
"offset":
|
|
3672
|
+
"offset": 3339,
|
|
3273
3673
|
"length": 3,
|
|
3274
3674
|
"value": "0.1"
|
|
3275
3675
|
},
|
|
@@ -3374,161 +3774,161 @@
|
|
|
3374
3774
|
{
|
|
3375
3775
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3376
3776
|
"kind": "IntegerLiteral",
|
|
3377
|
-
"offset":
|
|
3777
|
+
"offset": 28886,
|
|
3378
3778
|
"length": 1,
|
|
3379
3779
|
"value": "1"
|
|
3380
3780
|
},
|
|
3381
3781
|
{
|
|
3382
3782
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3383
3783
|
"kind": "IntegerLiteral",
|
|
3384
|
-
"offset":
|
|
3784
|
+
"offset": 29366,
|
|
3385
3785
|
"length": 1,
|
|
3386
3786
|
"value": "0"
|
|
3387
3787
|
},
|
|
3388
3788
|
{
|
|
3389
3789
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3390
3790
|
"kind": "StringLiteral",
|
|
3391
|
-
"offset":
|
|
3791
|
+
"offset": 29411,
|
|
3392
3792
|
"length": 12,
|
|
3393
3793
|
"value": "\"ORTSession\""
|
|
3394
3794
|
},
|
|
3395
3795
|
{
|
|
3396
3796
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3397
3797
|
"kind": "IntegerLiteral",
|
|
3398
|
-
"offset":
|
|
3798
|
+
"offset": 29431,
|
|
3399
3799
|
"length": 1,
|
|
3400
3800
|
"value": "1"
|
|
3401
3801
|
},
|
|
3402
3802
|
{
|
|
3403
3803
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3404
3804
|
"kind": "StringLiteral",
|
|
3405
|
-
"offset":
|
|
3805
|
+
"offset": 29472,
|
|
3406
3806
|
"length": 34,
|
|
3407
3807
|
"value": "\"Failed to retrieve output values\""
|
|
3408
3808
|
},
|
|
3409
3809
|
{
|
|
3410
3810
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3411
3811
|
"kind": "IntegerLiteral",
|
|
3412
|
-
"offset":
|
|
3812
|
+
"offset": 30004,
|
|
3413
3813
|
"length": 2,
|
|
3414
3814
|
"value": "32"
|
|
3415
3815
|
},
|
|
3416
3816
|
{
|
|
3417
3817
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3418
3818
|
"kind": "IntegerLiteral",
|
|
3419
|
-
"offset":
|
|
3819
|
+
"offset": 30219,
|
|
3420
3820
|
"length": 1,
|
|
3421
3821
|
"value": "1"
|
|
3422
3822
|
},
|
|
3423
3823
|
{
|
|
3424
3824
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3425
3825
|
"kind": "IntegerLiteral",
|
|
3426
|
-
"offset":
|
|
3826
|
+
"offset": 30228,
|
|
3427
3827
|
"length": 1,
|
|
3428
3828
|
"value": "1"
|
|
3429
3829
|
},
|
|
3430
3830
|
{
|
|
3431
3831
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3432
3832
|
"kind": "IntegerLiteral",
|
|
3433
|
-
"offset":
|
|
3833
|
+
"offset": 30246,
|
|
3434
3834
|
"length": 2,
|
|
3435
3835
|
"value": "32"
|
|
3436
3836
|
},
|
|
3437
3837
|
{
|
|
3438
3838
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3439
3839
|
"kind": "IntegerLiteral",
|
|
3440
|
-
"offset":
|
|
3840
|
+
"offset": 30304,
|
|
3441
3841
|
"length": 1,
|
|
3442
3842
|
"value": "0"
|
|
3443
3843
|
},
|
|
3444
3844
|
{
|
|
3445
3845
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3446
3846
|
"kind": "IntegerLiteral",
|
|
3447
|
-
"offset":
|
|
3847
|
+
"offset": 30324,
|
|
3448
3848
|
"length": 1,
|
|
3449
3849
|
"value": "0"
|
|
3450
3850
|
},
|
|
3451
3851
|
{
|
|
3452
3852
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3453
3853
|
"kind": "IntegerLiteral",
|
|
3454
|
-
"offset":
|
|
3854
|
+
"offset": 30335,
|
|
3455
3855
|
"length": 1,
|
|
3456
3856
|
"value": "0"
|
|
3457
3857
|
},
|
|
3458
3858
|
{
|
|
3459
3859
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3460
3860
|
"kind": "IntegerLiteral",
|
|
3461
|
-
"offset":
|
|
3861
|
+
"offset": 30356,
|
|
3462
3862
|
"length": 1,
|
|
3463
3863
|
"value": "0"
|
|
3464
3864
|
},
|
|
3465
3865
|
{
|
|
3466
3866
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3467
3867
|
"kind": "IntegerLiteral",
|
|
3468
|
-
"offset":
|
|
3868
|
+
"offset": 30376,
|
|
3469
3869
|
"length": 1,
|
|
3470
3870
|
"value": "0"
|
|
3471
3871
|
},
|
|
3472
3872
|
{
|
|
3473
3873
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3474
3874
|
"kind": "IntegerLiteral",
|
|
3475
|
-
"offset":
|
|
3875
|
+
"offset": 30379,
|
|
3476
3876
|
"length": 1,
|
|
3477
3877
|
"value": "0"
|
|
3478
3878
|
},
|
|
3479
3879
|
{
|
|
3480
3880
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3481
3881
|
"kind": "IntegerLiteral",
|
|
3482
|
-
"offset":
|
|
3882
|
+
"offset": 30390,
|
|
3483
3883
|
"length": 1,
|
|
3484
3884
|
"value": "0"
|
|
3485
3885
|
},
|
|
3486
3886
|
{
|
|
3487
3887
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3488
3888
|
"kind": "IntegerLiteral",
|
|
3489
|
-
"offset":
|
|
3889
|
+
"offset": 30411,
|
|
3490
3890
|
"length": 1,
|
|
3491
3891
|
"value": "0"
|
|
3492
3892
|
},
|
|
3493
3893
|
{
|
|
3494
3894
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3495
3895
|
"kind": "IntegerLiteral",
|
|
3496
|
-
"offset":
|
|
3896
|
+
"offset": 30431,
|
|
3497
3897
|
"length": 1,
|
|
3498
3898
|
"value": "0"
|
|
3499
3899
|
},
|
|
3500
3900
|
{
|
|
3501
3901
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3502
3902
|
"kind": "IntegerLiteral",
|
|
3503
|
-
"offset":
|
|
3903
|
+
"offset": 30434,
|
|
3504
3904
|
"length": 1,
|
|
3505
3905
|
"value": "0"
|
|
3506
3906
|
},
|
|
3507
3907
|
{
|
|
3508
3908
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3509
3909
|
"kind": "IntegerLiteral",
|
|
3510
|
-
"offset":
|
|
3910
|
+
"offset": 30437,
|
|
3511
3911
|
"length": 1,
|
|
3512
3912
|
"value": "0"
|
|
3513
3913
|
},
|
|
3514
3914
|
{
|
|
3515
3915
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3516
3916
|
"kind": "IntegerLiteral",
|
|
3517
|
-
"offset":
|
|
3917
|
+
"offset": 30448,
|
|
3518
3918
|
"length": 1,
|
|
3519
3919
|
"value": "0"
|
|
3520
3920
|
},
|
|
3521
3921
|
{
|
|
3522
3922
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3523
3923
|
"kind": "IntegerLiteral",
|
|
3524
|
-
"offset":
|
|
3924
|
+
"offset": 30829,
|
|
3525
3925
|
"length": 2,
|
|
3526
3926
|
"value": "10"
|
|
3527
3927
|
},
|
|
3528
3928
|
{
|
|
3529
3929
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/KeyWordsDetection.swift",
|
|
3530
3930
|
"kind": "IntegerLiteral",
|
|
3531
|
-
"offset":
|
|
3931
|
+
"offset": 30834,
|
|
3532
3932
|
"length": 1,
|
|
3533
3933
|
"value": "2"
|
|
3534
3934
|
},
|
|
@@ -3633,28 +4033,28 @@
|
|
|
3633
4033
|
{
|
|
3634
4034
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
3635
4035
|
"kind": "FloatLiteral",
|
|
3636
|
-
"offset":
|
|
4036
|
+
"offset": 14505,
|
|
3637
4037
|
"length": 3,
|
|
3638
4038
|
"value": "0.1"
|
|
3639
4039
|
},
|
|
3640
4040
|
{
|
|
3641
4041
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
3642
4042
|
"kind": "IntegerLiteral",
|
|
3643
|
-
"offset":
|
|
4043
|
+
"offset": 14536,
|
|
3644
4044
|
"length": 1,
|
|
3645
4045
|
"value": "5"
|
|
3646
4046
|
},
|
|
3647
4047
|
{
|
|
3648
4048
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
3649
4049
|
"kind": "FloatLiteral",
|
|
3650
|
-
"offset":
|
|
4050
|
+
"offset": 16666,
|
|
3651
4051
|
"length": 3,
|
|
3652
4052
|
"value": "0.1"
|
|
3653
4053
|
},
|
|
3654
4054
|
{
|
|
3655
4055
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
3656
4056
|
"kind": "IntegerLiteral",
|
|
3657
|
-
"offset":
|
|
4057
|
+
"offset": 16689,
|
|
3658
4058
|
"length": 1,
|
|
3659
4059
|
"value": "5"
|
|
3660
4060
|
},
|
|
@@ -3714,6 +4114,20 @@
|
|
|
3714
4114
|
"length": 3,
|
|
3715
4115
|
"value": "[]"
|
|
3716
4116
|
},
|
|
4117
|
+
{
|
|
4118
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
4119
|
+
"kind": "BooleanLiteral",
|
|
4120
|
+
"offset": 245,
|
|
4121
|
+
"length": 5,
|
|
4122
|
+
"value": "false"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioSessionAndDuckingManager.swift",
|
|
4126
|
+
"kind": "BooleanLiteral",
|
|
4127
|
+
"offset": 339,
|
|
4128
|
+
"length": 5,
|
|
4129
|
+
"value": "false"
|
|
4130
|
+
},
|
|
3717
4131
|
{
|
|
3718
4132
|
"filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/LicenseManager.swift",
|
|
3719
4133
|
"kind": "StringLiteral",
|