react-native-davoice-tts 1.0.198 → 1.0.200

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 (22) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
  3. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
  4. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DaVoiceSTT.swift1.swift__ +1134 -0
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1447 -1534
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +10 -10
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +10 -10
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DaVoiceSTT.swift1.swift__ +1134 -0
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1633 -1720
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +18 -18
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +18 -18
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1633 -1720
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +18 -18
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +18 -18
  19. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  20. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  21. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +39 -24
  22. package/package.json +1 -1
@@ -14,160 +14,61 @@
14
14
  "RawDocComment"
15
15
  ]
16
16
  },
17
- {
18
- "kind": "Import",
19
- "name": "onnxruntime_objc",
20
- "printedName": "onnxruntime_objc",
21
- "declKind": "Import",
22
- "moduleName": "DavoiceTTS"
23
- },
24
- {
25
- "kind": "Import",
26
- "name": "phonemes",
27
- "printedName": "phonemes",
28
- "declKind": "Import",
29
- "moduleName": "DavoiceTTS",
30
- "declAttributes": [
31
- "RawDocComment"
32
- ]
33
- },
34
- {
35
- "kind": "Import",
36
- "name": "AVFoundation",
37
- "printedName": "AVFoundation",
38
- "declKind": "Import",
39
- "moduleName": "DavoiceTTS",
40
- "declAttributes": [
41
- "RawDocComment"
42
- ]
43
- },
44
17
  {
45
18
  "kind": "TypeDecl",
46
- "name": "SwiftSoundQueue",
47
- "printedName": "SwiftSoundQueue",
19
+ "name": "AudioPlaybackHook",
20
+ "printedName": "AudioPlaybackHook",
48
21
  "children": [
49
22
  {
50
23
  "kind": "Var",
51
- "name": "shared",
52
- "printedName": "shared",
53
- "children": [
54
- {
55
- "kind": "TypeNominal",
56
- "name": "SwiftSoundQueue",
57
- "printedName": "DavoiceTTS.SwiftSoundQueue",
58
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
59
- }
60
- ],
61
- "declKind": "Var",
62
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
63
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
64
- "moduleName": "DavoiceTTS",
65
- "static": true,
66
- "declAttributes": [
67
- "HasInitialValue",
68
- "Final",
69
- "HasStorage",
70
- "AccessControl",
71
- "RawDocComment"
72
- ],
73
- "isLet": true,
74
- "hasStorage": true,
75
- "accessors": [
76
- {
77
- "kind": "Accessor",
78
- "name": "Get",
79
- "printedName": "Get()",
80
- "children": [
81
- {
82
- "kind": "TypeNominal",
83
- "name": "SwiftSoundQueue",
84
- "printedName": "DavoiceTTS.SwiftSoundQueue",
85
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
86
- }
87
- ],
88
- "declKind": "Accessor",
89
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
90
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
91
- "moduleName": "DavoiceTTS",
92
- "static": true,
93
- "implicit": true,
94
- "declAttributes": [
95
- "Final"
96
- ],
97
- "accessorKind": "get"
98
- }
99
- ]
100
- },
101
- {
102
- "kind": "Function",
103
- "name": "notifyWhenURLFinishes",
104
- "printedName": "notifyWhenURLFinishes(_:_:)",
105
- "children": [
106
- {
107
- "kind": "TypeNominal",
108
- "name": "Void",
109
- "printedName": "()"
110
- },
111
- {
112
- "kind": "TypeNominal",
113
- "name": "URL",
114
- "printedName": "Foundation.URL",
115
- "usr": "s:10Foundation3URLV"
116
- },
117
- {
118
- "kind": "TypeFunc",
119
- "name": "Function",
120
- "printedName": "() -> ()",
121
- "children": [
122
- {
123
- "kind": "TypeNominal",
124
- "name": "Void",
125
- "printedName": "()"
126
- },
127
- {
128
- "kind": "TypeNominal",
129
- "name": "Void",
130
- "printedName": "()"
131
- }
132
- ]
133
- }
134
- ],
135
- "declKind": "Func",
136
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
137
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
138
- "moduleName": "DavoiceTTS",
139
- "declAttributes": [
140
- "Final",
141
- "AccessControl",
142
- "RawDocComment"
143
- ],
144
- "funcSelfKind": "NonMutating"
145
- },
146
- {
147
- "kind": "Var",
148
- "name": "onItemDone",
149
- "printedName": "onItemDone",
24
+ "name": "engineScheduleFile",
25
+ "printedName": "engineScheduleFile",
150
26
  "children": [
151
27
  {
152
28
  "kind": "TypeNominal",
153
29
  "name": "Optional",
154
- "printedName": "((Foundation.URL) -> ())?",
30
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
155
31
  "children": [
156
32
  {
157
33
  "kind": "TypeFunc",
158
34
  "name": "Function",
159
- "printedName": "(Foundation.URL) -> ()",
35
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
160
36
  "children": [
161
37
  {
162
38
  "kind": "TypeNominal",
163
- "name": "Void",
164
- "printedName": "()"
39
+ "name": "Bool",
40
+ "printedName": "Swift.Bool",
41
+ "usr": "s:Sb"
165
42
  },
166
43
  {
167
44
  "kind": "TypeNominal",
168
- "name": "URL",
169
- "printedName": "Foundation.URL",
170
- "usr": "s:10Foundation3URLV"
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
+ ]
171
72
  }
172
73
  ]
173
74
  }
@@ -176,12 +77,12 @@
176
77
  }
177
78
  ],
178
79
  "declKind": "Var",
179
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
180
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
80
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
81
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
181
82
  "moduleName": "DavoiceTTS",
83
+ "static": true,
182
84
  "declAttributes": [
183
85
  "HasInitialValue",
184
- "Final",
185
86
  "HasStorage",
186
87
  "AccessControl",
187
88
  "RawDocComment"
@@ -196,23 +97,48 @@
196
97
  {
197
98
  "kind": "TypeNominal",
198
99
  "name": "Optional",
199
- "printedName": "((Foundation.URL) -> ())?",
100
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
200
101
  "children": [
201
102
  {
202
103
  "kind": "TypeFunc",
203
104
  "name": "Function",
204
- "printedName": "(Foundation.URL) -> ()",
105
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
205
106
  "children": [
206
107
  {
207
108
  "kind": "TypeNominal",
208
- "name": "Void",
209
- "printedName": "()"
109
+ "name": "Bool",
110
+ "printedName": "Swift.Bool",
111
+ "usr": "s:Sb"
210
112
  },
211
113
  {
212
114
  "kind": "TypeNominal",
213
- "name": "URL",
214
- "printedName": "Foundation.URL",
215
- "usr": "s:10Foundation3URLV"
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
+ ]
216
142
  }
217
143
  ]
218
144
  }
@@ -221,13 +147,11 @@
221
147
  }
222
148
  ],
223
149
  "declKind": "Accessor",
224
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
225
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
150
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
151
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
226
152
  "moduleName": "DavoiceTTS",
153
+ "static": true,
227
154
  "implicit": true,
228
- "declAttributes": [
229
- "Final"
230
- ],
231
155
  "accessorKind": "get"
232
156
  },
233
157
  {
@@ -243,43 +167,66 @@
243
167
  {
244
168
  "kind": "TypeNominal",
245
169
  "name": "Optional",
246
- "printedName": "((Foundation.URL) -> ())?",
170
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
247
171
  "children": [
248
172
  {
249
173
  "kind": "TypeFunc",
250
174
  "name": "Function",
251
- "printedName": "(Foundation.URL) -> ()",
175
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
252
176
  "children": [
253
177
  {
254
178
  "kind": "TypeNominal",
255
- "name": "Void",
256
- "printedName": "()"
179
+ "name": "Bool",
180
+ "printedName": "Swift.Bool",
181
+ "usr": "s:Sb"
257
182
  },
258
183
  {
259
184
  "kind": "TypeNominal",
260
- "name": "URL",
261
- "printedName": "Foundation.URL",
262
- "usr": "s:10Foundation3URLV"
263
- }
264
- ]
265
- }
266
- ],
267
- "usr": "s:Sq"
268
- }
269
- ],
270
- "declKind": "Accessor",
271
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
272
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
273
- "moduleName": "DavoiceTTS",
274
- "implicit": true,
275
- "declAttributes": [
276
- "Final"
277
- ],
278
- "accessorKind": "set"
279
- },
280
- {
281
- "kind": "Accessor",
282
- "name": "Modify",
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"
217
+ }
218
+ ],
219
+ "declKind": "Accessor",
220
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
221
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
222
+ "moduleName": "DavoiceTTS",
223
+ "static": true,
224
+ "implicit": true,
225
+ "accessorKind": "set"
226
+ },
227
+ {
228
+ "kind": "Accessor",
229
+ "name": "Modify",
283
230
  "printedName": "Modify()",
284
231
  "children": [
285
232
  {
@@ -289,36 +236,35 @@
289
236
  }
290
237
  ],
291
238
  "declKind": "Accessor",
292
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
293
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
239
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
240
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
294
241
  "moduleName": "DavoiceTTS",
242
+ "static": true,
295
243
  "implicit": true,
296
- "declAttributes": [
297
- "Final"
298
- ],
299
244
  "accessorKind": "_modify"
300
245
  }
301
246
  ]
302
247
  },
