react-native-davoice-tts 1.0.205 → 1.0.206

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