react-native-davoice-tts 1.0.78 → 1.0.79

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