303
248
  {
304
249
  "kind": "Var",
305
- "name": "onQueueEmpty",
306
- "printedName": "onQueueEmpty",
250
+ "name": "isEngineReady",
251
+ "printedName": "isEngineReady",
307
252
  "children": [
308
253
  {
309
254
  "kind": "TypeNominal",
310
255
  "name": "Optional",
311
- "printedName": "(() -> ())?",
256
+ "printedName": "(() -> Swift.Bool)?",
312
257
  "children": [
313
258
  {
314
259
  "kind": "TypeFunc",
315
260
  "name": "Function",
316
- "printedName": "() -> ()",
261
+ "printedName": "() -> Swift.Bool",
317
262
  "children": [
318
263
  {
319
264
  "kind": "TypeNominal",
320
- "name": "Void",
321
- "printedName": "()"
265
+ "name": "Bool",
266
+ "printedName": "Swift.Bool",
267
+ "usr": "s:Sb"
322
268
  },
323
269
  {
324
270
  "kind": "TypeNominal",
@@ -332,12 +278,12 @@
332
278
  }
333
279
  ],
334
280
  "declKind": "Var",
335
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
336
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
281
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
282
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
337
283
  "moduleName": "DavoiceTTS",
284
+ "static": true,
338
285
  "declAttributes": [
339
286
  "HasInitialValue",
340
- "Final",
341
287
  "HasStorage",
342
288
  "AccessControl",
343
289
  "RawDocComment"
@@ -352,17 +298,18 @@
352
298
  {
353
299
  "kind": "TypeNominal",
354
300
  "name": "Optional",
355
- "printedName": "(() -> ())?",
301
+ "printedName": "(() -> Swift.Bool)?",
356
302
  "children": [
357
303
  {
358
304
  "kind": "TypeFunc",
359
305
  "name": "Function",
360
- "printedName": "() -> ()",
306
+ "printedName": "() -> Swift.Bool",
361
307
  "children": [
362
308
  {
363
309
  "kind": "TypeNominal",
364
- "name": "Void",
365
- "printedName": "()"
310
+ "name": "Bool",
311
+ "printedName": "Swift.Bool",
312
+ "usr": "s:Sb"
366
313
  },
367
314
  {
368
315
  "kind": "TypeNominal",
@@ -376,13 +323,11 @@
376
323
  }
377
324
  ],
378
325
  "declKind": "Accessor",
379
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
380
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
326
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
327
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
381
328
  "moduleName": "DavoiceTTS",
329
+ "static": true,
382
330
  "implicit": true,
383
- "declAttributes": [
384
- "Final"
385
- ],
386
331
  "accessorKind": "get"
387
332
  },
388
333
  {
@@ -398,17 +343,18 @@
398
343
  {
399
344
  "kind": "TypeNominal",
400
345
  "name": "Optional",
401
- "printedName": "(() -> ())?",
346
+ "printedName": "(() -> Swift.Bool)?",
402
347
  "children": [
403
348
  {
404
349
  "kind": "TypeFunc",
405
350
  "name": "Function",
406
- "printedName": "() -> ()",
351
+ "printedName": "() -> Swift.Bool",
407
352
  "children": [
408
353
  {
409
354
  "kind": "TypeNominal",
410
- "name": "Void",
411
- "printedName": "()"
355
+ "name": "Bool",
356
+ "printedName": "Swift.Bool",
357
+ "usr": "s:Sb"
412
358
  },
413
359
  {
414
360
  "kind": "TypeNominal",
@@ -422,13 +368,11 @@
422
368
  }
423
369
  ],
424
370
  "declKind": "Accessor",
425
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
426
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
371
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
372
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
427
373
  "moduleName": "DavoiceTTS",
374
+ "static": true,
428
375
  "implicit": true,
429
- "declAttributes": [
430
- "Final"
431
- ],
432
376
  "accessorKind": "set"
433
377
  },
434
378
  {
@@ -443,411 +387,169 @@
443
387
  }
444
388
  ],
445
389
  "declKind": "Accessor",
446
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
447
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
390
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
391
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
448
392
  "moduleName": "DavoiceTTS",
393
+ "static": true,
449
394
  "implicit": true,
450
- "declAttributes": [
451
- "Final"
452
- ],
453
395
  "accessorKind": "_modify"
454
396
  }
455
397
  ]
456
398
  },
457
399
  {
458
- "kind": "Function",
459
- "name": "enqueue",
460
- "printedName": "enqueue(_:)",
461
- "children": [
462
- {
463
- "kind": "TypeNominal",
464
- "name": "Void",
465
- "printedName": "()"
466
- },
467
- {
468
- "kind": "TypeNominal",
469
- "name": "Source",
470
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
471
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
472
- }
473
- ],
474
- "declKind": "Func",
475
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
476
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
477
- "moduleName": "DavoiceTTS",
478
- "declAttributes": [
479
- "Final",
480
- "AccessControl",
481
- "RawDocComment"
482
- ],
483
- "funcSelfKind": "NonMutating"
484
- },
485
- {
486
- "kind": "Function",
487
- "name": "enqueueMany",
488
- "printedName": "enqueueMany(_:)",
400
+ "kind": "Var",
401
+ "name": "useOnlyEnginePlayback",
402
+ "printedName": "useOnlyEnginePlayback",
489
403
  "children": [
490
404
  {
491
405
  "kind": "TypeNominal",
492
- "name": "Void",
493
- "printedName": "()"
494
- },
495
- {
496
- "kind": "TypeNominal",
497
- "name": "Array",
498
- "printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
406
+ "name": "Optional",
407
+ "printedName": "(() -> Swift.Bool)?",
499
408
  "children": [
500
409
  {
501
- "kind": "TypeNominal",
502
- "name": "Source",
503
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
504
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
410
+ "kind": "TypeFunc",
411
+ "name": "Function",
412
+ "printedName": "() -> Swift.Bool",
413
+ "children": [
414
+ {
415
+ "kind": "TypeNominal",
416
+ "name": "Bool",
417
+ "printedName": "Swift.Bool",
418
+ "usr": "s:Sb"
419
+ },
420
+ {
421
+ "kind": "TypeNominal",
422
+ "name": "Void",
423
+ "printedName": "()"
424
+ }
425
+ ]
505
426
  }
506
427
  ],
507
- "usr": "s:Sa"
508
- }
509
- ],
510
- "declKind": "Func",
511
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
512
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
513
- "moduleName": "DavoiceTTS",
514
- "declAttributes": [
515
- "Final",
516
- "AccessControl",
517
- "RawDocComment"
518
- ],
519
- "funcSelfKind": "NonMutating"
520
- },
521
- {
522
- "kind": "Function",
523
- "name": "stop",
524
- "printedName": "stop()",
525
- "children": [
526
- {
527
- "kind": "TypeNominal",
528
- "name": "Void",
529
- "printedName": "()"
428
+ "usr": "s:Sq"
530
429
  }
531
430
  ],
532
- "declKind": "Func",
533
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
534
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
431
+ "declKind": "Var",
432
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
433
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
535
434
  "moduleName": "DavoiceTTS",
435
+ "static": true,
536
436
  "declAttributes": [
537
- "Final",
538
- "AccessControl",
539
- "RawDocComment"
437
+ "HasInitialValue",
438
+ "HasStorage",
439
+ "AccessControl"
540
440
  ],
541
- "funcSelfKind": "NonMutating"
542
- },
543
- {
544
- "kind": "TypeDecl",
545
- "name": "Source",
546
- "printedName": "Source",
547
- "children": [
441
+ "hasStorage": true,
442
+ "accessors": [
548
443
  {
549
- "kind": "Var",
550
- "name": "fileURL",
551
- "printedName": "fileURL",
444
+ "kind": "Accessor",
445
+ "name": "Get",
446
+ "printedName": "Get()",
552
447
  "children": [
553
448
  {
554
- "kind": "TypeFunc",
555
- "name": "Function",
556
- "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
449
+ "kind": "TypeNominal",
450
+ "name": "Optional",
451
+ "printedName": "(() -> Swift.Bool)?",
557
452
  "children": [
558
453
  {
559
454
  "kind": "TypeFunc",
560
455
  "name": "Function",
561
- "printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
456
+ "printedName": "() -> Swift.Bool",
562
457
  "children": [
563
458
  {
564
459
  "kind": "TypeNominal",
565
- "name": "Source",
566
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
567
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
460
+ "name": "Bool",
461
+ "printedName": "Swift.Bool",
462
+ "usr": "s:Sb"
568
463
  },
569
464
  {
570
465
  "kind": "TypeNominal",
571
- "name": "URL",
572
- "printedName": "Foundation.URL",
573
- "usr": "s:10Foundation3URLV"
574
- }
575
- ]
576
- },
577
- {
578
- "kind": "TypeNominal",
579
- "name": "Metatype",
580
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
581
- "children": [
582
- {
583
- "kind": "TypeNominal",
584
- "name": "Source",
585
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
586
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
466
+ "name": "Void",
467
+ "printedName": "()"
587
468
  }
588
469
  ]
589
470
  }
590
- ]
471
+ ],
472
+ "usr": "s:Sq"
591
473
  }
592
474
  ],
593
- "declKind": "EnumElement",
594
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
595
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
596
- "moduleName": "DavoiceTTS"
475
+ "declKind": "Accessor",
476
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
477
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
478
+ "moduleName": "DavoiceTTS",
479
+ "static": true,
480
+ "implicit": true,
481
+ "accessorKind": "get"
597
482
  },
598
483
  {
599
- "kind": "Var",
600
- "name": "named",
601
- "printedName": "named",
484
+ "kind": "Accessor",
485
+ "name": "Set",
486
+ "printedName": "Set()",
602
487
  "children": [
603
488
  {
604
- "kind": "TypeFunc",
605
- "name": "Function",
606
- "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
489
+ "kind": "TypeNominal",
490
+ "name": "Void",
491
+ "printedName": "()"
492
+ },
493
+ {
494
+ "kind": "TypeNominal",
495
+ "name": "Optional",
496
+ "printedName": "(() -> Swift.Bool)?",
607
497
  "children": [
608
498
  {
609
499
  "kind": "TypeFunc",
610
500
  "name": "Function",
611
- "printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
501
+ "printedName": "() -> Swift.Bool",
612
502
  "children": [
613
503
  {
614
504
  "kind": "TypeNominal",
615
- "name": "Source",
616
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
617
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
505
+ "name": "Bool",
506
+ "printedName": "Swift.Bool",
507
+ "usr": "s:Sb"
618
508
  },
619
509
  {
620
510
  "kind": "TypeNominal",
621
- "name": "String",
622
- "printedName": "Swift.String",
623
- "usr": "s:SS"
624
- }
625
- ]
626
- },
627
- {
628
- "kind": "TypeNominal",
629
- "name": "Metatype",
630
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
631
- "children": [
632
- {
633
- "kind": "TypeNominal",
634
- "name": "Source",
635
- "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
636
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
511
+ "name": "Void",
512
+ "printedName": "()"
637
513
  }
638
514
  ]
639
515
  }
640
- ]
516
+ ],
517
+ "usr": "s:Sq"
641
518
  }
642
519
  ],
643
- "declKind": "EnumElement",
644
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
645
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
646
- "moduleName": "DavoiceTTS"
647
- }
648
- ],
649
- "declKind": "Enum",
650
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
651
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
652
- "moduleName": "DavoiceTTS",
653
- "declAttributes": [
654
- "AccessControl",
655
- "RawDocComment"
656
- ],
657
- "conformances": [
658
- {
659
- "kind": "Conformance",
660
- "name": "Copyable",
661
- "printedName": "Copyable",
662
- "usr": "s:s8CopyableP",
663
- "mangledName": "$ss8CopyableP"
664
- },
665
- {
666
- "kind": "Conformance",
667
- "name": "Escapable",
668
- "printedName": "Escapable",
669
- "usr": "s:s9EscapableP",
670
- "mangledName": "$ss9EscapableP"
671
- }
672
- ]
673
- },
674
- {
675
- "kind": "Function",
676
- "name": "audioPlayerDidFinishPlaying",
677
- "printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
678
- "children": [
679
- {
680
- "kind": "TypeNominal",
681
- "name": "Void",
682
- "printedName": "()"
683
- },
684
- {
685
- "kind": "TypeNominal",
686
- "name": "AVAudioPlayer",
687
- "printedName": "AVFAudio.AVAudioPlayer",
688
- "usr": "c:objc(cs)AVAudioPlayer"
689
- },
690
- {
691
- "kind": "TypeNominal",
692
- "name": "Bool",
693
- "printedName": "Swift.Bool",
694
- "usr": "s:Sb"
695
- }
696
- ],
697
- "declKind": "Func",
698
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
699
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
700
- "moduleName": "DavoiceTTS",
701
- "objc_name": "audioPlayerDidFinishPlaying:successfully:",
702
- "declAttributes": [
703
- "Final",
704
- "ObjC",
705
- "AccessControl",
706
- "RawDocComment"
707
- ],
708
- "funcSelfKind": "NonMutating"
709
- },
710
- {
711
- "kind": "Function",
712
- "name": "activateSpeaker",
713
- "printedName": "activateSpeaker()",
714
- "children": [
715
- {
716
- "kind": "TypeNominal",
717
- "name": "Void",
718
- "printedName": "()"
719
- }
720
- ],
721
- "declKind": "Func",
722
- "usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
723
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
724
- "moduleName": "DavoiceTTS",
725
- "declAttributes": [
726
- "Final",
727
- "AccessControl"
728
- ],
729
- "funcSelfKind": "NonMutating"
730
- }
731
- ],
732
- "declKind": "Class",
733
- "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
734
- "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
735
- "moduleName": "DavoiceTTS",
736
- "declAttributes": [
737
- "Final",
738
- "AccessControl",
739
- "RawDocComment",
740
- "ObjC"
741
- ],
742
- "superclassUsr": "c:objc(cs)NSObject",
743
- "hasMissingDesignatedInitializers": true,
744
- "inheritsConvenienceInitializers": true,
745
- "superclassNames": [
746
- "ObjectiveC.NSObject"
747
- ],
748
- "conformances": [
749
- {
750
- "kind": "Conformance",
751
- "name": "Copyable",
752
- "printedName": "Copyable",
753
- "usr": "s:s8CopyableP",
754
- "mangledName": "$ss8CopyableP"
755
- },
756
- {
757
- "kind": "Conformance",
758
- "name": "Escapable",
759
- "printedName": "Escapable",
760
- "usr": "s:s9EscapableP",
761
- "mangledName": "$ss9EscapableP"
762
- },
763
- {
764
- "kind": "Conformance",
765
- "name": "Equatable",
766
- "printedName": "Equatable",
767
- "usr": "s:SQ",
768
- "mangledName": "$sSQ"
769
- },
770
- {
771
- "kind": "Conformance",
772
- "name": "Hashable",
773
- "printedName": "Hashable",
774
- "usr": "s:SH",
775
- "mangledName": "$sSH"
776
- },
777
- {
778
- "kind": "Conformance",
779
- "name": "CVarArg",
780
- "printedName": "CVarArg",
781
- "usr": "s:s7CVarArgP",
782
- "mangledName": "$ss7CVarArgP"
783
- },
784
- {
785
- "kind": "Conformance",
786
- "name": "_KeyValueCodingAndObservingPublishing",
787
- "printedName": "_KeyValueCodingAndObservingPublishing",
788
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
789
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
790
- },
791
- {
792
- "kind": "Conformance",
793
- "name": "_KeyValueCodingAndObserving",
794
- "printedName": "_KeyValueCodingAndObserving",
795
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
796
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
797
- },
798
- {
799
- "kind": "Conformance",
800
- "name": "CustomStringConvertible",
801
- "printedName": "CustomStringConvertible",
802
- "usr": "s:s23CustomStringConvertibleP",
803
- "mangledName": "$ss23CustomStringConvertibleP"
804
- },
805
- {
806
- "kind": "Conformance",
807
- "name": "CustomDebugStringConvertible",
808
- "printedName": "CustomDebugStringConvertible",
809
- "usr": "s:s28CustomDebugStringConvertibleP",
810
- "mangledName": "$ss28CustomDebugStringConvertibleP"
811
- }
812
- ]
813
- },
814
- {
815
- "kind": "TypeDecl",
816
- "name": "DaVoiceTTS",
817
- "printedName": "DaVoiceTTS",
818
- "children": [
819
- {
820
- "kind": "TypeDecl",
821
- "name": "Config",
822
- "printedName": "Config",
823
- "declKind": "Struct",
824
- "usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
825
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
826
- "moduleName": "DavoiceTTS",
827
- "declAttributes": [
828
- "AccessControl"
829
- ],
830
- "conformances": [
831
- {
832
- "kind": "Conformance",
833
- "name": "Copyable",
834
- "printedName": "Copyable",
835
- "usr": "s:s8CopyableP",
836
- "mangledName": "$ss8CopyableP"
520
+ "declKind": "Accessor",
521
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
522
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
523
+ "moduleName": "DavoiceTTS",
524
+ "static": true,
525
+ "implicit": true,
526
+ "accessorKind": "set"
837
527
  },
838
528
  {
839
- "kind": "Conformance",
840
- "name": "Escapable",
841
- "printedName": "Escapable",
842
- "usr": "s:s9EscapableP",
843
- "mangledName": "$ss9EscapableP"
529
+ "kind": "Accessor",
530
+ "name": "Modify",
531
+ "printedName": "Modify()",
532
+ "children": [
533
+ {
534
+ "kind": "TypeNominal",
535
+ "name": "Void",
536
+ "printedName": "()"
537
+ }
538
+ ],
539
+ "declKind": "Accessor",
540
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
541
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
542
+ "moduleName": "DavoiceTTS",
543
+ "static": true,
544
+ "implicit": true,
545
+ "accessorKind": "_modify"
844
546
  }
845
547
  ]
846
548
  },
847
549
  {
848
550
  "kind": "Var",
849
- "name": "onLastUtteranceFinished",
850
- "printedName": "onLastUtteranceFinished",
551
+ "name": "stopEnginePlayback",
552
+ "printedName": "stopEnginePlayback",
851
553
  "children": [
852
554
  {
853
555
  "kind": "TypeNominal",
@@ -876,16 +578,14 @@
876
578
  }
877
579
  ],
878
580
  "declKind": "Var",
879
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
880
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
581
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
582
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
881
583
  "moduleName": "DavoiceTTS",
584
+ "static": true,
882
585
  "declAttributes": [
883
586
  "HasInitialValue",
884
- "Final",
885
587
  "HasStorage",
886
- "AccessControl",
887
- "ObjC",
888
- "RawDocComment"
588
+ "AccessControl"
889
589
  ],
890
590
  "hasStorage": true,
891
591
  "accessors": [
@@ -915,357 +615,92 @@
915
615
  "printedName": "()"
916
616
  }
917
617
  ]
918
- }
919
- ],
920
- "usr": "s:Sq"
921
- }
922
- ],
923
- "declKind": "Accessor",
924
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
925
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
926
- "moduleName": "DavoiceTTS",
927
- "implicit": true,
928
- "declAttributes": [
929
- "Final",
930
- "ObjC"
931
- ],
932
- "accessorKind": "get"
933
- },
934
- {
935
- "kind": "Accessor",
936
- "name": "Set",
937
- "printedName": "Set()",
938
- "children": [
939
- {
940
- "kind": "TypeNominal",
941
- "name": "Void",
942
- "printedName": "()"
943
- },
944
- {
945
- "kind": "TypeNominal",
946
- "name": "Optional",
947
- "printedName": "(() -> ())?",
948
- "children": [
949
- {
950
- "kind": "TypeFunc",
951
- "name": "Function",
952
- "printedName": "() -> ()",
953
- "children": [
954
- {
955
- "kind": "TypeNominal",
956
- "name": "Void",
957
- "printedName": "()"
958
- },
959
- {
960
- "kind": "TypeNominal",
961
- "name": "Void",
962
- "printedName": "()"
963
- }
964
- ]
965
- }
966
- ],
967
- "usr": "s:Sq"
968
- }
969
- ],
970
- "declKind": "Accessor",
971
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
972
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
973
- "moduleName": "DavoiceTTS",
974
- "implicit": true,
975
- "declAttributes": [
976
- "Final",
977
- "ObjC"
978
- ],
979
- "accessorKind": "set"
980
- },
981
- {
982
- "kind": "Accessor",
983
- "name": "Modify",
984
- "printedName": "Modify()",
985
- "children": [
986
- {
987
- "kind": "TypeNominal",
988
- "name": "Void",
989
- "printedName": "()"
990
- }
991
- ],
992
- "declKind": "Accessor",
993
- "usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
994
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
995
- "moduleName": "DavoiceTTS",
996
- "implicit": true,
997
- "declAttributes": [
998
- "Final"
999
- ],
1000
- "accessorKind": "_modify"
1001
- }
1002
- ]
1003
- },
1004
- {
1005
- "kind": "Constructor",
1006
- "name": "init",
1007
- "printedName": "init(model:)",
1008
- "children": [
1009
- {
1010
- "kind": "TypeNominal",
1011
- "name": "DaVoiceTTS",
1012
- "printedName": "DavoiceTTS.DaVoiceTTS",
1013
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
1014
- },
1015
- {
1016
- "kind": "TypeNominal",
1017
- "name": "URL",
1018
- "printedName": "Foundation.URL",
1019
- "usr": "s:10Foundation3URLV"
1020
- }
1021
- ],
1022
- "declKind": "Constructor",
1023
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
1024
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
1025
- "moduleName": "DavoiceTTS",
1026
- "objc_name": "initWithModel:error:",
1027
- "declAttributes": [
1028
- "AccessControl",
1029
- "ObjC"
1030
- ],
1031
- "throwing": true,
1032
- "init_kind": "Designated"
1033
- },
1034
- {
1035
- "kind": "Function",
1036
- "name": "stopSpeaking",
1037
- "printedName": "stopSpeaking()",
1038
- "children": [
1039
- {
1040
- "kind": "TypeNominal",
1041
- "name": "Void",
1042
- "printedName": "()"
1043
- }
1044
- ],
1045
- "declKind": "Func",
1046
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
1047
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
1048
- "moduleName": "DavoiceTTS",
1049
- "declAttributes": [
1050
- "Final",
1051
- "AccessControl",
1052
- "ObjC",
1053
- "RawDocComment"
1054
- ],
1055
- "funcSelfKind": "NonMutating"
1056
- },
1057
- {
1058
- "kind": "Function",
1059
- "name": "destroy",
1060
- "printedName": "destroy()",
1061
- "children": [
1062
- {
1063
- "kind": "TypeNominal",
1064
- "name": "Void",
1065
- "printedName": "()"
1066
- }
1067
- ],
1068
- "declKind": "Func",
1069
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
1070
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
1071
- "moduleName": "DavoiceTTS",
1072
- "declAttributes": [
1073
- "Final",
1074
- "AccessControl",
1075
- "ObjC",
1076
- "RawDocComment"
1077
- ],
1078
- "funcSelfKind": "NonMutating"
1079
- },
1080
- {
1081
- "kind": "Function",
1082
- "name": "speak",
1083
- "printedName": "speak(_:sid:)",
1084
- "children": [
1085
- {
1086
- "kind": "TypeNominal",
1087
- "name": "Void",
1088
- "printedName": "()"
1089
- },
1090
- {
1091
- "kind": "TypeNominal",
1092
- "name": "String",
1093
- "printedName": "Swift.String",
1094
- "usr": "s:SS"
1095
- },
1096
- {
1097
- "kind": "TypeNominal",
1098
- "name": "Int32",
1099
- "printedName": "Swift.Int32",
1100
- "hasDefaultArg": true,
1101
- "usr": "s:s5Int32V"
1102
- }
1103
- ],
1104
- "declKind": "Func",
1105
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
1106
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
1107
- "moduleName": "DavoiceTTS",
1108
- "declAttributes": [
1109
- "Final",
1110
- "AccessControl",
1111
- "ObjC"
1112
- ],
1113
- "funcSelfKind": "NonMutating"
1114
- },
1115
- {
1116
- "kind": "Function",
1117
- "name": "synthesize",
1118
- "printedName": "synthesize(_:speakerId:token:terminal:)",
1119
- "children": [
618
+ }
619
+ ],
620
+ "usr": "s:Sq"
621
+ }
622
+ ],
623
+ "declKind": "Accessor",
624
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
625
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
626
+ "moduleName": "DavoiceTTS",
627
+ "static": true,
628
+ "implicit": true,
629
+ "accessorKind": "get"
630
+ },
1120
631
  {
1121
- "kind": "TypeNominal",
1122
- "name": "Tuple",
1123
- "printedName": "(AVFAudio.AVAudioPCMBuffer, Swift.Int)",
632
+ "kind": "Accessor",
633
+ "name": "Set",
634
+ "printedName": "Set()",
1124
635
  "children": [
1125
636
  {
1126
637
  "kind": "TypeNominal",
1127
- "name": "AVAudioPCMBuffer",
1128
- "printedName": "AVFAudio.AVAudioPCMBuffer",
1129
- "usr": "c:objc(cs)AVAudioPCMBuffer"
638
+ "name": "Void",
639
+ "printedName": "()"
1130
640
  },
1131
641
  {
1132
642
  "kind": "TypeNominal",
1133
- "name": "Int",
1134
- "printedName": "Swift.Int",
1135
- "usr": "s:Si"
643
+ "name": "Optional",
644
+ "printedName": "(() -> ())?",
645
+ "children": [
646
+ {
647
+ "kind": "TypeFunc",
648
+ "name": "Function",
649
+ "printedName": "() -> ()",
650
+ "children": [
651
+ {
652
+ "kind": "TypeNominal",
653
+ "name": "Void",
654
+ "printedName": "()"
655
+ },
656
+ {
657
+ "kind": "TypeNominal",
658
+ "name": "Void",
659
+ "printedName": "()"
660
+ }
661
+ ]
662
+ }
663
+ ],
664
+ "usr": "s:Sq"
1136
665
  }
1137
- ]
1138
- },
1139
- {
1140
- "kind": "TypeNominal",
1141
- "name": "String",
1142
- "printedName": "Swift.String",
1143
- "usr": "s:SS"
1144
- },
1145
- {
1146
- "kind": "TypeNominal",
1147
- "name": "Int32",
1148
- "printedName": "Swift.Int32",
1149
- "hasDefaultArg": true,
1150
- "usr": "s:s5Int32V"
1151
- },
1152
- {
1153
- "kind": "TypeNominal",
1154
- "name": "UUID",
1155
- "printedName": "Foundation.UUID",
1156
- "usr": "s:10Foundation4UUIDV"
666
+ ],
667
+ "declKind": "Accessor",
668
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
669
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
670
+ "moduleName": "DavoiceTTS",
671
+ "static": true,
672
+ "implicit": true,
673
+ "accessorKind": "set"
1157
674
  },
