react-native-wakeword 1.0.22 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/ios/KeyWordDetection.xcframework/Info.plist +44 -0
  2. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +358 -0
  3. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection.h +18 -0
  4. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Info.plist +0 -0
  5. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  6. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  7. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +1586 -0
  8. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +43 -0
  9. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +43 -0
  11. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/module.modulemap +11 -0
  12. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +712 -0
  13. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection.h +18 -0
  14. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Info.plist +0 -0
  15. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  16. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  17. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  18. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +1586 -0
  19. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +43 -0
  20. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +43 -0
  22. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +1586 -0
  23. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +43 -0
  24. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  25. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +43 -0
  26. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/module.modulemap +11 -0
  27. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +267 -0
  28. package/ios/KeyWordRNBridge.h +18 -0
  29. package/ios/KeyWordRNBridge.mm +197 -0
  30. package/ios/KeyWordRNBridgeSwift.h +5 -0
  31. package/ios/KeyWordRNBridgeSwift.mm +5 -0
  32. package/ios/models/embedding_model.onnx +0 -0
  33. package/ios/models/melspectrogram.onnx +0 -0
  34. package/ios/models/need_help_now.onnx +0 -0
  35. package/ios/react-native-wakeword.podspec +30 -0
  36. package/package.json +3 -1
  37. package/react-native.config.js +3 -0
