react-native-davoice-tts 1.0.214 → 1.0.215

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 (17) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1828 -1828
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +10 -10
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +10 -10
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1778 -1778
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +10 -10
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +10 -10
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1778 -1778
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +10 -10
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +10 -10
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +24 -24
  17. package/package.json +1 -1
@@ -14,61 +14,164 @@
14
14
  "RawDocComment"
15
15
  ]
16
16
  },
17
+ {
18
+ "kind": "Import",
19
+ "name": "onnxruntime_objc",
20
+ "printedName": "onnxruntime_objc",
21
+ "declKind": "Import",
22
+ "moduleName": "DavoiceTTS"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "phonemes",
27
+ "printedName": "phonemes",
28
+ "declKind": "Import",
29
+ "moduleName": "DavoiceTTS",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "AVFoundation",
37
+ "printedName": "AVFoundation",
38
+ "declKind": "Import",
39
+ "moduleName": "DavoiceTTS"
40
+ },
41
+ {
42
+ "kind": "Import",
43
+ "name": "Accelerate",
44
+ "printedName": "Accelerate",
45
+ "declKind": "Import",
46
+ "moduleName": "DavoiceTTS"
47
+ },
17
48
  {
18
49
  "kind": "TypeDecl",
19
- "name": "AudioPlaybackHook",
20
- "printedName": "AudioPlaybackHook",
50
+ "name": "SwiftSoundQueue",
51
+ "printedName": "SwiftSoundQueue",
21
52
  "children": [
22
53
  {
23
54
  "kind": "Var",
24
- "name": "engineScheduleFile",
25
- "printedName": "engineScheduleFile",
55
+ "name": "shared",
56
+ "printedName": "shared",
57
+ "children": [
58
+ {
59
+ "kind": "TypeNominal",
60
+ "name": "SwiftSoundQueue",
61
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
62
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
63
+ }
64
+ ],
65
+ "declKind": "Var",
66
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
67
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
68
+ "moduleName": "DavoiceTTS",
69
+ "static": true,
70
+ "declAttributes": [
71
+ "HasInitialValue",
72
+ "Final",
73
+ "HasStorage",
74
+ "AccessControl",
75
+ "RawDocComment"
76
+ ],
77
+ "isLet": true,
78
+ "hasStorage": true,
79
+ "accessors": [
80
+ {
81
+ "kind": "Accessor",
82
+ "name": "Get",
83
+ "printedName": "Get()",
84
+ "children": [
85
+ {
86
+ "kind": "TypeNominal",
87
+ "name": "SwiftSoundQueue",
88
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
89
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
90
+ }
91
+ ],
92
+ "declKind": "Accessor",
93
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
94
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
95
+ "moduleName": "DavoiceTTS",
96
+ "static": true,
97
+ "implicit": true,
98
+ "declAttributes": [
99
+ "Final"
100
+ ],
101
+ "accessorKind": "get"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "kind": "Function",
107
+ "name": "notifyWhenURLFinishes",
108
+ "printedName": "notifyWhenURLFinishes(_:_:)",
109
+ "children": [
110
+ {
111
+ "kind": "TypeNominal",
112
+ "name": "Void",
113
+ "printedName": "()"
114
+ },
115
+ {
116
+ "kind": "TypeNominal",
117
+ "name": "URL",
118
+ "printedName": "Foundation.URL",
119
+ "usr": "s:10Foundation3URLV"
120
+ },
121
+ {
122
+ "kind": "TypeFunc",
123
+ "name": "Function",
124
+ "printedName": "() -> ()",
125
+ "children": [
126
+ {
127
+ "kind": "TypeNominal",
128
+ "name": "Void",
129
+ "printedName": "()"
130
+ },
131
+ {
132
+ "kind": "TypeNominal",
133
+ "name": "Void",
134
+ "printedName": "()"
135
+ }
136
+ ]
137
+ }
138
+ ],
139
+ "declKind": "Func",
140
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
141
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
142
+ "moduleName": "DavoiceTTS",
143
+ "declAttributes": [
144
+ "Final",
145
+ "AccessControl",
146
+ "RawDocComment"
147
+ ],
148
+ "funcSelfKind": "NonMutating"
149
+ },
150
+ {
151
+ "kind": "Var",
152
+ "name": "onItemDone",
153
+ "printedName": "onItemDone",
26
154
  "children": [
27
155
  {
28
156
  "kind": "TypeNominal",
29
157
  "name": "Optional",
30
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
158
+ "printedName": "((Foundation.URL) -> ())?",
31
159
  "children": [
32
160
  {
33
161
  "kind": "TypeFunc",
34
162
  "name": "Function",
35
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
163
+ "printedName": "(Foundation.URL) -> ()",
36
164
  "children": [
37
165
  {
38
166
  "kind": "TypeNominal",
39
- "name": "Bool",
40
- "printedName": "Swift.Bool",
41
- "usr": "s:Sb"
167
+ "name": "Void",
168
+ "printedName": "()"
42
169
  },
43
170
  {
44
171
  "kind": "TypeNominal",
45
- "name": "Tuple",
46
- "printedName": "(Foundation.URL, () -> ())",
47
- "children": [
48
- {
49
- "kind": "TypeNominal",
50
- "name": "URL",
51
- "printedName": "Foundation.URL",
52
- "usr": "s:10Foundation3URLV"
53
- },
54
- {
55
- "kind": "TypeFunc",
56
- "name": "Function",
57
- "printedName": "() -> ()",
58
- "children": [
59
- {
60
- "kind": "TypeNominal",
61
- "name": "Void",
62
- "printedName": "()"
63
- },
64
- {
65
- "kind": "TypeNominal",
66
- "name": "Void",
67
- "printedName": "()"
68
- }
69
- ]
70
- }
71
- ]
172
+ "name": "URL",
173
+ "printedName": "Foundation.URL",
174
+ "usr": "s:10Foundation3URLV"
72
175
  }
73
176
  ]
74
177
  }
@@ -77,12 +180,12 @@
77
180
  }
78
181
  ],
79
182
  "declKind": "Var",
80
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
81
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
183
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
184
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
82
185
  "moduleName": "DavoiceTTS",
83
- "static": true,
84
186
  "declAttributes": [
85
187
  "HasInitialValue",
188
+ "Final",
86
189
  "HasStorage",
87
190
  "AccessControl",
88
191
  "RawDocComment"
@@ -97,48 +200,23 @@
97
200
  {
98
201
  "kind": "TypeNominal",
99
202
  "name": "Optional",
100
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
203
+ "printedName": "((Foundation.URL) -> ())?",
101
204
  "children": [
102
205
  {
103
206
  "kind": "TypeFunc",
104
207
  "name": "Function",
105
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
208
+ "printedName": "(Foundation.URL) -> ()",
106
209
  "children": [
107
210
  {
108
211
  "kind": "TypeNominal",
109
- "name": "Bool",
110
- "printedName": "Swift.Bool",
111
- "usr": "s:Sb"
212
+ "name": "Void",
213
+ "printedName": "()"
112
214
  },
113
215
  {
114
216
  "kind": "TypeNominal",
115
- "name": "Tuple",
116
- "printedName": "(Foundation.URL, () -> ())",
117
- "children": [
118
- {
119
- "kind": "TypeNominal",
120
- "name": "URL",
121
- "printedName": "Foundation.URL",
122
- "usr": "s:10Foundation3URLV"
123
- },
124
- {
125
- "kind": "TypeFunc",
126
- "name": "Function",
127
- "printedName": "() -> ()",
128
- "children": [
129
- {
130
- "kind": "TypeNominal",
131
- "name": "Void",
132
- "printedName": "()"
133
- },
134
- {
135
- "kind": "TypeNominal",
136
- "name": "Void",
137
- "printedName": "()"
138
- }
139
- ]
140
- }
141
- ]
217
+ "name": "URL",
218
+ "printedName": "Foundation.URL",
219
+ "usr": "s:10Foundation3URLV"
142
220
  }
143
221
  ]
144
222
  }
@@ -147,11 +225,13 @@
147
225
  }
148
226
  ],
149
227
  "declKind": "Accessor",
150
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
151
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
228
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
229
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
152
230
  "moduleName": "DavoiceTTS",
153
- "static": true,
154
231
  "implicit": true,
232
+ "declAttributes": [
233
+ "Final"
234
+ ],
155
235
  "accessorKind": "get"
156
236
  },
157
237
  {
@@ -167,48 +247,23 @@
167
247
  {
168
248
  "kind": "TypeNominal",
169
249
  "name": "Optional",
170
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
250
+ "printedName": "((Foundation.URL) -> ())?",
171
251
  "children": [
172
252
  {
173
253
  "kind": "TypeFunc",
174
254
  "name": "Function",
175
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
255
+ "printedName": "(Foundation.URL) -> ()",
176
256
  "children": [
177
257
  {
178
258
  "kind": "TypeNominal",
179
- "name": "Bool",
180
- "printedName": "Swift.Bool",
181
- "usr": "s:Sb"
259
+ "name": "Void",
260
+ "printedName": "()"
182
261
  },
183
262
  {
184
263
  "kind": "TypeNominal",
185
- "name": "Tuple",
186
- "printedName": "(Foundation.URL, () -> ())",
187
- "children": [
188
- {
189
- "kind": "TypeNominal",
190
- "name": "URL",
191
- "printedName": "Foundation.URL",
192
- "usr": "s:10Foundation3URLV"
193
- },
194
- {
195
- "kind": "TypeFunc",
196
- "name": "Function",
197
- "printedName": "() -> ()",
198
- "children": [
199
- {
200
- "kind": "TypeNominal",
201
- "name": "Void",
202
- "printedName": "()"
203
- },
204
- {
205
- "kind": "TypeNominal",
206
- "name": "Void",
207
- "printedName": "()"
208
- }
209
- ]
210
- }
211
- ]
264
+ "name": "URL",
265
+ "printedName": "Foundation.URL",
266
+ "usr": "s:10Foundation3URLV"
212
267
  }
213
268
  ]
214
269
  }
@@ -217,11 +272,13 @@
217
272
  }
218
273
  ],
219
274
  "declKind": "Accessor",
220
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
221
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
275
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
276
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
222
277
  "moduleName": "DavoiceTTS",
223
- "static": true,
224
278
  "implicit": true,
279
+ "declAttributes": [
280
+ "Final"
281
+ ],
225
282
  "accessorKind": "set"
226
283
  },
227
284
  {
@@ -236,35 +293,36 @@
236
293
  }
237
294
  ],
238
295
  "declKind": "Accessor",
239
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
240
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
296
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
297
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
241
298
  "moduleName": "DavoiceTTS",
242
- "static": true,
243
299
  "implicit": true,
300
+ "declAttributes": [
301
+ "Final"
302
+ ],
244
303
  "accessorKind": "_modify"
245
304
  }
246
305
  ]
247
306
  },
248
307
  {
249
308
  "kind": "Var",
250
- "name": "isEngineReady",
251
- "printedName": "isEngineReady",
309
+ "name": "onQueueEmpty",
310
+ "printedName": "onQueueEmpty",
252
311
  "children": [
253
312
  {
254
313
  "kind": "TypeNominal",
255
314
  "name": "Optional",
256
- "printedName": "(() -> Swift.Bool)?",
315
+ "printedName": "(() -> ())?",
257
316
  "children": [
258
317
  {
259
318
  "kind": "TypeFunc",
260
319
  "name": "Function",
261
- "printedName": "() -> Swift.Bool",
320
+ "printedName": "() -> ()",
262
321
  "children": [
263
322
  {
264
323
  "kind": "TypeNominal",
265
- "name": "Bool",
266
- "printedName": "Swift.Bool",
267
- "usr": "s:Sb"
324
+ "name": "Void",
325
+ "printedName": "()"
268
326
  },
269
327
  {
270
328
  "kind": "TypeNominal",
@@ -278,12 +336,12 @@
278
336
  }
279
337
  ],
280
338
  "declKind": "Var",
281
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
282
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
339
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
340
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
283
341
  "moduleName": "DavoiceTTS",
284
- "static": true,
285
342
  "declAttributes": [
286
343
  "HasInitialValue",
344
+ "Final",
287
345
  "HasStorage",
288
346
  "AccessControl",
289
347
  "RawDocComment"
@@ -298,18 +356,17 @@
298
356
  {
299
357
  "kind": "TypeNominal",
300
358
  "name": "Optional",
301
- "printedName": "(() -> Swift.Bool)?",
359
+ "printedName": "(() -> ())?",
302
360
  "children": [
303
361
  {
304
362
  "kind": "TypeFunc",
305
363
  "name": "Function",
306
- "printedName": "() -> Swift.Bool",
364
+ "printedName": "() -> ()",
307
365
  "children": [
308
366
  {
309
367
  "kind": "TypeNominal",
310
- "name": "Bool",
311
- "printedName": "Swift.Bool",
312
- "usr": "s:Sb"
368
+ "name": "Void",
369
+ "printedName": "()"
313
370
  },
314
371
  {
315
372
  "kind": "TypeNominal",
@@ -323,11 +380,13 @@
323
380
  }
324
381
  ],
325
382
  "declKind": "Accessor",
326
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
327
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
383
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
384
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
328
385
  "moduleName": "DavoiceTTS",
329
- "static": true,
330
386
  "implicit": true,
387
+ "declAttributes": [
388
+ "Final"
389
+ ],
331
390
  "accessorKind": "get"
332
391
  },
333
392
  {
@@ -343,18 +402,17 @@
343
402
  {
344
403
  "kind": "TypeNominal",
345
404
  "name": "Optional",
346
- "printedName": "(() -> Swift.Bool)?",
405
+ "printedName": "(() -> ())?",
347
406
  "children": [
348
407
  {
349
408
  "kind": "TypeFunc",
350
409
  "name": "Function",
351
- "printedName": "() -> Swift.Bool",
410
+ "printedName": "() -> ()",
352
411
  "children": [
353
412
  {
354
413
  "kind": "TypeNominal",
355
- "name": "Bool",
356
- "printedName": "Swift.Bool",
357
- "usr": "s:Sb"
414
+ "name": "Void",
415
+ "printedName": "()"
358
416
  },
359
417
  {
360
418
  "kind": "TypeNominal",
@@ -368,11 +426,13 @@
368
426
  }
369
427
  ],
370
428
  "declKind": "Accessor",
371
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
372
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
429
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
430
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
373
431
  "moduleName": "DavoiceTTS",
374
- "static": true,
375
432
  "implicit": true,
433
+ "declAttributes": [
434
+ "Final"
435
+ ],
376
436
  "accessorKind": "set"
377
437
  },
378
438
  {
@@ -387,124 +447,518 @@
387
447
  }
388
448
  ],
389
449
  "declKind": "Accessor",
390
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
391
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
450
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
451
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
392
452
  "moduleName": "DavoiceTTS",
393
- "static": true,
394
453
  "implicit": true,
454
+ "declAttributes": [
455
+ "Final"
456
+ ],
395
457
  "accessorKind": "_modify"
396
458
  }
397
459
  ]
398
460
  },
399
461
  {
400
- "kind": "Var",
401
- "name": "useOnlyEnginePlayback",
402
- "printedName": "useOnlyEnginePlayback",
462
+ "kind": "Function",
463
+ "name": "enqueue",
464
+ "printedName": "enqueue(_:)",
403
465
  "children": [
404
466
  {
405
467
  "kind": "TypeNominal",
406
- "name": "Optional",
407
- "printedName": "(() -> Swift.Bool)?",
468
+ "name": "Void",
469
+ "printedName": "()"
470
+ },
471
+ {
472
+ "kind": "TypeNominal",
473
+ "name": "Source",
474
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
475
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
476
+ }
477
+ ],
478
+ "declKind": "Func",
479
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
480
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
481
+ "moduleName": "DavoiceTTS",
482
+ "declAttributes": [
483
+ "Final",
484
+ "AccessControl",
485
+ "RawDocComment"
486
+ ],
487
+ "funcSelfKind": "NonMutating"
488
+ },
489
+ {
490
+ "kind": "Function",
491
+ "name": "enqueueMany",
492
+ "printedName": "enqueueMany(_:)",
493
+ "children": [
494
+ {
495
+ "kind": "TypeNominal",
496
+ "name": "Void",
497
+ "printedName": "()"
498
+ },
499
+ {
500
+ "kind": "TypeNominal",
501
+ "name": "Array",
502
+ "printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
408
503
  "children": [
409
504
  {
410
- "kind": "TypeFunc",
411
- "name": "Function",
412
- "printedName": "() -> Swift.Bool",
413
- "children": [
414
- {
415
- "kind": "TypeNominal",
416
- "name": "Bool",
417
- "printedName": "Swift.Bool",
418
- "usr": "s:Sb"
419
- },
420
- {
421
- "kind": "TypeNominal",
422
- "name": "Void",
423
- "printedName": "()"
424
- }
425
- ]
505
+ "kind": "TypeNominal",
506
+ "name": "Source",
507
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
508
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
426
509
  }
427
510
  ],
428
- "usr": "s:Sq"
511
+ "usr": "s:Sa"
429
512
  }
430
513
  ],
431
- "declKind": "Var",
432
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
433
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
514
+ "declKind": "Func",
515
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
516
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
434
517
  "moduleName": "DavoiceTTS",
435
- "static": true,
436
518
  "declAttributes": [
437
- "HasInitialValue",
438
- "HasStorage",
439
- "AccessControl"
519
+ "Final",
520
+ "AccessControl",
521
+ "RawDocComment"
440
522
  ],
441
- "hasStorage": true,
442
- "accessors": [
523
+ "funcSelfKind": "NonMutating"
524
+ },
525
+ {
526
+ "kind": "Function",
527
+ "name": "stop",
528
+ "printedName": "stop()",
529
+ "children": [
443
530
  {
444
- "kind": "Accessor",
445
- "name": "Get",
446
- "printedName": "Get()",
531
+ "kind": "TypeNominal",
532
+ "name": "Void",
533
+ "printedName": "()"
534
+ }
535
+ ],
536
+ "declKind": "Func",
537
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
538
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
539
+ "moduleName": "DavoiceTTS",
540
+ "declAttributes": [
541
+ "Final",
542
+ "AccessControl",
543
+ "RawDocComment"
544
+ ],
545
+ "funcSelfKind": "NonMutating"
546
+ },
547
+ {
548
+ "kind": "TypeDecl",
549
+ "name": "Source",
550
+ "printedName": "Source",
551
+ "children": [
552
+ {
553
+ "kind": "Var",
554
+ "name": "fileURL",
555
+ "printedName": "fileURL",
447
556
  "children": [
448
557
  {
449
- "kind": "TypeNominal",
450
- "name": "Optional",
451
- "printedName": "(() -> Swift.Bool)?",
558
+ "kind": "TypeFunc",
559
+ "name": "Function",
560
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
452
561
  "children": [
453
562
  {
454
563
  "kind": "TypeFunc",
455
564
  "name": "Function",
456
- "printedName": "() -> Swift.Bool",
565
+ "printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
457
566
  "children": [
458
567
  {
459
568
  "kind": "TypeNominal",
460
- "name": "Bool",
461
- "printedName": "Swift.Bool",
462
- "usr": "s:Sb"
569
+ "name": "Source",
570
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
571
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
463
572
  },
464
573
  {
465
574
  "kind": "TypeNominal",
466
- "name": "Void",
467
- "printedName": "()"
575
+ "name": "URL",
576
+ "printedName": "Foundation.URL",
577
+ "usr": "s:10Foundation3URLV"
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "kind": "TypeNominal",
583
+ "name": "Metatype",
584
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
585
+ "children": [
586
+ {
587
+ "kind": "TypeNominal",
588
+ "name": "Source",
589
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
590
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
468
591
  }
469
592
  ]
470
593
  }
471
- ],
472
- "usr": "s:Sq"
594
+ ]
473
595
  }
474
596
  ],
475
- "declKind": "Accessor",
476
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
477
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
478
- "moduleName": "DavoiceTTS",
479
- "static": true,
480
- "implicit": true,
481
- "accessorKind": "get"
597
+ "declKind": "EnumElement",
598
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
599
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
600
+ "moduleName": "DavoiceTTS"
482
601
  },
483
602
  {
484
- "kind": "Accessor",
485
- "name": "Set",
486
- "printedName": "Set()",
603
+ "kind": "Var",
604
+ "name": "named",
605
+ "printedName": "named",
487
606
  "children": [
488
607
  {
489
- "kind": "TypeNominal",
608
+ "kind": "TypeFunc",
609
+ "name": "Function",
610
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
611
+ "children": [
612
+ {
613
+ "kind": "TypeFunc",
614
+ "name": "Function",
615
+ "printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
616
+ "children": [
617
+ {
618
+ "kind": "TypeNominal",
619
+ "name": "Source",
620
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
621
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
622
+ },
623
+ {
624
+ "kind": "TypeNominal",
625
+ "name": "String",
626
+ "printedName": "Swift.String",
627
+ "usr": "s:SS"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "kind": "TypeNominal",
633
+ "name": "Metatype",
634
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
635
+ "children": [
636
+ {
637
+ "kind": "TypeNominal",
638
+ "name": "Source",
639
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
640
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
641
+ }
642
+ ]
643
+ }
644
+ ]
645
+ }
646
+ ],
647
+ "declKind": "EnumElement",
648
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
649
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
650
+ "moduleName": "DavoiceTTS"
651
+ }
652
+ ],
653
+ "declKind": "Enum",
654
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
655
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
656
+ "moduleName": "DavoiceTTS",
657
+ "declAttributes": [
658
+ "AccessControl",
659
+ "RawDocComment"
660
+ ],
661
+ "conformances": [
662
+ {
663
+ "kind": "Conformance",
664
+ "name": "Copyable",
665
+ "printedName": "Copyable",
666
+ "usr": "s:s8CopyableP",
667
+ "mangledName": "$ss8CopyableP"
668
+ },
669
+ {
670
+ "kind": "Conformance",
671
+ "name": "Escapable",
672
+ "printedName": "Escapable",
673
+ "usr": "s:s9EscapableP",
674
+ "mangledName": "$ss9EscapableP"
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "kind": "Function",
680
+ "name": "audioPlayerDidFinishPlaying",
681
+ "printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
682
+ "children": [
683
+ {
684
+ "kind": "TypeNominal",
685
+ "name": "Void",
686
+ "printedName": "()"
687
+ },
688
+ {
689
+ "kind": "TypeNominal",
690
+ "name": "AVAudioPlayer",
691
+ "printedName": "AVFAudio.AVAudioPlayer",
692
+ "usr": "c:objc(cs)AVAudioPlayer"
693
+ },
694
+ {
695
+ "kind": "TypeNominal",
696
+ "name": "Bool",
697
+ "printedName": "Swift.Bool",
698
+ "usr": "s:Sb"
699
+ }
700
+ ],
701
+ "declKind": "Func",
702
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
703
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
704
+ "moduleName": "DavoiceTTS",
705
+ "objc_name": "audioPlayerDidFinishPlaying:successfully:",
706
+ "declAttributes": [
707
+ "Final",
708
+ "ObjC",
709
+ "AccessControl",
710
+ "RawDocComment"
711
+ ],
712
+ "funcSelfKind": "NonMutating"
713
+ },
714
+ {
715
+ "kind": "Function",
716
+ "name": "activateSpeaker",
717
+ "printedName": "activateSpeaker()",
718
+ "children": [
719
+ {
720
+ "kind": "TypeNominal",
721
+ "name": "Void",
722
+ "printedName": "()"
723
+ }
724
+ ],
725
+ "declKind": "Func",
726
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
727
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
728
+ "moduleName": "DavoiceTTS",
729
+ "declAttributes": [
730
+ "Final",
731
+ "AccessControl"
732
+ ],
733
+ "funcSelfKind": "NonMutating"
734
+ }
735
+ ],
736
+ "declKind": "Class",
737
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
738
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
739
+ "moduleName": "DavoiceTTS",
740
+ "declAttributes": [
741
+ "Final",
742
+ "AccessControl",
743
+ "RawDocComment",
744
+ "ObjC"
745
+ ],
746
+ "superclassUsr": "c:objc(cs)NSObject",
747
+ "hasMissingDesignatedInitializers": true,
748
+ "inheritsConvenienceInitializers": true,
749
+ "superclassNames": [
750
+ "ObjectiveC.NSObject"
751
+ ],
752
+ "conformances": [
753
+ {
754
+ "kind": "Conformance",
755
+ "name": "Copyable",
756
+ "printedName": "Copyable",
757
+ "usr": "s:s8CopyableP",
758
+ "mangledName": "$ss8CopyableP"
759
+ },
760
+ {
761
+ "kind": "Conformance",
762
+ "name": "Escapable",
763
+ "printedName": "Escapable",
764
+ "usr": "s:s9EscapableP",
765
+ "mangledName": "$ss9EscapableP"
766
+ },
767
+ {
768
+ "kind": "Conformance",
769
+ "name": "Equatable",
770
+ "printedName": "Equatable",
771
+ "usr": "s:SQ",
772
+ "mangledName": "$sSQ"
773
+ },
774
+ {
775
+ "kind": "Conformance",
776
+ "name": "Hashable",
777
+ "printedName": "Hashable",
778
+ "usr": "s:SH",
779
+ "mangledName": "$sSH"
780
+ },
781
+ {
782
+ "kind": "Conformance",
783
+ "name": "CVarArg",
784
+ "printedName": "CVarArg",
785
+ "usr": "s:s7CVarArgP",
786
+ "mangledName": "$ss7CVarArgP"
787
+ },
788
+ {
789
+ "kind": "Conformance",
790
+ "name": "_KeyValueCodingAndObservingPublishing",
791
+ "printedName": "_KeyValueCodingAndObservingPublishing",
792
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
793
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
794
+ },
795
+ {
796
+ "kind": "Conformance",
797
+ "name": "_KeyValueCodingAndObserving",
798
+ "printedName": "_KeyValueCodingAndObserving",
799
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
800
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
801
+ },
802
+ {
803
+ "kind": "Conformance",
804
+ "name": "CustomStringConvertible",
805
+ "printedName": "CustomStringConvertible",
806
+ "usr": "s:s23CustomStringConvertibleP",
807
+ "mangledName": "$ss23CustomStringConvertibleP"
808
+ },
809
+ {
810
+ "kind": "Conformance",
811
+ "name": "CustomDebugStringConvertible",
812
+ "printedName": "CustomDebugStringConvertible",
813
+ "usr": "s:s28CustomDebugStringConvertibleP",
814
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "kind": "TypeDecl",
820
+ "name": "DaVoiceTTS",
821
+ "printedName": "DaVoiceTTS",
822
+ "children": [
823
+ {
824
+ "kind": "TypeDecl",
825
+ "name": "Config",
826
+ "printedName": "Config",
827
+ "declKind": "Struct",
828
+ "usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
829
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
830
+ "moduleName": "DavoiceTTS",
831
+ "declAttributes": [
832
+ "AccessControl"
833
+ ],
834
+ "conformances": [
835
+ {
836
+ "kind": "Conformance",
837
+ "name": "Copyable",
838
+ "printedName": "Copyable",
839
+ "usr": "s:s8CopyableP",
840
+ "mangledName": "$ss8CopyableP"
841
+ },
842
+ {
843
+ "kind": "Conformance",
844
+ "name": "Escapable",
845
+ "printedName": "Escapable",
846
+ "usr": "s:s9EscapableP",
847
+ "mangledName": "$ss9EscapableP"
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "kind": "Var",
853
+ "name": "onLastUtteranceFinished",
854
+ "printedName": "onLastUtteranceFinished",
855
+ "children": [
856
+ {
857
+ "kind": "TypeNominal",
858
+ "name": "Optional",
859
+ "printedName": "(() -> ())?",
860
+ "children": [
861
+ {
862
+ "kind": "TypeFunc",
863
+ "name": "Function",
864
+ "printedName": "() -> ()",
865
+ "children": [
866
+ {
867
+ "kind": "TypeNominal",
868
+ "name": "Void",
869
+ "printedName": "()"
870
+ },
871
+ {
872
+ "kind": "TypeNominal",
873
+ "name": "Void",
874
+ "printedName": "()"
875
+ }
876
+ ]
877
+ }
878
+ ],
879
+ "usr": "s:Sq"
880
+ }
881
+ ],
882
+ "declKind": "Var",
883
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
884
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
885
+ "moduleName": "DavoiceTTS",
886
+ "declAttributes": [
887
+ "HasInitialValue",
888
+ "Final",
889
+ "HasStorage",
890
+ "AccessControl",
891
+ "ObjC",
892
+ "RawDocComment"
893
+ ],
894
+ "hasStorage": true,
895
+ "accessors": [
896
+ {
897
+ "kind": "Accessor",
898
+ "name": "Get",
899
+ "printedName": "Get()",
900
+ "children": [
901
+ {
902
+ "kind": "TypeNominal",
903
+ "name": "Optional",
904
+ "printedName": "(() -> ())?",
905
+ "children": [
906
+ {
907
+ "kind": "TypeFunc",
908
+ "name": "Function",
909
+ "printedName": "() -> ()",
910
+ "children": [
911
+ {
912
+ "kind": "TypeNominal",
913
+ "name": "Void",
914
+ "printedName": "()"
915
+ },
916
+ {
917
+ "kind": "TypeNominal",
918
+ "name": "Void",
919
+ "printedName": "()"
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "usr": "s:Sq"
925
+ }
926
+ ],
927
+ "declKind": "Accessor",
928
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
929
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
930
+ "moduleName": "DavoiceTTS",
931
+ "implicit": true,
932
+ "declAttributes": [
933
+ "Final",
934
+ "ObjC"
935
+ ],
936
+ "accessorKind": "get"
937
+ },
938
+ {
939
+ "kind": "Accessor",
940
+ "name": "Set",
941
+ "printedName": "Set()",
942
+ "children": [
943
+ {
944
+ "kind": "TypeNominal",
490
945
  "name": "Void",
491
946
  "printedName": "()"
492
947
  },
493
948
  {
494
949
  "kind": "TypeNominal",
495
950
  "name": "Optional",
496
- "printedName": "(() -> Swift.Bool)?",
951
+ "printedName": "(() -> ())?",
497
952
  "children": [
498
953
  {
499
954
  "kind": "TypeFunc",
500
955
  "name": "Function",
501
- "printedName": "() -> Swift.Bool",
956
+ "printedName": "() -> ()",
502
957
  "children": [
503
958
  {
504
959
  "kind": "TypeNominal",
505
- "name": "Bool",
506
- "printedName": "Swift.Bool",
507
- "usr": "s:Sb"
960
+ "name": "Void",
961
+ "printedName": "()"
508
962
  },
509
963
  {
510
964
  "kind": "TypeNominal",
@@ -518,11 +972,14 @@
518
972
  }
519
973
  ],
520
974
  "declKind": "Accessor",
521
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
522
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
975
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
976
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
523
977
  "moduleName": "DavoiceTTS",
524
- "static": true,
525
978
  "implicit": true,
979
+ "declAttributes": [
980
+ "Final",
981
+ "ObjC"
982
+ ],
526
983
  "accessorKind": "set"
527
984
  },
528
985
  {
@@ -537,170 +994,212 @@
537
994
  }
538
995
  ],
539
996
  "declKind": "Accessor",
540
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
541
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
997
+ "usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
998
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
542
999
  "moduleName": "DavoiceTTS",
543
- "static": true,
544
1000
  "implicit": true,
1001
+ "declAttributes": [
1002
+ "Final"
1003
+ ],
545
1004
  "accessorKind": "_modify"
546
1005
  }
547
1006
  ]
548
1007
  },
549
1008
  {
550
- "kind": "Var",
551
- "name": "stopEnginePlayback",
552
- "printedName": "stopEnginePlayback",
1009
+ "kind": "Constructor",
1010
+ "name": "init",
1011
+ "printedName": "init(model:)",
553
1012
  "children": [
554
1013
  {
555
1014
  "kind": "TypeNominal",
556
- "name": "Optional",
557
- "printedName": "(() -> ())?",
558
- "children": [
559
- {
560
- "kind": "TypeFunc",
561
- "name": "Function",
562
- "printedName": "() -> ()",
563
- "children": [
564
- {
565
- "kind": "TypeNominal",
566
- "name": "Void",
567
- "printedName": "()"
568
- },
569
- {
570
- "kind": "TypeNominal",
571
- "name": "Void",
572
- "printedName": "()"
573
- }
574
- ]
575
- }
576
- ],
577
- "usr": "s:Sq"
1015
+ "name": "DaVoiceTTS",
1016
+ "printedName": "DavoiceTTS.DaVoiceTTS",
1017
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
1018
+ },
1019
+ {
1020
+ "kind": "TypeNominal",
1021
+ "name": "URL",
1022
+ "printedName": "Foundation.URL",
1023
+ "usr": "s:10Foundation3URLV"
1024
+ }
1025
+ ],
1026
+ "declKind": "Constructor",
1027
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
1028
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
1029
+ "moduleName": "DavoiceTTS",
1030
+ "objc_name": "initWithModel:error:",
1031
+ "declAttributes": [
1032
+ "AccessControl",
1033
+ "ObjC"
1034
+ ],
1035
+ "throwing": true,
1036
+ "init_kind": "Designated"
1037
+ },
1038
+ {
1039
+ "kind": "Function",
1040
+ "name": "stopSpeaking",
1041
+ "printedName": "stopSpeaking()",
1042
+ "children": [
1043
+ {
1044
+ "kind": "TypeNominal",
1045
+ "name": "Void",
1046
+ "printedName": "()"
1047
+ }
1048
+ ],
1049
+ "declKind": "Func",
1050
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
1051
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
1052
+ "moduleName": "DavoiceTTS",
1053
+ "declAttributes": [
1054
+ "Final",
1055
+ "AccessControl",
1056
+ "ObjC",
1057
+ "RawDocComment"
1058
+ ],
1059
+ "funcSelfKind": "NonMutating"
1060
+ },
1061
+ {
1062
+ "kind": "Function",
1063
+ "name": "destroy",
1064
+ "printedName": "destroy()",
1065
+ "children": [
1066
+ {
1067
+ "kind": "TypeNominal",
1068
+ "name": "Void",
1069
+ "printedName": "()"
1070
+ }
1071
+ ],
1072
+ "declKind": "Func",
1073
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
1074
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
1075
+ "moduleName": "DavoiceTTS",
1076
+ "declAttributes": [
1077
+ "Final",
1078
+ "AccessControl",
1079
+ "ObjC",
1080
+ "RawDocComment"
1081
+ ],
1082
+ "funcSelfKind": "NonMutating"
1083
+ },
1084
+ {
1085
+ "kind": "Function",
1086
+ "name": "speak",
1087
+ "printedName": "speak(_:sid:)",
1088
+ "children": [
1089
+ {
1090
+ "kind": "TypeNominal",
1091
+ "name": "Void",
1092
+ "printedName": "()"
1093
+ },
1094
+ {
1095
+ "kind": "TypeNominal",
1096
+ "name": "String",
1097
+ "printedName": "Swift.String",
1098
+ "usr": "s:SS"
1099
+ },
1100
+ {
1101
+ "kind": "TypeNominal",
1102
+ "name": "Int32",
1103
+ "printedName": "Swift.Int32",
1104
+ "hasDefaultArg": true,
1105
+ "usr": "s:s5Int32V"
578
1106
  }
579
1107
  ],
580
- "declKind": "Var",
581
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
582
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1108
+ "declKind": "Func",
1109
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
1110
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
583
1111
  "moduleName": "DavoiceTTS",
584
- "static": true,
585
1112
  "declAttributes": [
586
- "HasInitialValue",
587
- "HasStorage",
588
- "AccessControl"
1113
+ "Final",
1114
+ "AccessControl",
1115
+ "ObjC"
589
1116
  ],
590
- "hasStorage": true,
591
- "accessors": [
1117
+ "funcSelfKind": "NonMutating"
1118
+ },
1119
+ {
1120
+ "kind": "Function",
1121
+ "name": "synthesize_top",
1122
+ "printedName": "synthesize_top(_:speakerId:token:)",
1123
+ "children": [
592
1124
  {
593
- "kind": "Accessor",
594
- "name": "Get",
595
- "printedName": "Get()",
596
- "children": [
597
- {
598
- "kind": "TypeNominal",
599
- "name": "Optional",
600
- "printedName": "(() -> ())?",
601
- "children": [
602
- {
603
- "kind": "TypeFunc",
604
- "name": "Function",
605
- "printedName": "() -> ()",
606
- "children": [
607
- {
608
- "kind": "TypeNominal",
609
- "name": "Void",
610
- "printedName": "()"
611
- },
612
- {
613
- "kind": "TypeNominal",
614
- "name": "Void",
615
- "printedName": "()"
616
- }
617
- ]
618
- }
619
- ],
620
- "usr": "s:Sq"
621
- }
622
- ],
623
- "declKind": "Accessor",
624
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
625
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
626
- "moduleName": "DavoiceTTS",
627
- "static": true,
628
- "implicit": true,
629
- "accessorKind": "get"
1125
+ "kind": "TypeNominal",
1126
+ "name": "AVAudioPCMBuffer",
1127
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
1128
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
630
1129
  },
631
1130
  {
632
- "kind": "Accessor",
633
- "name": "Set",
634
- "printedName": "Set()",
635
- "children": [
636
- {
637
- "kind": "TypeNominal",
638
- "name": "Void",
639
- "printedName": "()"
640
- },
641
- {
642
- "kind": "TypeNominal",
643
- "name": "Optional",
644
- "printedName": "(() -> ())?",
645
- "children": [
646
- {
647
- "kind": "TypeFunc",
648
- "name": "Function",
649
- "printedName": "() -> ()",
650
- "children": [
651
- {
652
- "kind": "TypeNominal",
653
- "name": "Void",
654
- "printedName": "()"
655
- },
656
- {
657
- "kind": "TypeNominal",
658
- "name": "Void",
659
- "printedName": "()"
660
- }
661
- ]
662
- }
663
- ],
664
- "usr": "s:Sq"
665
- }
666
- ],
667
- "declKind": "Accessor",
668
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
669
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
670
- "moduleName": "DavoiceTTS",
671
- "static": true,
672
- "implicit": true,
673
- "accessorKind": "set"
1131
+ "kind": "TypeNominal",
1132
+ "name": "String",
1133
+ "printedName": "Swift.String",
1134
+ "usr": "s:SS"
674
1135
  },
675
1136
  {
676
- "kind": "Accessor",
677
- "name": "Modify",
678
- "printedName": "Modify()",
679
- "children": [
680
- {
681
- "kind": "TypeNominal",
682
- "name": "Void",
683
- "printedName": "()"
684
- }
685
- ],
686
- "declKind": "Accessor",
687
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
688
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
689
- "moduleName": "DavoiceTTS",
690
- "static": true,
691
- "implicit": true,
692
- "accessorKind": "_modify"
1137
+ "kind": "TypeNominal",
1138
+ "name": "Int32",
1139
+ "printedName": "Swift.Int32",
1140
+ "hasDefaultArg": true,
1141
+ "usr": "s:s5Int32V"
1142
+ },
1143
+ {
1144
+ "kind": "TypeNominal",
1145
+ "name": "UUID",
1146
+ "printedName": "Foundation.UUID",
1147
+ "usr": "s:10Foundation4UUIDV"
693
1148
  }
694
- ]
1149
+ ],
1150
+ "declKind": "Func",
1151
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
1152
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
1153
+ "moduleName": "DavoiceTTS",
1154
+ "declAttributes": [
1155
+ "Final",
1156
+ "AccessControl",
1157
+ "RawDocComment",
1158
+ "ObjC"
1159
+ ],
1160
+ "throwing": true,
1161
+ "funcSelfKind": "NonMutating"
1162
+ },
1163
+ {
1164
+ "kind": "Constructor",
1165
+ "name": "init",
1166
+ "printedName": "init()",
1167
+ "children": [
1168
+ {
1169
+ "kind": "TypeNominal",
1170
+ "name": "DaVoiceTTS",
1171
+ "printedName": "DavoiceTTS.DaVoiceTTS",
1172
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
1173
+ }
1174
+ ],
1175
+ "declKind": "Constructor",
1176
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
1177
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
1178
+ "moduleName": "DavoiceTTS",
1179
+ "overriding": true,
1180
+ "implicit": true,
1181
+ "objc_name": "init",
1182
+ "declAttributes": [
1183
+ "Dynamic",
1184
+ "ObjC",
1185
+ "Override"
1186
+ ],
1187
+ "init_kind": "Designated"
695
1188
  }
696
1189
  ],
697
- "declKind": "Enum",
698
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
699
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1190
+ "declKind": "Class",
1191
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
1192
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C",
700
1193
  "moduleName": "DavoiceTTS",
701
1194
  "declAttributes": [
1195
+ "Final",
702
1196
  "AccessControl",
703
- "RawDocComment"
1197
+ "ObjCMembers",
1198
+ "ObjC"
1199
+ ],
1200
+ "superclassUsr": "c:objc(cs)NSObject",
1201
+ "superclassNames": [
1202
+ "ObjectiveC.NSObject"
704
1203
  ],
705
1204
  "conformances": [
706
1205
  {
@@ -716,6 +1215,55 @@
716
1215
  "printedName": "Escapable",
717
1216
  "usr": "s:s9EscapableP",
718
1217
  "mangledName": "$ss9EscapableP"
1218
+ },
1219
+ {
1220
+ "kind": "Conformance",
1221
+ "name": "Equatable",
1222
+ "printedName": "Equatable",
1223
+ "usr": "s:SQ",
1224
+ "mangledName": "$sSQ"
1225
+ },
1226
+ {
1227
+ "kind": "Conformance",
1228
+ "name": "Hashable",
1229
+ "printedName": "Hashable",
1230
+ "usr": "s:SH",
1231
+ "mangledName": "$sSH"
1232
+ },
1233
+ {
1234
+ "kind": "Conformance",
1235
+ "name": "CVarArg",
1236
+ "printedName": "CVarArg",
1237
+ "usr": "s:s7CVarArgP",
1238
+ "mangledName": "$ss7CVarArgP"
1239
+ },
1240
+ {
1241
+ "kind": "Conformance",
1242
+ "name": "_KeyValueCodingAndObservingPublishing",
1243
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1244
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1245
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1246
+ },
1247
+ {
1248
+ "kind": "Conformance",
1249
+ "name": "_KeyValueCodingAndObserving",
1250
+ "printedName": "_KeyValueCodingAndObserving",
1251
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1252
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1253
+ },
1254
+ {
1255
+ "kind": "Conformance",
1256
+ "name": "CustomStringConvertible",
1257
+ "printedName": "CustomStringConvertible",
1258
+ "usr": "s:s23CustomStringConvertibleP",
1259
+ "mangledName": "$ss23CustomStringConvertibleP"
1260
+ },
1261
+ {
1262
+ "kind": "Conformance",
1263
+ "name": "CustomDebugStringConvertible",
1264
+ "printedName": "CustomDebugStringConvertible",
1265
+ "usr": "s:s28CustomDebugStringConvertibleP",
1266
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
719
1267
  }
720
1268
  ]
721
1269
  },
@@ -731,25 +1279,15 @@
731
1279
  },
732
1280
  {
733
1281
  "kind": "Import",
734
- "name": "onnxruntime_objc",
735
- "printedName": "onnxruntime_objc",
736
- "declKind": "Import",
737
- "moduleName": "DavoiceTTS"
738
- },
739
- {
740
- "kind": "Import",
741
- "name": "phonemes",
742
- "printedName": "phonemes",
743
- "declKind": "Import",
744
- "moduleName": "DavoiceTTS",
745
- "declAttributes": [
746
- "RawDocComment"
747
- ]
1282
+ "name": "UIKit",
1283
+ "printedName": "UIKit",
1284
+ "declKind": "Import",
1285
+ "moduleName": "DavoiceTTS"
748
1286
  },
749
1287
  {
750
1288
  "kind": "Import",
751
- "name": "AVFoundation",
752
- "printedName": "AVFoundation",
1289
+ "name": "Speech",
1290
+ "printedName": "Speech",
753
1291
  "declKind": "Import",
754
1292
  "moduleName": "DavoiceTTS"
755
1293
  },
@@ -760,67 +1298,22 @@
760
1298
  "declKind": "Import",
761
1299
  "moduleName": "DavoiceTTS"
762
1300
  },
1301
+ {
1302
+ "kind": "Import",
1303
+ "name": "AVFAudio",
1304
+ "printedName": "AVFAudio",
1305
+ "declKind": "Import",
1306
+ "moduleName": "DavoiceTTS"
1307
+ },
763
1308
  {
764
1309
  "kind": "TypeDecl",
765
- "name": "SwiftSoundQueue",
766
- "printedName": "SwiftSoundQueue",
1310
+ "name": "STTDelegate",
1311
+ "printedName": "STTDelegate",
767
1312
  "children": [
768
- {
769
- "kind": "Var",
770
- "name": "shared",
771
- "printedName": "shared",
772
- "children": [
773
- {
774
- "kind": "TypeNominal",
775
- "name": "SwiftSoundQueue",
776
- "printedName": "DavoiceTTS.SwiftSoundQueue",
777
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
778
- }
779
- ],
780
- "declKind": "Var",
781
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
782
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
783
- "moduleName": "DavoiceTTS",
784
- "static": true,
785
- "declAttributes": [
786
- "HasInitialValue",
787
- "Final",
788
- "HasStorage",
789
- "AccessControl",
790
- "RawDocComment"
791
- ],
792
- "isLet": true,
793
- "hasStorage": true,
794
- "accessors": [
795
- {
796
- "kind": "Accessor",
797
- "name": "Get",
798
- "printedName": "Get()",
799
- "children": [
800
- {
801
- "kind": "TypeNominal",
802
- "name": "SwiftSoundQueue",
803
- "printedName": "DavoiceTTS.SwiftSoundQueue",
804
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
805
- }
806
- ],
807
- "declKind": "Accessor",
808
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
809
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
810
- "moduleName": "DavoiceTTS",
811
- "static": true,
812
- "implicit": true,
813
- "declAttributes": [
814
- "Final"
815
- ],
816
- "accessorKind": "get"
817
- }
818
- ]
819
- },
820
1313
  {
821
1314
  "kind": "Function",
822
- "name": "notifyWhenURLFinishes",
823
- "printedName": "notifyWhenURLFinishes(_:_:)",
1315
+ "name": "stt",
1316
+ "printedName": "stt(_:didEmitEvent:body:)",
824
1317
  "children": [
825
1318
  {
826
1319
  "kind": "TypeNominal",
@@ -829,82 +1322,115 @@
829
1322
  },
830
1323
  {
831
1324
  "kind": "TypeNominal",
832
- "name": "URL",
833
- "printedName": "Foundation.URL",
834
- "usr": "s:10Foundation3URLV"
1325
+ "name": "STT",
1326
+ "printedName": "DavoiceTTS.STT",
1327
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
835
1328
  },
836
1329
  {
837
- "kind": "TypeFunc",
838
- "name": "Function",
839
- "printedName": "() -> ()",
1330
+ "kind": "TypeNominal",
1331
+ "name": "String",
1332
+ "printedName": "Swift.String",
1333
+ "usr": "s:SS"
1334
+ },
1335
+ {
1336
+ "kind": "TypeNominal",
1337
+ "name": "Optional",
1338
+ "printedName": "[Swift.String : Any]?",
840
1339
  "children": [
841
1340
  {
842
1341
  "kind": "TypeNominal",
843
- "name": "Void",
844
- "printedName": "()"
845
- },
846
- {
847
- "kind": "TypeNominal",
848
- "name": "Void",
849
- "printedName": "()"
1342
+ "name": "Dictionary",
1343
+ "printedName": "[Swift.String : Any]",
1344
+ "children": [
1345
+ {
1346
+ "kind": "TypeNominal",
1347
+ "name": "String",
1348
+ "printedName": "Swift.String",
1349
+ "usr": "s:SS"
1350
+ },
1351
+ {
1352
+ "kind": "TypeNominal",
1353
+ "name": "ProtocolComposition",
1354
+ "printedName": "Any"
1355
+ }
1356
+ ],
1357
+ "usr": "s:SD"
850
1358
  }
851
- ]
1359
+ ],
1360
+ "usr": "s:Sq"
852
1361
  }
853
1362
  ],
854
1363
  "declKind": "Func",
855
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
856
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
1364
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
1365
+ "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
857
1366
  "moduleName": "DavoiceTTS",
1367
+ "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
1368
+ "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
1369
+ "protocolReq": true,
858
1370
  "declAttributes": [
859
- "Final",
860
- "AccessControl",
861
- "RawDocComment"
1371
+ "ObjC"
862
1372
  ],
1373
+ "reqNewWitnessTableEntry": true,
863
1374
  "funcSelfKind": "NonMutating"
1375
+ }
1376
+ ],
1377
+ "declKind": "Protocol",
1378
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
1379
+ "mangledName": "$s10DavoiceTTS11STTDelegateP",
1380
+ "moduleName": "DavoiceTTS",
1381
+ "genericSig": "<τ_0_0 : AnyObject>",
1382
+ "sugared_genericSig": "<Self : AnyObject>",
1383
+ "declAttributes": [
1384
+ "AccessControl",
1385
+ "ObjC",
1386
+ "RawDocComment"
1387
+ ],
1388
+ "conformances": [
1389
+ {
1390
+ "kind": "Conformance",
1391
+ "name": "Escapable",
1392
+ "printedName": "Escapable",
1393
+ "usr": "s:s9EscapableP",
1394
+ "mangledName": "$ss9EscapableP"
864
1395
  },
1396
+ {
1397
+ "kind": "Conformance",
1398
+ "name": "Copyable",
1399
+ "printedName": "Copyable",
1400
+ "usr": "s:s8CopyableP",
1401
+ "mangledName": "$ss8CopyableP"
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "kind": "TypeDecl",
1407
+ "name": "STT",
1408
+ "printedName": "STT",
1409
+ "children": [
865
1410
  {
866
1411
  "kind": "Var",
867
- "name": "onItemDone",
868
- "printedName": "onItemDone",
1412
+ "name": "delegate",
1413
+ "printedName": "delegate",
869
1414
  "children": [
870
1415
  {
871
1416
  "kind": "TypeNominal",
872
- "name": "Optional",
873
- "printedName": "((Foundation.URL) -> ())?",
874
- "children": [
875
- {
876
- "kind": "TypeFunc",
877
- "name": "Function",
878
- "printedName": "(Foundation.URL) -> ()",
879
- "children": [
880
- {
881
- "kind": "TypeNominal",
882
- "name": "Void",
883
- "printedName": "()"
884
- },
885
- {
886
- "kind": "TypeNominal",
887
- "name": "URL",
888
- "printedName": "Foundation.URL",
889
- "usr": "s:10Foundation3URLV"
890
- }
891
- ]
892
- }
893
- ],
894
- "usr": "s:Sq"
1417
+ "name": "WeakStorage",
1418
+ "printedName": "(any DavoiceTTS.STTDelegate)?"
895
1419
  }
896
1420
  ],
897
1421
  "declKind": "Var",
898
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
899
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
1422
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
1423
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
900
1424
  "moduleName": "DavoiceTTS",
901
1425
  "declAttributes": [
902
1426
  "HasInitialValue",
903
1427
  "Final",
904
1428
  "HasStorage",
1429
+ "ReferenceOwnership",
905
1430
  "AccessControl",
906
- "RawDocComment"
1431
+ "ObjC"
907
1432
  ],
1433
+ "ownership": 1,
908
1434
  "hasStorage": true,
909
1435
  "accessors": [
910
1436
  {
@@ -915,37 +1441,26 @@
915
1441
  {
916
1442
  "kind": "TypeNominal",
917
1443
  "name": "Optional",
918
- "printedName": "((Foundation.URL) -> ())?",
1444
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
919
1445
  "children": [
920
1446
  {
921
- "kind": "TypeFunc",
922
- "name": "Function",
923
- "printedName": "(Foundation.URL) -> ()",
924
- "children": [
925
- {
926
- "kind": "TypeNominal",
927
- "name": "Void",
928
- "printedName": "()"
929
- },
930
- {
931
- "kind": "TypeNominal",
932
- "name": "URL",
933
- "printedName": "Foundation.URL",
934
- "usr": "s:10Foundation3URLV"
935
- }
936
- ]
1447
+ "kind": "TypeNominal",
1448
+ "name": "STTDelegate",
1449
+ "printedName": "any DavoiceTTS.STTDelegate",
1450
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
937
1451
  }
938
1452
  ],
939
1453
  "usr": "s:Sq"
940
1454
  }
941
1455
  ],
942
1456
  "declKind": "Accessor",
943
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
944
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
1457
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
1458
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
945
1459
  "moduleName": "DavoiceTTS",
946
1460
  "implicit": true,
947
1461
  "declAttributes": [
948
- "Final"
1462
+ "Final",
1463
+ "ObjC"
949
1464
  ],
950
1465
  "accessorKind": "get"
951
1466
  },
@@ -962,37 +1477,26 @@
962
1477
  {
963
1478
  "kind": "TypeNominal",
964
1479
  "name": "Optional",
965
- "printedName": "((Foundation.URL) -> ())?",
1480
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
966
1481
  "children": [
967
1482
  {
968
- "kind": "TypeFunc",
969
- "name": "Function",
970
- "printedName": "(Foundation.URL) -> ()",
971
- "children": [
972
- {
973
- "kind": "TypeNominal",
974
- "name": "Void",
975
- "printedName": "()"
976
- },
977
- {
978
- "kind": "TypeNominal",
979
- "name": "URL",
980
- "printedName": "Foundation.URL",
981
- "usr": "s:10Foundation3URLV"
982
- }
983
- ]
1483
+ "kind": "TypeNominal",
1484
+ "name": "STTDelegate",
1485
+ "printedName": "any DavoiceTTS.STTDelegate",
1486
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
984
1487
  }
985
1488
  ],
986
1489
  "usr": "s:Sq"
987
1490
  }
988
1491
  ],
989
1492
  "declKind": "Accessor",
990
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
991
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
1493
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
1494
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
992
1495
  "moduleName": "DavoiceTTS",
993
1496
  "implicit": true,
994
1497
  "declAttributes": [
995
- "Final"
1498
+ "Final",
1499
+ "ObjC"
996
1500
  ],
997
1501
  "accessorKind": "set"
998
1502
  },
@@ -1008,8 +1512,8 @@
1008
1512
  }
1009
1513
  ],
1010
1514
  "declKind": "Accessor",
1011
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
1012
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
1515
+ "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
1516
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
1013
1517
  "moduleName": "DavoiceTTS",
1014
1518
  "implicit": true,
1015
1519
  "declAttributes": [
@@ -1021,45 +1525,26 @@
1021
1525
  },
1022
1526
  {
1023
1527
  "kind": "Var",
1024
- "name": "onQueueEmpty",
1025
- "printedName": "onQueueEmpty",
1528
+ "name": "continuous",
1529
+ "printedName": "continuous",
1026
1530
  "children": [
1027
1531
  {
1028
1532
  "kind": "TypeNominal",
1029
- "name": "Optional",
1030
- "printedName": "(() -> ())?",
1031
- "children": [
1032
- {
1033
- "kind": "TypeFunc",
1034
- "name": "Function",
1035
- "printedName": "() -> ()",
1036
- "children": [
1037
- {
1038
- "kind": "TypeNominal",
1039
- "name": "Void",
1040
- "printedName": "()"
1041
- },
1042
- {
1043
- "kind": "TypeNominal",
1044
- "name": "Void",
1045
- "printedName": "()"
1046
- }
1047
- ]
1048
- }
1049
- ],
1050
- "usr": "s:Sq"
1533
+ "name": "Bool",
1534
+ "printedName": "Swift.Bool",
1535
+ "usr": "s:Sb"
1051
1536
  }
1052
1537
  ],
1053
1538
  "declKind": "Var",
1054
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
1055
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
1539
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
1540
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
1056
1541
  "moduleName": "DavoiceTTS",
1057
1542
  "declAttributes": [
1058
1543
  "HasInitialValue",
1059
1544
  "Final",
1060
1545
  "HasStorage",
1061
1546
  "AccessControl",
1062
- "RawDocComment"
1547
+ "ObjC"
1063
1548
  ],
1064
1549
  "hasStorage": true,
1065
1550
  "accessors": [
@@ -1070,37 +1555,19 @@
1070
1555
  "children": [
1071
1556
  {
1072
1557
  "kind": "TypeNominal",
1073
- "name": "Optional",
1074
- "printedName": "(() -> ())?",
1075
- "children": [
1076
- {
1077
- "kind": "TypeFunc",
1078
- "name": "Function",
1079
- "printedName": "() -> ()",
1080
- "children": [
1081
- {
1082
- "kind": "TypeNominal",
1083
- "name": "Void",
1084
- "printedName": "()"
1085
- },
1086
- {
1087
- "kind": "TypeNominal",
1088
- "name": "Void",
1089
- "printedName": "()"
1090
- }
1091
- ]
1092
- }
1093
- ],
1094
- "usr": "s:Sq"
1558
+ "name": "Bool",
1559
+ "printedName": "Swift.Bool",
1560
+ "usr": "s:Sb"
1095
1561
  }
1096
1562
  ],
1097
1563
  "declKind": "Accessor",
1098
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
1099
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
1564
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
1565
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
1100
1566
  "moduleName": "DavoiceTTS",
1101
1567
  "implicit": true,
1102
1568
  "declAttributes": [
1103
- "Final"
1569
+ "Final",
1570
+ "ObjC"
1104
1571
  ],
1105
1572
  "accessorKind": "get"
1106
1573
  },
@@ -1116,37 +1583,19 @@
1116
1583
  },
1117
1584
  {
1118
1585
  "kind": "TypeNominal",
1119
- "name": "Optional",
1120
- "printedName": "(() -> ())?",
1121
- "children": [
1122
- {
1123
- "kind": "TypeFunc",
1124
- "name": "Function",
1125
- "printedName": "() -> ()",
1126
- "children": [
1127
- {
1128
- "kind": "TypeNominal",
1129
- "name": "Void",
1130
- "printedName": "()"
1131
- },
1132
- {
1133
- "kind": "TypeNominal",
1134
- "name": "Void",
1135
- "printedName": "()"
1136
- }
1137
- ]
1138
- }
1139
- ],
1140
- "usr": "s:Sq"
1586
+ "name": "Bool",
1587
+ "printedName": "Swift.Bool",
1588
+ "usr": "s:Sb"
1141
1589
  }
1142
1590
  ],
1143
1591
  "declKind": "Accessor",
1144
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
1145
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
1592
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
1593
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
1146
1594
  "moduleName": "DavoiceTTS",
1147
1595
  "implicit": true,
1148
1596
  "declAttributes": [
1149
- "Final"
1597
+ "Final",
1598
+ "ObjC"
1150
1599
  ],
1151
1600
  "accessorKind": "set"
1152
1601
  },
@@ -1162,8 +1611,8 @@
1162
1611
  }
1163
1612
  ],
1164
1613
  "declKind": "Accessor",
1165
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
1166
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
1614
+ "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
1615
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
1167
1616
  "moduleName": "DavoiceTTS",
1168
1617
  "implicit": true,
1169
1618
  "declAttributes": [
@@ -1174,409 +1623,238 @@
1174
1623
  ]
1175
1624
  },
1176
1625
  {
1177
- "kind": "Function",
1178
- "name": "enqueue",
1179
- "printedName": "enqueue(_:)",
1180
- "children": [
1181
- {
1182
- "kind": "TypeNominal",
1183
- "name": "Void",
1184
- "printedName": "()"
1185
- },
1186
- {
1187
- "kind": "TypeNominal",
1188
- "name": "Source",
1189
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1190
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1191
- }
1192
- ],
1193
- "declKind": "Func",
1194
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
1195
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
1196
- "moduleName": "DavoiceTTS",
1197
- "declAttributes": [
1198
- "Final",
1199
- "AccessControl",
1200
- "RawDocComment"
1201
- ],
1202
- "funcSelfKind": "NonMutating"
1203
- },
1204
- {
1205
- "kind": "Function",
1206
- "name": "enqueueMany",
1207
- "printedName": "enqueueMany(_:)",
1626
+ "kind": "Var",
1627
+ "name": "supportedEvents",
1628
+ "printedName": "supportedEvents",
1208
1629
  "children": [
1209
- {
1210
- "kind": "TypeNominal",
1211
- "name": "Void",
1212
- "printedName": "()"
1213
- },
1214
1630
  {
1215
1631
  "kind": "TypeNominal",
1216
1632
  "name": "Array",
1217
- "printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
1633
+ "printedName": "[Swift.String]",
1218
1634
  "children": [
1219
1635
  {
1220
1636
  "kind": "TypeNominal",
1221
- "name": "Source",
1222
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1223
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1637
+ "name": "String",
1638
+ "printedName": "Swift.String",
1639
+ "usr": "s:SS"
1224
1640
  }
1225
1641
  ],
1226
1642
  "usr": "s:Sa"
1227
1643
  }
1228
1644
  ],
1229
- "declKind": "Func",
1230
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
1231
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
1232
- "moduleName": "DavoiceTTS",
1233
- "declAttributes": [
1234
- "Final",
1235
- "AccessControl",
1236
- "RawDocComment"
1237
- ],
1238
- "funcSelfKind": "NonMutating"
1239
- },
1240
- {
1241
- "kind": "Function",
1242
- "name": "stop",
1243
- "printedName": "stop()",
1244
- "children": [
1245
- {
1246
- "kind": "TypeNominal",
1247
- "name": "Void",
1248
- "printedName": "()"
1249
- }
1250
- ],
1251
- "declKind": "Func",
1252
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
1253
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
1645
+ "declKind": "Var",
1646
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
1647
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
1254
1648
  "moduleName": "DavoiceTTS",
1649
+ "static": true,
1255
1650
  "declAttributes": [
1651
+ "HasInitialValue",
1256
1652
  "Final",
1653
+ "HasStorage",
1257
1654
  "AccessControl",
1258
- "RawDocComment"
1655
+ "RawDocComment",
1656
+ "ObjC"
1259
1657
  ],
1260
- "funcSelfKind": "NonMutating"
1261
- },
1262
- {
1263
- "kind": "TypeDecl",
1264
- "name": "Source",
1265
- "printedName": "Source",
1266
- "children": [
1267
- {
1268
- "kind": "Var",
1269
- "name": "fileURL",
1270
- "printedName": "fileURL",
1271
- "children": [
1272
- {
1273
- "kind": "TypeFunc",
1274
- "name": "Function",
1275
- "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
1276
- "children": [
1277
- {
1278
- "kind": "TypeFunc",
1279
- "name": "Function",
1280
- "printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
1281
- "children": [
1282
- {
1283
- "kind": "TypeNominal",
1284
- "name": "Source",
1285
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1286
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1287
- },
1288
- {
1289
- "kind": "TypeNominal",
1290
- "name": "URL",
1291
- "printedName": "Foundation.URL",
1292
- "usr": "s:10Foundation3URLV"
1293
- }
1294
- ]
1295
- },
1296
- {
1297
- "kind": "TypeNominal",
1298
- "name": "Metatype",
1299
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
1300
- "children": [
1301
- {
1302
- "kind": "TypeNominal",
1303
- "name": "Source",
1304
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1305
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1306
- }
1307
- ]
1308
- }
1309
- ]
1310
- }
1311
- ],
1312
- "declKind": "EnumElement",
1313
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
1314
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
1315
- "moduleName": "DavoiceTTS"
1316
- },
1658
+ "isLet": true,
1659
+ "hasStorage": true,
1660
+ "accessors": [
1317
1661
  {
1318
- "kind": "Var",
1319
- "name": "named",
1320
- "printedName": "named",
1662
+ "kind": "Accessor",
1663
+ "name": "Get",
1664
+ "printedName": "Get()",
1321
1665
  "children": [
1322
1666
  {
1323
- "kind": "TypeFunc",
1324
- "name": "Function",
1325
- "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
1667
+ "kind": "TypeNominal",
1668
+ "name": "Array",
1669
+ "printedName": "[Swift.String]",
1326
1670
  "children": [
1327
- {
1328
- "kind": "TypeFunc",
1329
- "name": "Function",
1330
- "printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
1331
- "children": [
1332
- {
1333
- "kind": "TypeNominal",
1334
- "name": "Source",
1335
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1336
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1337
- },
1338
- {
1339
- "kind": "TypeNominal",
1340
- "name": "String",
1341
- "printedName": "Swift.String",
1342
- "usr": "s:SS"
1343
- }
1344
- ]
1345
- },
1346
1671
  {
1347
1672
  "kind": "TypeNominal",
1348
- "name": "Metatype",
1349
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
1350
- "children": [
1351
- {
1352
- "kind": "TypeNominal",
1353
- "name": "Source",
1354
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1355
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1356
- }
1357
- ]
1673
+ "name": "String",
1674
+ "printedName": "Swift.String",
1675
+ "usr": "s:SS"
1358
1676
  }
1359
- ]
1677
+ ],
1678
+ "usr": "s:Sa"
1360
1679
  }
1361
1680
  ],
1362
- "declKind": "EnumElement",
1363
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
1364
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
1365
- "moduleName": "DavoiceTTS"
1681
+ "declKind": "Accessor",
1682
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
1683
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
1684
+ "moduleName": "DavoiceTTS",
1685
+ "static": true,
1686
+ "implicit": true,
1687
+ "declAttributes": [
1688
+ "Final",
1689
+ "ObjC"
1690
+ ],
1691
+ "accessorKind": "get"
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "kind": "Function",
1697
+ "name": "unPauseMicrophone",
1698
+ "printedName": "unPauseMicrophone()",
1699
+ "children": [
1700
+ {
1701
+ "kind": "TypeNominal",
1702
+ "name": "Void",
1703
+ "printedName": "()"
1366
1704
  }
1367
1705
  ],
1368
- "declKind": "Enum",
1369
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
1370
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
1706
+ "declKind": "Func",
1707
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
1708
+ "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
1371
1709
  "moduleName": "DavoiceTTS",
1372
1710
  "declAttributes": [
1711
+ "Final",
1373
1712
  "AccessControl",
1374
- "RawDocComment"
1713
+ "ObjC"
1375
1714
  ],
1376
- "conformances": [
1377
- {
1378
- "kind": "Conformance",
1379
- "name": "Copyable",
1380
- "printedName": "Copyable",
1381
- "usr": "s:s8CopyableP",
1382
- "mangledName": "$ss8CopyableP"
1383
- },
1384
- {
1385
- "kind": "Conformance",
1386
- "name": "Escapable",
1387
- "printedName": "Escapable",
1388
- "usr": "s:s9EscapableP",
1389
- "mangledName": "$ss9EscapableP"
1390
- }
1391
- ]
1715
+ "funcSelfKind": "NonMutating"
1392
1716
  },
1393
1717
  {
1394
1718
  "kind": "Function",
1395
- "name": "audioPlayerDidFinishPlaying",
1396
- "printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
1719
+ "name": "pauseMicrophone",
1720
+ "printedName": "pauseMicrophone()",
1397
1721
  "children": [
1398
1722
  {
1399
1723
  "kind": "TypeNominal",
1400
1724
  "name": "Void",
1401
1725
  "printedName": "()"
1402
- },
1403
- {
1404
- "kind": "TypeNominal",
1405
- "name": "AVAudioPlayer",
1406
- "printedName": "AVFAudio.AVAudioPlayer",
1407
- "usr": "c:objc(cs)AVAudioPlayer"
1408
- },
1409
- {
1410
- "kind": "TypeNominal",
1411
- "name": "Bool",
1412
- "printedName": "Swift.Bool",
1413
- "usr": "s:Sb"
1414
1726
  }
1415
1727
  ],
1416
1728
  "declKind": "Func",
1417
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
1418
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
1729
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
1730
+ "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
1419
1731
  "moduleName": "DavoiceTTS",
1420
- "objc_name": "audioPlayerDidFinishPlaying:successfully:",
1421
1732
  "declAttributes": [
1422
1733
  "Final",
1423
- "ObjC",
1424
1734
  "AccessControl",
1425
- "RawDocComment"
1735
+ "ObjC"
1426
1736
  ],
1427
1737
  "funcSelfKind": "NonMutating"
1428
1738
  },
1429
1739
  {
1430
1740
  "kind": "Function",
1431
- "name": "activateSpeaker",
1432
- "printedName": "activateSpeaker()",
1741
+ "name": "isSpeechAvailable",
1742
+ "printedName": "isSpeechAvailable(_:)",
1433
1743
  "children": [
1434
1744
  {
1435
1745
  "kind": "TypeNominal",
1436
1746
  "name": "Void",
1437
1747
  "printedName": "()"
1748
+ },
1749
+ {
1750
+ "kind": "TypeFunc",
1751
+ "name": "Function",
1752
+ "printedName": "(Swift.Bool) -> ()",
1753
+ "children": [
1754
+ {
1755
+ "kind": "TypeNominal",
1756
+ "name": "Void",
1757
+ "printedName": "()"
1758
+ },
1759
+ {
1760
+ "kind": "TypeNominal",
1761
+ "name": "Bool",
1762
+ "printedName": "Swift.Bool",
1763
+ "usr": "s:Sb"
1764
+ }
1765
+ ]
1438
1766
  }
1439
1767
  ],
1440
1768
  "declKind": "Func",
1441
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
1442
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
1769
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
1770
+ "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
1443
1771
  "moduleName": "DavoiceTTS",
1444
1772
  "declAttributes": [
1445
1773
  "Final",
1446
- "AccessControl"
1774
+ "AccessControl",
1775
+ "RawDocComment",
1776
+ "ObjC"
1447
1777
  ],
1448
1778
  "funcSelfKind": "NonMutating"
1449
- }
1450
- ],
1451
- "declKind": "Class",
1452
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
1453
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
1454
- "moduleName": "DavoiceTTS",
1455
- "declAttributes": [
1456
- "Final",
1457
- "AccessControl",
1458
- "RawDocComment",
1459
- "ObjC"
1460
- ],
1461
- "superclassUsr": "c:objc(cs)NSObject",
1462
- "hasMissingDesignatedInitializers": true,
1463
- "inheritsConvenienceInitializers": true,
1464
- "superclassNames": [
1465
- "ObjectiveC.NSObject"
1466
- ],
1467
- "conformances": [
1468
- {
1469
- "kind": "Conformance",
1470
- "name": "Copyable",
1471
- "printedName": "Copyable",
1472
- "usr": "s:s8CopyableP",
1473
- "mangledName": "$ss8CopyableP"
1474
- },
1475
- {
1476
- "kind": "Conformance",
1477
- "name": "Escapable",
1478
- "printedName": "Escapable",
1479
- "usr": "s:s9EscapableP",
1480
- "mangledName": "$ss9EscapableP"
1481
- },
1482
- {
1483
- "kind": "Conformance",
1484
- "name": "Equatable",
1485
- "printedName": "Equatable",
1486
- "usr": "s:SQ",
1487
- "mangledName": "$sSQ"
1488
- },
1489
- {
1490
- "kind": "Conformance",
1491
- "name": "Hashable",
1492
- "printedName": "Hashable",
1493
- "usr": "s:SH",
1494
- "mangledName": "$sSH"
1495
- },
1496
- {
1497
- "kind": "Conformance",
1498
- "name": "CVarArg",
1499
- "printedName": "CVarArg",
1500
- "usr": "s:s7CVarArgP",
1501
- "mangledName": "$ss7CVarArgP"
1502
- },
1503
- {
1504
- "kind": "Conformance",
1505
- "name": "_KeyValueCodingAndObservingPublishing",
1506
- "printedName": "_KeyValueCodingAndObservingPublishing",
1507
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1508
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1509
1779
  },
1510
1780
  {
1511
- "kind": "Conformance",
1512
- "name": "_KeyValueCodingAndObserving",
1513
- "printedName": "_KeyValueCodingAndObserving",
1514
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1515
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1516
- },
1517
- {
1518
- "kind": "Conformance",
1519
- "name": "CustomStringConvertible",
1520
- "printedName": "CustomStringConvertible",
1521
- "usr": "s:s23CustomStringConvertibleP",
1522
- "mangledName": "$ss23CustomStringConvertibleP"
1523
- },
1524
- {
1525
- "kind": "Conformance",
1526
- "name": "CustomDebugStringConvertible",
1527
- "printedName": "CustomDebugStringConvertible",
1528
- "usr": "s:s28CustomDebugStringConvertibleP",
1529
- "mangledName": "$ss28CustomDebugStringConvertibleP"
1530
- }
1531
- ]
1532
- },
1533
- {
1534
- "kind": "TypeDecl",
1535
- "name": "DaVoiceTTS",
1536
- "printedName": "DaVoiceTTS",
1537
- "children": [
1538
- {
1539
- "kind": "TypeDecl",
1540
- "name": "Config",
1541
- "printedName": "Config",
1542
- "declKind": "Struct",
1543
- "usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
1544
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
1781
+ "kind": "Function",
1782
+ "name": "isRecognizing",
1783
+ "printedName": "isRecognizing()",
1784
+ "children": [
1785
+ {
1786
+ "kind": "TypeNominal",
1787
+ "name": "Bool",
1788
+ "printedName": "Swift.Bool",
1789
+ "usr": "s:Sb"
1790
+ }
1791
+ ],
1792
+ "declKind": "Func",
1793
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
1794
+ "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
1545
1795
  "moduleName": "DavoiceTTS",
1546
1796
  "declAttributes": [
1547
- "AccessControl"
1797
+ "Final",
1798
+ "AccessControl",
1799
+ "ObjC"
1548
1800
  ],
1549
- "conformances": [
1801
+ "funcSelfKind": "NonMutating"
1802
+ },
1803
+ {
1804
+ "kind": "Function",
1805
+ "name": "startSpeech",
1806
+ "printedName": "startSpeech(localeStr:)",
1807
+ "children": [
1550
1808
  {
1551
- "kind": "Conformance",
1552
- "name": "Copyable",
1553
- "printedName": "Copyable",
1554
- "usr": "s:s8CopyableP",
1555
- "mangledName": "$ss8CopyableP"
1809
+ "kind": "TypeNominal",
1810
+ "name": "Void",
1811
+ "printedName": "()"
1556
1812
  },
1557
1813
  {
1558
- "kind": "Conformance",
1559
- "name": "Escapable",
1560
- "printedName": "Escapable",
1561
- "usr": "s:s9EscapableP",
1562
- "mangledName": "$ss9EscapableP"
1814
+ "kind": "TypeNominal",
1815
+ "name": "Optional",
1816
+ "printedName": "Swift.String?",
1817
+ "children": [
1818
+ {
1819
+ "kind": "TypeNominal",
1820
+ "name": "String",
1821
+ "printedName": "Swift.String",
1822
+ "usr": "s:SS"
1823
+ }
1824
+ ],
1825
+ "usr": "s:Sq"
1563
1826
  }
1564
- ]
1827
+ ],
1828
+ "declKind": "Func",
1829
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
1830
+ "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
1831
+ "moduleName": "DavoiceTTS",
1832
+ "declAttributes": [
1833
+ "Final",
1834
+ "AccessControl",
1835
+ "ObjC"
1836
+ ],
1837
+ "funcSelfKind": "NonMutating"
1565
1838
  },
1566
1839
  {
1567
- "kind": "Var",
1568
- "name": "onLastUtteranceFinished",
1569
- "printedName": "onLastUtteranceFinished",
1840
+ "kind": "Function",
1841
+ "name": "stopSpeech",
1842
+ "printedName": "stopSpeech(_:)",
1570
1843
  "children": [
1844
+ {
1845
+ "kind": "TypeNominal",
1846
+ "name": "Void",
1847
+ "printedName": "()"
1848
+ },
1571
1849
  {
1572
1850
  "kind": "TypeNominal",
1573
1851
  "name": "Optional",
1574
- "printedName": "(() -> ())?",
1852
+ "printedName": "((Swift.Bool) -> ())?",
1575
1853
  "children": [
1576
1854
  {
1577
1855
  "kind": "TypeFunc",
1578
1856
  "name": "Function",
1579
- "printedName": "() -> ()",
1857
+ "printedName": "(Swift.Bool) -> ()",
1580
1858
  "children": [
1581
1859
  {
1582
1860
  "kind": "TypeNominal",
@@ -1585,244 +1863,140 @@
1585
1863
  },
1586
1864
  {
1587
1865
  "kind": "TypeNominal",
1588
- "name": "Void",
1589
- "printedName": "()"
1866
+ "name": "Bool",
1867
+ "printedName": "Swift.Bool",
1868
+ "usr": "s:Sb"
1590
1869
  }
1591
1870
  ]
1592
1871
  }
1593
1872
  ],
1873
+ "hasDefaultArg": true,
1594
1874
  "usr": "s:Sq"
1595
1875
  }
1596
1876
  ],
1597
- "declKind": "Var",
1598
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
1599
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
1877
+ "declKind": "Func",
1878
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
1879
+ "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
1600
1880
  "moduleName": "DavoiceTTS",
1601
1881
  "declAttributes": [
1602
- "HasInitialValue",
1603
1882
  "Final",
1604
- "HasStorage",
1605
1883
  "AccessControl",
1606
- "ObjC",
1607
- "RawDocComment"
1884
+ "ObjC"
1608
1885
  ],
1609
- "hasStorage": true,
1610
- "accessors": [
1886
+ "funcSelfKind": "NonMutating"
1887
+ },
1888
+ {
1889
+ "kind": "Function",
1890
+ "name": "cancelSpeech",
1891
+ "printedName": "cancelSpeech(_:)",
1892
+ "children": [
1611
1893
  {
1612
- "kind": "Accessor",
1613
- "name": "Get",
1614
- "printedName": "Get()",
1615
- "children": [
1616
- {
1617
- "kind": "TypeNominal",
1618
- "name": "Optional",
1619
- "printedName": "(() -> ())?",
1620
- "children": [
1621
- {
1622
- "kind": "TypeFunc",
1623
- "name": "Function",
1624
- "printedName": "() -> ()",
1625
- "children": [
1626
- {
1627
- "kind": "TypeNominal",
1628
- "name": "Void",
1629
- "printedName": "()"
1630
- },
1631
- {
1632
- "kind": "TypeNominal",
1633
- "name": "Void",
1634
- "printedName": "()"
1635
- }
1636
- ]
1637
- }
1638
- ],
1639
- "usr": "s:Sq"
1640
- }
1641
- ],
1642
- "declKind": "Accessor",
1643
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
1644
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
1645
- "moduleName": "DavoiceTTS",
1646
- "implicit": true,
1647
- "declAttributes": [
1648
- "Final",
1649
- "ObjC"
1650
- ],
1651
- "accessorKind": "get"
1894
+ "kind": "TypeNominal",
1895
+ "name": "Void",
1896
+ "printedName": "()"
1652
1897
  },
1653
1898
  {
1654
- "kind": "Accessor",
1655
- "name": "Set",
1656
- "printedName": "Set()",
1899
+ "kind": "TypeNominal",
1900
+ "name": "Optional",
1901
+ "printedName": "((Swift.Bool) -> ())?",
1657
1902
  "children": [
1658
1903
  {
1659
- "kind": "TypeNominal",
1660
- "name": "Void",
1661
- "printedName": "()"
1662
- },
1663
- {
1664
- "kind": "TypeNominal",
1665
- "name": "Optional",
1666
- "printedName": "(() -> ())?",
1904
+ "kind": "TypeFunc",
1905
+ "name": "Function",
1906
+ "printedName": "(Swift.Bool) -> ()",
1667
1907
  "children": [
1668
1908
  {
1669
- "kind": "TypeFunc",
1670
- "name": "Function",
1671
- "printedName": "() -> ()",
1672
- "children": [
1673
- {
1674
- "kind": "TypeNominal",
1675
- "name": "Void",
1676
- "printedName": "()"
1677
- },
1678
- {
1679
- "kind": "TypeNominal",
1680
- "name": "Void",
1681
- "printedName": "()"
1682
- }
1683
- ]
1909
+ "kind": "TypeNominal",
1910
+ "name": "Void",
1911
+ "printedName": "()"
1912
+ },
1913
+ {
1914
+ "kind": "TypeNominal",
1915
+ "name": "Bool",
1916
+ "printedName": "Swift.Bool",
1917
+ "usr": "s:Sb"
1684
1918
  }
1685
- ],
1686
- "usr": "s:Sq"
1687
- }
1688
- ],
1689
- "declKind": "Accessor",
1690
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
1691
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
1692
- "moduleName": "DavoiceTTS",
1693
- "implicit": true,
1694
- "declAttributes": [
1695
- "Final",
1696
- "ObjC"
1697
- ],
1698
- "accessorKind": "set"
1699
- },
1700
- {
1701
- "kind": "Accessor",
1702
- "name": "Modify",
1703
- "printedName": "Modify()",
1704
- "children": [
1705
- {
1706
- "kind": "TypeNominal",
1707
- "name": "Void",
1708
- "printedName": "()"
1919
+ ]
1709
1920
  }
1710
1921
  ],
1711
- "declKind": "Accessor",
1712
- "usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
1713
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
1714
- "moduleName": "DavoiceTTS",
1715
- "implicit": true,
1716
- "declAttributes": [
1717
- "Final"
1718
- ],
1719
- "accessorKind": "_modify"
1720
- }
1721
- ]
1722
- },
1723
- {
1724
- "kind": "Constructor",
1725
- "name": "init",
1726
- "printedName": "init(model:)",
1727
- "children": [
1728
- {
1729
- "kind": "TypeNominal",
1730
- "name": "DaVoiceTTS",
1731
- "printedName": "DavoiceTTS.DaVoiceTTS",
1732
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
1733
- },
1734
- {
1735
- "kind": "TypeNominal",
1736
- "name": "URL",
1737
- "printedName": "Foundation.URL",
1738
- "usr": "s:10Foundation3URLV"
1739
- }
1740
- ],
1741
- "declKind": "Constructor",
1742
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
1743
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
1744
- "moduleName": "DavoiceTTS",
1745
- "objc_name": "initWithModel:error:",
1746
- "declAttributes": [
1747
- "AccessControl",
1748
- "ObjC"
1749
- ],
1750
- "throwing": true,
1751
- "init_kind": "Designated"
1752
- },
1753
- {
1754
- "kind": "Function",
1755
- "name": "stopSpeaking",
1756
- "printedName": "stopSpeaking()",
1757
- "children": [
1758
- {
1759
- "kind": "TypeNominal",
1760
- "name": "Void",
1761
- "printedName": "()"
1922
+ "hasDefaultArg": true,
1923
+ "usr": "s:Sq"
1762
1924
  }
1763
1925
  ],
1764
1926
  "declKind": "Func",
1765
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
1766
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
1927
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
1928
+ "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
1767
1929
  "moduleName": "DavoiceTTS",
1768
1930
  "declAttributes": [
1769
1931
  "Final",
1770
1932
  "AccessControl",
1771
- "ObjC",
1772
- "RawDocComment"
1933
+ "ObjC"
1773
1934
  ],
1774
1935
  "funcSelfKind": "NonMutating"
1775
1936
  },
1776
1937
  {
1777
1938
  "kind": "Function",
1778
- "name": "destroy",
1779
- "printedName": "destroy()",
1939
+ "name": "destroySpeech",
1940
+ "printedName": "destroySpeech(_:)",
1780
1941
  "children": [
1781
1942
  {
1782
1943
  "kind": "TypeNominal",
1783
1944
  "name": "Void",
1784
1945
  "printedName": "()"
1946
+ },
1947
+ {
1948
+ "kind": "TypeNominal",
1949
+ "name": "Optional",
1950
+ "printedName": "((Swift.Bool) -> ())?",
1951
+ "children": [
1952
+ {
1953
+ "kind": "TypeFunc",
1954
+ "name": "Function",
1955
+ "printedName": "(Swift.Bool) -> ()",
1956
+ "children": [
1957
+ {
1958
+ "kind": "TypeNominal",
1959
+ "name": "Void",
1960
+ "printedName": "()"
1961
+ },
1962
+ {
1963
+ "kind": "TypeNominal",
1964
+ "name": "Bool",
1965
+ "printedName": "Swift.Bool",
1966
+ "usr": "s:Sb"
1967
+ }
1968
+ ]
1969
+ }
1970
+ ],
1971
+ "hasDefaultArg": true,
1972
+ "usr": "s:Sq"
1785
1973
  }
1786
1974
  ],
1787
1975
  "declKind": "Func",
1788
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
1789
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
1976
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
1977
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
1790
1978
  "moduleName": "DavoiceTTS",
1791
1979
  "declAttributes": [
1792
1980
  "Final",
1793
1981
  "AccessControl",
1794
- "ObjC",
1795
- "RawDocComment"
1982
+ "ObjC"
1796
1983
  ],
1797
1984
  "funcSelfKind": "NonMutating"
1798
1985
  },
1799
1986
  {
1800
1987
  "kind": "Function",
1801
- "name": "speak",
1802
- "printedName": "speak(_:sid:)",
1988
+ "name": "teardown",
1989
+ "printedName": "teardown()",
1803
1990
  "children": [
1804
1991
  {
1805
1992
  "kind": "TypeNominal",
1806
1993
  "name": "Void",
1807
1994
  "printedName": "()"
1808
- },
1809
- {
1810
- "kind": "TypeNominal",
1811
- "name": "String",
1812
- "printedName": "Swift.String",
1813
- "usr": "s:SS"
1814
- },
1815
- {
1816
- "kind": "TypeNominal",
1817
- "name": "Int32",
1818
- "printedName": "Swift.Int32",
1819
- "hasDefaultArg": true,
1820
- "usr": "s:s5Int32V"
1821
1995
  }
1822
1996
  ],
1823
1997
  "declKind": "Func",
1824
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
1825
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
1998
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
1999
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
1826
2000
  "moduleName": "DavoiceTTS",
1827
2001
  "declAttributes": [
1828
2002
  "Final",
@@ -1833,46 +2007,38 @@
1833
2007
  },
1834
2008
  {
1835
2009
  "kind": "Function",
1836
- "name": "synthesize_top",
1837
- "printedName": "synthesize_top(_:speakerId:token:)",
2010
+ "name": "speechRecognizer",
2011
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
1838
2012
  "children": [
1839
2013
  {
1840
2014
  "kind": "TypeNominal",
1841
- "name": "AVAudioPCMBuffer",
1842
- "printedName": "AVFAudio.AVAudioPCMBuffer",
1843
- "usr": "c:objc(cs)AVAudioPCMBuffer"
1844
- },
1845
- {
1846
- "kind": "TypeNominal",
1847
- "name": "String",
1848
- "printedName": "Swift.String",
1849
- "usr": "s:SS"
2015
+ "name": "Void",
2016
+ "printedName": "()"
1850
2017
  },
1851
2018
  {
1852
2019
  "kind": "TypeNominal",
1853
- "name": "Int32",
1854
- "printedName": "Swift.Int32",
1855
- "hasDefaultArg": true,
1856
- "usr": "s:s5Int32V"
2020
+ "name": "SFSpeechRecognizer",
2021
+ "printedName": "Speech.SFSpeechRecognizer",
2022
+ "usr": "c:objc(cs)SFSpeechRecognizer"
1857
2023
  },
1858
2024
  {
1859
2025
  "kind": "TypeNominal",
1860
- "name": "UUID",
1861
- "printedName": "Foundation.UUID",
1862
- "usr": "s:10Foundation4UUIDV"
2026
+ "name": "Bool",
2027
+ "printedName": "Swift.Bool",
2028
+ "usr": "s:Sb"
1863
2029
  }
1864
2030
  ],
1865
2031
  "declKind": "Func",
1866
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
1867
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
2032
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
2033
+ "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
1868
2034
  "moduleName": "DavoiceTTS",
2035
+ "objc_name": "speechRecognizer:availabilityDidChange:",
1869
2036
  "declAttributes": [
1870
2037
  "Final",
2038
+ "ObjC",
1871
2039
  "AccessControl",
1872
- "RawDocComment",
1873
- "ObjC"
2040
+ "RawDocComment"
1874
2041
  ],
1875
- "throwing": true,
1876
2042
  "funcSelfKind": "NonMutating"
1877
2043
  },
1878
2044
  {
@@ -1882,14 +2048,14 @@
1882
2048
  "children": [
1883
2049
  {
1884
2050
  "kind": "TypeNominal",
1885
- "name": "DaVoiceTTS",
1886
- "printedName": "DavoiceTTS.DaVoiceTTS",
1887
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
2051
+ "name": "STT",
2052
+ "printedName": "DavoiceTTS.STT",
2053
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
1888
2054
  }
1889
2055
  ],
1890
2056
  "declKind": "Constructor",
1891
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
1892
- "mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
2057
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
2058
+ "mangledName": "$s10DavoiceTTS3STTCACycfc",
1893
2059
  "moduleName": "DavoiceTTS",
1894
2060
  "overriding": true,
1895
2061
  "implicit": true,
@@ -1903,8 +2069,8 @@
1903
2069
  }
1904
2070
  ],
1905
2071
  "declKind": "Class",
1906
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
1907
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C",
2072
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT",
2073
+ "mangledName": "$s10DavoiceTTS3STTC",
1908
2074
  "moduleName": "DavoiceTTS",
1909
2075
  "declAttributes": [
1910
2076
  "Final",
@@ -1913,6 +2079,7 @@
1913
2079
  "ObjC"
1914
2080
  ],
1915
2081
  "superclassUsr": "c:objc(cs)NSObject",
2082
+ "inheritsConvenienceInitializers": true,
1916
2083
  "superclassNames": [
1917
2084
  "ObjectiveC.NSObject"
1918
2085
  ],
@@ -1960,306 +2127,110 @@
1960
2127
  "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1961
2128
  },
1962
2129
  {
1963
- "kind": "Conformance",
1964
- "name": "_KeyValueCodingAndObserving",
1965
- "printedName": "_KeyValueCodingAndObserving",
1966
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1967
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1968
- },
1969
- {
1970
- "kind": "Conformance",
1971
- "name": "CustomStringConvertible",
1972
- "printedName": "CustomStringConvertible",
1973
- "usr": "s:s23CustomStringConvertibleP",
1974
- "mangledName": "$ss23CustomStringConvertibleP"
1975
- },
1976
- {
1977
- "kind": "Conformance",
1978
- "name": "CustomDebugStringConvertible",
1979
- "printedName": "CustomDebugStringConvertible",
1980
- "usr": "s:s28CustomDebugStringConvertibleP",
1981
- "mangledName": "$ss28CustomDebugStringConvertibleP"
1982
- }
1983
- ]
1984
- },
1985
- {
1986
- "kind": "Import",
1987
- "name": "Foundation",
1988
- "printedName": "Foundation",
1989
- "declKind": "Import",
1990
- "moduleName": "DavoiceTTS",
1991
- "declAttributes": [
1992
- "RawDocComment"
1993
- ]
1994
- },
1995
- {
1996
- "kind": "Import",
1997
- "name": "UIKit",
1998
- "printedName": "UIKit",
1999
- "declKind": "Import",
2000
- "moduleName": "DavoiceTTS"
2001
- },
2002
- {
2003
- "kind": "Import",
2004
- "name": "Speech",
2005
- "printedName": "Speech",
2006
- "declKind": "Import",
2007
- "moduleName": "DavoiceTTS"
2008
- },
2009
- {
2010
- "kind": "Import",
2011
- "name": "Accelerate",
2012
- "printedName": "Accelerate",
2013
- "declKind": "Import",
2014
- "moduleName": "DavoiceTTS"
2015
- },
2016
- {
2017
- "kind": "Import",
2018
- "name": "AVFAudio",
2019
- "printedName": "AVFAudio",
2020
- "declKind": "Import",
2021
- "moduleName": "DavoiceTTS"
2022
- },
2023
- {
2024
- "kind": "TypeDecl",
2025
- "name": "STTDelegate",
2026
- "printedName": "STTDelegate",
2027
- "children": [
2028
- {
2029
- "kind": "Function",
2030
- "name": "stt",
2031
- "printedName": "stt(_:didEmitEvent:body:)",
2032
- "children": [
2033
- {
2034
- "kind": "TypeNominal",
2035
- "name": "Void",
2036
- "printedName": "()"
2037
- },
2038
- {
2039
- "kind": "TypeNominal",
2040
- "name": "STT",
2041
- "printedName": "DavoiceTTS.STT",
2042
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
2043
- },
2044
- {
2045
- "kind": "TypeNominal",
2046
- "name": "String",
2047
- "printedName": "Swift.String",
2048
- "usr": "s:SS"
2049
- },
2050
- {
2051
- "kind": "TypeNominal",
2052
- "name": "Optional",
2053
- "printedName": "[Swift.String : Any]?",
2054
- "children": [
2055
- {
2056
- "kind": "TypeNominal",
2057
- "name": "Dictionary",
2058
- "printedName": "[Swift.String : Any]",
2059
- "children": [
2060
- {
2061
- "kind": "TypeNominal",
2062
- "name": "String",
2063
- "printedName": "Swift.String",
2064
- "usr": "s:SS"
2065
- },
2066
- {
2067
- "kind": "TypeNominal",
2068
- "name": "ProtocolComposition",
2069
- "printedName": "Any"
2070
- }
2071
- ],
2072
- "usr": "s:SD"
2073
- }
2074
- ],
2075
- "usr": "s:Sq"
2076
- }
2077
- ],
2078
- "declKind": "Func",
2079
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
2080
- "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
2081
- "moduleName": "DavoiceTTS",
2082
- "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
2083
- "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
2084
- "protocolReq": true,
2085
- "declAttributes": [
2086
- "ObjC"
2087
- ],
2088
- "reqNewWitnessTableEntry": true,
2089
- "funcSelfKind": "NonMutating"
2090
- }
2091
- ],
2092
- "declKind": "Protocol",
2093
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
2094
- "mangledName": "$s10DavoiceTTS11STTDelegateP",
2095
- "moduleName": "DavoiceTTS",
2096
- "genericSig": "<τ_0_0 : AnyObject>",
2097
- "sugared_genericSig": "<Self : AnyObject>",
2098
- "declAttributes": [
2099
- "AccessControl",
2100
- "ObjC",
2101
- "RawDocComment"
2102
- ],
2103
- "conformances": [
2130
+ "kind": "Conformance",
2131
+ "name": "_KeyValueCodingAndObserving",
2132
+ "printedName": "_KeyValueCodingAndObserving",
2133
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2134
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2135
+ },
2104
2136
  {
2105
2137
  "kind": "Conformance",
2106
- "name": "Escapable",
2107
- "printedName": "Escapable",
2108
- "usr": "s:s9EscapableP",
2109
- "mangledName": "$ss9EscapableP"
2138
+ "name": "CustomStringConvertible",
2139
+ "printedName": "CustomStringConvertible",
2140
+ "usr": "s:s23CustomStringConvertibleP",
2141
+ "mangledName": "$ss23CustomStringConvertibleP"
2110
2142
  },
2111
2143
  {
2112
2144
  "kind": "Conformance",
2113
- "name": "Copyable",
2114
- "printedName": "Copyable",
2115
- "usr": "s:s8CopyableP",
2116
- "mangledName": "$ss8CopyableP"
2145
+ "name": "CustomDebugStringConvertible",
2146
+ "printedName": "CustomDebugStringConvertible",
2147
+ "usr": "s:s28CustomDebugStringConvertibleP",
2148
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2117
2149
  }
2118
2150
  ]
2119
2151
  },
2152
+ {
2153
+ "kind": "Import",
2154
+ "name": "Foundation",
2155
+ "printedName": "Foundation",
2156
+ "declKind": "Import",
2157
+ "moduleName": "DavoiceTTS",
2158
+ "declAttributes": [
2159
+ "RawDocComment"
2160
+ ]
2161
+ },
2120
2162
  {
2121
2163
  "kind": "TypeDecl",
2122
- "name": "STT",
2123
- "printedName": "STT",
2164
+ "name": "AudioPlaybackHook",
2165
+ "printedName": "AudioPlaybackHook",
2124
2166
  "children": [
2125
2167
  {
2126
2168
  "kind": "Var",
2127
- "name": "delegate",
2128
- "printedName": "delegate",
2169
+ "name": "engineScheduleFile",
2170
+ "printedName": "engineScheduleFile",
2129
2171
  "children": [
2130
2172
  {
2131
2173
  "kind": "TypeNominal",
2132
- "name": "WeakStorage",
2133
- "printedName": "(any DavoiceTTS.STTDelegate)?"
2134
- }
2135
- ],
2136
- "declKind": "Var",
2137
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
2138
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
2139
- "moduleName": "DavoiceTTS",
2140
- "declAttributes": [
2141
- "HasInitialValue",
2142
- "Final",
2143
- "HasStorage",
2144
- "ReferenceOwnership",
2145
- "AccessControl",
2146
- "ObjC"
2147
- ],
2148
- "ownership": 1,
2149
- "hasStorage": true,
2150
- "accessors": [
2151
- {
2152
- "kind": "Accessor",
2153
- "name": "Get",
2154
- "printedName": "Get()",
2174
+ "name": "Optional",
2175
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2155
2176
  "children": [
2156
2177
  {
2157
- "kind": "TypeNominal",
2158
- "name": "Optional",
2159
- "printedName": "(any DavoiceTTS.STTDelegate)?",
2178
+ "kind": "TypeFunc",
2179
+ "name": "Function",
2180
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2160
2181
  "children": [
2161
2182
  {
2162
2183
  "kind": "TypeNominal",
2163
- "name": "STTDelegate",
2164
- "printedName": "any DavoiceTTS.STTDelegate",
2165
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
2166
- }
2167
- ],
2168
- "usr": "s:Sq"
2169
- }
2170
- ],
2171
- "declKind": "Accessor",
2172
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
2173
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
2174
- "moduleName": "DavoiceTTS",
2175
- "implicit": true,
2176
- "declAttributes": [
2177
- "Final",
2178
- "ObjC"
2179
- ],
2180
- "accessorKind": "get"
2181
- },
2182
- {
2183
- "kind": "Accessor",
2184
- "name": "Set",
2185
- "printedName": "Set()",
2186
- "children": [
2187
- {
2188
- "kind": "TypeNominal",
2189
- "name": "Void",
2190
- "printedName": "()"
2191
- },
2192
- {
2193
- "kind": "TypeNominal",
2194
- "name": "Optional",
2195
- "printedName": "(any DavoiceTTS.STTDelegate)?",
2196
- "children": [
2184
+ "name": "Bool",
2185
+ "printedName": "Swift.Bool",
2186
+ "usr": "s:Sb"
2187
+ },
2197
2188
  {
2198
2189
  "kind": "TypeNominal",
2199
- "name": "STTDelegate",
2200
- "printedName": "any DavoiceTTS.STTDelegate",
2201
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
2190
+ "name": "Tuple",
2191
+ "printedName": "(Foundation.URL, () -> ())",
2192
+ "children": [
2193
+ {
2194
+ "kind": "TypeNominal",
2195
+ "name": "URL",
2196
+ "printedName": "Foundation.URL",
2197
+ "usr": "s:10Foundation3URLV"
2198
+ },
2199
+ {
2200
+ "kind": "TypeFunc",
2201
+ "name": "Function",
2202
+ "printedName": "() -> ()",
2203
+ "children": [
2204
+ {
2205
+ "kind": "TypeNominal",
2206
+ "name": "Void",
2207
+ "printedName": "()"
2208
+ },
2209
+ {
2210
+ "kind": "TypeNominal",
2211
+ "name": "Void",
2212
+ "printedName": "()"
2213
+ }
2214
+ ]
2215
+ }
2216
+ ]
2202
2217
  }
2203
- ],
2204
- "usr": "s:Sq"
2205
- }
2206
- ],
2207
- "declKind": "Accessor",
2208
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
2209
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
2210
- "moduleName": "DavoiceTTS",
2211
- "implicit": true,
2212
- "declAttributes": [
2213
- "Final",
2214
- "ObjC"
2215
- ],
2216
- "accessorKind": "set"
2217
- },
2218
- {
2219
- "kind": "Accessor",
2220
- "name": "Modify",
2221
- "printedName": "Modify()",
2222
- "children": [
2223
- {
2224
- "kind": "TypeNominal",
2225
- "name": "Void",
2226
- "printedName": "()"
2218
+ ]
2227
2219
  }
2228
2220
  ],
2229
- "declKind": "Accessor",
2230
- "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
2231
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
2232
- "moduleName": "DavoiceTTS",
2233
- "implicit": true,
2234
- "declAttributes": [
2235
- "Final"
2236
- ],
2237
- "accessorKind": "_modify"
2238
- }
2239
- ]
2240
- },
2241
- {
2242
- "kind": "Var",
2243
- "name": "continuous",
2244
- "printedName": "continuous",
2245
- "children": [
2246
- {
2247
- "kind": "TypeNominal",
2248
- "name": "Bool",
2249
- "printedName": "Swift.Bool",
2250
- "usr": "s:Sb"
2221
+ "usr": "s:Sq"
2251
2222
  }
2252
2223
  ],
2253
2224
  "declKind": "Var",
2254
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
2255
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
2225
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
2226
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
2256
2227
  "moduleName": "DavoiceTTS",
2228
+ "static": true,
2257
2229
  "declAttributes": [
2258
2230
  "HasInitialValue",
2259
- "Final",
2260
2231
  "HasStorage",
2261
2232
  "AccessControl",
2262
- "ObjC"
2233
+ "RawDocComment"
2263
2234
  ],
2264
2235
  "hasStorage": true,
2265
2236
  "accessors": [
@@ -2270,20 +2241,62 @@
2270
2241
  "children": [
2271
2242
  {
2272
2243
  "kind": "TypeNominal",
2273
- "name": "Bool",
2274
- "printedName": "Swift.Bool",
2275
- "usr": "s:Sb"
2244
+ "name": "Optional",
2245
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2246
+ "children": [
2247
+ {
2248
+ "kind": "TypeFunc",
2249
+ "name": "Function",
2250
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2251
+ "children": [
2252
+ {
2253
+ "kind": "TypeNominal",
2254
+ "name": "Bool",
2255
+ "printedName": "Swift.Bool",
2256
+ "usr": "s:Sb"
2257
+ },
2258
+ {
2259
+ "kind": "TypeNominal",
2260
+ "name": "Tuple",
2261
+ "printedName": "(Foundation.URL, () -> ())",
2262
+ "children": [
2263
+ {
2264
+ "kind": "TypeNominal",
2265
+ "name": "URL",
2266
+ "printedName": "Foundation.URL",
2267
+ "usr": "s:10Foundation3URLV"
2268
+ },
2269
+ {
2270
+ "kind": "TypeFunc",
2271
+ "name": "Function",
2272
+ "printedName": "() -> ()",
2273
+ "children": [
2274
+ {
2275
+ "kind": "TypeNominal",
2276
+ "name": "Void",
2277
+ "printedName": "()"
2278
+ },
2279
+ {
2280
+ "kind": "TypeNominal",
2281
+ "name": "Void",
2282
+ "printedName": "()"
2283
+ }
2284
+ ]
2285
+ }
2286
+ ]
2287
+ }
2288
+ ]
2289
+ }
2290
+ ],
2291
+ "usr": "s:Sq"
2276
2292
  }
2277
2293
  ],
2278
2294
  "declKind": "Accessor",
2279
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
2280
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
2295
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
2296
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
2281
2297
  "moduleName": "DavoiceTTS",
2282
- "implicit": true,
2283
- "declAttributes": [
2284
- "Final",
2285
- "ObjC"
2286
- ],
2298
+ "static": true,
2299
+ "implicit": true,
2287
2300
  "accessorKind": "get"
2288
2301
  },
2289
2302
  {
@@ -2298,20 +2311,62 @@
2298
2311
  },
2299
2312
  {
2300
2313
  "kind": "TypeNominal",
2301
- "name": "Bool",
2302
- "printedName": "Swift.Bool",
2303
- "usr": "s:Sb"
2314
+ "name": "Optional",
2315
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2316
+ "children": [
2317
+ {
2318
+ "kind": "TypeFunc",
2319
+ "name": "Function",
2320
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2321
+ "children": [
2322
+ {
2323
+ "kind": "TypeNominal",
2324
+ "name": "Bool",
2325
+ "printedName": "Swift.Bool",
2326
+ "usr": "s:Sb"
2327
+ },
2328
+ {
2329
+ "kind": "TypeNominal",
2330
+ "name": "Tuple",
2331
+ "printedName": "(Foundation.URL, () -> ())",
2332
+ "children": [
2333
+ {
2334
+ "kind": "TypeNominal",
2335
+ "name": "URL",
2336
+ "printedName": "Foundation.URL",
2337
+ "usr": "s:10Foundation3URLV"
2338
+ },
2339
+ {
2340
+ "kind": "TypeFunc",
2341
+ "name": "Function",
2342
+ "printedName": "() -> ()",
2343
+ "children": [
2344
+ {
2345
+ "kind": "TypeNominal",
2346
+ "name": "Void",
2347
+ "printedName": "()"
2348
+ },
2349
+ {
2350
+ "kind": "TypeNominal",
2351
+ "name": "Void",
2352
+ "printedName": "()"
2353
+ }
2354
+ ]
2355
+ }
2356
+ ]
2357
+ }
2358
+ ]
2359
+ }
2360
+ ],
2361
+ "usr": "s:Sq"
2304
2362
  }
2305
2363
  ],
2306
2364
  "declKind": "Accessor",
2307
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
2308
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
2365
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
2366
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
2309
2367
  "moduleName": "DavoiceTTS",
2368
+ "static": true,
2310
2369
  "implicit": true,
2311
- "declAttributes": [
2312
- "Final",
2313
- "ObjC"
2314
- ],
2315
2370
  "accessorKind": "set"
2316
2371
  },
2317
2372
  {
@@ -2326,51 +2381,58 @@
2326
2381
  }
2327
2382
  ],
2328
2383
  "declKind": "Accessor",
2329
- "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
2330
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
2384
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
2385
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
2331
2386
  "moduleName": "DavoiceTTS",
2387
+ "static": true,
2332
2388
  "implicit": true,
2333
- "declAttributes": [
2334
- "Final"
2335
- ],
2336
2389
  "accessorKind": "_modify"
2337
2390
  }
2338
2391
  ]
2339
2392
  },
2340
2393
  {
2341
2394
  "kind": "Var",
2342
- "name": "supportedEvents",
2343
- "printedName": "supportedEvents",
2395
+ "name": "isEngineReady",
2396
+ "printedName": "isEngineReady",
2344
2397
  "children": [
2345
2398
  {
2346
2399
  "kind": "TypeNominal",
2347
- "name": "Array",
2348
- "printedName": "[Swift.String]",
2400
+ "name": "Optional",
2401
+ "printedName": "(() -> Swift.Bool)?",
2349
2402
  "children": [
2350
2403
  {
2351
- "kind": "TypeNominal",
2352
- "name": "String",
2353
- "printedName": "Swift.String",
2354
- "usr": "s:SS"
2404
+ "kind": "TypeFunc",
2405
+ "name": "Function",
2406
+ "printedName": "() -> Swift.Bool",
2407
+ "children": [
2408
+ {
2409
+ "kind": "TypeNominal",
2410
+ "name": "Bool",
2411
+ "printedName": "Swift.Bool",
2412
+ "usr": "s:Sb"
2413
+ },
2414
+ {
2415
+ "kind": "TypeNominal",
2416
+ "name": "Void",
2417
+ "printedName": "()"
2418
+ }
2419
+ ]
2355
2420
  }
2356
2421
  ],
2357
- "usr": "s:Sa"
2422
+ "usr": "s:Sq"
2358
2423
  }
2359
2424
  ],
2360
2425
  "declKind": "Var",
2361
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
2362
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
2426
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
2427
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
2363
2428
  "moduleName": "DavoiceTTS",
2364
2429
  "static": true,
2365
2430
  "declAttributes": [
2366
2431
  "HasInitialValue",
2367
- "Final",
2368
2432
  "HasStorage",
2369
2433
  "AccessControl",
2370
- "RawDocComment",
2371
- "ObjC"
2434
+ "RawDocComment"
2372
2435
  ],
2373
- "isLet": true,
2374
2436
  "hasStorage": true,
2375
2437
  "accessors": [
2376
2438
  {
@@ -2380,91 +2442,43 @@
2380
2442
  "children": [
2381
2443
  {
2382
2444
  "kind": "TypeNominal",
2383
- "name": "Array",
2384
- "printedName": "[Swift.String]",
2445
+ "name": "Optional",
2446
+ "printedName": "(() -> Swift.Bool)?",
2385
2447
  "children": [
2386
2448
  {
2387
- "kind": "TypeNominal",
2388
- "name": "String",
2389
- "printedName": "Swift.String",
2390
- "usr": "s:SS"
2449
+ "kind": "TypeFunc",
2450
+ "name": "Function",
2451
+ "printedName": "() -> Swift.Bool",
2452
+ "children": [
2453
+ {
2454
+ "kind": "TypeNominal",
2455
+ "name": "Bool",
2456
+ "printedName": "Swift.Bool",
2457
+ "usr": "s:Sb"
2458
+ },
2459
+ {
2460
+ "kind": "TypeNominal",
2461
+ "name": "Void",
2462
+ "printedName": "()"
2463
+ }
2464
+ ]
2391
2465
  }
2392
2466
  ],
2393
- "usr": "s:Sa"
2467
+ "usr": "s:Sq"
2394
2468
  }
2395
2469
  ],
2396
2470
  "declKind": "Accessor",
2397
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
2398
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
2471
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
2472
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
2399
2473
  "moduleName": "DavoiceTTS",
2400
2474
  "static": true,
2401
2475
  "implicit": true,
2402
- "declAttributes": [
2403
- "Final",
2404
- "ObjC"
2405
- ],
2406
2476
  "accessorKind": "get"
2407
- }
2408
- ]
2409
- },
2410
- {
2411
- "kind": "Function",
2412
- "name": "unPauseMicrophone",
2413
- "printedName": "unPauseMicrophone()",
2414
- "children": [
2415
- {
2416
- "kind": "TypeNominal",
2417
- "name": "Void",
2418
- "printedName": "()"
2419
- }
2420
- ],
2421
- "declKind": "Func",
2422
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
2423
- "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
2424
- "moduleName": "DavoiceTTS",
2425
- "declAttributes": [
2426
- "Final",
2427
- "AccessControl",
2428
- "ObjC"
2429
- ],
2430
- "funcSelfKind": "NonMutating"
2431
- },
2432
- {
2433
- "kind": "Function",
2434
- "name": "pauseMicrophone",
2435
- "printedName": "pauseMicrophone()",
2436
- "children": [
2437
- {
2438
- "kind": "TypeNominal",
2439
- "name": "Void",
2440
- "printedName": "()"
2441
- }
2442
- ],
2443
- "declKind": "Func",
2444
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
2445
- "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
2446
- "moduleName": "DavoiceTTS",
2447
- "declAttributes": [
2448
- "Final",
2449
- "AccessControl",
2450
- "ObjC"
2451
- ],
2452
- "funcSelfKind": "NonMutating"
2453
- },
2454
- {
2455
- "kind": "Function",
2456
- "name": "isSpeechAvailable",
2457
- "printedName": "isSpeechAvailable(_:)",
2458
- "children": [
2459
- {
2460
- "kind": "TypeNominal",
2461
- "name": "Void",
2462
- "printedName": "()"
2463
2477
  },
2464
2478
  {
2465
- "kind": "TypeFunc",
2466
- "name": "Function",
2467
- "printedName": "(Swift.Bool) -> ()",
2479
+ "kind": "Accessor",
2480
+ "name": "Set",
2481
+ "printedName": "Set()",
2468
2482
  "children": [
2469
2483
  {
2470
2484
  "kind": "TypeNominal",
@@ -2473,201 +2487,224 @@
2473
2487
  },
2474
2488
  {
2475
2489
  "kind": "TypeNominal",
2476
- "name": "Bool",
2477
- "printedName": "Swift.Bool",
2478
- "usr": "s:Sb"
2479
- }
2480
- ]
2481
- }
2482
- ],
2483
- "declKind": "Func",
2484
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
2485
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
2486
- "moduleName": "DavoiceTTS",
2487
- "declAttributes": [
2488
- "Final",
2489
- "AccessControl",
2490
- "RawDocComment",
2491
- "ObjC"
2492
- ],
2493
- "funcSelfKind": "NonMutating"
2494
- },
2495
- {
2496
- "kind": "Function",
2497
- "name": "isRecognizing",
2498
- "printedName": "isRecognizing()",
2499
- "children": [
2500
- {
2501
- "kind": "TypeNominal",
2502
- "name": "Bool",
2503
- "printedName": "Swift.Bool",
2504
- "usr": "s:Sb"
2505
- }
2506
- ],
2507
- "declKind": "Func",
2508
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
2509
- "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
2510
- "moduleName": "DavoiceTTS",
2511
- "declAttributes": [
2512
- "Final",
2513
- "AccessControl",
2514
- "ObjC"
2515
- ],
2516
- "funcSelfKind": "NonMutating"
2517
- },
2518
- {
2519
- "kind": "Function",
2520
- "name": "startSpeech",
2521
- "printedName": "startSpeech(localeStr:)",
2522
- "children": [
2523
- {
2524
- "kind": "TypeNominal",
2525
- "name": "Void",
2526
- "printedName": "()"
2490
+ "name": "Optional",
2491
+ "printedName": "(() -> Swift.Bool)?",
2492
+ "children": [
2493
+ {
2494
+ "kind": "TypeFunc",
2495
+ "name": "Function",
2496
+ "printedName": "() -> Swift.Bool",
2497
+ "children": [
2498
+ {
2499
+ "kind": "TypeNominal",
2500
+ "name": "Bool",
2501
+ "printedName": "Swift.Bool",
2502
+ "usr": "s:Sb"
2503
+ },
2504
+ {
2505
+ "kind": "TypeNominal",
2506
+ "name": "Void",
2507
+ "printedName": "()"
2508
+ }
2509
+ ]
2510
+ }
2511
+ ],
2512
+ "usr": "s:Sq"
2513
+ }
2514
+ ],
2515
+ "declKind": "Accessor",
2516
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
2517
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
2518
+ "moduleName": "DavoiceTTS",
2519
+ "static": true,
2520
+ "implicit": true,
2521
+ "accessorKind": "set"
2527
2522
  },
2528
2523
  {
2529
- "kind": "TypeNominal",
2530
- "name": "Optional",
2531
- "printedName": "Swift.String?",
2524
+ "kind": "Accessor",
2525
+ "name": "Modify",
2526
+ "printedName": "Modify()",
2532
2527
  "children": [
2533
2528
  {
2534
2529
  "kind": "TypeNominal",
2535
- "name": "String",
2536
- "printedName": "Swift.String",
2537
- "usr": "s:SS"
2530
+ "name": "Void",
2531
+ "printedName": "()"
2538
2532
  }
2539
2533
  ],
2540
- "usr": "s:Sq"
2534
+ "declKind": "Accessor",
2535
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
2536
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
2537
+ "moduleName": "DavoiceTTS",
2538
+ "static": true,
2539
+ "implicit": true,
2540
+ "accessorKind": "_modify"
2541
2541
  }
2542
- ],
2543
- "declKind": "Func",
2544
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
2545
- "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
2546
- "moduleName": "DavoiceTTS",
2547
- "declAttributes": [
2548
- "Final",
2549
- "AccessControl",
2550
- "ObjC"
2551
- ],
2552
- "funcSelfKind": "NonMutating"
2542
+ ]
2553
2543
  },
2554
2544
  {
2555
- "kind": "Function",
2556
- "name": "stopSpeech",
2557
- "printedName": "stopSpeech(_:)",
2545
+ "kind": "Var",
2546
+ "name": "useOnlyEnginePlayback",
2547
+ "printedName": "useOnlyEnginePlayback",
2558
2548
  "children": [
2559
- {
2560
- "kind": "TypeNominal",
2561
- "name": "Void",
2562
- "printedName": "()"
2563
- },
2564
2549
  {
2565
2550
  "kind": "TypeNominal",
2566
2551
  "name": "Optional",
2567
- "printedName": "((Swift.Bool) -> ())?",
2552
+ "printedName": "(() -> Swift.Bool)?",
2568
2553
  "children": [
2569
2554
  {
2570
2555
  "kind": "TypeFunc",
2571
2556
  "name": "Function",
2572
- "printedName": "(Swift.Bool) -> ()",
2557
+ "printedName": "() -> Swift.Bool",
2573
2558
  "children": [
2574
- {
2575
- "kind": "TypeNominal",
2576
- "name": "Void",
2577
- "printedName": "()"
2578
- },
2579
2559
  {
2580
2560
  "kind": "TypeNominal",
2581
2561
  "name": "Bool",
2582
2562
  "printedName": "Swift.Bool",
2583
2563
  "usr": "s:Sb"
2564
+ },
2565
+ {
2566
+ "kind": "TypeNominal",
2567
+ "name": "Void",
2568
+ "printedName": "()"
2584
2569
  }
2585
2570
  ]
2586
2571
  }
2587
2572
  ],
2588
- "hasDefaultArg": true,
2589
2573
  "usr": "s:Sq"
2590
2574
  }
2591
2575
  ],
2592
- "declKind": "Func",
2593
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
2594
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
2576
+ "declKind": "Var",
2577
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
2578
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
2595
2579
  "moduleName": "DavoiceTTS",
2580
+ "static": true,
2596
2581
  "declAttributes": [
2597
- "Final",
2598
- "AccessControl",
2599
- "ObjC"
2582
+ "HasInitialValue",
2583
+ "HasStorage",
2584
+ "AccessControl"
2600
2585
  ],
2601
- "funcSelfKind": "NonMutating"
2602
- },
2603
- {
2604
- "kind": "Function",
2605
- "name": "cancelSpeech",
2606
- "printedName": "cancelSpeech(_:)",
2607
- "children": [
2586
+ "hasStorage": true,
2587
+ "accessors": [
2608
2588
  {
2609
- "kind": "TypeNominal",
2610
- "name": "Void",
2611
- "printedName": "()"
2589
+ "kind": "Accessor",
2590
+ "name": "Get",
2591
+ "printedName": "Get()",
2592
+ "children": [
2593
+ {
2594
+ "kind": "TypeNominal",
2595
+ "name": "Optional",
2596
+ "printedName": "(() -> Swift.Bool)?",
2597
+ "children": [
2598
+ {
2599
+ "kind": "TypeFunc",
2600
+ "name": "Function",
2601
+ "printedName": "() -> Swift.Bool",
2602
+ "children": [
2603
+ {
2604
+ "kind": "TypeNominal",
2605
+ "name": "Bool",
2606
+ "printedName": "Swift.Bool",
2607
+ "usr": "s:Sb"
2608
+ },
2609
+ {
2610
+ "kind": "TypeNominal",
2611
+ "name": "Void",
2612
+ "printedName": "()"
2613
+ }
2614
+ ]
2615
+ }
2616
+ ],
2617
+ "usr": "s:Sq"
2618
+ }
2619
+ ],
2620
+ "declKind": "Accessor",
2621
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
2622
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
2623
+ "moduleName": "DavoiceTTS",
2624
+ "static": true,
2625
+ "implicit": true,
2626
+ "accessorKind": "get"
2612
2627
  },
2613
2628
  {
2614
- "kind": "TypeNominal",
2615
- "name": "Optional",
2616
- "printedName": "((Swift.Bool) -> ())?",
2629
+ "kind": "Accessor",
2630
+ "name": "Set",
2631
+ "printedName": "Set()",
2617
2632
  "children": [
2618
2633
  {
2619
- "kind": "TypeFunc",
2620
- "name": "Function",
2621
- "printedName": "(Swift.Bool) -> ()",
2634
+ "kind": "TypeNominal",
2635
+ "name": "Void",
2636
+ "printedName": "()"
2637
+ },
2638
+ {
2639
+ "kind": "TypeNominal",
2640
+ "name": "Optional",
2641
+ "printedName": "(() -> Swift.Bool)?",
2622
2642
  "children": [
2623
2643
  {
2624
- "kind": "TypeNominal",
2625
- "name": "Void",
2626
- "printedName": "()"
2627
- },
2628
- {
2629
- "kind": "TypeNominal",
2630
- "name": "Bool",
2631
- "printedName": "Swift.Bool",
2632
- "usr": "s:Sb"
2644
+ "kind": "TypeFunc",
2645
+ "name": "Function",
2646
+ "printedName": "() -> Swift.Bool",
2647
+ "children": [
2648
+ {
2649
+ "kind": "TypeNominal",
2650
+ "name": "Bool",
2651
+ "printedName": "Swift.Bool",
2652
+ "usr": "s:Sb"
2653
+ },
2654
+ {
2655
+ "kind": "TypeNominal",
2656
+ "name": "Void",
2657
+ "printedName": "()"
2658
+ }
2659
+ ]
2633
2660
  }
2634
- ]
2661
+ ],
2662
+ "usr": "s:Sq"
2635
2663
  }
2636
2664
  ],
2637
- "hasDefaultArg": true,
2638
- "usr": "s:Sq"
2665
+ "declKind": "Accessor",
2666
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
2667
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
2668
+ "moduleName": "DavoiceTTS",
2669
+ "static": true,
2670
+ "implicit": true,
2671
+ "accessorKind": "set"
2672
+ },
2673
+ {
2674
+ "kind": "Accessor",
2675
+ "name": "Modify",
2676
+ "printedName": "Modify()",
2677
+ "children": [
2678
+ {
2679
+ "kind": "TypeNominal",
2680
+ "name": "Void",
2681
+ "printedName": "()"
2682
+ }
2683
+ ],
2684
+ "declKind": "Accessor",
2685
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
2686
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
2687
+ "moduleName": "DavoiceTTS",
2688
+ "static": true,
2689
+ "implicit": true,
2690
+ "accessorKind": "_modify"
2639
2691
  }
2640
- ],
2641
- "declKind": "Func",
2642
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
2643
- "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
2644
- "moduleName": "DavoiceTTS",
2645
- "declAttributes": [
2646
- "Final",
2647
- "AccessControl",
2648
- "ObjC"
2649
- ],
2650
- "funcSelfKind": "NonMutating"
2692
+ ]
2651
2693
  },
2652
2694
  {
2653
- "kind": "Function",
2654
- "name": "destroySpeech",
2655
- "printedName": "destroySpeech(_:)",
2695
+ "kind": "Var",
2696
+ "name": "stopEnginePlayback",
2697
+ "printedName": "stopEnginePlayback",
2656
2698
  "children": [
2657
- {
2658
- "kind": "TypeNominal",
2659
- "name": "Void",
2660
- "printedName": "()"
2661
- },
2662
2699
  {
2663
2700
  "kind": "TypeNominal",
2664
2701
  "name": "Optional",
2665
- "printedName": "((Swift.Bool) -> ())?",
2702
+ "printedName": "(() -> ())?",
2666
2703
  "children": [
2667
2704
  {
2668
2705
  "kind": "TypeFunc",
2669
2706
  "name": "Function",
2670
- "printedName": "(Swift.Bool) -> ()",
2707
+ "printedName": "() -> ()",
2671
2708
  "children": [
2672
2709
  {
2673
2710
  "kind": "TypeNominal",
@@ -2676,127 +2713,139 @@
2676
2713
  },
2677
2714
  {
2678
2715
  "kind": "TypeNominal",
2679
- "name": "Bool",
2680
- "printedName": "Swift.Bool",
2681
- "usr": "s:Sb"
2716
+ "name": "Void",
2717
+ "printedName": "()"
2682
2718
  }
2683
2719
  ]
2684
2720
  }
2685
2721
  ],
2686
- "hasDefaultArg": true,
2687
2722
  "usr": "s:Sq"
2688
2723
  }
2689
2724
  ],
2690
- "declKind": "Func",
2691
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
2692
- "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
2693
- "moduleName": "DavoiceTTS",
2694
- "declAttributes": [
2695
- "Final",
2696
- "AccessControl",
2697
- "ObjC"
2698
- ],
2699
- "funcSelfKind": "NonMutating"
2700
- },
2701
- {
2702
- "kind": "Function",
2703
- "name": "teardown",
2704
- "printedName": "teardown()",
2705
- "children": [
2706
- {
2707
- "kind": "TypeNominal",
2708
- "name": "Void",
2709
- "printedName": "()"
2710
- }
2711
- ],
2712
- "declKind": "Func",
2713
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
2714
- "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
2725
+ "declKind": "Var",
2726
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
2727
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
2715
2728
  "moduleName": "DavoiceTTS",
2729
+ "static": true,
2716
2730
  "declAttributes": [
2717
- "Final",
2718
- "AccessControl",
2719
- "ObjC"
2731
+ "HasInitialValue",
2732
+ "HasStorage",
2733
+ "AccessControl"
2720
2734
  ],
2721
- "funcSelfKind": "NonMutating"
2722
- },
2723
- {
2724
- "kind": "Function",
2725
- "name": "speechRecognizer",
2726
- "printedName": "speechRecognizer(_:availabilityDidChange:)",
2727
- "children": [
2735
+ "hasStorage": true,
2736
+ "accessors": [
2728
2737
  {
2729
- "kind": "TypeNominal",
2730
- "name": "Void",
2731
- "printedName": "()"
2738
+ "kind": "Accessor",
2739
+ "name": "Get",
2740
+ "printedName": "Get()",
2741
+ "children": [
2742
+ {
2743
+ "kind": "TypeNominal",
2744
+ "name": "Optional",
2745
+ "printedName": "(() -> ())?",
2746
+ "children": [
2747
+ {
2748
+ "kind": "TypeFunc",
2749
+ "name": "Function",
2750
+ "printedName": "() -> ()",
2751
+ "children": [
2752
+ {
2753
+ "kind": "TypeNominal",
2754
+ "name": "Void",
2755
+ "printedName": "()"
2756
+ },
2757
+ {
2758
+ "kind": "TypeNominal",
2759
+ "name": "Void",
2760
+ "printedName": "()"
2761
+ }
2762
+ ]
2763
+ }
2764
+ ],
2765
+ "usr": "s:Sq"
2766
+ }
2767
+ ],
2768
+ "declKind": "Accessor",
2769
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
2770
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
2771
+ "moduleName": "DavoiceTTS",
2772
+ "static": true,
2773
+ "implicit": true,
2774
+ "accessorKind": "get"
2732
2775
  },
2733
2776
  {
2734
- "kind": "TypeNominal",
2735
- "name": "SFSpeechRecognizer",
2736
- "printedName": "Speech.SFSpeechRecognizer",
2737
- "usr": "c:objc(cs)SFSpeechRecognizer"
2777
+ "kind": "Accessor",
2778
+ "name": "Set",
2779
+ "printedName": "Set()",
2780
+ "children": [
2781
+ {
2782
+ "kind": "TypeNominal",
2783
+ "name": "Void",
2784
+ "printedName": "()"
2785
+ },
2786
+ {
2787
+ "kind": "TypeNominal",
2788
+ "name": "Optional",
2789
+ "printedName": "(() -> ())?",
2790
+ "children": [
2791
+ {
2792
+ "kind": "TypeFunc",
2793
+ "name": "Function",
2794
+ "printedName": "() -> ()",
2795
+ "children": [
2796
+ {
2797
+ "kind": "TypeNominal",
2798
+ "name": "Void",
2799
+ "printedName": "()"
2800
+ },
2801
+ {
2802
+ "kind": "TypeNominal",
2803
+ "name": "Void",
2804
+ "printedName": "()"
2805
+ }
2806
+ ]
2807
+ }
2808
+ ],
2809
+ "usr": "s:Sq"
2810
+ }
2811
+ ],
2812
+ "declKind": "Accessor",
2813
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
2814
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
2815
+ "moduleName": "DavoiceTTS",
2816
+ "static": true,
2817
+ "implicit": true,
2818
+ "accessorKind": "set"
2738
2819
  },
2739
2820
  {
2740
- "kind": "TypeNominal",
2741
- "name": "Bool",
2742
- "printedName": "Swift.Bool",
2743
- "usr": "s:Sb"
2744
- }
2745
- ],
2746
- "declKind": "Func",
2747
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
2748
- "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
2749
- "moduleName": "DavoiceTTS",
2750
- "objc_name": "speechRecognizer:availabilityDidChange:",
2751
- "declAttributes": [
2752
- "Final",
2753
- "ObjC",
2754
- "AccessControl",
2755
- "RawDocComment"
2756
- ],
2757
- "funcSelfKind": "NonMutating"
2758
- },
2759
- {
2760
- "kind": "Constructor",
2761
- "name": "init",
2762
- "printedName": "init()",
2763
- "children": [
2764
- {
2765
- "kind": "TypeNominal",
2766
- "name": "STT",
2767
- "printedName": "DavoiceTTS.STT",
2768
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
2821
+ "kind": "Accessor",
2822
+ "name": "Modify",
2823
+ "printedName": "Modify()",
2824
+ "children": [
2825
+ {
2826
+ "kind": "TypeNominal",
2827
+ "name": "Void",
2828
+ "printedName": "()"
2829
+ }
2830
+ ],
2831
+ "declKind": "Accessor",
2832
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2833
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2834
+ "moduleName": "DavoiceTTS",
2835
+ "static": true,
2836
+ "implicit": true,
2837
+ "accessorKind": "_modify"
2769
2838
  }
2770
- ],
2771
- "declKind": "Constructor",
2772
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
2773
- "mangledName": "$s10DavoiceTTS3STTCACycfc",
2774
- "moduleName": "DavoiceTTS",
2775
- "overriding": true,
2776
- "implicit": true,
2777
- "objc_name": "init",
2778
- "declAttributes": [
2779
- "Dynamic",
2780
- "ObjC",
2781
- "Override"
2782
- ],
2783
- "init_kind": "Designated"
2839
+ ]
2784
2840
  }
2785
2841
  ],
2786
- "declKind": "Class",
2787
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
2788
- "mangledName": "$s10DavoiceTTS3STTC",
2842
+ "declKind": "Enum",
2843
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
2844
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
2789
2845
  "moduleName": "DavoiceTTS",
2790
2846
  "declAttributes": [
2791
- "Final",
2792
2847
  "AccessControl",
2793
- "ObjCMembers",
2794
- "ObjC"
2795
- ],
2796
- "superclassUsr": "c:objc(cs)NSObject",
2797
- "inheritsConvenienceInitializers": true,
2798
- "superclassNames": [
2799
- "ObjectiveC.NSObject"
2848
+ "RawDocComment"
2800
2849
  ],
2801
2850
  "conformances": [
2802
2851
  {
@@ -2812,55 +2861,6 @@
2812
2861
  "printedName": "Escapable",
2813
2862
  "usr": "s:s9EscapableP",
2814
2863
  "mangledName": "$ss9EscapableP"
2815
- },
2816
- {
2817
- "kind": "Conformance",
2818
- "name": "Equatable",
2819
- "printedName": "Equatable",
2820
- "usr": "s:SQ",
2821
- "mangledName": "$sSQ"
2822
- },
2823
- {
2824
- "kind": "Conformance",
2825
- "name": "Hashable",
2826
- "printedName": "Hashable",
2827
- "usr": "s:SH",
2828
- "mangledName": "$sSH"
2829
- },
2830
- {
2831
- "kind": "Conformance",
2832
- "name": "CVarArg",
2833
- "printedName": "CVarArg",
2834
- "usr": "s:s7CVarArgP",
2835
- "mangledName": "$ss7CVarArgP"
2836
- },
2837
- {
2838
- "kind": "Conformance",
2839
- "name": "_KeyValueCodingAndObservingPublishing",
2840
- "printedName": "_KeyValueCodingAndObservingPublishing",
2841
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2842
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2843
- },
2844
- {
2845
- "kind": "Conformance",
2846
- "name": "_KeyValueCodingAndObserving",
2847
- "printedName": "_KeyValueCodingAndObserving",
2848
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2849
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2850
- },
2851
- {
2852
- "kind": "Conformance",
2853
- "name": "CustomStringConvertible",
2854
- "printedName": "CustomStringConvertible",
2855
- "usr": "s:s23CustomStringConvertibleP",
2856
- "mangledName": "$ss23CustomStringConvertibleP"
2857
- },
2858
- {
2859
- "kind": "Conformance",
2860
- "name": "CustomDebugStringConvertible",
2861
- "printedName": "CustomDebugStringConvertible",
2862
- "usr": "s:s28CustomDebugStringConvertibleP",
2863
- "mangledName": "$ss28CustomDebugStringConvertibleP"
2864
2864
  }
2865
2865
  ]
2866
2866
  }
@@ -4838,7 +4838,7 @@
4838
4838
  {
4839
4839
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4840
4840
  "kind": "FloatLiteral",
4841
- "offset": 35525,
4841
+ "offset": 36202,
4842
4842
  "length": 3,
4843
4843
  "value": "0.7"
4844
4844
  }