1158
675
  {
1159
- "kind": "TypeNominal",
1160
- "name": "Optional",
1161
- "printedName": "Swift.Character?",
676
+ "kind": "Accessor",
677
+ "name": "Modify",
678
+ "printedName": "Modify()",
1162
679
  "children": [
1163
680
  {
1164
681
  "kind": "TypeNominal",
1165
- "name": "Character",
1166
- "printedName": "Swift.Character",
1167
- "usr": "s:SJ"
682
+ "name": "Void",
683
+ "printedName": "()"
1168
684
  }
1169
685
  ],
1170
- "hasDefaultArg": true,
1171
- "usr": "s:Sq"
1172
- }
1173
- ],
1174
- "declKind": "Func",
1175
- "usr": "s:10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
1176
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
1177
- "moduleName": "DavoiceTTS",
1178
- "declAttributes": [
1179
- "Final",
1180
- "AccessControl"
1181
- ],
1182
- "throwing": true,
1183
- "funcSelfKind": "NonMutating"
1184
- },
1185
- {
1186
- "kind": "Function",
1187
- "name": "synthesize_top",
1188
- "printedName": "synthesize_top(_:speakerId:token:)",
1189
- "children": [
1190
- {
1191
- "kind": "TypeNominal",
1192
- "name": "AVAudioPCMBuffer",
1193
- "printedName": "AVFAudio.AVAudioPCMBuffer",
1194
- "usr": "c:objc(cs)AVAudioPCMBuffer"
1195
- },
1196
- {
1197
- "kind": "TypeNominal",
1198
- "name": "String",
1199
- "printedName": "Swift.String",
1200
- "usr": "s:SS"
1201
- },
1202
- {
1203
- "kind": "TypeNominal",
1204
- "name": "Int32",
1205
- "printedName": "Swift.Int32",
1206
- "hasDefaultArg": true,
1207
- "usr": "s:s5Int32V"
1208
- },
1209
- {
1210
- "kind": "TypeNominal",
1211
- "name": "UUID",
1212
- "printedName": "Foundation.UUID",
1213
- "usr": "s:10Foundation4UUIDV"
1214
- }
1215
- ],
1216
- "declKind": "Func",
1217
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
1218
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
1219
- "moduleName": "DavoiceTTS",
1220
- "declAttributes": [
1221
- "Final",
1222
- "AccessControl",
1223
- "RawDocComment",
1224
- "ObjC"
1225
- ],
1226
- "throwing": true,
1227
- "funcSelfKind": "NonMutating"
1228
- },
1229
- {
1230
- "kind": "Constructor",
1231
- "name": "init",
1232
- "printedName": "init()",
1233
- "children": [
1234
- {
1235
- "kind": "TypeNominal",
1236
- "name": "DaVoiceTTS",
1237
- "printedName": "DavoiceTTS.DaVoiceTTS",
1238
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
686
+ "declKind": "Accessor",
687
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
688
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
689
+ "moduleName": "DavoiceTTS",
690
+ "static": true,
691
+ "implicit": true,
692
+ "accessorKind": "_modify"
1239
693
  }
1240
- ],
1241
- "declKind": "Constructor",
1242
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
1243
- "mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
1244
- "moduleName": "DavoiceTTS",
1245
- "overriding": true,
1246
- "implicit": true,
1247
- "objc_name": "init",
1248
- "declAttributes": [
1249
- "Dynamic",
1250
- "ObjC",
1251
- "Override"
1252
- ],
1253
- "init_kind": "Designated"
694
+ ]
1254
695
  }
1255
696
  ],
1256
- "declKind": "Class",
1257
- "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
1258
- "mangledName": "$s10DavoiceTTS07DaVoiceB0C",
697
+ "declKind": "Enum",
698
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
699
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1259
700
  "moduleName": "DavoiceTTS",
1260
701
  "declAttributes": [
1261
- "Final",
1262
702
  "AccessControl",
1263
- "ObjCMembers",
1264
- "ObjC"
1265
- ],
1266
- "superclassUsr": "c:objc(cs)NSObject",
1267
- "superclassNames": [
1268
- "ObjectiveC.NSObject"
703
+ "RawDocComment"
1269
704
  ],
1270
705
  "conformances": [
1271
706
  {
@@ -1281,123 +716,170 @@
1281
716
  "printedName": "Escapable",
1282
717
  "usr": "s:s9EscapableP",
1283
718
  "mangledName": "$ss9EscapableP"
1284
- },
1285
- {
1286
- "kind": "Conformance",
1287
- "name": "Equatable",
1288
- "printedName": "Equatable",
1289
- "usr": "s:SQ",
1290
- "mangledName": "$sSQ"
1291
- },
1292
- {
1293
- "kind": "Conformance",
1294
- "name": "Hashable",
1295
- "printedName": "Hashable",
1296
- "usr": "s:SH",
1297
- "mangledName": "$sSH"
1298
- },
1299
- {
1300
- "kind": "Conformance",
1301
- "name": "CVarArg",
1302
- "printedName": "CVarArg",
1303
- "usr": "s:s7CVarArgP",
1304
- "mangledName": "$ss7CVarArgP"
1305
- },
1306
- {
1307
- "kind": "Conformance",
1308
- "name": "_KeyValueCodingAndObservingPublishing",
1309
- "printedName": "_KeyValueCodingAndObservingPublishing",
1310
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1311
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1312
- },
1313
- {
1314
- "kind": "Conformance",
1315
- "name": "_KeyValueCodingAndObserving",
1316
- "printedName": "_KeyValueCodingAndObserving",
1317
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1318
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1319
- },
1320
- {
1321
- "kind": "Conformance",
1322
- "name": "CustomStringConvertible",
1323
- "printedName": "CustomStringConvertible",
1324
- "usr": "s:s23CustomStringConvertibleP",
1325
- "mangledName": "$ss23CustomStringConvertibleP"
1326
- },
1327
- {
1328
- "kind": "Conformance",
1329
- "name": "CustomDebugStringConvertible",
1330
- "printedName": "CustomDebugStringConvertible",
1331
- "usr": "s:s28CustomDebugStringConvertibleP",
1332
- "mangledName": "$ss28CustomDebugStringConvertibleP"
1333
719
  }
1334
720
  ]
1335
721
  },
1336
722
  {
1337
723
  "kind": "Import",
1338
- "name": "Foundation",
1339
- "printedName": "Foundation",
724
+ "name": "Foundation",
725
+ "printedName": "Foundation",
726
+ "declKind": "Import",
727
+ "moduleName": "DavoiceTTS",
728
+ "declAttributes": [
729
+ "RawDocComment"
730
+ ]
731
+ },
732
+ {
733
+ "kind": "Import",
734
+ "name": "onnxruntime_objc",
735
+ "printedName": "onnxruntime_objc",
736
+ "declKind": "Import",
737
+ "moduleName": "DavoiceTTS"
738
+ },
739
+ {
740
+ "kind": "Import",
741
+ "name": "phonemes",
742
+ "printedName": "phonemes",
1340
743
  "declKind": "Import",
1341
744
  "moduleName": "DavoiceTTS",
1342
745
  "declAttributes": [
1343
746
  "RawDocComment"
1344
747
  ]
1345
748
  },
749
+ {
750
+ "kind": "Import",
751
+ "name": "AVFoundation",
752
+ "printedName": "AVFoundation",
753
+ "declKind": "Import",
754
+ "moduleName": "DavoiceTTS"
755
+ },
1346
756
  {
1347
757
  "kind": "TypeDecl",
1348
- "name": "AudioPlaybackHook",
1349
- "printedName": "AudioPlaybackHook",
758
+ "name": "SwiftSoundQueue",
759
+ "printedName": "SwiftSoundQueue",
1350
760
  "children": [
1351
761
  {
1352
762
  "kind": "Var",
1353
- "name": "engineScheduleFile",
1354
- "printedName": "engineScheduleFile",
763
+ "name": "shared",
764
+ "printedName": "shared",
765
+ "children": [
766
+ {
767
+ "kind": "TypeNominal",
768
+ "name": "SwiftSoundQueue",
769
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
770
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
771
+ }
772
+ ],
773
+ "declKind": "Var",
774
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
775
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
776
+ "moduleName": "DavoiceTTS",
777
+ "static": true,
778
+ "declAttributes": [
779
+ "HasInitialValue",
780
+ "Final",
781
+ "HasStorage",
782
+ "AccessControl",
783
+ "RawDocComment"
784
+ ],
785
+ "isLet": true,
786
+ "hasStorage": true,
787
+ "accessors": [
788
+ {
789
+ "kind": "Accessor",
790
+ "name": "Get",
791
+ "printedName": "Get()",
792
+ "children": [
793
+ {
794
+ "kind": "TypeNominal",
795
+ "name": "SwiftSoundQueue",
796
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
797
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
798
+ }
799
+ ],
800
+ "declKind": "Accessor",
801
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
802
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
803
+ "moduleName": "DavoiceTTS",
804
+ "static": true,
805
+ "implicit": true,
806
+ "declAttributes": [
807
+ "Final"
808
+ ],
809
+ "accessorKind": "get"
810
+ }
811
+ ]
812
+ },
813
+ {
814
+ "kind": "Function",
815
+ "name": "notifyWhenURLFinishes",
816
+ "printedName": "notifyWhenURLFinishes(_:_:)",
817
+ "children": [
818
+ {
819
+ "kind": "TypeNominal",
820
+ "name": "Void",
821
+ "printedName": "()"
822
+ },
823
+ {
824
+ "kind": "TypeNominal",
825
+ "name": "URL",
826
+ "printedName": "Foundation.URL",
827
+ "usr": "s:10Foundation3URLV"
828
+ },
829
+ {
830
+ "kind": "TypeFunc",
831
+ "name": "Function",
832
+ "printedName": "() -> ()",
833
+ "children": [
834
+ {
835
+ "kind": "TypeNominal",
836
+ "name": "Void",
837
+ "printedName": "()"
838
+ },
839
+ {
840
+ "kind": "TypeNominal",
841
+ "name": "Void",
842
+ "printedName": "()"
843
+ }
844
+ ]
845
+ }
846
+ ],
847
+ "declKind": "Func",
848
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
849
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
850
+ "moduleName": "DavoiceTTS",
851
+ "declAttributes": [
852
+ "Final",
853
+ "AccessControl",
854
+ "RawDocComment"
855
+ ],
856
+ "funcSelfKind": "NonMutating"
857
+ },
858
+ {
859
+ "kind": "Var",
860
+ "name": "onItemDone",
861
+ "printedName": "onItemDone",
1355
862
  "children": [
1356
863
  {
1357
864
  "kind": "TypeNominal",
1358
865
  "name": "Optional",
1359
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
866
+ "printedName": "((Foundation.URL) -> ())?",
1360
867
  "children": [
1361
868
  {
1362
869
  "kind": "TypeFunc",
1363
870
  "name": "Function",
1364
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
871
+ "printedName": "(Foundation.URL) -> ()",
1365
872
  "children": [
1366
873
  {
1367
874
  "kind": "TypeNominal",
1368
- "name": "Bool",
1369
- "printedName": "Swift.Bool",
1370
- "usr": "s:Sb"
875
+ "name": "Void",
876
+ "printedName": "()"
1371
877
  },
1372
878
  {
1373
879
  "kind": "TypeNominal",
1374
- "name": "Tuple",
1375
- "printedName": "(Foundation.URL, () -> ())",
1376
- "children": [
1377
- {
1378
- "kind": "TypeNominal",
1379
- "name": "URL",
1380
- "printedName": "Foundation.URL",
1381
- "usr": "s:10Foundation3URLV"
1382
- },
1383
- {
1384
- "kind": "TypeFunc",
1385
- "name": "Function",
1386
- "printedName": "() -> ()",
1387
- "children": [
1388
- {
1389
- "kind": "TypeNominal",
1390
- "name": "Void",
1391
- "printedName": "()"
1392
- },
1393
- {
1394
- "kind": "TypeNominal",
1395
- "name": "Void",
1396
- "printedName": "()"
1397
- }
1398
- ]
1399
- }
1400
- ]
880
+ "name": "URL",
881
+ "printedName": "Foundation.URL",
882
+ "usr": "s:10Foundation3URLV"
1401
883
  }
1402
884
  ]
1403
885
  }
@@ -1406,12 +888,12 @@
1406
888
  }
1407
889
  ],
1408
890
  "declKind": "Var",
1409
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
1410
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
891
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
892
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
1411
893
  "moduleName": "DavoiceTTS",
1412
- "static": true,
1413
894
  "declAttributes": [
1414
895
  "HasInitialValue",
896
+ "Final",
1415
897
  "HasStorage",
1416
898
  "AccessControl",
1417
899
  "RawDocComment"
@@ -1426,48 +908,23 @@
1426
908
  {
1427
909
  "kind": "TypeNominal",
1428
910
  "name": "Optional",
1429
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
911
+ "printedName": "((Foundation.URL) -> ())?",
1430
912
  "children": [
1431
913
  {
1432
914
  "kind": "TypeFunc",
1433
915
  "name": "Function",
1434
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
916
+ "printedName": "(Foundation.URL) -> ()",
1435
917
  "children": [
1436
918
  {
1437
919
  "kind": "TypeNominal",
1438
- "name": "Bool",
1439
- "printedName": "Swift.Bool",
1440
- "usr": "s:Sb"
920
+ "name": "Void",
921
+ "printedName": "()"
1441
922
  },
1442
923
  {
1443
924
  "kind": "TypeNominal",
1444
- "name": "Tuple",
1445
- "printedName": "(Foundation.URL, () -> ())",
1446
- "children": [
1447
- {
1448
- "kind": "TypeNominal",
1449
- "name": "URL",
1450
- "printedName": "Foundation.URL",
1451
- "usr": "s:10Foundation3URLV"
1452
- },
1453
- {
1454
- "kind": "TypeFunc",
1455
- "name": "Function",
1456
- "printedName": "() -> ()",
1457
- "children": [
1458
- {
1459
- "kind": "TypeNominal",
1460
- "name": "Void",
1461
- "printedName": "()"
1462
- },
1463
- {
1464
- "kind": "TypeNominal",
1465
- "name": "Void",
1466
- "printedName": "()"
1467
- }
1468
- ]
1469
- }
1470
- ]
925
+ "name": "URL",
926
+ "printedName": "Foundation.URL",
927
+ "usr": "s:10Foundation3URLV"
1471
928
  }
1472
929
  ]
1473
930
  }
@@ -1476,11 +933,13 @@
1476
933
  }
1477
934
  ],
1478
935
  "declKind": "Accessor",
1479
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1480
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
936
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
937
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
1481
938
  "moduleName": "DavoiceTTS",
1482
- "static": true,
1483
939
  "implicit": true,
940
+ "declAttributes": [
941
+ "Final"
942
+ ],
1484
943
  "accessorKind": "get"
1485
944
  },
1486
945
  {
@@ -1496,48 +955,23 @@
1496
955
  {
1497
956
  "kind": "TypeNominal",
1498
957
  "name": "Optional",
1499
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
958
+ "printedName": "((Foundation.URL) -> ())?",
1500
959
  "children": [
1501
960
  {
1502
961
  "kind": "TypeFunc",
1503
962
  "name": "Function",
1504
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
963
+ "printedName": "(Foundation.URL) -> ()",
1505
964
  "children": [
1506
965
  {
1507
966
  "kind": "TypeNominal",
1508
- "name": "Bool",
1509
- "printedName": "Swift.Bool",
1510
- "usr": "s:Sb"
967
+ "name": "Void",
968
+ "printedName": "()"
1511
969
  },
1512
970
  {
1513
971
  "kind": "TypeNominal",
1514
- "name": "Tuple",
1515
- "printedName": "(Foundation.URL, () -> ())",
1516
- "children": [
1517
- {
1518
- "kind": "TypeNominal",
1519
- "name": "URL",
1520
- "printedName": "Foundation.URL",
1521
- "usr": "s:10Foundation3URLV"
1522
- },
1523
- {
1524
- "kind": "TypeFunc",
1525
- "name": "Function",
1526
- "printedName": "() -> ()",
1527
- "children": [
1528
- {
1529
- "kind": "TypeNominal",
1530
- "name": "Void",
1531
- "printedName": "()"
1532
- },
1533
- {
1534
- "kind": "TypeNominal",
1535
- "name": "Void",
1536
- "printedName": "()"
1537
- }
1538
- ]
1539
- }
1540
- ]
972
+ "name": "URL",
973
+ "printedName": "Foundation.URL",
974
+ "usr": "s:10Foundation3URLV"
1541
975
  }
1542
976
  ]
1543
977
  }
@@ -1546,11 +980,13 @@
1546
980
  }
1547
981
  ],
1548
982
  "declKind": "Accessor",
1549
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1550
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
983
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
984
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
1551
985
  "moduleName": "DavoiceTTS",
1552
- "static": true,
1553
986
  "implicit": true,
987
+ "declAttributes": [
988
+ "Final"
989
+ ],
1554
990
  "accessorKind": "set"
1555
991
  },
1556
992
  {
@@ -1565,35 +1001,36 @@
1565
1001
  }
1566
1002
  ],
1567
1003
  "declKind": "Accessor",
1568
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1569
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1004
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
1005
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
1570
1006
  "moduleName": "DavoiceTTS",
1571
- "static": true,
1572
1007
  "implicit": true,
1008
+ "declAttributes": [
1009
+ "Final"
1010
+ ],
1573
1011
  "accessorKind": "_modify"
1574
1012
  }
1575
1013
  ]
1576
1014
  },