@@ -0,0 +1,1586 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "TopLevel",
5
+ "printedName": "TopLevel",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "KeyWordDetection"
13
+ },
14
+ {
15
+ "kind": "TypeDecl",
16
+ "name": "GlobalVariables",
17
+ "printedName": "GlobalVariables",
18
+ "children": [
19
+ {
20
+ "kind": "Var",
21
+ "name": "shared",
22
+ "printedName": "shared",
23
+ "children": [
24
+ {
25
+ "kind": "TypeNominal",
26
+ "name": "GlobalVariables",
27
+ "printedName": "KeyWordDetection.GlobalVariables",
28
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables"
29
+ }
30
+ ],
31
+ "declKind": "Var",
32
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(cpy)shared",
33
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC6sharedACvpZ",
34
+ "moduleName": "KeyWordDetection",
35
+ "static": true,
36
+ "declAttributes": [
37
+ "HasInitialValue",
38
+ "Final",
39
+ "HasStorage",
40
+ "AccessControl",
41
+ "ObjC"
42
+ ],
43
+ "isLet": true,
44
+ "hasStorage": true,
45
+ "accessors": [
46
+ {
47
+ "kind": "Accessor",
48
+ "name": "Get",
49
+ "printedName": "Get()",
50
+ "children": [
51
+ {
52
+ "kind": "TypeNominal",
53
+ "name": "GlobalVariables",
54
+ "printedName": "KeyWordDetection.GlobalVariables",
55
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables"
56
+ }
57
+ ],
58
+ "declKind": "Accessor",
59
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(cm)shared",
60
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC6sharedACvgZ",
61
+ "moduleName": "KeyWordDetection",
62
+ "static": true,
63
+ "implicit": true,
64
+ "declAttributes": [
65
+ "Final",
66
+ "ObjC"
67
+ ],
68
+ "accessorKind": "get"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "kind": "Var",
74
+ "name": "keyWordsDetectionInstance",
75
+ "printedName": "keyWordsDetectionInstance",
76
+ "children": [
77
+ {
78
+ "kind": "TypeNominal",
79
+ "name": "Optional",
80
+ "printedName": "KeyWordDetection.KeyWordsDetection?",
81
+ "children": [
82
+ {
83
+ "kind": "TypeNominal",
84
+ "name": "KeyWordsDetection",
85
+ "printedName": "KeyWordDetection.KeyWordsDetection",
86
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
87
+ }
88
+ ],
89
+ "usr": "s:Sq"
90
+ }
91
+ ],
92
+ "declKind": "Var",
93
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(py)keyWordsDetectionInstance",
94
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC08keyWordsC8InstanceAA0agC0CSgvp",
95
+ "moduleName": "KeyWordDetection",
96
+ "declAttributes": [
97
+ "HasInitialValue",
98
+ "HasStorage",
99
+ "AccessControl",
100
+ "ObjC",
101
+ "RawDocComment"
102
+ ],
103
+ "hasStorage": true,
104
+ "accessors": [
105
+ {
106
+ "kind": "Accessor",
107
+ "name": "Get",
108
+ "printedName": "Get()",
109
+ "children": [
110
+ {
111
+ "kind": "TypeNominal",
112
+ "name": "Optional",
113
+ "printedName": "KeyWordDetection.KeyWordsDetection?",
114
+ "children": [
115
+ {
116
+ "kind": "TypeNominal",
117
+ "name": "KeyWordsDetection",
118
+ "printedName": "KeyWordDetection.KeyWordsDetection",
119
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
120
+ }
121
+ ],
122
+ "usr": "s:Sq"
123
+ }
124
+ ],
125
+ "declKind": "Accessor",
126
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)keyWordsDetectionInstance",
127
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC08keyWordsC8InstanceAA0agC0CSgvg",
128
+ "moduleName": "KeyWordDetection",
129
+ "implicit": true,
130
+ "declAttributes": [
131
+ "ObjC"
132
+ ],
133
+ "accessorKind": "get"
134
+ },
135
+ {
136
+ "kind": "Accessor",
137
+ "name": "Set",
138
+ "printedName": "Set()",
139
+ "children": [
140
+ {
141
+ "kind": "TypeNominal",
142
+ "name": "Void",
143
+ "printedName": "()"
144
+ },
145
+ {
146
+ "kind": "TypeNominal",
147
+ "name": "Optional",
148
+ "printedName": "KeyWordDetection.KeyWordsDetection?",
149
+ "children": [
150
+ {
151
+ "kind": "TypeNominal",
152
+ "name": "KeyWordsDetection",
153
+ "printedName": "KeyWordDetection.KeyWordsDetection",
154
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
155
+ }
156
+ ],
157
+ "usr": "s:Sq"
158
+ }
159
+ ],
160
+ "declKind": "Accessor",
161
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)setKeyWordsDetectionInstance:",
162
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC08keyWordsC8InstanceAA0agC0CSgvs",
163
+ "moduleName": "KeyWordDetection",
164
+ "implicit": true,
165
+ "declAttributes": [
166
+ "ObjC"
167
+ ],
168
+ "accessorKind": "set"
169
+ },
170
+ {
171
+ "kind": "Accessor",
172
+ "name": "Modify",
173
+ "printedName": "Modify()",
174
+ "children": [
175
+ {
176
+ "kind": "TypeNominal",
177
+ "name": "Void",
178
+ "printedName": "()"
179
+ }
180
+ ],
181
+ "declKind": "Accessor",
182
+ "usr": "s:16KeyWordDetection15GlobalVariablesC08keyWordsC8InstanceAA0agC0CSgvM",
183
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC08keyWordsC8InstanceAA0agC0CSgvM",
184
+ "moduleName": "KeyWordDetection",
185
+ "implicit": true,
186
+ "accessorKind": "_modify"
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "kind": "Var",
192
+ "name": "modelName",
193
+ "printedName": "modelName",
194
+ "children": [
195
+ {
196
+ "kind": "TypeNominal",
197
+ "name": "Optional",
198
+ "printedName": "Swift.String?",
199
+ "children": [
200
+ {
201
+ "kind": "TypeNominal",
202
+ "name": "String",
203
+ "printedName": "Swift.String",
204
+ "usr": "s:SS"
205
+ }
206
+ ],
207
+ "usr": "s:Sq"
208
+ }
209
+ ],
210
+ "declKind": "Var",
211
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(py)modelName",
212
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9modelNameSSSgvp",
213
+ "moduleName": "KeyWordDetection",
214
+ "declAttributes": [
215
+ "HasInitialValue",
216
+ "HasStorage",
217
+ "AccessControl",
218
+ "ObjC"
219
+ ],
220
+ "hasStorage": true,
221
+ "accessors": [
222
+ {
223
+ "kind": "Accessor",
224
+ "name": "Get",
225
+ "printedName": "Get()",
226
+ "children": [
227
+ {
228
+ "kind": "TypeNominal",
229
+ "name": "Optional",
230
+ "printedName": "Swift.String?",
231
+ "children": [
232
+ {
233
+ "kind": "TypeNominal",
234
+ "name": "String",
235
+ "printedName": "Swift.String",
236
+ "usr": "s:SS"
237
+ }
238
+ ],
239
+ "usr": "s:Sq"
240
+ }
241
+ ],
242
+ "declKind": "Accessor",
243
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)modelName",
244
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9modelNameSSSgvg",
245
+ "moduleName": "KeyWordDetection",
246
+ "implicit": true,
247
+ "declAttributes": [
248
+ "ObjC"
249
+ ],
250
+ "accessorKind": "get"
251
+ },
252
+ {
253
+ "kind": "Accessor",
254
+ "name": "Set",
255
+ "printedName": "Set()",
256
+ "children": [
257
+ {
258
+ "kind": "TypeNominal",
259
+ "name": "Void",
260
+ "printedName": "()"
261
+ },
262
+ {
263
+ "kind": "TypeNominal",
264
+ "name": "Optional",
265
+ "printedName": "Swift.String?",
266
+ "children": [
267
+ {
268
+ "kind": "TypeNominal",
269
+ "name": "String",
270
+ "printedName": "Swift.String",
271
+ "usr": "s:SS"
272
+ }
273
+ ],
274
+ "usr": "s:Sq"
275
+ }
276
+ ],
277
+ "declKind": "Accessor",
278
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)setModelName:",
279
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9modelNameSSSgvs",
280
+ "moduleName": "KeyWordDetection",
281
+ "implicit": true,
282
+ "declAttributes": [
283
+ "ObjC"
284
+ ],
285
+ "accessorKind": "set"
286
+ },
287
+ {
288
+ "kind": "Accessor",
289
+ "name": "Modify",
290
+ "printedName": "Modify()",
291
+ "children": [
292
+ {
293
+ "kind": "TypeNominal",
294
+ "name": "Void",
295
+ "printedName": "()"
296
+ }
297
+ ],
298
+ "declKind": "Accessor",
299
+ "usr": "s:16KeyWordDetection15GlobalVariablesC9modelNameSSSgvM",
300
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9modelNameSSSgvM",
301
+ "moduleName": "KeyWordDetection",
302
+ "implicit": true,
303
+ "accessorKind": "_modify"
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "kind": "Var",
309
+ "name": "threshold",
310
+ "printedName": "threshold",
311
+ "children": [
312
+ {
313
+ "kind": "TypeNominal",
314
+ "name": "Float",
315
+ "printedName": "Swift.Float",
316
+ "usr": "s:Sf"
317
+ }
318
+ ],
319
+ "declKind": "Var",
320
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(py)threshold",
321
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9thresholdSfvp",
322
+ "moduleName": "KeyWordDetection",
323
+ "declAttributes": [
324
+ "HasInitialValue",
325
+ "HasStorage",
326
+ "AccessControl",
327
+ "ObjC"
328
+ ],
329
+ "hasStorage": true,
330
+ "accessors": [
331
+ {
332
+ "kind": "Accessor",
333
+ "name": "Get",
334
+ "printedName": "Get()",
335
+ "children": [
336
+ {
337
+ "kind": "TypeNominal",
338
+ "name": "Float",
339
+ "printedName": "Swift.Float",
340
+ "usr": "s:Sf"
341
+ }
342
+ ],
343
+ "declKind": "Accessor",
344
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)threshold",
345
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9thresholdSfvg",
346
+ "moduleName": "KeyWordDetection",
347
+ "implicit": true,
348
+ "declAttributes": [
349
+ "ObjC"
350
+ ],
351
+ "accessorKind": "get"
352
+ },
353
+ {
354
+ "kind": "Accessor",
355
+ "name": "Set",
356
+ "printedName": "Set()",
357
+ "children": [
358
+ {
359
+ "kind": "TypeNominal",
360
+ "name": "Void",
361
+ "printedName": "()"
362
+ },
363
+ {
364
+ "kind": "TypeNominal",
365
+ "name": "Float",
366
+ "printedName": "Swift.Float",
367
+ "usr": "s:Sf"
368
+ }
369
+ ],
370
+ "declKind": "Accessor",
371
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)setThreshold:",
372
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9thresholdSfvs",
373
+ "moduleName": "KeyWordDetection",
374
+ "implicit": true,
375
+ "declAttributes": [
376
+ "ObjC"
377
+ ],
378
+ "accessorKind": "set"
379
+ },
380
+ {
381
+ "kind": "Accessor",
382
+ "name": "Modify",
383
+ "printedName": "Modify()",
384
+ "children": [
385
+ {
386
+ "kind": "TypeNominal",
387
+ "name": "Void",
388
+ "printedName": "()"
389
+ }
390
+ ],
391
+ "declKind": "Accessor",
392
+ "usr": "s:16KeyWordDetection15GlobalVariablesC9thresholdSfvM",
393
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9thresholdSfvM",
394
+ "moduleName": "KeyWordDetection",
395
+ "implicit": true,
396
+ "accessorKind": "_modify"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "kind": "Var",
402
+ "name": "bufferCnt",
403
+ "printedName": "bufferCnt",
404
+ "children": [
405
+ {
406
+ "kind": "TypeNominal",
407
+ "name": "Int",
408
+ "printedName": "Swift.Int",
409
+ "usr": "s:Si"
410
+ }
411
+ ],
412
+ "declKind": "Var",
413
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(py)bufferCnt",
414
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9bufferCntSivp",
415
+ "moduleName": "KeyWordDetection",
416
+ "declAttributes": [
417
+ "HasInitialValue",
418
+ "HasStorage",
419
+ "AccessControl",
420
+ "ObjC"
421
+ ],
422
+ "hasStorage": true,
423
+ "accessors": [
424
+ {
425
+ "kind": "Accessor",
426
+ "name": "Get",
427
+ "printedName": "Get()",
428
+ "children": [
429
+ {
430
+ "kind": "TypeNominal",
431
+ "name": "Int",
432
+ "printedName": "Swift.Int",
433
+ "usr": "s:Si"
434
+ }
435
+ ],
436
+ "declKind": "Accessor",
437
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)bufferCnt",
438
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9bufferCntSivg",
439
+ "moduleName": "KeyWordDetection",
440
+ "implicit": true,
441
+ "declAttributes": [
442
+ "ObjC"
443
+ ],
444
+ "accessorKind": "get"
445
+ },
446
+ {
447
+ "kind": "Accessor",
448
+ "name": "Set",
449
+ "printedName": "Set()",
450
+ "children": [
451
+ {
452
+ "kind": "TypeNominal",
453
+ "name": "Void",
454
+ "printedName": "()"
455
+ },
456
+ {
457
+ "kind": "TypeNominal",
458
+ "name": "Int",
459
+ "printedName": "Swift.Int",
460
+ "usr": "s:Si"
461
+ }
462
+ ],
463
+ "declKind": "Accessor",
464
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables(im)setBufferCnt:",
465
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9bufferCntSivs",
466
+ "moduleName": "KeyWordDetection",
467
+ "implicit": true,
468
+ "declAttributes": [
469
+ "ObjC"
470
+ ],
471
+ "accessorKind": "set"
472
+ },
473
+ {
474
+ "kind": "Accessor",
475
+ "name": "Modify",
476
+ "printedName": "Modify()",
477
+ "children": [
478
+ {
479
+ "kind": "TypeNominal",
480
+ "name": "Void",
481
+ "printedName": "()"
482
+ }
483
+ ],
484
+ "declKind": "Accessor",
485
+ "usr": "s:16KeyWordDetection15GlobalVariablesC9bufferCntSivM",
486
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC9bufferCntSivM",
487
+ "moduleName": "KeyWordDetection",
488
+ "implicit": true,
489
+ "accessorKind": "_modify"
490
+ }
491
+ ]
492
+ }
493
+ ],
494
+ "declKind": "Class",
495
+ "usr": "c:@M@KeyWordDetection@objc(cs)GlobalVariables",
496
+ "mangledName": "$s16KeyWordDetection15GlobalVariablesC",
497
+ "moduleName": "KeyWordDetection",
498
+ "declAttributes": [
499
+ "AccessControl",
500
+ "ObjC"
501
+ ],
502
+ "superclassUsr": "c:objc(cs)NSObject",
503
+ "hasMissingDesignatedInitializers": true,
504
+ "inheritsConvenienceInitializers": true,
505
+ "superclassNames": [
506
+ "ObjectiveC.NSObject"
507
+ ],
508
+ "conformances": [
509
+ {
510
+ "kind": "Conformance",
511
+ "name": "Equatable",
512
+ "printedName": "Equatable",
513
+ "usr": "s:SQ",
514
+ "mangledName": "$sSQ"
515
+ },
516
+ {
517
+ "kind": "Conformance",
518
+ "name": "Hashable",
519
+ "printedName": "Hashable",
520
+ "usr": "s:SH",
521
+ "mangledName": "$sSH"
522
+ },
523
+ {
524
+ "kind": "Conformance",
525
+ "name": "CVarArg",
526
+ "printedName": "CVarArg",
527
+ "usr": "s:s7CVarArgP",
528
+ "mangledName": "$ss7CVarArgP"
529
+ },
530
+ {
531
+ "kind": "Conformance",
532
+ "name": "_KeyValueCodingAndObservingPublishing",
533
+ "printedName": "_KeyValueCodingAndObservingPublishing",
534
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
535
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
536
+ },
537
+ {
538
+ "kind": "Conformance",
539
+ "name": "_KeyValueCodingAndObserving",
540
+ "printedName": "_KeyValueCodingAndObserving",
541
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
542
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
543
+ },
544
+ {
545
+ "kind": "Conformance",
546
+ "name": "CustomStringConvertible",
547
+ "printedName": "CustomStringConvertible",
548
+ "usr": "s:s23CustomStringConvertibleP",
549
+ "mangledName": "$ss23CustomStringConvertibleP"
550
+ },
551
+ {
552
+ "kind": "Conformance",
553
+ "name": "CustomDebugStringConvertible",
554
+ "printedName": "CustomDebugStringConvertible",
555
+ "usr": "s:s28CustomDebugStringConvertibleP",
556
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ "kind": "Import",
562
+ "name": "Foundation",
563
+ "printedName": "Foundation",
564
+ "declKind": "Import",
565
+ "moduleName": "KeyWordDetection"
566
+ },
567
+ {
568
+ "kind": "Import",
569
+ "name": "AVFoundation",
570
+ "printedName": "AVFoundation",
571
+ "declKind": "Import",
572
+ "moduleName": "KeyWordDetection"
573
+ },
574
+ {
575
+ "kind": "Import",
576
+ "name": "os.log",
577
+ "printedName": "os.log",
578
+ "declKind": "Import",
579
+ "moduleName": "KeyWordDetection"
580
+ },
581
+ {
582
+ "kind": "Import",
583
+ "name": "onnxruntime_objc",
584
+ "printedName": "onnxruntime_objc",
585
+ "declKind": "Import",
586
+ "moduleName": "KeyWordDetection"
587
+ },
588
+ {
589
+ "kind": "TypeDecl",
590
+ "name": "KeywordDetectionRNDelegate",
591
+ "printedName": "KeywordDetectionRNDelegate",
592
+ "children": [
593
+ {
594
+ "kind": "Function",
595
+ "name": "KeywordDetectionDidDetectEvent",
596
+ "printedName": "KeywordDetectionDidDetectEvent(_:)",
597
+ "children": [
598
+ {
599
+ "kind": "TypeNominal",
600
+ "name": "Void",
601
+ "printedName": "()"
602
+ },
603
+ {
604
+ "kind": "TypeNominal",
605
+ "name": "Dictionary",
606
+ "printedName": "[Swift.String : Any]",
607
+ "children": [
608
+ {
609
+ "kind": "TypeNominal",
610
+ "name": "String",
611
+ "printedName": "Swift.String",
612
+ "usr": "s:SS"
613
+ },
614
+ {
615
+ "kind": "TypeNominal",
616
+ "name": "ProtocolComposition",
617
+ "printedName": "Any"
618
+ }
619
+ ],
620
+ "usr": "s:SD"
621
+ }
622
+ ],
623
+ "declKind": "Func",
624
+ "usr": "c:@M@KeyWordDetection@objc(pl)KeywordDetectionRNDelegate(im)KeywordDetectionDidDetectEvent:",
625
+ "mangledName": "$s16KeyWordDetection07KeywordC10RNDelegateP0dC14DidDetectEventyySDySSypGF",
626
+ "moduleName": "KeyWordDetection",
627
+ "genericSig": "<τ_0_0 where τ_0_0 : KeyWordDetection.KeywordDetectionRNDelegate>",
628
+ "sugared_genericSig": "<Self where Self : KeyWordDetection.KeywordDetectionRNDelegate>",
629
+ "protocolReq": true,
630
+ "declAttributes": [
631
+ "ObjC"
632
+ ],
633
+ "reqNewWitnessTableEntry": true,
634
+ "funcSelfKind": "NonMutating"
635
+ }
636
+ ],
637
+ "declKind": "Protocol",
638
+ "usr": "c:@M@KeyWordDetection@objc(pl)KeywordDetectionRNDelegate",
639
+ "mangledName": "$s16KeyWordDetection07KeywordC10RNDelegateP",
640
+ "moduleName": "KeyWordDetection",
641
+ "genericSig": "<τ_0_0 : AnyObject>",
642
+ "sugared_genericSig": "<Self : AnyObject>",
643
+ "declAttributes": [
644
+ "AccessControl",
645
+ "ObjC",
646
+ "RawDocComment"
647
+ ]
648
+ },
649
+ {
650
+ "kind": "TypeDecl",
651
+ "name": "KeyWordsDetection",
652
+ "printedName": "KeyWordsDetection",
653
+ "children": [
654
+ {
655
+ "kind": "Var",
656
+ "name": "delegate",
657
+ "printedName": "delegate",
658
+ "children": [
659
+ {
660
+ "kind": "TypeNominal",
661
+ "name": "WeakStorage",
662
+ "printedName": "(any KeyWordDetection.KeywordDetectionRNDelegate)?"
663
+ }
664
+ ],
665
+ "declKind": "Var",
666
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(py)delegate",
667
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C8delegateAA07KeywordC10RNDelegate_pSgvp",
668
+ "moduleName": "KeyWordDetection",
669
+ "declAttributes": [
670
+ "HasInitialValue",
671
+ "HasStorage",
672
+ "ReferenceOwnership",
673
+ "AccessControl",
674
+ "ObjC"
675
+ ],
676
+ "ownership": 1,
677
+ "hasStorage": true,
678
+ "accessors": [
679
+ {
680
+ "kind": "Accessor",
681
+ "name": "Get",
682
+ "printedName": "Get()",
683
+ "children": [
684
+ {
685
+ "kind": "TypeNominal",
686
+ "name": "Optional",
687
+ "printedName": "(any KeyWordDetection.KeywordDetectionRNDelegate)?",
688
+ "children": [
689
+ {
690
+ "kind": "TypeNominal",
691
+ "name": "KeywordDetectionRNDelegate",
692
+ "printedName": "any KeyWordDetection.KeywordDetectionRNDelegate",
693
+ "usr": "c:@M@KeyWordDetection@objc(pl)KeywordDetectionRNDelegate"
694
+ }
695
+ ],
696
+ "usr": "s:Sq"
697
+ }
698
+ ],
699
+ "declKind": "Accessor",
700
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)delegate",
701
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C8delegateAA07KeywordC10RNDelegate_pSgvg",
702
+ "moduleName": "KeyWordDetection",
703
+ "implicit": true,
704
+ "declAttributes": [
705
+ "ObjC"
706
+ ],
707
+ "accessorKind": "get"
708
+ },
709
+ {
710
+ "kind": "Accessor",
711
+ "name": "Set",
712
+ "printedName": "Set()",
713
+ "children": [
714
+ {
715
+ "kind": "TypeNominal",
716
+ "name": "Void",
717
+ "printedName": "()"
718
+ },
719
+ {
720
+ "kind": "TypeNominal",
721
+ "name": "Optional",
722
+ "printedName": "(any KeyWordDetection.KeywordDetectionRNDelegate)?",
723
+ "children": [
724
+ {
725
+ "kind": "TypeNominal",
726
+ "name": "KeywordDetectionRNDelegate",
727
+ "printedName": "any KeyWordDetection.KeywordDetectionRNDelegate",
728
+ "usr": "c:@M@KeyWordDetection@objc(pl)KeywordDetectionRNDelegate"
729
+ }
730
+ ],
731
+ "usr": "s:Sq"
732
+ }
733
+ ],
734
+ "declKind": "Accessor",
735
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)setDelegate:",
736
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C8delegateAA07KeywordC10RNDelegate_pSgvs",
737
+ "moduleName": "KeyWordDetection",
738
+ "implicit": true,
739
+ "declAttributes": [
740
+ "ObjC"
741
+ ],
742
+ "accessorKind": "set"
743
+ },
744
+ {
745
+ "kind": "Accessor",
746
+ "name": "Modify",
747
+ "printedName": "Modify()",
748
+ "children": [
749
+ {
750
+ "kind": "TypeNominal",
751
+ "name": "Void",
752
+ "printedName": "()"
753
+ }
754
+ ],
755
+ "declKind": "Accessor",
756
+ "usr": "s:16KeyWordDetection0a5WordsC0C8delegateAA07KeywordC10RNDelegate_pSgvM",
757
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C8delegateAA07KeywordC10RNDelegate_pSgvM",
758
+ "moduleName": "KeyWordDetection",
759
+ "implicit": true,
760
+ "accessorKind": "_modify"
761
+ }
762
+ ]
763
+ },
764
+ {
765
+ "kind": "Constructor",
766
+ "name": "init",
767
+ "printedName": "init(modelPath:threshold:bufferCnt:)",
768
+ "children": [
769
+ {
770
+ "kind": "TypeNominal",
771
+ "name": "KeyWordsDetection",
772
+ "printedName": "KeyWordDetection.KeyWordsDetection",
773
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
774
+ },
775
+ {
776
+ "kind": "TypeNominal",
777
+ "name": "String",
778
+ "printedName": "Swift.String",
779
+ "usr": "s:SS"
780
+ },
781
+ {
782
+ "kind": "TypeNominal",
783
+ "name": "Float",
784
+ "printedName": "Swift.Float",
785
+ "usr": "s:Sf"
786
+ },
787
+ {
788
+ "kind": "TypeNominal",
789
+ "name": "Int",
790
+ "printedName": "Swift.Int",
791
+ "usr": "s:Si"
792
+ }
793
+ ],
794
+ "declKind": "Constructor",
795
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)initWithModelPath:threshold:bufferCnt:error:",
796
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C9modelPath9threshold9bufferCntACSS_SfSitKcfc",
797
+ "moduleName": "KeyWordDetection",
798
+ "objc_name": "initWithModelPath:threshold:bufferCnt:error:",
799
+ "declAttributes": [
800
+ "AccessControl",
801
+ "ObjC"
802
+ ],
803
+ "throwing": true,
804
+ "init_kind": "Designated"
805
+ },
806
+ {
807
+ "kind": "Function",
808
+ "name": "replaceKeywordDetectionModel",
809
+ "printedName": "replaceKeywordDetectionModel(modelPath:threshold:bufferCnt:)",
810
+ "children": [
811
+ {
812
+ "kind": "TypeNominal",
813
+ "name": "Void",
814
+ "printedName": "()"
815
+ },
816
+ {
817
+ "kind": "TypeNominal",
818
+ "name": "String",
819
+ "printedName": "Swift.String",
820
+ "usr": "s:SS"
821
+ },
822
+ {
823
+ "kind": "TypeNominal",
824
+ "name": "Float",
825
+ "printedName": "Swift.Float",
826
+ "usr": "s:Sf"
827
+ },
828
+ {
829
+ "kind": "TypeNominal",
830
+ "name": "Int",
831
+ "printedName": "Swift.Int",
832
+ "usr": "s:Si"
833
+ }
834
+ ],
835
+ "declKind": "Func",
836
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)replaceKeywordDetectionModelWithModelPath:threshold:bufferCnt:error:",
837
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C014replaceKeywordC5Model9modelPath9threshold9bufferCntySS_SfSitKF",
838
+ "moduleName": "KeyWordDetection",
839
+ "objc_name": "replaceKeywordDetectionModelWithModelPath:threshold:bufferCnt:error:",
840
+ "declAttributes": [
841
+ "AccessControl",
842
+ "ObjC"
843
+ ],
844
+ "throwing": true,
845
+ "funcSelfKind": "NonMutating"
846
+ },
847
+ {
848
+ "kind": "Function",
849
+ "name": "getKeywordDetectionModel",
850
+ "printedName": "getKeywordDetectionModel()",
851
+ "children": [
852
+ {
853
+ "kind": "TypeNominal",
854
+ "name": "String",
855
+ "printedName": "Swift.String",
856
+ "usr": "s:SS"
857
+ }
858
+ ],
859
+ "declKind": "Func",
860
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)getKeywordDetectionModel",
861
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C010getKeywordC5ModelSSyF",
862
+ "moduleName": "KeyWordDetection",
863
+ "declAttributes": [
864
+ "AccessControl",
865
+ "ObjC"
866
+ ],
867
+ "funcSelfKind": "NonMutating"
868
+ },
869
+ {
870
+ "kind": "Function",
871
+ "name": "getRecordingWav",
872
+ "printedName": "getRecordingWav()",
873
+ "children": [
874
+ {
875
+ "kind": "TypeNominal",
876
+ "name": "String",
877
+ "printedName": "Swift.String",
878
+ "usr": "s:SS"
879
+ }
880
+ ],
881
+ "declKind": "Func",
882
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)getRecordingWav",
883
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C15getRecordingWavSSyF",
884
+ "moduleName": "KeyWordDetection",
885
+ "declAttributes": [
886
+ "AccessControl",
887
+ "ObjC"
888
+ ],
889
+ "funcSelfKind": "NonMutating"
890
+ },
891
+ {
892
+ "kind": "Function",
893
+ "name": "setKeywordDetectionLicense",
894
+ "printedName": "setKeywordDetectionLicense(licenseKey:)",
895
+ "children": [
896
+ {
897
+ "kind": "TypeNominal",
898
+ "name": "Bool",
899
+ "printedName": "Swift.Bool",
900
+ "usr": "s:Sb"
901
+ },
902
+ {
903
+ "kind": "TypeNominal",
904
+ "name": "String",
905
+ "printedName": "Swift.String",
906
+ "usr": "s:SS"
907
+ }
908
+ ],
909
+ "declKind": "Func",
910
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)setKeywordDetectionLicenseWithLicenseKey:",
911
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C010setKeywordC7License07licenseA0SbSS_tF",
912
+ "moduleName": "KeyWordDetection",
913
+ "objc_name": "setKeywordDetectionLicenseWithLicenseKey:",
914
+ "declAttributes": [
915
+ "AccessControl",
916
+ "ObjC"
917
+ ],
918
+ "funcSelfKind": "NonMutating"
919
+ },
920
+ {
921
+ "kind": "Function",
922
+ "name": "setLicense",
923
+ "printedName": "setLicense(licenseKey:)",
924
+ "children": [
925
+ {
926
+ "kind": "TypeNominal",
927
+ "name": "Bool",
928
+ "printedName": "Swift.Bool",
929
+ "usr": "s:Sb"
930
+ },
931
+ {
932
+ "kind": "TypeNominal",
933
+ "name": "String",
934
+ "printedName": "Swift.String",
935
+ "usr": "s:SS"
936
+ }
937
+ ],
938
+ "declKind": "Func",
939
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)setLicenseWithLicenseKey:",
940
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C10setLicense07licenseA0SbSS_tF",
941
+ "moduleName": "KeyWordDetection",
942
+ "objc_name": "setLicenseWithLicenseKey:",
943
+ "declAttributes": [
944
+ "AccessControl",
945
+ "ObjC"
946
+ ],
947
+ "funcSelfKind": "NonMutating"
948
+ },
949
+ {
950
+ "kind": "Function",
951
+ "name": "callBack",
952
+ "printedName": "callBack(frame:)",
953
+ "children": [
954
+ {
955
+ "kind": "TypeNominal",
956
+ "name": "Void",
957
+ "printedName": "()"
958
+ },
959
+ {
960
+ "kind": "TypeNominal",
961
+ "name": "Array",
962
+ "printedName": "[Swift.Int16]",
963
+ "children": [
964
+ {
965
+ "kind": "TypeNominal",
966
+ "name": "Int16",
967
+ "printedName": "Swift.Int16",
968
+ "usr": "s:s5Int16V"
969
+ }
970
+ ],
971
+ "usr": "s:Sa"
972
+ }
973
+ ],
974
+ "declKind": "Func",
975
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)callBackWithFrame:",
976
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C8callBack5frameySays5Int16VG_tF",
977
+ "moduleName": "KeyWordDetection",
978
+ "objc_name": "callBackWithFrame:",
979
+ "declAttributes": [
980
+ "AccessControl",
981
+ "ObjC"
982
+ ],
983
+ "funcSelfKind": "NonMutating"
984
+ },
985
+ {
986
+ "kind": "Function",
987
+ "name": "startListening",
988
+ "printedName": "startListening()",
989
+ "children": [
990
+ {
991
+ "kind": "TypeNominal",
992
+ "name": "Void",
993
+ "printedName": "()"
994
+ }
995
+ ],
996
+ "declKind": "Func",
997
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)startListeningAndReturnError:",
998
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C14startListeningyyKF",
999
+ "moduleName": "KeyWordDetection",
1000
+ "objc_name": "startListeningAndReturnError:",
1001
+ "declAttributes": [
1002
+ "AccessControl",
1003
+ "ObjC"
1004
+ ],
1005
+ "throwing": true,
1006
+ "funcSelfKind": "NonMutating"
1007
+ },
1008
+ {
1009
+ "kind": "Function",
1010
+ "name": "stopListening",
1011
+ "printedName": "stopListening()",
1012
+ "children": [
1013
+ {
1014
+ "kind": "TypeNominal",
1015
+ "name": "Void",
1016
+ "printedName": "()"
1017
+ }
1018
+ ],
1019
+ "declKind": "Func",
1020
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)stopListening",
1021
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C13stopListeningyyF",
1022
+ "moduleName": "KeyWordDetection",
1023
+ "declAttributes": [
1024
+ "AccessControl",
1025
+ "ObjC"
1026
+ ],
1027
+ "funcSelfKind": "NonMutating"
1028
+ },
1029
+ {
1030
+ "kind": "Constructor",
1031
+ "name": "init",
1032
+ "printedName": "init()",
1033
+ "children": [
1034
+ {
1035
+ "kind": "TypeNominal",
1036
+ "name": "KeyWordsDetection",
1037
+ "printedName": "KeyWordDetection.KeyWordsDetection",
1038
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection"
1039
+ }
1040
+ ],
1041
+ "declKind": "Constructor",
1042
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection(im)init",
1043
+ "mangledName": "$s16KeyWordDetection0a5WordsC0CACycfc",
1044
+ "moduleName": "KeyWordDetection",
1045
+ "overriding": true,
1046
+ "implicit": true,
1047
+ "objc_name": "init",
1048
+ "declAttributes": [
1049
+ "Dynamic",
1050
+ "ObjC",
1051
+ "Override"
1052
+ ],
1053
+ "init_kind": "Designated"
1054
+ }
1055
+ ],
1056
+ "declKind": "Class",
1057
+ "usr": "c:@M@KeyWordDetection@objc(cs)KeyWordsDetection",
1058
+ "mangledName": "$s16KeyWordDetection0a5WordsC0C",
1059
+ "moduleName": "KeyWordDetection",
1060
+ "declAttributes": [
1061
+ "AccessControl",
1062
+ "ObjC"
1063
+ ],
1064
+ "superclassUsr": "c:objc(cs)NSObject",
1065
+ "superclassNames": [
1066
+ "ObjectiveC.NSObject"
1067
+ ],
1068
+ "conformances": [
1069
+ {
1070
+ "kind": "Conformance",
1071
+ "name": "Equatable",
1072
+ "printedName": "Equatable",
1073
+ "usr": "s:SQ",
1074
+ "mangledName": "$sSQ"
1075
+ },
1076
+ {
1077
+ "kind": "Conformance",
1078
+ "name": "Hashable",
1079
+ "printedName": "Hashable",
1080
+ "usr": "s:SH",
1081
+ "mangledName": "$sSH"
1082
+ },
1083
+ {
1084
+ "kind": "Conformance",
1085
+ "name": "CVarArg",
1086
+ "printedName": "CVarArg",
1087
+ "usr": "s:s7CVarArgP",
1088
+ "mangledName": "$ss7CVarArgP"
1089
+ },
1090
+ {
1091
+ "kind": "Conformance",
1092
+ "name": "_KeyValueCodingAndObservingPublishing",
1093
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1094
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1095
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1096
+ },
1097
+ {
1098
+ "kind": "Conformance",
1099
+ "name": "_KeyValueCodingAndObserving",
1100
+ "printedName": "_KeyValueCodingAndObserving",
1101
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1102
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1103
+ },
1104
+ {
1105
+ "kind": "Conformance",
1106
+ "name": "CustomStringConvertible",
1107
+ "printedName": "CustomStringConvertible",
1108
+ "usr": "s:s23CustomStringConvertibleP",
1109
+ "mangledName": "$ss23CustomStringConvertibleP"
1110
+ },
1111
+ {
1112
+ "kind": "Conformance",
1113
+ "name": "CustomDebugStringConvertible",
1114
+ "printedName": "CustomDebugStringConvertible",
1115
+ "usr": "s:s28CustomDebugStringConvertibleP",
1116
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1117
+ }
1118
+ ]
1119
+ },
1120
+ {
1121
+ "kind": "Import",
1122
+ "name": "Foundation",
1123
+ "printedName": "Foundation",
1124
+ "declKind": "Import",
1125
+ "moduleName": "KeyWordDetection"
1126
+ },
1127
+ {
1128
+ "kind": "Import",
1129
+ "name": "CommonCrypto",
1130
+ "printedName": "CommonCrypto",
1131
+ "declKind": "Import",
1132
+ "moduleName": "KeyWordDetection"
1133
+ },
1134
+ {
1135
+ "kind": "TypeDecl",
1136
+ "name": "LicenseManager",
1137
+ "printedName": "LicenseManager",
1138
+ "children": [
1139
+ {
1140
+ "kind": "Constructor",
1141
+ "name": "init",
1142
+ "printedName": "init()",
1143
+ "children": [
1144
+ {
1145
+ "kind": "TypeNominal",
1146
+ "name": "LicenseManager",
1147
+ "printedName": "KeyWordDetection.LicenseManager",
1148
+ "usr": "c:@M@KeyWordDetection@objc(cs)LicenseManager"
1149
+ }
1150
+ ],
1151
+ "declKind": "Constructor",
1152
+ "usr": "c:@M@KeyWordDetection@objc(cs)LicenseManager(im)init",
1153
+ "mangledName": "$s16KeyWordDetection14LicenseManagerCACycfc",
1154
+ "moduleName": "KeyWordDetection",
1155
+ "overriding": true,
1156
+ "implicit": true,
1157
+ "objc_name": "init",
1158
+ "declAttributes": [
1159
+ "Dynamic",
1160
+ "ObjC",
1161
+ "Override"
1162
+ ],
1163
+ "init_kind": "Designated"
1164
+ }
1165
+ ],
1166
+ "declKind": "Class",
1167
+ "usr": "c:@M@KeyWordDetection@objc(cs)LicenseManager",
1168
+ "mangledName": "$s16KeyWordDetection14LicenseManagerC",
1169
+ "moduleName": "KeyWordDetection",
1170
+ "declAttributes": [
1171
+ "AccessControl",
1172
+ "ObjC"
1173
+ ],
1174
+ "superclassUsr": "c:objc(cs)NSObject",
1175
+ "inheritsConvenienceInitializers": true,
1176
+ "superclassNames": [
1177
+ "ObjectiveC.NSObject"
1178
+ ],
1179
+ "conformances": [
1180
+ {
1181
+ "kind": "Conformance",
1182
+ "name": "Equatable",
1183
+ "printedName": "Equatable",
1184
+ "usr": "s:SQ",
1185
+ "mangledName": "$sSQ"
1186
+ },
1187
+ {
1188
+ "kind": "Conformance",
1189
+ "name": "Hashable",
1190
+ "printedName": "Hashable",
1191
+ "usr": "s:SH",
1192
+ "mangledName": "$sSH"
1193
+ },
1194
+ {
1195
+ "kind": "Conformance",
1196
+ "name": "CVarArg",
1197
+ "printedName": "CVarArg",
1198
+ "usr": "s:s7CVarArgP",
1199
+ "mangledName": "$ss7CVarArgP"
1200
+ },
1201
+ {
1202
+ "kind": "Conformance",
1203
+ "name": "_KeyValueCodingAndObservingPublishing",
1204
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1205
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1206
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1207
+ },
1208
+ {
1209
+ "kind": "Conformance",
1210
+ "name": "_KeyValueCodingAndObserving",
1211
+ "printedName": "_KeyValueCodingAndObserving",
1212
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1213
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1214
+ },
1215
+ {
1216
+ "kind": "Conformance",
1217
+ "name": "CustomStringConvertible",
1218
+ "printedName": "CustomStringConvertible",
1219
+ "usr": "s:s23CustomStringConvertibleP",
1220
+ "mangledName": "$ss23CustomStringConvertibleP"
1221
+ },
1222
+ {
1223
+ "kind": "Conformance",
1224
+ "name": "CustomDebugStringConvertible",
1225
+ "printedName": "CustomDebugStringConvertible",
1226
+ "usr": "s:s28CustomDebugStringConvertibleP",
1227
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1228
+ }
1229
+ ]
1230
+ },
1231
+ {
1232
+ "kind": "Import",
1233
+ "name": "Foundation",
1234
+ "printedName": "Foundation",
1235
+ "declKind": "Import",
1236
+ "moduleName": "KeyWordDetection"
1237
+ },
1238
+ {
1239
+ "kind": "Import",
1240
+ "name": "AVFoundation",
1241
+ "printedName": "AVFoundation",
1242
+ "declKind": "Import",
1243
+ "moduleName": "KeyWordDetection"
1244
+ },
1245
+ {
1246
+ "kind": "Import",
1247
+ "name": "ios_voice_processor",
1248
+ "printedName": "ios_voice_processor",
1249
+ "declKind": "Import",
1250
+ "moduleName": "KeyWordDetection"
1251
+ }
1252
+ ],
1253
+ "json_format_version": 8
1254
+ },
1255
+ "ConstValues": [
1256
+ {
1257
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/GlobalVariables.swift",
1258
+ "kind": "FloatLiteral",
1259
+ "offset": 314,
1260
+ "length": 6,
1261
+ "value": "0.9999"
1262
+ },
1263
+ {
1264
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/GlobalVariables.swift",
1265
+ "kind": "IntegerLiteral",
1266
+ "offset": 359,
1267
+ "length": 1,
1268
+ "value": "2"
1269
+ },
1270
+ {
1271
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1272
+ "kind": "IntegerLiteral",
1273
+ "offset": 7040,
1274
+ "length": 2,
1275
+ "value": "30"
1276
+ },
1277
+ {
1278
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1279
+ "kind": "BooleanLiteral",
1280
+ "offset": 7235,
1281
+ "length": 5,
1282
+ "value": "false"
1283
+ },
1284
+ {
1285
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1286
+ "kind": "IntegerLiteral",
1287
+ "offset": 7386,
1288
+ "length": 1,
1289
+ "value": "0"
1290
+ },
1291
+ {
1292
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1293
+ "kind": "IntegerLiteral",
1294
+ "offset": 7527,
1295
+ "length": 2,
1296
+ "value": "10"
1297
+ },
1298
+ {
1299
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1300
+ "kind": "IntegerLiteral",
1301
+ "offset": 7532,
1302
+ "length": 2,
1303
+ "value": "97"
1304
+ },
1305
+ {
1306
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1307
+ "kind": "IntegerLiteral",
1308
+ "offset": 7566,
1309
+ "length": 4,
1310
+ "value": "1280"
1311
+ },
1312
+ {
1313
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1314
+ "kind": "IntegerLiteral",
1315
+ "offset": 7608,
1316
+ "length": 5,
1317
+ "value": "16000"
1318
+ },
1319
+ {
1320
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1321
+ "kind": "IntegerLiteral",
1322
+ "offset": 7665,
1323
+ "length": 2,
1324
+ "value": "10"
1325
+ },
1326
+ {
1327
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1328
+ "kind": "IntegerLiteral",
1329
+ "offset": 7747,
1330
+ "length": 2,
1331
+ "value": "80"
1332
+ },
1333
+ {
1334
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1335
+ "kind": "IntegerLiteral",
1336
+ "offset": 7783,
1337
+ "length": 2,
1338
+ "value": "16"
1339
+ },
1340
+ {
1341
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1342
+ "kind": "BooleanLiteral",
1343
+ "offset": 7815,
1344
+ "length": 5,
1345
+ "value": "false"
1346
+ },
1347
+ {
1348
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1349
+ "kind": "IntegerLiteral",
1350
+ "offset": 8265,
1351
+ "length": 2,
1352
+ "value": "10"
1353
+ },
1354
+ {
1355
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1356
+ "kind": "IntegerLiteral",
1357
+ "offset": 8322,
1358
+ "length": 1,
1359
+ "value": "0"
1360
+ },
1361
+ {
1362
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1363
+ "kind": "IntegerLiteral",
1364
+ "offset": 8368,
1365
+ "length": 1,
1366
+ "value": "0"
1367
+ },
1368
+ {
1369
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1370
+ "kind": "IntegerLiteral",
1371
+ "offset": 8453,
1372
+ "length": 4,
1373
+ "value": "5000"
1374
+ },
1375
+ {
1376
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
1377
+ "kind": "StringLiteral",
1378
+ "offset": 6596,
1379
+ "length": 17,
1380
+ "value": "\"KeyWordDetection.KeyWordsDetection\""
1381
+ },
1382
+ {
1383
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1384
+ "kind": "StringLiteral",
1385
+ "offset": 113,
1386
+ "length": 4,
1387
+ "value": "\"c1\""
1388
+ },
1389
+ {
1390
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1391
+ "kind": "StringLiteral",
1392
+ "offset": 144,
1393
+ "length": 2,
1394
+ "value": "\"\""
1395
+ },
1396
+ {
1397
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1398
+ "kind": "StringLiteral",
1399
+ "offset": 174,
1400
+ "length": 3,
1401
+ "value": "\"f\""
1402
+ },
1403
+ {
1404
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1405
+ "kind": "StringLiteral",
1406
+ "offset": 205,
1407
+ "length": 3,
1408
+ "value": "\"b\""
1409
+ },
1410
+ {
1411
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1412
+ "kind": "StringLiteral",
1413
+ "offset": 243,
1414
+ "length": 3,
1415
+ "value": "\"Z\""
1416
+ },
1417
+ {
1418
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1419
+ "kind": "StringLiteral",
1420
+ "offset": 273,
1421
+ "length": 3,
1422
+ "value": "\"V\""
1423
+ },
1424
+ {
1425
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1426
+ "kind": "StringLiteral",
1427
+ "offset": 302,
1428
+ "length": 3,
1429
+ "value": "\"H\""
1430
+ },
1431
+ {
1432
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1433
+ "kind": "StringLiteral",
1434
+ "offset": 333,
1435
+ "length": 3,
1436
+ "value": "\"Y\""
1437
+ },
1438
+ {
1439
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1440
+ "kind": "StringLiteral",
1441
+ "offset": 363,
1442
+ "length": 3,
1443
+ "value": "\"I\""
1444
+ },
1445
+ {
1446
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1447
+ "kind": "StringLiteral",
1448
+ "offset": 394,
1449
+ "length": 3,
1450
+ "value": "\"T\""
1451
+ },
1452
+ {
1453
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1454
+ "kind": "StringLiteral",
1455
+ "offset": 426,
1456
+ "length": 3,
1457
+ "value": "\"k\""
1458
+ },
1459
+ {
1460
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1461
+ "kind": "StringLiteral",
1462
+ "offset": 454,
1463
+ "length": 3,
1464
+ "value": "\"m\""
1465
+ },
1466
+ {
1467
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1468
+ "kind": "StringLiteral",
1469
+ "offset": 482,
1470
+ "length": 3,
1471
+ "value": "\"Y\""
1472
+ },
1473
+ {
1474
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1475
+ "kind": "StringLiteral",
1476
+ "offset": 510,
1477
+ "length": 3,
1478
+ "value": "\"D\""
1479
+ },
1480
+ {
1481
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1482
+ "kind": "StringLiteral",
1483
+ "offset": 543,
1484
+ "length": 3,
1485
+ "value": "\"R\""
1486
+ },
1487
+ {
1488
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1489
+ "kind": "StringLiteral",
1490
+ "offset": 571,
1491
+ "length": 3,
1492
+ "value": "\"O\""
1493
+ },
1494
+ {
1495
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1496
+ "kind": "StringLiteral",
1497
+ "offset": 600,
1498
+ "length": 3,
1499
+ "value": "\"4\""
1500
+ },
1501
+ {
1502
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1503
+ "kind": "StringLiteral",
1504
+ "offset": 631,
1505
+ "length": 3,
1506
+ "value": "\"w\""
1507
+ },
1508
+ {
1509
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1510
+ "kind": "StringLiteral",
1511
+ "offset": 660,
1512
+ "length": 3,
1513
+ "value": "\"c\""
1514
+ },
1515
+ {
1516
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1517
+ "kind": "StringLiteral",
1518
+ "offset": 693,
1519
+ "length": 3,
1520
+ "value": "\"Z\""
1521
+ },
1522
+ {
1523
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1524
+ "kind": "StringLiteral",
1525
+ "offset": 722,
1526
+ "length": 3,
1527
+ "value": "\"V\""
1528
+ },
1529
+ {
1530
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1531
+ "kind": "StringLiteral",
1532
+ "offset": 751,
1533
+ "length": 3,
1534
+ "value": "\"1\""
1535
+ },
1536
+ {
1537
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1538
+ "kind": "StringLiteral",
1539
+ "offset": 780,
1540
+ "length": 3,
1541
+ "value": "\"T\""
1542
+ },
1543
+ {
1544
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/LicenseManager.swift",
1545
+ "kind": "StringLiteral",
1546
+ "offset": 811,
1547
+ "length": 3,
1548
+ "value": "\"s\""
1549
+ },
1550
+ {
1551
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromFile.swift",
1552
+ "kind": "BooleanLiteral",
1553
+ "offset": 134,
1554
+ "length": 5,
1555
+ "value": "false"
1556
+ },
1557
+ {
1558
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromFile.swift",
1559
+ "kind": "IntegerLiteral",
1560
+ "offset": 175,
1561
+ "length": 1,
1562
+ "value": "0"
1563
+ },
1564
+ {
1565
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromFile.swift",
1566
+ "kind": "FloatLiteral",
1567
+ "offset": 214,
1568
+ "length": 7,
1569
+ "value": "16000.0"
1570
+ },
1571
+ {
1572
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromFile.swift",
1573
+ "kind": "StringLiteral",
1574
+ "offset": 244,
1575
+ "length": 24,
1576
+ "value": "\"AudioProcessorFromFile\""
1577
+ },
1578
+ {
1579
+ "filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromFile.swift",
1580
+ "kind": "StringLiteral",
1581
+ "offset": 72,
1582
+ "length": 22,
1583
+ "value": "\"KeyWordDetection.AudioProcessorFromFile\""
1584
+ }
1585
+ ]
1586
+ }