1577
1015
  {
1578
1016
  "kind": "Var",
1579
- "name": "isEngineReady",
1580
- "printedName": "isEngineReady",
1017
+ "name": "onQueueEmpty",
1018
+ "printedName": "onQueueEmpty",
1581
1019
  "children": [
1582
1020
  {
1583
1021
  "kind": "TypeNominal",
1584
1022
  "name": "Optional",
1585
- "printedName": "(() -> Swift.Bool)?",
1023
+ "printedName": "(() -> ())?",
1586
1024
  "children": [
1587
1025
  {
1588
1026
  "kind": "TypeFunc",
1589
1027
  "name": "Function",
1590
- "printedName": "() -> Swift.Bool",
1028
+ "printedName": "() -> ()",
1591
1029
  "children": [
1592
1030
  {
1593
1031
  "kind": "TypeNominal",
1594
- "name": "Bool",
1595
- "printedName": "Swift.Bool",
1596
- "usr": "s:Sb"
1032
+ "name": "Void",
1033
+ "printedName": "()"
1597
1034
  },
1598
1035
  {
1599
1036
  "kind": "TypeNominal",
@@ -1607,12 +1044,12 @@
1607
1044
  }
1608
1045
  ],
1609
1046
  "declKind": "Var",
1610
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1611
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1047
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
1048
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
1612
1049
  "moduleName": "DavoiceTTS",
1613
- "static": true,
1614
1050
  "declAttributes": [
1615
1051
  "HasInitialValue",
1052
+ "Final",
1616
1053
  "HasStorage",
1617
1054
  "AccessControl",
1618
1055
  "RawDocComment"
@@ -1627,18 +1064,17 @@
1627
1064
  {
1628
1065
  "kind": "TypeNominal",
1629
1066
  "name": "Optional",
1630
- "printedName": "(() -> Swift.Bool)?",
1067
+ "printedName": "(() -> ())?",
1631
1068
  "children": [
1632
1069
  {
1633
1070
  "kind": "TypeFunc",
1634
1071
  "name": "Function",
1635
- "printedName": "() -> Swift.Bool",
1072
+ "printedName": "() -> ()",
1636
1073
  "children": [
1637
1074
  {
1638
1075
  "kind": "TypeNominal",
1639
- "name": "Bool",
1640
- "printedName": "Swift.Bool",
1641
- "usr": "s:Sb"
1076
+ "name": "Void",
1077
+ "printedName": "()"
1642
1078
  },
1643
1079
  {
1644
1080
  "kind": "TypeNominal",
@@ -1652,11 +1088,13 @@
1652
1088
  }
1653
1089
  ],
1654
1090
  "declKind": "Accessor",
1655
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1656
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1091
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
1092
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
1657
1093
  "moduleName": "DavoiceTTS",
1658
- "static": true,
1659
1094
  "implicit": true,
1095
+ "declAttributes": [
1096
+ "Final"
1097
+ ],
1660
1098
  "accessorKind": "get"
1661
1099
  },
1662
1100
  {
@@ -1672,18 +1110,17 @@
1672
1110
  {
1673
1111
  "kind": "TypeNominal",
1674
1112
  "name": "Optional",
1675
- "printedName": "(() -> Swift.Bool)?",
1113
+ "printedName": "(() -> ())?",
1676
1114
  "children": [
1677
1115
  {
1678
1116
  "kind": "TypeFunc",
1679
1117
  "name": "Function",
1680
- "printedName": "() -> Swift.Bool",
1118
+ "printedName": "() -> ()",
1681
1119
  "children": [
1682
1120
  {
1683
1121
  "kind": "TypeNominal",
1684
- "name": "Bool",
1685
- "printedName": "Swift.Bool",
1686
- "usr": "s:Sb"
1122
+ "name": "Void",
1123
+ "printedName": "()"
1687
1124
  },
1688
1125
  {
1689
1126
  "kind": "TypeNominal",
@@ -1697,11 +1134,13 @@
1697
1134
  }
1698
1135
  ],
1699
1136
  "declKind": "Accessor",
1700
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1701
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1137
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
1138
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
1702
1139
  "moduleName": "DavoiceTTS",
1703
- "static": true,
1704
1140
  "implicit": true,
1141
+ "declAttributes": [
1142
+ "Final"
1143
+ ],
1705
1144
  "accessorKind": "set"
1706
1145
  },
1707
1146
  {
@@ -1716,169 +1155,411 @@
1716
1155
  }
1717
1156
  ],
1718
1157
  "declKind": "Accessor",
1719
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1720
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1158
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
1159
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
1721
1160
  "moduleName": "DavoiceTTS",
1722
- "static": true,
1723
1161
  "implicit": true,
1162
+ "declAttributes": [
1163
+ "Final"
1164
+ ],
1724
1165
  "accessorKind": "_modify"
1725
1166
  }
1726
1167
  ]
1727
1168
  },
1728
1169
  {
1729
- "kind": "Var",
1730
- "name": "useOnlyEnginePlayback",
1731
- "printedName": "useOnlyEnginePlayback",
1170
+ "kind": "Function",
1171
+ "name": "enqueue",
1172
+ "printedName": "enqueue(_:)",
1732
1173
  "children": [
1733
1174
  {
1734
1175
  "kind": "TypeNominal",
1735
- "name": "Optional",
1736
- "printedName": "(() -> Swift.Bool)?",
1176
+ "name": "Void",
1177
+ "printedName": "()"
1178
+ },
1179
+ {
1180
+ "kind": "TypeNominal",
1181
+ "name": "Source",
1182
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1183
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1184
+ }
1185
+ ],
1186
+ "declKind": "Func",
1187
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
1188
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
1189
+ "moduleName": "DavoiceTTS",
1190
+ "declAttributes": [
1191
+ "Final",
1192
+ "AccessControl",
1193
+ "RawDocComment"
1194
+ ],
1195
+ "funcSelfKind": "NonMutating"
1196
+ },
1197
+ {
1198
+ "kind": "Function",
1199
+ "name": "enqueueMany",
1200
+ "printedName": "enqueueMany(_:)",
1201
+ "children": [
1202
+ {
1203
+ "kind": "TypeNominal",
1204
+ "name": "Void",
1205
+ "printedName": "()"
1206
+ },
1207
+ {
1208
+ "kind": "TypeNominal",
1209
+ "name": "Array",
1210
+ "printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
1737
1211
  "children": [
1738
1212
  {
1739
- "kind": "TypeFunc",
1740
- "name": "Function",
1741
- "printedName": "() -> Swift.Bool",
1742
- "children": [
1743
- {
1744
- "kind": "TypeNominal",
1745
- "name": "Bool",
1746
- "printedName": "Swift.Bool",
1747
- "usr": "s:Sb"
1748
- },
1749
- {
1750
- "kind": "TypeNominal",
1751
- "name": "Void",
1752
- "printedName": "()"
1753
- }
1754
- ]
1213
+ "kind": "TypeNominal",
1214
+ "name": "Source",
1215
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1216
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1755
1217
  }
1756
1218
  ],
1757
- "usr": "s:Sq"
1219
+ "usr": "s:Sa"
1758
1220
  }
1759
1221
  ],
1760
- "declKind": "Var",
1761
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1762
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1222
+ "declKind": "Func",
1223
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
1224
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
1763
1225
  "moduleName": "DavoiceTTS",
1764
- "static": true,
1765
1226
  "declAttributes": [
1766
- "HasInitialValue",
1767
- "HasStorage",
1768
- "AccessControl"
1227
+ "Final",
1228
+ "AccessControl",
1229
+ "RawDocComment"
1769
1230
  ],
1770
- "hasStorage": true,
1771
- "accessors": [
1231
+ "funcSelfKind": "NonMutating"
1232
+ },
1233
+ {
1234
+ "kind": "Function",
1235
+ "name": "stop",
1236
+ "printedName": "stop()",
1237
+ "children": [
1772
1238
  {
1773
- "kind": "Accessor",
1774
- "name": "Get",
1775
- "printedName": "Get()",
1239
+ "kind": "TypeNominal",
1240
+ "name": "Void",
1241
+ "printedName": "()"
1242
+ }
1243
+ ],
1244
+ "declKind": "Func",
1245
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
1246
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
1247
+ "moduleName": "DavoiceTTS",
1248
+ "declAttributes": [
1249
+ "Final",
1250
+ "AccessControl",
1251
+ "RawDocComment"
1252
+ ],
1253
+ "funcSelfKind": "NonMutating"
1254
+ },
1255
+ {
1256
+ "kind": "TypeDecl",
1257
+ "name": "Source",
1258
+ "printedName": "Source",
1259
+ "children": [
1260
+ {
1261
+ "kind": "Var",
1262
+ "name": "fileURL",
1263
+ "printedName": "fileURL",
1776
1264
  "children": [
1777
1265
  {
1778
- "kind": "TypeNominal",
1779
- "name": "Optional",
1780
- "printedName": "(() -> Swift.Bool)?",
1266
+ "kind": "TypeFunc",
1267
+ "name": "Function",
1268
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
1781
1269
  "children": [
1782
1270
  {
1783
1271
  "kind": "TypeFunc",
1784
1272
  "name": "Function",
1785
- "printedName": "() -> Swift.Bool",
1273
+ "printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
1786
1274
  "children": [
1787
1275
  {
1788
1276
  "kind": "TypeNominal",
1789
- "name": "Bool",
1790
- "printedName": "Swift.Bool",
1791
- "usr": "s:Sb"
1277
+ "name": "Source",
1278
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1279
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1792
1280
  },
1793
1281
  {
1794
1282
  "kind": "TypeNominal",
1795
- "name": "Void",
1796
- "printedName": "()"
1283
+ "name": "URL",
1284
+ "printedName": "Foundation.URL",
1285
+ "usr": "s:10Foundation3URLV"
1286
+ }
1287
+ ]
1288
+ },
1289
+ {
1290
+ "kind": "TypeNominal",
1291
+ "name": "Metatype",
1292
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
1293
+ "children": [
1294
+ {
1295
+ "kind": "TypeNominal",
1296
+ "name": "Source",
1297
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1298
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1797
1299
  }
1798
1300
  ]
1799
1301
  }
1800
- ],
1801
- "usr": "s:Sq"
1302
+ ]
1802
1303
  }
1803
1304
  ],
1804
- "declKind": "Accessor",
1805
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1806
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1807
- "moduleName": "DavoiceTTS",
1808
- "static": true,
1809
- "implicit": true,
1810
- "accessorKind": "get"
1305
+ "declKind": "EnumElement",
1306
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
1307
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
1308
+ "moduleName": "DavoiceTTS"
1811
1309
  },
1812
1310
  {
1813
- "kind": "Accessor",
1814
- "name": "Set",
1815
- "printedName": "Set()",
1311
+ "kind": "Var",
1312
+ "name": "named",
1313
+ "printedName": "named",
1816
1314
  "children": [
1817
1315
  {
1818
- "kind": "TypeNominal",
1819
- "name": "Void",
1820
- "printedName": "()"
1821
- },
1822
- {
1823
- "kind": "TypeNominal",
1824
- "name": "Optional",
1825
- "printedName": "(() -> Swift.Bool)?",
1316
+ "kind": "TypeFunc",
1317
+ "name": "Function",
1318
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
1826
1319
  "children": [
1827
1320
  {
1828
1321
  "kind": "TypeFunc",
1829
1322
  "name": "Function",
1830
- "printedName": "() -> Swift.Bool",
1323
+ "printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
1831
1324
  "children": [
1832
1325
  {
1833
1326
  "kind": "TypeNominal",
1834
- "name": "Bool",
1835
- "printedName": "Swift.Bool",
1836
- "usr": "s:Sb"
1837
- },
1327
+ "name": "Source",
1328
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1329
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1330
+ },
1331
+ {
1332
+ "kind": "TypeNominal",
1333
+ "name": "String",
1334
+ "printedName": "Swift.String",
1335
+ "usr": "s:SS"
1336
+ }
1337
+ ]
1338
+ },
1339
+ {
1340
+ "kind": "TypeNominal",
1341
+ "name": "Metatype",
1342
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
1343
+ "children": [
1838
1344
  {
1839
1345
  "kind": "TypeNominal",
1840
- "name": "Void",
1841
- "printedName": "()"
1346
+ "name": "Source",
1347
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
1348
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
1842
1349
  }
1843
1350
  ]
1844
1351
  }
1845
- ],
1846
- "usr": "s:Sq"
1352
+ ]
1847
1353
  }
1848
1354
  ],
1849
- "declKind": "Accessor",
1850
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1851
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1852
- "moduleName": "DavoiceTTS",
1853
- "static": true,
1854
- "implicit": true,
1855
- "accessorKind": "set"
1355
+ "declKind": "EnumElement",
1356
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
1357
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
1358
+ "moduleName": "DavoiceTTS"
1359
+ }
1360
+ ],
1361
+ "declKind": "Enum",
1362
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
1363
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
1364
+ "moduleName": "DavoiceTTS",
1365
+ "declAttributes": [
1366
+ "AccessControl",
1367
+ "RawDocComment"
1368
+ ],
1369
+ "conformances": [
1370
+ {
1371
+ "kind": "Conformance",
1372
+ "name": "Copyable",
1373
+ "printedName": "Copyable",
1374
+ "usr": "s:s8CopyableP",
1375
+ "mangledName": "$ss8CopyableP"
1856
1376
  },
1857
1377
  {
1858
- "kind": "Accessor",
1859
- "name": "Modify",
1860
- "printedName": "Modify()",
1861
- "children": [
1862
- {
1863
- "kind": "TypeNominal",
1864
- "name": "Void",
1865
- "printedName": "()"
1866
- }
1867
- ],
1868
- "declKind": "Accessor",
1869
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1870
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1871
- "moduleName": "DavoiceTTS",
1872
- "static": true,
1873
- "implicit": true,
1874
- "accessorKind": "_modify"
1378
+ "kind": "Conformance",
1379
+ "name": "Escapable",
1380
+ "printedName": "Escapable",
1381
+ "usr": "s:s9EscapableP",
1382
+ "mangledName": "$ss9EscapableP"
1383
+ }
1384
+ ]
1385
+ },
1386
+ {
1387
+ "kind": "Function",
1388
+ "name": "audioPlayerDidFinishPlaying",
1389
+ "printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
1390
+ "children": [
1391
+ {
1392
+ "kind": "TypeNominal",
1393
+ "name": "Void",
1394
+ "printedName": "()"
1395
+ },
1396
+ {
1397
+ "kind": "TypeNominal",
1398
+ "name": "AVAudioPlayer",
1399
+ "printedName": "AVFAudio.AVAudioPlayer",
1400
+ "usr": "c:objc(cs)AVAudioPlayer"
1401
+ },
1402
+ {
1403
+ "kind": "TypeNominal",
1404
+ "name": "Bool",
1405
+ "printedName": "Swift.Bool",
1406
+ "usr": "s:Sb"
1407
+ }
1408
+ ],
1409
+ "declKind": "Func",
1410
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
1411
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
1412
+ "moduleName": "DavoiceTTS",
1413
+ "objc_name": "audioPlayerDidFinishPlaying:successfully:",
1414
+ "declAttributes": [
1415
+ "Final",
1416
+ "ObjC",
1417
+ "AccessControl",
1418
+ "RawDocComment"
1419
+ ],
1420
+ "funcSelfKind": "NonMutating"
1421
+ },
1422
+ {
1423
+ "kind": "Function",
1424
+ "name": "activateSpeaker",
1425
+ "printedName": "activateSpeaker()",
1426
+ "children": [
1427
+ {
1428
+ "kind": "TypeNominal",
1429
+ "name": "Void",
1430
+ "printedName": "()"
1431
+ }
1432
+ ],
1433
+ "declKind": "Func",
1434
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
1435
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
1436
+ "moduleName": "DavoiceTTS",
1437
+ "declAttributes": [
1438
+ "Final",
1439
+ "AccessControl"
1440
+ ],
1441
+ "funcSelfKind": "NonMutating"
1442
+ }
1443
+ ],
1444
+ "declKind": "Class",
1445
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
1446
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
1447
+ "moduleName": "DavoiceTTS",
1448
+ "declAttributes": [
1449
+ "Final",
1450
+ "AccessControl",
1451
+ "RawDocComment",
1452
+ "ObjC"
1453
+ ],
1454
+ "superclassUsr": "c:objc(cs)NSObject",
1455
+ "hasMissingDesignatedInitializers": true,
1456
+ "inheritsConvenienceInitializers": true,
1457
+ "superclassNames": [
1458
+ "ObjectiveC.NSObject"
1459
+ ],
1460
+ "conformances": [
1461
+ {
1462
+ "kind": "Conformance",
1463
+ "name": "Copyable",
1464
+ "printedName": "Copyable",
1465
+ "usr": "s:s8CopyableP",
1466
+ "mangledName": "$ss8CopyableP"
1467
+ },
1468
+ {
1469
+ "kind": "Conformance",
1470
+ "name": "Escapable",
1471
+ "printedName": "Escapable",
1472
+ "usr": "s:s9EscapableP",
1473
+ "mangledName": "$ss9EscapableP"
1474
+ },
1475
+ {
1476
+ "kind": "Conformance",
1477
+ "name": "Equatable",
1478
+ "printedName": "Equatable",
1479
+ "usr": "s:SQ",
1480
+ "mangledName": "$sSQ"
1481
+ },
1482
+ {
1483
+ "kind": "Conformance",
1484
+ "name": "Hashable",
1485
+ "printedName": "Hashable",
1486
+ "usr": "s:SH",
1487
+ "mangledName": "$sSH"
1488
+ },
1489
+ {
1490
+ "kind": "Conformance",
1491
+ "name": "CVarArg",
1492
+ "printedName": "CVarArg",
1493
+ "usr": "s:s7CVarArgP",
1494
+ "mangledName": "$ss7CVarArgP"
1495
+ },
1496
+ {
1497
+ "kind": "Conformance",
1498
+ "name": "_KeyValueCodingAndObservingPublishing",
1499
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1500
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1501
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1502
+ },
1503
+ {
1504
+ "kind": "Conformance",
1505
+ "name": "_KeyValueCodingAndObserving",
1506
+ "printedName": "_KeyValueCodingAndObserving",
1507
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1508
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1509
+ },
1510
+ {
1511
+ "kind": "Conformance",
1512
+ "name": "CustomStringConvertible",
1513
+ "printedName": "CustomStringConvertible",
1514
+ "usr": "s:s23CustomStringConvertibleP",
1515
+ "mangledName": "$ss23CustomStringConvertibleP"
1516
+ },
1517
+ {
1518
+ "kind": "Conformance",
1519
+ "name": "CustomDebugStringConvertible",
1520
+ "printedName": "CustomDebugStringConvertible",
1521
+ "usr": "s:s28CustomDebugStringConvertibleP",
1522
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1523
+ }
1524
+ ]
1525
+ },
1526
+ {
1527
+ "kind": "TypeDecl",
1528
+ "name": "DaVoiceTTS",
1529
+ "printedName": "DaVoiceTTS",
1530
+ "children": [
1531
+ {
1532
+ "kind": "TypeDecl",
1533
+ "name": "Config",
1534
+ "printedName": "Config",
1535
+ "declKind": "Struct",
1536
+ "usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
1537
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
1538
+ "moduleName": "DavoiceTTS",
1539
+ "declAttributes": [
1540
+ "AccessControl"
1541
+ ],
1542
+ "conformances": [
1543
+ {
1544
+ "kind": "Conformance",
1545
+ "name": "Copyable",
1546
+ "printedName": "Copyable",
1547
+ "usr": "s:s8CopyableP",
1548
+ "mangledName": "$ss8CopyableP"
1549
+ },
1550
+ {
1551
+ "kind": "Conformance",
1552
+ "name": "Escapable",
1553
+ "printedName": "Escapable",
1554
+ "usr": "s:s9EscapableP",
1555
+ "mangledName": "$ss9EscapableP"
1875
1556
  }
1876
1557
  ]
1877
1558
  },
1878
1559
  {
1879
1560
  "kind": "Var",
1880
- "name": "stopEnginePlayback",
1881
- "printedName": "stopEnginePlayback",
1561
+ "name": "onLastUtteranceFinished",
1562
+ "printedName": "onLastUtteranceFinished",
1882
1563
  "children": [
1883
1564
  {
1884
1565
  "kind": "TypeNominal",
@@ -1907,14 +1588,16 @@
1907
1588
  }
1908
1589
  ],
1909
1590
  "declKind": "Var",
1910
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1911
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1591
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
1592
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
1912
1593
  "moduleName": "DavoiceTTS",
1913
- "static": true,
1914
1594
  "declAttributes": [
1915
1595
  "HasInitialValue",
1596
+ "Final",
1916
1597
  "HasStorage",
1917
- "AccessControl"
1598
+ "AccessControl",
1599
+ "ObjC",
1600
+ "RawDocComment"
1918
1601
  ],
1919
1602
  "hasStorage": true,
1920
1603
  "accessors": [
@@ -1950,11 +1633,14 @@
1950
1633
  }
1951
1634
  ],
1952
1635
  "declKind": "Accessor",
1953
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1954
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1636
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
1637
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
1955
1638
  "moduleName": "DavoiceTTS",
1956
- "static": true,
1957
1639
  "implicit": true,
1640
+ "declAttributes": [
1641
+ "Final",
1642
+ "ObjC"
1643
+ ],
1958
1644
  "accessorKind": "get"
1959
1645
  },
1960
1646
  {
@@ -1994,42 +1680,304 @@
1994
1680
  }
1995
1681
  ],
1996
1682
  "declKind": "Accessor",
1997
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1998
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1683
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
1684
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
1999
1685
  "moduleName": "DavoiceTTS",
2000
- "static": true,
2001
1686
  "implicit": true,
1687
+ "declAttributes": [
1688
+ "Final",
1689
+ "ObjC"
1690
+ ],
2002
1691
  "accessorKind": "set"
2003
1692
  },
2004
1693
  {
2005
- "kind": "Accessor",
2006
- "name": "Modify",
2007
- "printedName": "Modify()",
2008
- "children": [
2009
- {
2010
- "kind": "TypeNominal",
2011
- "name": "Void",
2012
- "printedName": "()"
2013
- }
2014
- ],
2015
- "declKind": "Accessor",
2016
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2017
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2018
- "moduleName": "DavoiceTTS",
2019
- "static": true,
2020
- "implicit": true,
2021
- "accessorKind": "_modify"
1694
+ "kind": "Accessor",
1695
+ "name": "Modify",
1696
+ "printedName": "Modify()",
1697
+ "children": [
1698
+ {
1699
+ "kind": "TypeNominal",
1700
+ "name": "Void",
1701
+ "printedName": "()"
1702
+ }
1703
+ ],
1704
+ "declKind": "Accessor",
1705
+ "usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
1706
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
1707
+ "moduleName": "DavoiceTTS",
1708
+ "implicit": true,
1709
+ "declAttributes": [
1710
+ "Final"
1711
+ ],
1712
+ "accessorKind": "_modify"
1713
+ }
1714
+ ]
1715
+ },
1716
+ {
1717
+ "kind": "Constructor",
1718
+ "name": "init",
1719
+ "printedName": "init(model:)",
1720
+ "children": [
1721
+ {
1722
+ "kind": "TypeNominal",
1723
+ "name": "DaVoiceTTS",
1724
+ "printedName": "DavoiceTTS.DaVoiceTTS",
1725
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
1726
+ },
1727
+ {
1728
+ "kind": "TypeNominal",
1729
+ "name": "URL",
1730
+ "printedName": "Foundation.URL",
1731
+ "usr": "s:10Foundation3URLV"
1732
+ }
1733
+ ],
1734
+ "declKind": "Constructor",
1735
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
1736
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
1737
+ "moduleName": "DavoiceTTS",
1738
+ "objc_name": "initWithModel:error:",
1739
+ "declAttributes": [
1740
+ "AccessControl",
1741
+ "ObjC"
1742
+ ],
1743
+ "throwing": true,
1744
+ "init_kind": "Designated"
1745
+ },
1746
+ {
1747
+ "kind": "Function",
1748
+ "name": "stopSpeaking",
1749
+ "printedName": "stopSpeaking()",
1750
+ "children": [
1751
+ {
1752
+ "kind": "TypeNominal",
1753
+ "name": "Void",
1754
+ "printedName": "()"
1755
+ }
1756
+ ],
1757
+ "declKind": "Func",
1758
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
1759
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
1760
+ "moduleName": "DavoiceTTS",
1761
+ "declAttributes": [
1762
+ "Final",
1763
+ "AccessControl",
1764
+ "ObjC",
1765
+ "RawDocComment"
1766
+ ],
1767
+ "funcSelfKind": "NonMutating"
1768
+ },
1769
+ {
1770
+ "kind": "Function",
1771
+ "name": "destroy",
1772
+ "printedName": "destroy()",
1773
+ "children": [
1774
+ {
1775
+ "kind": "TypeNominal",
1776
+ "name": "Void",
1777
+ "printedName": "()"
1778
+ }
1779
+ ],
1780
+ "declKind": "Func",
1781
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
1782
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
1783
+ "moduleName": "DavoiceTTS",
1784
+ "declAttributes": [
1785
+ "Final",
1786
+ "AccessControl",
1787
+ "ObjC",
1788
+ "RawDocComment"
1789
+ ],
1790
+ "funcSelfKind": "NonMutating"
1791
+ },
1792
+ {
1793
+ "kind": "Function",
1794
+ "name": "speak",
1795
+ "printedName": "speak(_:sid:)",
1796
+ "children": [
1797
+ {
1798
+ "kind": "TypeNominal",
1799
+ "name": "Void",
1800
+ "printedName": "()"
1801
+ },
1802
+ {
1803
+ "kind": "TypeNominal",
1804
+ "name": "String",
1805
+ "printedName": "Swift.String",
1806
+ "usr": "s:SS"
1807
+ },
1808
+ {
1809
+ "kind": "TypeNominal",
1810
+ "name": "Int32",
1811
+ "printedName": "Swift.Int32",
1812
+ "hasDefaultArg": true,
1813
+ "usr": "s:s5Int32V"
1814
+ }
1815
+ ],
1816
+ "declKind": "Func",
1817
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
1818
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
1819
+ "moduleName": "DavoiceTTS",
1820
+ "declAttributes": [
1821
+ "Final",
1822
+ "AccessControl",
1823
+ "ObjC"
1824
+ ],
1825
+ "funcSelfKind": "NonMutating"
1826
+ },
1827
+ {
1828
+ "kind": "Function",
1829
+ "name": "synthesize",
1830
+ "printedName": "synthesize(_:speakerId:token:terminal:)",
1831
+ "children": [
1832
+ {
1833
+ "kind": "TypeNominal",
1834
+ "name": "Tuple",
1835
+ "printedName": "(AVFAudio.AVAudioPCMBuffer, Swift.Int)",
1836
+ "children": [
1837
+ {
1838
+ "kind": "TypeNominal",
1839
+ "name": "AVAudioPCMBuffer",
1840
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
1841
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
1842
+ },
1843
+ {
1844
+ "kind": "TypeNominal",
1845
+ "name": "Int",
1846
+ "printedName": "Swift.Int",
1847
+ "usr": "s:Si"
1848
+ }
1849
+ ]
1850
+ },
1851
+ {
1852
+ "kind": "TypeNominal",
1853
+ "name": "String",
1854
+ "printedName": "Swift.String",
1855
+ "usr": "s:SS"
1856
+ },
1857
+ {
1858
+ "kind": "TypeNominal",
1859
+ "name": "Int32",
1860
+ "printedName": "Swift.Int32",
1861
+ "hasDefaultArg": true,
1862
+ "usr": "s:s5Int32V"
1863
+ },
1864
+ {
1865
+ "kind": "TypeNominal",
1866
+ "name": "UUID",
1867
+ "printedName": "Foundation.UUID",
1868
+ "usr": "s:10Foundation4UUIDV"
1869
+ },
1870
+ {
1871
+ "kind": "TypeNominal",
1872
+ "name": "Optional",
1873
+ "printedName": "Swift.Character?",
1874
+ "children": [
1875
+ {
1876
+ "kind": "TypeNominal",
1877
+ "name": "Character",
1878
+ "printedName": "Swift.Character",
1879
+ "usr": "s:SJ"
1880
+ }
1881
+ ],
1882
+ "hasDefaultArg": true,
1883
+ "usr": "s:Sq"
1884
+ }
1885
+ ],
1886
+ "declKind": "Func",
1887
+ "usr": "s:10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
1888
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
1889
+ "moduleName": "DavoiceTTS",
1890
+ "declAttributes": [
1891
+ "Final",
1892
+ "AccessControl"
1893
+ ],
1894
+ "throwing": true,
1895
+ "funcSelfKind": "NonMutating"
1896
+ },
1897
+ {
1898
+ "kind": "Function",
1899
+ "name": "synthesize_top",
1900
+ "printedName": "synthesize_top(_:speakerId:token:)",
1901
+ "children": [
1902
+ {
1903
+ "kind": "TypeNominal",
1904
+ "name": "AVAudioPCMBuffer",
1905
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
1906
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
1907
+ },
1908
+ {
1909
+ "kind": "TypeNominal",
1910
+ "name": "String",
1911
+ "printedName": "Swift.String",
1912
+ "usr": "s:SS"
1913
+ },
1914
+ {
1915
+ "kind": "TypeNominal",
1916
+ "name": "Int32",
1917
+ "printedName": "Swift.Int32",
1918
+ "hasDefaultArg": true,
1919
+ "usr": "s:s5Int32V"
1920
+ },
1921
+ {
1922
+ "kind": "TypeNominal",
1923
+ "name": "UUID",
1924
+ "printedName": "Foundation.UUID",
1925
+ "usr": "s:10Foundation4UUIDV"
1926
+ }
1927
+ ],
1928
+ "declKind": "Func",
1929
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
1930
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
1931
+ "moduleName": "DavoiceTTS",
1932
+ "declAttributes": [
1933
+ "Final",
1934
+ "AccessControl",
1935
+ "RawDocComment",
1936
+ "ObjC"
1937
+ ],
1938
+ "throwing": true,
1939
+ "funcSelfKind": "NonMutating"
1940
+ },
1941
+ {
1942
+ "kind": "Constructor",
1943
+ "name": "init",
1944
+ "printedName": "init()",
1945
+ "children": [
1946
+ {
1947
+ "kind": "TypeNominal",
1948
+ "name": "DaVoiceTTS",
1949
+ "printedName": "DavoiceTTS.DaVoiceTTS",
1950
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
2022
1951
  }
2023
- ]
1952
+ ],
1953
+ "declKind": "Constructor",
1954
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
1955
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
1956
+ "moduleName": "DavoiceTTS",
1957
+ "overriding": true,
1958
+ "implicit": true,
1959
+ "objc_name": "init",
1960
+ "declAttributes": [
1961
+ "Dynamic",
1962
+ "ObjC",
1963
+ "Override"
1964
+ ],
1965
+ "init_kind": "Designated"
2024
1966
  }
2025
1967
  ],
2026
- "declKind": "Enum",
2027
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
2028
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1968
+ "declKind": "Class",
1969
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
1970
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C",
2029
1971
  "moduleName": "DavoiceTTS",
2030
1972
  "declAttributes": [
1973
+ "Final",
2031
1974
  "AccessControl",
2032
- "RawDocComment"
1975
+ "ObjCMembers",
1976
+ "ObjC"
1977
+ ],
1978
+ "superclassUsr": "c:objc(cs)NSObject",
1979
+ "superclassNames": [
1980
+ "ObjectiveC.NSObject"
2033
1981
  ],
2034
1982
  "conformances": [
2035
1983
  {
@@ -2045,6 +1993,55 @@
2045
1993
  "printedName": "Escapable",
2046
1994
  "usr": "s:s9EscapableP",
2047
1995
  "mangledName": "$ss9EscapableP"
1996
+ },
1997
+ {
1998
+ "kind": "Conformance",
1999
+ "name": "Equatable",
2000
+ "printedName": "Equatable",
2001
+ "usr": "s:SQ",
2002
+ "mangledName": "$sSQ"
2003
+ },
2004
+ {
2005
+ "kind": "Conformance",
2006
+ "name": "Hashable",
2007
+ "printedName": "Hashable",
2008
+ "usr": "s:SH",
2009
+ "mangledName": "$sSH"
2010
+ },
2011
+ {
2012
+ "kind": "Conformance",
2013
+ "name": "CVarArg",
2014
+ "printedName": "CVarArg",
2015
+ "usr": "s:s7CVarArgP",
2016
+ "mangledName": "$ss7CVarArgP"
2017
+ },
2018
+ {
2019
+ "kind": "Conformance",
2020
+ "name": "_KeyValueCodingAndObservingPublishing",
2021
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2022
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2023
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2024
+ },
2025
+ {
2026
+ "kind": "Conformance",
2027
+ "name": "_KeyValueCodingAndObserving",
2028
+ "printedName": "_KeyValueCodingAndObserving",
2029
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2030
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2031
+ },
2032
+ {
2033
+ "kind": "Conformance",
2034
+ "name": "CustomStringConvertible",
2035
+ "printedName": "CustomStringConvertible",
2036
+ "usr": "s:s23CustomStringConvertibleP",
2037
+ "mangledName": "$ss23CustomStringConvertibleP"
2038
+ },
2039
+ {
2040
+ "kind": "Conformance",
2041
+ "name": "CustomDebugStringConvertible",
2042
+ "printedName": "CustomDebugStringConvertible",
2043
+ "usr": "s:s28CustomDebugStringConvertibleP",
2044
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2048
2045
  }
2049
2046
  ]
2050
2047
  },
@@ -2893,1512 +2890,1428 @@
2893
2890
  {
2894
2891
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2895
2892
  "kind": "IntegerLiteral",
2896
- "offset": 192,
2893
+ "offset": 147,
2897
2894
  "length": 1,
2898
2895
  "value": "0"
2899
2896
  },
2900
2897
  {
2901
2898
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2902
2899
  "kind": "BooleanLiteral",
2903
- "offset": 211,
2900
+ "offset": 166,
2904
2901
  "length": 5,
2905
2902
  "value": "false"
2906
2903
  },
2907
2904
  {
2908
2905
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2909
2906
  "kind": "Dictionary",
2910
- "offset": 2792,
2907
+ "offset": 2747,
2911
2908
  "length": 3,
2912
2909
  "value": "[]"
2913
2910
  },
2914
2911
  {
2915
2912
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2916
2913
  "kind": "StringLiteral",
2917
- "offset": 4332,
2914
+ "offset": 4287,
2918
2915
  "length": 19,
2919
2916
  "value": "\"swift.sound.queue\""
2920
2917
  },
2921
2918
  {
2922
2919
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2923
2920
  "kind": "Array",
2924
- "offset": 4389,
2921
+ "offset": 4344,
2925
2922
  "length": 2,
2926
2923
  "value": "[]"
2927
2924
  },
2928
2925
  {
2929
2926
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2930
2927
  "kind": "StringLiteral",
2931
- "offset": 17258,
2928
+ "offset": 17213,
2932
2929
  "length": 2,
2933
2930
  "value": "\"\""
2934
2931
  },
2935
2932
  {
2936
2933
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2937
2934
  "kind": "IntegerLiteral",
2938
- "offset": 19328,
2935
+ "offset": 19283,
2939
2936
  "length": 1,
2940
2937
  "value": "0"
2941
2938
  },
2942
2939
  {
2943
2940
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2944
2941
  "kind": "BooleanLiteral",
2945
- "offset": 19353,
2942
+ "offset": 19308,
2946
2943
  "length": 5,
2947
2944
  "value": "false"
2948
2945
  },
2949
2946
  {
2950
2947
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2951
2948
  "kind": "StringLiteral",
2952
- "offset": 19447,
2949
+ "offset": 19402,
2953
2950
  "length": 16,
2954
2951
  "value": "\"davtts.control\""
2955
2952
  },
2956
2953
  {
2957
2954
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2958
2955
  "kind": "BooleanLiteral",
2959
- "offset": 19524,
2956
+ "offset": 19479,
2960
2957
  "length": 5,
2961
2958
  "value": "false"
2962
2959
  },
2963
2960
  {
2964
2961
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2965
2962
  "kind": "BooleanLiteral",
2966
- "offset": 19558,
2963
+ "offset": 19513,
2967
2964
  "length": 5,
2968
2965
  "value": "false"
2969
2966
  },
2970
2967
  {
2971
2968
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2972
2969
  "kind": "IntegerLiteral",
2973
- "offset": 24732,
2970
+ "offset": 24687,
2974
2971
  "length": 6,
2975
2972
  "value": "16000"
2976
2973
  },
2977
2974
  {
2978
2975
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2979
2976
  "kind": "IntegerLiteral",
2980
- "offset": 24754,
2977
+ "offset": 24709,
2981
2978
  "length": 2,
2982
2979
  "value": "20"
2983
2980
  },
2984
2981
  {
2985
2982
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2986
2983
  "kind": "IntegerLiteral",
2987
- "offset": 26133,
2984
+ "offset": 26088,
2988
2985
  "length": 1,
2989
2986
  "value": "0"
2990
2987
  },
2991
2988
  {
2992
2989
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2993
2990
  "kind": "IntegerLiteral",
2994
- "offset": 26812,
2991
+ "offset": 26767,
2995
2992
  "length": 1,
2996
2993
  "value": "0"
2997
2994
  },
2998
2995
  {
2999
2996
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3000
2997
  "kind": "IntegerLiteral",
3001
- "offset": 26972,
2998
+ "offset": 26927,
3002
2999
  "length": 5,
3003
3000
  "value": "16000"
3004
3001
  },
3005
3002
  {
3006
3003
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3007
3004
  "kind": "IntegerLiteral",
3008
- "offset": 27049,
3005
+ "offset": 27004,
3009
3006
  "length": 2,
3010
3007
  "value": "-1"
3011
3008
  },
3012
3009
  {
3013
3010
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3014
3011
  "kind": "IntegerLiteral",
3015
- "offset": 27200,
3012
+ "offset": 27155,
3016
3013
  "length": 2,
3017
3014
  "value": "-1"
3018
3015
  },
3019
3016
  {
3020
3017
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3021
3018
  "kind": "StringLiteral",
3022
- "offset": 27820,
3019
+ "offset": 27775,
3023
3020
  "length": 3,
3024
3021
  "value": "\"_\""
3025
3022
  },
3026
3023
  {
3027
3024
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3028
3025
  "kind": "StringLiteral",
3029
- "offset": 28011,
3026
+ "offset": 27966,
3030
3027
  "length": 11,
3031
3028
  "value": "\"!.?,;:…\""
3032
3029
  },
3033
3030
  {
3034
3031
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3035
3032
  "kind": "IntegerLiteral",
3036
- "offset": 28065,
3033
+ "offset": 28020,
3037
3034
  "length": 1,
3038
3035
  "value": "1"
3039
3036
  },
3040
3037
  {
3041
3038
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3042
3039
  "kind": "StringLiteral",
3043
- "offset": 28122,
3040
+ "offset": 28077,
3044
3041
  "length": 45,
3045
3042
  "value": "\"endPunct == \""
3046
3043
  },
3047
3044
  {
3048
3045
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3049
3046
  "kind": "StringLiteral",
3050
- "offset": 28166,
3047
+ "offset": 28121,
3051
3048
  "length": 2,
3052
3049
  "value": "\"\""
3053
3050
  },
3054
3051
  {
3055
3052
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3056
3053
  "kind": "StringLiteral",
3057
- "offset": 28183,
3054
+ "offset": 28138,
3058
3055
  "length": 33,
3059
3056
  "value": "\"slice:'\""
3060
3057
  },
3061
3058
  {
3062
3059
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3063
3060
  "kind": "StringLiteral",
3064
- "offset": 28201,
3061
+ "offset": 28156,
3065
3062
  "length": 58,
3066
3063
  "value": "\"' lastScalar:\""
3067
3064
  },
3068
3065
  {
3069
3066
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3070
3067
  "kind": "IntegerLiteral",
3071
- "offset": 28256,
3068
+ "offset": 28211,
3072
3069
  "length": 2,
3073
3070
  "value": "-1"
3074
3071
  },
3075
3072
  {
3076
3073
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3077
3074
  "kind": "IntegerLiteral",
3078
- "offset": 28344,
3075
+ "offset": 28299,
3079
3076
  "length": 4,
3080
3077
  "value": "0x02"
3081
3078
  },
3082
3079
  {
3083
3080
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3084
3081
  "kind": "Array",
3085
- "offset": 28490,
3082
+ "offset": 28445,
3086
3083
  "length": 2,
3087
3084
  "value": "[]"
3088
3085
  },
3089
3086
  {
3090
3087
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3091
3088
  "kind": "IntegerLiteral",
3092
- "offset": 28584,
3089
+ "offset": 28539,
3093
3090
  "length": 1,
3094
3091
  "value": "0"
3095
3092
  },
3096
3093
  {
3097
3094
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3098
3095
  "kind": "IntegerLiteral",
3099
- "offset": 28770,
3096
+ "offset": 28725,
3100
3097
  "length": 1,
3101
3098
  "value": "0"
3102
3099
  },
3103
3100
  {
3104
3101
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3105
3102
  "kind": "IntegerLiteral",
3106
- "offset": 28821,
3103
+ "offset": 28776,
3107
3104
  "length": 1,
3108
3105
  "value": "0"
3109
3106
  },
3110
3107
  {
3111
3108
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3112
3109
  "kind": "IntegerLiteral",
3113
- "offset": 28930,
3110
+ "offset": 28885,
3114
3111
  "length": 1,
3115
3112
  "value": "0"
3116
3113
  },
3117
3114
  {
3118
3115
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3119
3116
  "kind": "IntegerLiteral",
3120
- "offset": 29059,
3117
+ "offset": 29014,
3121
3118
  "length": 1,
3122
3119
  "value": "1"
3123
3120
  },
3124
3121
  {
3125
3122
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3126
3123
  "kind": "StringLiteral",
3127
- "offset": 29651,
3124
+ "offset": 29606,
3128
3125
  "length": 16,
3129
3126
  "value": "\"terminator == \""
3130
3127
  },
3131
3128
  {
3132
3129
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3133
3130
  "kind": "IntegerLiteral",
3134
- "offset": 29714,
3131
+ "offset": 29669,
3135
3132
  "length": 6,
3136
3133
  "value": "589864"
3137
3134
  },
3138
3135
  {
3139
3136
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3140
3137
  "kind": "IntegerLiteral",
3141
- "offset": 30108,
3138
+ "offset": 30063,
3142
3139
  "length": 1,
3143
3140
  "value": "1"
3144
3141
  },
3145
3142
  {
3146
3143
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3147
3144
  "kind": "StringLiteral",
3148
- "offset": 30145,
3145
+ "offset": 30100,
3149
3146
  "length": 51,
3150
3147
  "value": "\"✅ Full cString: \"\""
3151
3148
  },
3152
3149
  {
3153
3150
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3154
3151
  "kind": "StringLiteral",
3155
- "offset": 30193,
3152
+ "offset": 30148,
3156
3153
  "length": 1,
3157
3154
  "value": "\"\"\""
3158
3155
  },
3159
3156
  {
3160
3157
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3161
3158
  "kind": "StringLiteral",
3162
- "offset": 30232,
3159
+ "offset": 30187,
3163
3160
  "length": 62,
3164
3161
  "value": "\"🔢 inputPtr offset from base: \""
3165
3162
  },
3166
3163
  {
3167
3164
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3168
3165
  "kind": "StringLiteral",
3169
- "offset": 30274,
3166
+ "offset": 30229,
3170
3167
  "length": 1,
3171
3168
  "value": "\" (index = \""
3172
3169
  },
3173
3170
  {
3174
3171
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3175
3172
  "kind": "StringLiteral",
3176
- "offset": 30292,
3173
+ "offset": 30247,
3177
3174
  "length": 1,
3178
3175
  "value": "\")\""
3179
3176
  },
3180
3177
  {
3181
3178
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3182
3179
  "kind": "IntegerLiteral",
3183
- "offset": 30340,
3180
+ "offset": 30295,
3184
3181
  "length": 1,
3185
3182
  "value": "0"
3186
3183
  },
3187
3184
  {
3188
3185
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3189
3186
  "kind": "StringLiteral",
3190
- "offset": 30532,
3187
+ "offset": 30487,
3191
3188
  "length": 64,
3192
3189
  "value": "\"🔍 Backward index \""
3193
3190
  },
3194
3191
  {
3195
3192
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3196
3193
  "kind": "StringLiteral",
3197
- "offset": 30561,
3194
+ "offset": 30516,
3198
3195
  "length": 1,
3199
3196
  "value": "\": byte = \""
3200
3197
  },
3201
3198
  {
3202
3199
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3203
3200
  "kind": "StringLiteral",
3204
- "offset": 30577,
3201
+ "offset": 30532,
3205
3202
  "length": 1,
3206
3203
  "value": "\", char = '\""
3207
3204
  },
3208
3205
  {
3209
3206
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3210
3207
  "kind": "StringLiteral",
3211
- "offset": 30594,
3208
+ "offset": 30549,
3212
3209
  "length": 3,
3213
3210
  "value": "\"'\""
3214
3211
  },
3215
3212
  {
3216
3213
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3217
3214
  "kind": "StringLiteral",
3218
- "offset": 30733,
3215
+ "offset": 30688,
3219
3216
  "length": 57,
3220
3217
  "value": "\"✅ Found terminating char: '\""
3221
3218
  },
3222
3219
  {
3223
3220
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3224
3221
  "kind": "StringLiteral",
3225
- "offset": 30770,
3222
+ "offset": 30725,
3226
3223
  "length": 21,
3227
3224
  "value": "\"' at index \""
3228
3225
  },
3229
3226
  {
3230
3227
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3231
3228
  "kind": "StringLiteral",
3232
- "offset": 30789,
3229
+ "offset": 30744,
3233
3230
  "length": 2,
3234
3231
  "value": "\"\""
3235
3232
  },
3236
3233
  {
3237
3234
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3238
3235
  "kind": "IntegerLiteral",
3239
- "offset": 30976,
3236
+ "offset": 30931,
3240
3237
  "length": 1,
3241
3238
  "value": "1"
3242
3239
  },
3243
3240
  {
3244
3241
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3245
3242
  "kind": "IntegerLiteral",
3246
- "offset": 31048,
3243
+ "offset": 31003,
3247
3244
  "length": 1,
3248
3245
  "value": "0"
3249
3246
  },
3250
3247
  {
3251
3248
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3252
3249
  "kind": "StringLiteral",
3253
- "offset": 31090,
3250
+ "offset": 31045,
3254
3251
  "length": 66,
3255
3252
  "value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
3256
3253
  },
3257
3254
  {
3258
3255
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3259
3256
  "kind": "StringLiteral",
3260
- "offset": 31478,
3257
+ "offset": 31433,
3261
3258
  "length": 50,
3262
3259
  "value": "\"ptr == nil → using last character of cString =\""
3263
3260
  },
3264
3261
  {
3265
3262
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3266
3263
  "kind": "StringLiteral",
3267
- "offset": 31813,
3264
+ "offset": 31768,
3268
3265
  "length": 38,
3269
3266
  "value": "\"[swift-dav] [debug] Parsed phonemes:\""
3270
3267
  },
3271
3268
  {
3272
3269
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3273
3270
  "kind": "StringLiteral",
3274
- "offset": 31877,
3271
+ "offset": 31832,
3275
3272
  "length": 54,
3276
3273
  "value": "\"[swift-dav] [debug] Phoneme count: \""
3277
3274
  },
3278
3275
  {
3279
3276
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3280
3277
  "kind": "StringLiteral",
3281
- "offset": 31930,
3278
+ "offset": 31885,
3282
3279
  "length": 2,
3283
3280
  "value": "\"\""
3284
3281
  },
3285
3282
  {
3286
3283
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3287
3284
  "kind": "StringLiteral",
3288
- "offset": 31948,
3285
+ "offset": 31903,
3289
3286
  "length": 42,
3290
3287
  "value": "\"[swift-dav] [debug] Converting to IDs...\""
3291
3288
  },
3292
3289
  {
3293
3290
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3294
3291
  "kind": "StringLiteral",
3295
- "offset": 32072,
3292
+ "offset": 32027,
3296
3293
  "length": 51,
3297
3294
  "value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
3298
3295
  },
3299
3296
  {
3300
3297
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3301
3298
  "kind": "StringLiteral",
3302
- "offset": 32122,
3299
+ "offset": 32077,
3303
3300
  "length": 2,
3304
3301
  "value": "\"\""
3305
3302
  },
3306
3303
  {
3307
3304
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3308
3305
  "kind": "StringLiteral",
3309
- "offset": 32391,
3306
+ "offset": 32346,
3310
3307
  "length": 12,
3311
3308
  "value": "\"DaVoiceTTS\""
3312
3309
  },
3313
3310
  {
3314
3311
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3315
3312
  "kind": "IntegerLiteral",
3316
- "offset": 32437,
3313
+ "offset": 32392,
3317
3314
  "length": 1,
3318
3315
  "value": "3"
3319
3316
  },
3320
3317
  {
3321
3318
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3322
3319
  "kind": "StringLiteral",
3323
- "offset": 32541,
3320
+ "offset": 32496,
3324
3321
  "length": 43,
3325
3322
  "value": "\"No valid phoneme IDs found for input text\""
3326
3323
  },
3327
3324
  {
3328
3325
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3329
3326
  "kind": "StringLiteral",
3330
- "offset": 32612,
3327
+ "offset": 32567,
3331
3328
  "length": 21,
3332
3329
  "value": "\"Phoneme IDs: \""
3333
3330
  },
3334
3331
  {
3335
3332
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3336
3333
  "kind": "StringLiteral",
3337
- "offset": 32632,
3334
+ "offset": 32587,
3338
3335
  "length": 2,
3339
3336
  "value": "\"\""
3340
3337
  },
3341
3338
  {
3342
3339
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3343
3340
  "kind": "IntegerLiteral",
3344
- "offset": 32889,
3341
+ "offset": 32844,
3345
3342
  "length": 1,
3346
3343
  "value": "1"
3347
3344
  },
3348
3345
  {
3349
3346
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3350
3347
  "kind": "Array",
3351
- "offset": 33156,
3348
+ "offset": 33111,
3352
3349
  "length": 3,
3353
3350
  "value": "[1]"
3354
3351
  },
3355
3352
  {
3356
3353
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3357
3354
  "kind": "StringLiteral",
3358
- "offset": 33666,
3355
+ "offset": 33621,
3359
3356
  "length": 6,
3360
3357
  "value": "\"json\""
3361
3358
  },
3362
3359
  {
3363
3360
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3364
3361
  "kind": "FloatLiteral",
3365
- "offset": 33855,
3362
+ "offset": 33810,
3366
3363
  "length": 4,
3367
3364
  "value": "0.95"
3368
3365
  },
3369
3366
  {
3370
3367
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3371
3368
  "kind": "FloatLiteral",
3372
- "offset": 33862,
3369
+ "offset": 33817,
3373
3370
  "length": 4,
3374
3371
  "value": "1.05"
3375
3372
  },
3376
3373
  {
3377
3374
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3378
3375
  "kind": "FloatLiteral",
3379
- "offset": 33907,
3376
+ "offset": 33862,
3380
3377
  "length": 4,
3381
3378
  "value": "0.97"
3382
3379
  },
3383
3380
  {
3384
3381
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3385
3382
  "kind": "FloatLiteral",
3386
- "offset": 33914,
3383
+ "offset": 33869,
3387
3384
  "length": 4,
3388
3385
  "value": "1.03"
3389
3386
  },
3390
3387
  {
3391
3388
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3392
3389
  "kind": "FloatLiteral",
3393
- "offset": 33959,
3390
+ "offset": 33914,
3394
3391
  "length": 4,
3395
3392
  "value": "0.95"
3396
3393
  },
3397
3394
  {
3398
3395
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3399
3396
  "kind": "FloatLiteral",
3400
- "offset": 33966,
3397
+ "offset": 33921,
3401
3398
  "length": 4,
3402
3399
  "value": "1.06"
3403
3400
  },
3404
3401
  {
3405
3402
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3406
3403
  "kind": "IntegerLiteral",
3407
- "offset": 34060,
3404
+ "offset": 34015,
3408
3405
  "length": 1,
3409
3406
  "value": "1"
3410
3407
  },
3411
3408
  {
3412
3409
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3413
3410
  "kind": "FloatLiteral",
3414
- "offset": 34077,
3411
+ "offset": 34032,
3415
3412
  "length": 4,
3416
3413
  "value": "0.94"
3417
3414
  },
3418
3415
  {
3419
3416
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3420
3417
  "kind": "FloatLiteral",
3421
- "offset": 34083,
3418
+ "offset": 34038,
3422
3419
  "length": 4,
3423
3420
  "value": "0.94"
3424
3421
  },
3425
3422
  {
3426
3423
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3427
3424
  "kind": "FloatLiteral",
3428
- "offset": 34089,
3425
+ "offset": 34044,
3429
3426
  "length": 4,
3430
3427
  "value": "1.06"
3431
3428
  },
3432
3429
  {
3433
3430
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3434
3431
  "kind": "IntegerLiteral",
3435
- "offset": 34150,
3432
+ "offset": 34105,
3436
3433
  "length": 1,
3437
3434
  "value": "2"
3438
3435
  },
3439
3436
  {
3440
3437
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3441
3438
  "kind": "FloatLiteral",
3442
- "offset": 34167,
3439
+ "offset": 34122,
3443
3440
  "length": 4,
3444
3441
  "value": "0.96"
3445
3442
  },
3446
3443
  {
3447
3444
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3448
3445
  "kind": "FloatLiteral",
3449
- "offset": 34173,
3446
+ "offset": 34128,
3450
3447
  "length": 4,
3451
3448
  "value": "0.94"
3452
3449
  },
3453
3450
  {
3454
3451
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3455
3452
  "kind": "FloatLiteral",
3456
- "offset": 34179,
3453
+ "offset": 34134,
3457
3454
  "length": 4,
3458
3455
  "value": "1.06"
3459
3456
  },
3460
3457
  {
3461
3458
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3462
3459
  "kind": "IntegerLiteral",
3463
- "offset": 34202,
3460
+ "offset": 34157,
3464
3461
  "length": 1,
3465
3462
  "value": "3"
3466
3463
  },
3467
3464
  {
3468
3465
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3469
3466
  "kind": "FloatLiteral",
3470
- "offset": 34219,
3467
+ "offset": 34174,
3471
3468
  "length": 4,
3472
3469
  "value": "0.98"
3473
3470
  },
3474
3471
  {
3475
3472
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3476
3473
  "kind": "FloatLiteral",
3477
- "offset": 34225,
3474
+ "offset": 34180,
3478
3475
  "length": 4,
3479
3476
  "value": "0.94"
3480
3477
  },
3481
3478
  {
3482
3479
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3483
3480
  "kind": "FloatLiteral",
3484
- "offset": 34231,
3481
+ "offset": 34186,
3485
3482
  "length": 4,
3486
3483
  "value": "1.06"
3487
3484
  },
3488
3485
  {
3489
3486
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3490
3487
  "kind": "IntegerLiteral",
3491
- "offset": 34254,
3488
+ "offset": 34209,
3492
3489
  "length": 1,
3493
3490
  "value": "4"
3494
3491
  },
3495
3492
  {
3496
3493
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3497
3494
  "kind": "FloatLiteral",
3498
- "offset": 34271,
3495
+ "offset": 34226,
3499
3496
  "length": 4,
3500
3497
  "value": "0.99"
3501
3498
  },
3502
3499
  {
3503
3500
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3504
3501
  "kind": "FloatLiteral",
3505
- "offset": 34277,
3502
+ "offset": 34232,
3506
3503
  "length": 4,
3507
3504
  "value": "0.94"
3508
3505
  },
3509
3506
  {
3510
3507
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3511
3508
  "kind": "FloatLiteral",
3512
- "offset": 34283,
3509
+ "offset": 34238,
3513
3510
  "length": 4,
3514
3511
  "value": "1.06"
3515
3512
  },
3516
3513
  {
3517
3514
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3518
3515
  "kind": "IntegerLiteral",
3519
- "offset": 34306,
3516
+ "offset": 34261,
3520
3517
  "length": 1,
3521
3518
  "value": "5"
3522
3519
  },
3523
3520
  {
3524
3521
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3525
3522
  "kind": "IntegerLiteral",
3526
- "offset": 34310,
3523
+ "offset": 34265,
3527
3524
  "length": 1,
3528
3525
  "value": "6"
3529
3526
  },
3530
3527
  {
3531
3528
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3532
3529
  "kind": "FloatLiteral",
3533
- "offset": 34326,
3530
+ "offset": 34281,
3534
3531
  "length": 4,
3535
3532
  "value": "1.00"
3536
3533
  },
3537
3534
  {
3538
3535
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3539
3536
  "kind": "FloatLiteral",
3540
- "offset": 34332,
3537
+ "offset": 34287,
3541
3538
  "length": 4,
3542
3539
  "value": "0.94"
3543
3540
  },
3544
3541
  {
3545
3542
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3546
3543
  "kind": "FloatLiteral",
3547
- "offset": 34338,
3544
+ "offset": 34293,
3548
3545
  "length": 4,
3549
3546
  "value": "1.06"
3550
3547
  },
3551
3548
  {
3552
3549
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3553
3550
  "kind": "IntegerLiteral",
3554
- "offset": 34361,
3551
+ "offset": 34316,
3555
3552
  "length": 1,
3556
3553
  "value": "7"
3557
3554
  },
3558
3555
  {
3559
3556
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3560
3557
  "kind": "IntegerLiteral",
3561
- "offset": 34365,
3558
+ "offset": 34320,
3562
3559
  "length": 2,
3563
3560
  "value": "12"
3564
3561
  },
3565
3562
  {
3566
3563
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3567
3564
  "kind": "FloatLiteral",
3568
- "offset": 34382,
3565
+ "offset": 34337,
3569
3566
  "length": 4,
3570
3567
  "value": "1.02"
3571
3568
  },
3572
3569
  {
3573
3570
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3574
3571
  "kind": "FloatLiteral",
3575
- "offset": 34388,
3572
+ "offset": 34343,
3576
3573
  "length": 4,
3577
3574
  "value": "0.94"
3578
3575
  },
3579
3576
  {
3580
3577
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3581
3578
  "kind": "FloatLiteral",
3582
- "offset": 34394,
3579
+ "offset": 34349,
3583
3580
  "length": 4,
3584
3581
  "value": "1.06"
3585
3582
  },
3586
3583
  {
3587
3584
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3588
3585
  "kind": "IntegerLiteral",
3589
- "offset": 34417,
3586
+ "offset": 34372,
3590
3587
  "length": 2,
3591
3588
  "value": "13"
3592
3589
  },
3593
3590
  {
3594
3591
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3595
3592
  "kind": "IntegerLiteral",
3596
- "offset": 34422,
3593
+ "offset": 34377,
3597
3594
  "length": 2,
3598
3595
  "value": "18"
3599
3596
  },
3600
3597
  {
3601
3598
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3602
3599
  "kind": "FloatLiteral",
3603
- "offset": 34439,
3600
+ "offset": 34394,
3604
3601
  "length": 4,
3605
3602
  "value": "1.04"
3606
3603
  },
3607
3604
  {
3608
3605
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3609
3606
  "kind": "FloatLiteral",
3610
- "offset": 34445,
3607
+ "offset": 34400,
3611
3608
  "length": 4,
3612
3609
  "value": "0.94"
3613
3610
  },
3614
3611
  {
3615
3612
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3616
3613
  "kind": "FloatLiteral",
3617
- "offset": 34451,
3614
+ "offset": 34406,
3618
3615
  "length": 4,
3619
3616
  "value": "1.06"
3620
3617
  },
3621
3618
  {
3622
3619
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3623
3620
  "kind": "FloatLiteral",
3624
- "offset": 34491,
3621
+ "offset": 34446,
3625
3622
  "length": 4,
3626
3623
  "value": "1.06"
3627
3624
  },
3628
3625
  {
3629
3626
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3630
3627
  "kind": "FloatLiteral",
3631
- "offset": 34497,
3628
+ "offset": 34452,
3632
3629
  "length": 4,
3633
3630
  "value": "0.94"
3634
3631
  },
3635
3632
  {
3636
3633
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3637
3634
  "kind": "FloatLiteral",
3638
- "offset": 34503,
3635
+ "offset": 34458,
3639
3636
  "length": 4,
3640
3637
  "value": "1.06"
3641
3638
  },
3642
3639
  {
3643
3640
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3644
3641
  "kind": "FloatLiteral",
3645
- "offset": 35457,
3642
+ "offset": 34556,
3643
+ "length": 5,
3644
+ "value": "0.667"
3645
+ },
3646
+ {
3647
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3648
+ "kind": "FloatLiteral",
3649
+ "offset": 34564,
3646
3650
  "length": 3,
3647
- "value": "0.4"
3651
+ "value": "2.0"
3648
3652
  },
3649
3653
  {
3650
3654
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3651
3655
  "kind": "FloatLiteral",
3652
- "offset": 35489,
3653
- "length": 4,
3654
- "value": "1.05"
3656
+ "offset": 34596,
3657
+ "length": 3,
3658
+ "value": "1.0"
3655
3659
  },
3656
3660
  {
3657
3661
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3658
3662
  "kind": "FloatLiteral",
3659
- "offset": 35522,
3660
- "length": 4,
3661
- "value": "0.15"
3663
+ "offset": 34628,
3664
+ "length": 3,
3665
+ "value": "0.8"
3666
+ },
3667
+ {
3668
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3669
+ "kind": "FloatLiteral",
3670
+ "offset": 34634,
3671
+ "length": 3,
3672
+ "value": "2.0"
3662
3673
  },
3663
3674
  {
3664
3675
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3665
3676
  "kind": "StringLiteral",
3666
- "offset": 35542,
3677
+ "offset": 34653,
3667
3678
  "length": 25,
3668
3679
  "value": "\"endPunct == \""
3669
3680
  },
3670
3681
  {
3671
3682
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3672
3683
  "kind": "StringLiteral",
3673
- "offset": 35566,
3684
+ "offset": 34677,
3674
3685
  "length": 2,
3675
3686
  "value": "\"\""
3676
3687
  },
3677
3688
  {
3678
3689
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3679
3690
  "kind": "StringLiteral",
3680
- "offset": 35624,
3691
+ "offset": 34735,
3681
3692
  "length": 45,
3682
3693
  "value": "\"endPunct == \""
3683
3694
  },
3684
3695
  {
3685
3696
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3686
3697
  "kind": "StringLiteral",
3687
- "offset": 35668,
3698
+ "offset": 34779,
3688
3699
  "length": 2,
3689
3700
  "value": "\"\""
3690
3701
  },
3691
3702
  {
3692
3703
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3693
3704
  "kind": "StringLiteral",
3694
- "offset": 35718,
3705
+ "offset": 34829,
3695
3706
  "length": 3,
3696
3707
  "value": "\".\""
3697
3708
  },
3698
3709
  {
3699
3710
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3700
3711
  "kind": "FloatLiteral",
3701
- "offset": 35749,
3702
- "length": 3,
3703
- "value": "1.1"
3712
+ "offset": 34860,
3713
+ "length": 4,
3714
+ "value": "1.35"
3704
3715
  },
3705
3716
  {
3706
3717
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3707
3718
  "kind": "StringLiteral",
3708
- "offset": 35770,
3719
+ "offset": 34882,
3709
3720
  "length": 3,
3710
3721
  "value": "\"?\""
3711
3722
  },
3712
3723
  {
3713
3724
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3714
3725
  "kind": "FloatLiteral",
3715
- "offset": 35801,
3726
+ "offset": 34913,
3716
3727
  "length": 4,
3717
- "value": "1.15"
3728
+ "value": "1.35"
3718
3729
  },
3719
3730
  {
3720
3731
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3721
3732
  "kind": "StringLiteral",
3722
- "offset": 35823,
3733
+ "offset": 34935,
3723
3734
  "length": 3,
3724
3735
  "value": "\"!\""
3725
3736
  },
3726
3737
  {
3727
3738
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3728
3739
  "kind": "FloatLiteral",
3729
- "offset": 35852,
3740
+ "offset": 34972,
3730
3741
  "length": 3,
3731
- "value": "0.3"
3742
+ "value": "3.0"
3732
3743
  },
3733
3744
  {
3734
3745
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3735
3746
  "kind": "FloatLiteral",
3736
- "offset": 35881,
3747
+ "offset": 34978,
3737
3748
  "length": 3,
3738
- "value": "0.1"
3739
- },
3740
- {
3741
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3742
- "kind": "IntegerLiteral",
3743
- "offset": 35998,
3744
- "length": 1,
3745
- "value": "1"
3749
+ "value": "4.0"
3746
3750
  },
3747
3751
  {
3748
3752
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3749
3753
  "kind": "FloatLiteral",
3750
- "offset": 36035,
3754
+ "offset": 35016,
3751
3755
  "length": 3,
3752
- "value": "1.4"
3753
- },
3754
- {
3755
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3756
- "kind": "IntegerLiteral",
3757
- "offset": 36104,
3758
- "length": 1,
3759
- "value": "2"
3760
- },
3761
- {
3762
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3763
- "kind": "FloatLiteral",
3764
- "offset": 36141,
3765
- "length": 4,
3766
- "value": "1.38"
3767
- },
3768
- {
3769
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3770
- "kind": "IntegerLiteral",
3771
- "offset": 36211,
3772
- "length": 1,
3773
- "value": "3"
3774
- },
3775
- {
3776
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3777
- "kind": "FloatLiteral",
3778
- "offset": 36248,
3779
- "length": 4,
3780
- "value": "1.35"
3781
- },
3782
- {
3783
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3784
- "kind": "IntegerLiteral",
3785
- "offset": 36318,
3786
- "length": 1,
3787
- "value": "4"
3756
+ "value": "3.0"
3788
3757
  },
3789
3758
  {
3790
3759
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3791
3760
  "kind": "FloatLiteral",
3792
- "offset": 36355,
3793
- "length": 4,
3794
- "value": "1.32"
3761
+ "offset": 35022,
3762
+ "length": 3,
3763
+ "value": "4.0"
3795
3764
  },
3796
3765
  {
3797
3766
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3798
3767
  "kind": "IntegerLiteral",
3799
- "offset": 36425,
3768
+ "offset": 35139,
3800
3769
  "length": 1,
3801
- "value": "5"
3770
+ "value": "1"
3802
3771
  },
3803
3772
  {
3804
3773
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3805
3774
  "kind": "IntegerLiteral",
3806
- "offset": 36429,
3775
+ "offset": 35143,
3807
3776
  "length": 1,
3808
3777
  "value": "6"
3809
3778
  },
3810
3779
  {
3811
3780
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3812
3781
  "kind": "FloatLiteral",
3813
- "offset": 36466,
3814
- "length": 4,
3815
- "value": "1.28"
3816
- },
3817
- {
3818
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3819
- "kind": "IntegerLiteral",
3820
- "offset": 36536,
3821
- "length": 1,
3822
- "value": "7"
3823
- },
3824
- {
3825
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3826
- "kind": "IntegerLiteral",
3827
- "offset": 36540,
3828
- "length": 2,
3829
- "value": "12"
3830
- },
3831
- {
3832
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3833
- "kind": "FloatLiteral",
3834
- "offset": 36574,
3835
- "length": 4,
3836
- "value": "1.05"
3837
- },
3838
- {
3839
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3840
- "kind": "IntegerLiteral",
3841
- "offset": 36644,
3842
- "length": 2,
3843
- "value": "13"
3844
- },
3845
- {
3846
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3847
- "kind": "IntegerLiteral",
3848
- "offset": 36649,
3849
- "length": 2,
3850
- "value": "18"
3851
- },
3852
- {
3853
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3854
- "kind": "FloatLiteral",
3855
- "offset": 36683,
3856
- "length": 4,
3857
- "value": "1.05"
3782
+ "offset": 35180,
3783
+ "length": 3,
3784
+ "value": "1.4"
3858
3785
  },
3859
3786
  {
3860
3787
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3861
3788
  "kind": "FloatLiteral",
3862
- "offset": 36787,
3789
+ "offset": 35287,
3863
3790
  "length": 4,
3864
- "value": "1.05"
3791
+ "value": "1.35"
3865
3792
  },
3866
3793
  {
3867
3794
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3868
3795
  "kind": "StringLiteral",
3869
- "offset": 36949,
3796
+ "offset": 35382,
3870
3797
  "length": 3,
3871
3798
  "value": "\",\""
3872
3799
  },
3873
3800
  {
3874
3801
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3875
3802
  "kind": "FloatLiteral",
3876
- "offset": 37048,
3803
+ "offset": 35481,
3877
3804
  "length": 3,
3878
- "value": "1.1"
3805
+ "value": "1.4"
3879
3806
  },
3880
3807
  {
3881
3808
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3882
3809
  "kind": "StringLiteral",
3883
- "offset": 37069,
3810
+ "offset": 35502,
3884
3811
  "length": 3,
3885
3812
  "value": "\";\""
3886
3813
  },
3887
3814
  {
3888
3815
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3889
3816
  "kind": "StringLiteral",
3890
- "offset": 37074,
3817
+ "offset": 35507,
3891
3818
  "length": 3,
3892
3819
  "value": "\":\""
3893
3820
  },
3894
3821
  {
3895
3822
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3896
3823
  "kind": "FloatLiteral",
3897
- "offset": 37105,
3898
- "length": 4,
3899
- "value": "1.02"
3900
- },
3901
- {
3902
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3903
- "kind": "FloatLiteral",
3904
- "offset": 37136,
3905
- "length": 4,
3906
- "value": "0.05"
3907
- },
3908
- {
3909
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3910
- "kind": "FloatLiteral",
3911
- "offset": 37167,
3912
- "length": 4,
3913
- "value": "0.05"
3824
+ "offset": 35538,
3825
+ "length": 3,
3826
+ "value": "1.4"
3914
3827
  },
3915
3828
  {
3916
3829
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3917
3830
  "kind": "StringLiteral",
3918
- "offset": 37189,
3831
+ "offset": 35559,
3919
3832
  "length": 5,
3920
3833
  "value": "\"…\""
3921
3834
  },
3922
3835
  {
3923
3836
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3924
3837
  "kind": "FloatLiteral",
3925
- "offset": 37258,
3926
- "length": 4,
3927
- "value": "1.10"
3838
+ "offset": 35628,
3839
+ "length": 3,
3840
+ "value": "1.4"
3928
3841
  },
3929
3842
  {
3930
3843
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3931
3844
  "kind": "FloatLiteral",
3932
- "offset": 37289,
3933
- "length": 4,
3934
- "value": "0.06"
3845
+ "offset": 35679,
3846
+ "length": 3,
3847
+ "value": "1.4"
3935
3848
  },
3936
3849
  {
3937
3850
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3938
3851
  "kind": "FloatLiteral",
3939
- "offset": 37341,
3852
+ "offset": 35764,
3940
3853
  "length": 3,
3941
- "value": "1.0"
3854
+ "value": "1.4"
3942
3855
  },
3943
3856
  {
3944
3857
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3945
3858
  "kind": "StringLiteral",
3946
- "offset": 37619,
3859
+ "offset": 35986,
3947
3860
  "length": 29,
3948
3861
  "value": "\"scalesArray: \""
3949
3862
  },
3950
3863
  {
3951
3864
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3952
3865
  "kind": "StringLiteral",
3953
- "offset": 37647,
3866
+ "offset": 36014,
3954
3867
  "length": 2,
3955
3868
  "value": "\"\""
3956
3869
  },
3957
3870
  {
3958
3871
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3959
3872
  "kind": "Array",
3960
- "offset": 37883,
3873
+ "offset": 36250,
3961
3874
  "length": 3,
3962
3875
  "value": "[3]"
3963
3876
  },
3964
3877
  {
3965
3878
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3966
3879
  "kind": "StringLiteral",
3967
- "offset": 37912,
3880
+ "offset": 36279,
3968
3881
  "length": 16,
3969
3882
  "value": "\"Model inputs :\""
3970
3883
  },
3971
3884
  {
3972
3885
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3973
3886
  "kind": "StringLiteral",
3974
- "offset": 37970,
3887
+ "offset": 36337,
3975
3888
  "length": 16,
3976
3889
  "value": "\"Model outputs:\""
3977
3890
  },
3978
3891
  {
3979
3892
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3980
3893
  "kind": "Array",
3981
- "offset": 38331,
3894
+ "offset": 36698,
3982
3895
  "length": 3,
3983
3896
  "value": "[1]"
3984
3897
  },
3985
3898
  {
3986
3899
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3987
3900
  "kind": "StringLiteral",
3988
- "offset": 38489,
3901
+ "offset": 36856,
3989
3902
  "length": 7,
3990
3903
  "value": "\"input\""
3991
3904
  },
3992
3905
  {
3993
3906
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3994
3907
  "kind": "StringLiteral",
3995
- "offset": 38521,
3908
+ "offset": 36888,
3996
3909
  "length": 15,
3997
3910
  "value": "\"input_lengths\""
3998
3911
  },
3999
3912
  {
4000
3913
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4001
3914
  "kind": "StringLiteral",
4002
- "offset": 38570,
3915
+ "offset": 36937,
4003
3916
  "length": 8,
4004
3917
  "value": "\"scales\""
4005
3918
  },
4006
3919
  {
4007
3920
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4008
3921
  "kind": "StringLiteral",
4009
- "offset": 38634,
3922
+ "offset": 37001,
4010
3923
  "length": 5,
4011
3924
  "value": "\"sid\""
4012
3925
  },
4013
3926
  {
4014
3927
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4015
3928
  "kind": "StringLiteral",
4016
- "offset": 38662,
3929
+ "offset": 37029,
4017
3930
  "length": 5,
4018
3931
  "value": "\"sid\""
4019
3932
  },
4020
3933
  {
4021
3934
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4022
3935
  "kind": "IntegerLiteral",
4023
- "offset": 38761,
3936
+ "offset": 37128,
4024
3937
  "length": 2,
4025
3938
  "value": "-1"
4026
3939
  },
4027
3940
  {
4028
3941
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4029
3942
  "kind": "Array",
4030
- "offset": 38954,
3943
+ "offset": 37321,
4031
3944
  "length": 10,
4032
3945
  "value": "[\"output\"]"
4033
3946
  },
4034
3947
  {
4035
3948
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4036
3949
  "kind": "IntegerLiteral",
4037
- "offset": 39160,
3950
+ "offset": 37527,
4038
3951
  "length": 13,
4039
3952
  "value": "1000000000"
4040
3953
  },
4041
3954
  {
4042
3955
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4043
3956
  "kind": "IntegerLiteral",
4044
- "offset": 39230,
3957
+ "offset": 37597,
4045
3958
  "length": 4,
4046
3959
  "value": "1000"
4047
3960
  },
4048
3961
  {
4049
3962
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4050
3963
  "kind": "IntegerLiteral",
4051
- "offset": 39268,
3964
+ "offset": 37635,
4052
3965
  "length": 4,
4053
3966
  "value": "1000"
4054
3967
  },
4055
3968
  {
4056
3969
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4057
3970
  "kind": "StringLiteral",
4058
- "offset": 39353,
3971
+ "offset": 37720,
4059
3972
  "length": 26,
4060
3973
  "value": "\"Inference time: %d.%03ds\""
4061
3974
  },
4062
3975
  {
4063
3976
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4064
3977
  "kind": "IntegerLiteral",
4065
- "offset": 39475,
3978
+ "offset": 37842,
4066
3979
  "length": 2,
4067
3980
  "value": "-1"
4068
3981
  },
4069
3982
  {
4070
3983
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4071
3984
  "kind": "StringLiteral",
4072
- "offset": 39496,
3985
+ "offset": 37863,
4073
3986
  "length": 14,
4074
3987
  "value": "\"Output keys:\""
4075
3988
  },
4076
3989
  {
4077
3990
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4078
3991
  "kind": "StringLiteral",
4079
- "offset": 39596,
3992
+ "offset": 37963,
4080
3993
  "length": 8,
4081
3994
  "value": "\"output\""
4082
3995
  },
4083
3996
  {
4084
3997
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4085
3998
  "kind": "StringLiteral",
4086
- "offset": 39647,
3999
+ "offset": 38014,
4087
4000
  "length": 12,
4088
4001
  "value": "\"DaVoiceTTS\""
4089
4002
  },
4090
4003
  {
4091
4004
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4092
4005
  "kind": "IntegerLiteral",
4093
- "offset": 39667,
4006
+ "offset": 38034,
4094
4007
  "length": 1,
4095
4008
  "value": "4"
4096
4009
  },
4097
4010
  {
4098
4011
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4099
4012
  "kind": "StringLiteral",
4100
- "offset": 39734,
4013
+ "offset": 38101,
4101
4014
  "length": 25,
4102
4015
  "value": "\"'output' tensor missing\""
4103
4016
  },
4104
4017
  {
4105
4018
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4106
4019
  "kind": "IntegerLiteral",
4107
- "offset": 39953,
4020
+ "offset": 38320,
4108
4021
  "length": 1,
4109
4022
  "value": "0"
4110
4023
  },
4111
4024
  {
4112
4025
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4113
4026
  "kind": "IntegerLiteral",
4114
- "offset": 40470,
4027
+ "offset": 38837,
4115
4028
  "length": 1,
4116
4029
  "value": "0"
4117
4030
  },
4118
4031
  {
4119
4032
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4120
4033
  "kind": "IntegerLiteral",
4121
- "offset": 40674,
4034
+ "offset": 39041,
4122
4035
  "length": 6,
4123
4036
  "value": "16000"
4124
4037
  },
4125
4038
  {
4126
4039
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4127
4040
  "kind": "IntegerLiteral",
4128
- "offset": 40692,
4041
+ "offset": 39059,
4129
4042
  "length": 1,
4130
4043
  "value": "1"
4131
4044
  },
4132
4045
  {
4133
4046
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4134
4047
  "kind": "StringLiteral",
4135
- "offset": 41389,
4048
+ "offset": 39756,
4136
4049
  "length": 22,
4137
4050
  "value": "\"Resample error: \""
4138
4051
  },
4139
4052
  {
4140
4053
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4141
4054
  "kind": "StringLiteral",
4142
- "offset": 41410,
4055
+ "offset": 39777,
4143
4056
  "length": 4,
4144
4057
  "value": "\"\""
4145
4058
  },
4146
4059
  {
4147
4060
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4148
4061
  "kind": "StringLiteral",
4149
- "offset": 41632,
4062
+ "offset": 39999,
4150
4063
  "length": 3,
4151
4064
  "value": "\"?\""
4152
4065
  },
4153
4066
  {
4154
4067
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4155
4068
  "kind": "IntegerLiteral",
4156
- "offset": 41662,
4069
+ "offset": 40029,
4157
4070
  "length": 2,
4158
4071
  "value": "80"
4159
4072
  },
4160
4073
  {
4161
4074
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4162
4075
  "kind": "IntegerLiteral",
4163
- "offset": 41667,
4076
+ "offset": 40034,
4164
4077
  "length": 3,
4165
4078
  "value": "120"
4166
4079
  },
4167
4080
  {
4168
4081
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4169
4082
  "kind": "StringLiteral",
4170
- "offset": 41689,
4083
+ "offset": 40056,
4171
4084
  "length": 3,
4172
4085
  "value": "\".\""
4173
4086
  },
4174
4087
  {
4175
4088
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4176
4089
  "kind": "IntegerLiteral",
4177
- "offset": 41719,
4090
+ "offset": 40086,
4178
4091
  "length": 2,
4179
4092
  "value": "50"
4180
4093
  },
4181
4094
  {
4182
4095
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4183
4096
  "kind": "IntegerLiteral",
4184
- "offset": 41724,
4097
+ "offset": 40091,
4185
4098
  "length": 2,
4186
4099
  "value": "90"
4187
4100
  },
4188
4101
  {
4189
4102
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4190
4103
  "kind": "StringLiteral",
4191
- "offset": 41745,
4104
+ "offset": 40112,
4192
4105
  "length": 3,
4193
4106
  "value": "\"!\""
4194
4107
  },
4195
4108
  {
4196
4109
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4197
4110
  "kind": "IntegerLiteral",
4198
- "offset": 41775,
4111
+ "offset": 40142,
4199
4112
  "length": 2,
4200
4113
  "value": "60"
4201
4114
  },
4202
4115
  {
4203
4116
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4204
4117
  "kind": "IntegerLiteral",
4205
- "offset": 41780,
4118
+ "offset": 40147,
4206
4119
  "length": 2,
4207
4120
  "value": "90"
4208
4121
  },
4209
4122
  {
4210
4123
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4211
4124
  "kind": "StringLiteral",
4212
- "offset": 41801,
4125
+ "offset": 40168,
4213
4126
  "length": 3,
4214
4127
  "value": "\",\""
4215
4128
  },
4216
4129
  {
4217
4130
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4218
4131
  "kind": "IntegerLiteral",
4219
- "offset": 41831,
4132
+ "offset": 40198,
4220
4133
  "length": 2,
4221
4134
  "value": "50"
4222
4135
  },
4223
4136
  {
4224
4137
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4225
4138
  "kind": "IntegerLiteral",
4226
- "offset": 41836,
4139
+ "offset": 40203,
4227
4140
  "length": 2,
4228
4141
  "value": "70"
4229
4142
  },
4230
4143
  {
4231
4144
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4232
4145
  "kind": "StringLiteral",
4233
- "offset": 41857,
4146
+ "offset": 40224,
4234
4147
  "length": 3,
4235
4148
  "value": "\";\""
4236
4149
  },
4237
4150
  {
4238
4151
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4239
4152
  "kind": "StringLiteral",
4240
- "offset": 41862,
4153
+ "offset": 40229,
4241
4154
  "length": 3,
4242
4155
  "value": "\":\""
4243
4156
  },
4244
4157
  {
4245
4158
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4246
4159
  "kind": "IntegerLiteral",
4247
- "offset": 41892,
4160
+ "offset": 40259,
4248
4161
  "length": 2,
4249
4162
  "value": "50"
4250
4163
  },
4251
4164
  {
4252
4165
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4253
4166
  "kind": "IntegerLiteral",
4254
- "offset": 41897,
4167
+ "offset": 40264,
4255
4168
  "length": 3,
4256
4169
  "value": "100"
4257
4170
  },
4258
4171
  {
4259
4172
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4260
4173
  "kind": "StringLiteral",
4261
- "offset": 41919,
4174
+ "offset": 40286,
4262
4175
  "length": 5,
4263
4176
  "value": "\"…\""
4264
4177
  },
4265
4178
  {
4266
4179
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4267
4180
  "kind": "IntegerLiteral",
4268
- "offset": 41951,
4181
+ "offset": 40318,
4269
4182
  "length": 3,
4270
4183
  "value": "100"
4271
4184
  },
4272
4185
  {
4273
4186
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4274
4187
  "kind": "IntegerLiteral",
4275
- "offset": 41957,
4188
+ "offset": 40324,
4276
4189
  "length": 3,
4277
4190
  "value": "150"
4278
4191
  },
4279
4192
  {
4280
4193
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4281
4194
  "kind": "IntegerLiteral",
4282
- "offset": 42009,
4195
+ "offset": 40376,
4283
4196
  "length": 2,
4284
4197
  "value": "50"
4285
4198
  },
4286
4199
  {
4287
4200
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4288
4201
  "kind": "IntegerLiteral",
4289
- "offset": 42014,
4202
+ "offset": 40381,
4290
4203
  "length": 3,
4291
4204
  "value": "100"
4292
4205
  },
4293
4206
  {
4294
4207
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4295
4208
  "kind": "FloatLiteral",
4296
- "offset": 42113,
4209
+ "offset": 40480,
4297
4210
  "length": 6,
4298
4211
  "value": "1000.0"
4299
4212
  },
4300
4213
  {
4301
4214
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4302
4215
  "kind": "IntegerLiteral",
4303
- "offset": 42517,
4216
+ "offset": 40884,
4304
4217
  "length": 1,
4305
4218
  "value": "0"
4306
4219
  },
4307
4220
  {
4308
4221
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4309
4222
  "kind": "IntegerLiteral",
4310
- "offset": 42558,
4223
+ "offset": 40925,
4311
4224
  "length": 1,
4312
4225
  "value": "0"
4313
4226
  },
4314
4227
  {
4315
4228
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4316
4229
  "kind": "IntegerLiteral",
4317
- "offset": 42721,
4230
+ "offset": 41088,
4318
4231
  "length": 1,
4319
4232
  "value": "0"
4320
4233
  },
4321
4234
  {
4322
4235
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4323
4236
  "kind": "IntegerLiteral",
4324
- "offset": 42784,
4237
+ "offset": 41151,
4325
4238
  "length": 1,
4326
4239
  "value": "0"
4327
4240
  },
4328
4241
  {
4329
4242
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4330
4243
  "kind": "IntegerLiteral",
4331
- "offset": 42969,
4244
+ "offset": 41336,
4332
4245
  "length": 6,
4333
4246
  "value": "16000"
4334
4247
  },
4335
4248
  {
4336
4249
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4337
4250
  "kind": "IntegerLiteral",
4338
- "offset": 42978,
4251
+ "offset": 41345,
4339
4252
  "length": 2,
4340
4253
  "value": "-1"
4341
4254
  },
4342
4255
  {
4343
4256
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4344
4257
  "kind": "StringLiteral",
4345
- "offset": 43169,
4258
+ "offset": 41536,
4346
4259
  "length": 12,
4347
4260
  "value": "\"tts_output\""
4348
4261
  },
4349
4262
  {
4350
4263
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4351
4264
  "kind": "StringLiteral",
4352
- "offset": 43199,
4265
+ "offset": 41566,
4353
4266
  "length": 6,
4354
4267
  "value": "\".wav\""
4355
4268
  },
4356
4269
  {
4357
4270
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4358
4271
  "kind": "StringLiteral",
4359
- "offset": 43360,
4272
+ "offset": 41727,
4360
4273
  "length": 15,
4361
4274
  "value": "\"✅ WAV saved\""
4362
4275
  },
4363
4276
  {
4364
4277
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4365
4278
  "kind": "StringLiteral",
4366
- "offset": 43391,
4279
+ "offset": 41758,
4367
4280
  "length": 15,
4368
4281
  "value": "\"✅ WAV saved\""
4369
4282
  },
4370
4283
  {
4371
4284
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4372
4285
  "kind": "StringLiteral",
4373
- "offset": 43422,
4286
+ "offset": 41789,
4374
4287
  "length": 15,
4375
4288
  "value": "\"✅ WAV saved\""
4376
4289
  },
4377
4290
  {
4378
4291
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4379
4292
  "kind": "IntegerLiteral",
4380
- "offset": 43684,
4293
+ "offset": 42051,
4381
4294
  "length": 2,
4382
4295
  "value": "-1"
4383
4296
  },
4384
4297
  {
4385
4298
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4386
4299
  "kind": "StringLiteral",
4387
- "offset": 43756,
4300
+ "offset": 42123,
4388
4301
  "length": 7,
4389
4302
  "value": "\"first\""
4390
4303
  },
4391
4304
  {
4392
4305
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4393
4306
  "kind": "StringLiteral",
4394
- "offset": 43780,
4307
+ "offset": 42147,
4395
4308
  "length": 6,
4396
4309
  "value": "\".wav\""
4397
4310
  },
4398
4311
  {
4399
4312
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4400
4313
  "kind": "IntegerLiteral",
4401
- "offset": 45610,
4314
+ "offset": 43977,
4402
4315
  "length": 1,
4403
4316
  "value": "0"
4404
4317
  },