react-native-davoice-tts 1.0.201 → 1.0.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1597 -1583
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +20 -20
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +20 -20
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1295 -1281
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +10 -10
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +10 -10
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1295 -1281
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +10 -10
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +10 -10
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +24 -24
  17. package/package.json +1 -1
@@ -14,160 +14,79 @@
14
14
  "RawDocComment"
15
15
  ]
16
16
  },
17
- {
18
- "kind": "Import",
19
- "name": "UIKit",
20
- "printedName": "UIKit",
21
- "declKind": "Import",
22
- "moduleName": "DavoiceTTS"
23
- },
24
- {
25
- "kind": "Import",
26
- "name": "Speech",
27
- "printedName": "Speech",
28
- "declKind": "Import",
29
- "moduleName": "DavoiceTTS"
30
- },
31
- {
32
- "kind": "Import",
33
- "name": "Accelerate",
34
- "printedName": "Accelerate",
35
- "declKind": "Import",
36
- "moduleName": "DavoiceTTS"
37
- },
38
- {
39
- "kind": "Import",
40
- "name": "AVFAudio",
41
- "printedName": "AVFAudio",
42
- "declKind": "Import",
43
- "moduleName": "DavoiceTTS"
44
- },
45
17
  {
46
18
  "kind": "TypeDecl",
47
- "name": "STTDelegate",
48
- "printedName": "STTDelegate",
19
+ "name": "AudioPlaybackHook",
20
+ "printedName": "AudioPlaybackHook",
49
21
  "children": [
50
22
  {
51
- "kind": "Function",
52
- "name": "stt",
53
- "printedName": "stt(_:didEmitEvent:body:)",
23
+ "kind": "Var",
24
+ "name": "engineScheduleFile",
25
+ "printedName": "engineScheduleFile",
54
26
  "children": [
55
- {
56
- "kind": "TypeNominal",
57
- "name": "Void",
58
- "printedName": "()"
59
- },
60
- {
61
- "kind": "TypeNominal",
62
- "name": "STT",
63
- "printedName": "DavoiceTTS.STT",
64
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
65
- },
66
- {
67
- "kind": "TypeNominal",
68
- "name": "String",
69
- "printedName": "Swift.String",
70
- "usr": "s:SS"
71
- },
72
27
  {
73
28
  "kind": "TypeNominal",
74
29
  "name": "Optional",
75
- "printedName": "[Swift.String : Any]?",
30
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
76
31
  "children": [
77
32
  {
78
- "kind": "TypeNominal",
79
- "name": "Dictionary",
80
- "printedName": "[Swift.String : Any]",
33
+ "kind": "TypeFunc",
34
+ "name": "Function",
35
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
81
36
  "children": [
82
37
  {
83
38
  "kind": "TypeNominal",
84
- "name": "String",
85
- "printedName": "Swift.String",
86
- "usr": "s:SS"
39
+ "name": "Bool",
40
+ "printedName": "Swift.Bool",
41
+ "usr": "s:Sb"
87
42
  },
88
43
  {
89
44
  "kind": "TypeNominal",
90
- "name": "ProtocolComposition",
91
- "printedName": "Any"
45
+ "name": "Tuple",
46
+ "printedName": "(Foundation.URL, () -> ())",
47
+ "children": [
48
+ {
49
+ "kind": "TypeNominal",
50
+ "name": "URL",
51
+ "printedName": "Foundation.URL",
52
+ "usr": "s:10Foundation3URLV"
53
+ },
54
+ {
55
+ "kind": "TypeFunc",
56
+ "name": "Function",
57
+ "printedName": "() -> ()",
58
+ "children": [
59
+ {
60
+ "kind": "TypeNominal",
61
+ "name": "Void",
62
+ "printedName": "()"
63
+ },
64
+ {
65
+ "kind": "TypeNominal",
66
+ "name": "Void",
67
+ "printedName": "()"
68
+ }
69
+ ]
70
+ }
71
+ ]
92
72
  }
93
- ],
94
- "usr": "s:SD"
73
+ ]
95
74
  }
96
75
  ],
97
76
  "usr": "s:Sq"
98
77
  }
99
78
  ],
100
- "declKind": "Func",
101
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
102
- "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
103
- "moduleName": "DavoiceTTS",
104
- "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
105
- "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
106
- "protocolReq": true,
107
- "declAttributes": [
108
- "ObjC"
109
- ],
110
- "reqNewWitnessTableEntry": true,
111
- "funcSelfKind": "NonMutating"
112
- }
113
- ],
114
- "declKind": "Protocol",
115
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
116
- "mangledName": "$s10DavoiceTTS11STTDelegateP",
117
- "moduleName": "DavoiceTTS",
118
- "genericSig": "<τ_0_0 : AnyObject>",
119
- "sugared_genericSig": "<Self : AnyObject>",
120
- "declAttributes": [
121
- "AccessControl",
122
- "ObjC",
123
- "RawDocComment"
124
- ],
125
- "conformances": [
126
- {
127
- "kind": "Conformance",
128
- "name": "Escapable",
129
- "printedName": "Escapable",
130
- "usr": "s:s9EscapableP",
131
- "mangledName": "$ss9EscapableP"
132
- },
133
- {
134
- "kind": "Conformance",
135
- "name": "Copyable",
136
- "printedName": "Copyable",
137
- "usr": "s:s8CopyableP",
138
- "mangledName": "$ss8CopyableP"
139
- }
140
- ]
141
- },
142
- {
143
- "kind": "TypeDecl",
144
- "name": "STT",
145
- "printedName": "STT",
146
- "children": [
147
- {
148
- "kind": "Var",
149
- "name": "delegate",
150
- "printedName": "delegate",
151
- "children": [
152
- {
153
- "kind": "TypeNominal",
154
- "name": "WeakStorage",
155
- "printedName": "(any DavoiceTTS.STTDelegate)?"
156
- }
157
- ],
158
79
  "declKind": "Var",
159
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
160
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
80
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
81
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
161
82
  "moduleName": "DavoiceTTS",
83
+ "static": true,
162
84
  "declAttributes": [
163
85
  "HasInitialValue",
164
- "Final",
165
86
  "HasStorage",
166
- "ReferenceOwnership",
167
87
  "AccessControl",
168
- "ObjC"
88
+ "RawDocComment"
169
89
  ],
170
- "ownership": 1,
171
90
  "hasStorage": true,
172
91
  "accessors": [
173
92
  {
@@ -178,27 +97,61 @@
178
97
  {
179
98
  "kind": "TypeNominal",
180
99
  "name": "Optional",
181
- "printedName": "(any DavoiceTTS.STTDelegate)?",
100
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
182
101
  "children": [
183
102
  {
184
- "kind": "TypeNominal",
185
- "name": "STTDelegate",
186
- "printedName": "any DavoiceTTS.STTDelegate",
187
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
103
+ "kind": "TypeFunc",
104
+ "name": "Function",
105
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
106
+ "children": [
107
+ {
108
+ "kind": "TypeNominal",
109
+ "name": "Bool",
110
+ "printedName": "Swift.Bool",
111
+ "usr": "s:Sb"
112
+ },
113
+ {
114
+ "kind": "TypeNominal",
115
+ "name": "Tuple",
116
+ "printedName": "(Foundation.URL, () -> ())",
117
+ "children": [
118
+ {
119
+ "kind": "TypeNominal",
120
+ "name": "URL",
121
+ "printedName": "Foundation.URL",
122
+ "usr": "s:10Foundation3URLV"
123
+ },
124
+ {
125
+ "kind": "TypeFunc",
126
+ "name": "Function",
127
+ "printedName": "() -> ()",
128
+ "children": [
129
+ {
130
+ "kind": "TypeNominal",
131
+ "name": "Void",
132
+ "printedName": "()"
133
+ },
134
+ {
135
+ "kind": "TypeNominal",
136
+ "name": "Void",
137
+ "printedName": "()"
138
+ }
139
+ ]
140
+ }
141
+ ]
142
+ }
143
+ ]
188
144
  }
189
145
  ],
190
146
  "usr": "s:Sq"
191
147
  }
192
148
  ],
193
149
  "declKind": "Accessor",
194
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
195
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
150
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
151
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
196
152
  "moduleName": "DavoiceTTS",
153
+ "static": true,
197
154
  "implicit": true,
198
- "declAttributes": [
199
- "Final",
200
- "ObjC"
201
- ],
202
155
  "accessorKind": "get"
203
156
  },
204
157
  {
@@ -214,74 +167,126 @@
214
167
  {
215
168
  "kind": "TypeNominal",
216
169
  "name": "Optional",
217
- "printedName": "(any DavoiceTTS.STTDelegate)?",
170
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
218
171
  "children": [
219
172
  {
220
- "kind": "TypeNominal",
221
- "name": "STTDelegate",
222
- "printedName": "any DavoiceTTS.STTDelegate",
223
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
224
- }
225
- ],
226
- "usr": "s:Sq"
227
- }
228
- ],
229
- "declKind": "Accessor",
230
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
231
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
232
- "moduleName": "DavoiceTTS",
233
- "implicit": true,
234
- "declAttributes": [
235
- "Final",
236
- "ObjC"
237
- ],
238
- "accessorKind": "set"
239
- },
240
- {
241
- "kind": "Accessor",
242
- "name": "Modify",
243
- "printedName": "Modify()",
244
- "children": [
245
- {
246
- "kind": "TypeNominal",
247
- "name": "Void",
248
- "printedName": "()"
173
+ "kind": "TypeFunc",
174
+ "name": "Function",
175
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
176
+ "children": [
177
+ {
178
+ "kind": "TypeNominal",
179
+ "name": "Bool",
180
+ "printedName": "Swift.Bool",
181
+ "usr": "s:Sb"
182
+ },
183
+ {
184
+ "kind": "TypeNominal",
185
+ "name": "Tuple",
186
+ "printedName": "(Foundation.URL, () -> ())",
187
+ "children": [
188
+ {
189
+ "kind": "TypeNominal",
190
+ "name": "URL",
191
+ "printedName": "Foundation.URL",
192
+ "usr": "s:10Foundation3URLV"
193
+ },
194
+ {
195
+ "kind": "TypeFunc",
196
+ "name": "Function",
197
+ "printedName": "() -> ()",
198
+ "children": [
199
+ {
200
+ "kind": "TypeNominal",
201
+ "name": "Void",
202
+ "printedName": "()"
203
+ },
204
+ {
205
+ "kind": "TypeNominal",
206
+ "name": "Void",
207
+ "printedName": "()"
208
+ }
209
+ ]
210
+ }
211
+ ]
212
+ }
213
+ ]
214
+ }
215
+ ],
216
+ "usr": "s:Sq"
249
217
  }
250
218
  ],
251
219
  "declKind": "Accessor",
252
- "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
253
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
220
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
221
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
254
222
  "moduleName": "DavoiceTTS",
223
+ "static": true,
255
224
  "implicit": true,
256
- "declAttributes": [
257
- "Final"
225
+ "accessorKind": "set"
226
+ },
227
+ {
228
+ "kind": "Accessor",
229
+ "name": "Modify",
230
+ "printedName": "Modify()",
231
+ "children": [
232
+ {
233
+ "kind": "TypeNominal",
234
+ "name": "Void",
235
+ "printedName": "()"
236
+ }
258
237
  ],
238
+ "declKind": "Accessor",
239
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
240
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
241
+ "moduleName": "DavoiceTTS",
242
+ "static": true,
243
+ "implicit": true,
259
244
  "accessorKind": "_modify"
260
245
  }
261
246
  ]
262
247
  },
263
248
  {
264
249
  "kind": "Var",
265
- "name": "continuous",
266
- "printedName": "continuous",
250
+ "name": "isEngineReady",
251
+ "printedName": "isEngineReady",
267
252
  "children": [
268
253
  {
269
254
  "kind": "TypeNominal",
270
- "name": "Bool",
271
- "printedName": "Swift.Bool",
272
- "usr": "s:Sb"
255
+ "name": "Optional",
256
+ "printedName": "(() -> Swift.Bool)?",
257
+ "children": [
258
+ {
259
+ "kind": "TypeFunc",
260
+ "name": "Function",
261
+ "printedName": "() -> Swift.Bool",
262
+ "children": [
263
+ {
264
+ "kind": "TypeNominal",
265
+ "name": "Bool",
266
+ "printedName": "Swift.Bool",
267
+ "usr": "s:Sb"
268
+ },
269
+ {
270
+ "kind": "TypeNominal",
271
+ "name": "Void",
272
+ "printedName": "()"
273
+ }
274
+ ]
275
+ }
276
+ ],
277
+ "usr": "s:Sq"
273
278
  }
274
279
  ],
275
280
  "declKind": "Var",
276
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
277
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
281
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
282
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
278
283
  "moduleName": "DavoiceTTS",
284
+ "static": true,
279
285
  "declAttributes": [
280
286
  "HasInitialValue",
281
- "Final",
282
287
  "HasStorage",
283
288
  "AccessControl",
284
- "ObjC"
289
+ "RawDocComment"
285
290
  ],
286
291
  "hasStorage": true,
287
292
  "accessors": [
@@ -292,20 +297,37 @@
292
297
  "children": [
293
298
  {
294
299
  "kind": "TypeNominal",
295
- "name": "Bool",
296
- "printedName": "Swift.Bool",
297
- "usr": "s:Sb"
300
+ "name": "Optional",
301
+ "printedName": "(() -> Swift.Bool)?",
302
+ "children": [
303
+ {
304
+ "kind": "TypeFunc",
305
+ "name": "Function",
306
+ "printedName": "() -> Swift.Bool",
307
+ "children": [
308
+ {
309
+ "kind": "TypeNominal",
310
+ "name": "Bool",
311
+ "printedName": "Swift.Bool",
312
+ "usr": "s:Sb"
313
+ },
314
+ {
315
+ "kind": "TypeNominal",
316
+ "name": "Void",
317
+ "printedName": "()"
318
+ }
319
+ ]
320
+ }
321
+ ],
322
+ "usr": "s:Sq"
298
323
  }
299
324
  ],
300
325
  "declKind": "Accessor",
301
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
302
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
326
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
327
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
303
328
  "moduleName": "DavoiceTTS",
329
+ "static": true,
304
330
  "implicit": true,
305
- "declAttributes": [
306
- "Final",
307
- "ObjC"
308
- ],
309
331
  "accessorKind": "get"
310
332
  },
311
333
  {
@@ -320,20 +342,37 @@
320
342
  },
321
343
  {
322
344
  "kind": "TypeNominal",
323
- "name": "Bool",
324
- "printedName": "Swift.Bool",
325
- "usr": "s:Sb"
345
+ "name": "Optional",
346
+ "printedName": "(() -> Swift.Bool)?",
347
+ "children": [
348
+ {
349
+ "kind": "TypeFunc",
350
+ "name": "Function",
351
+ "printedName": "() -> Swift.Bool",
352
+ "children": [
353
+ {
354
+ "kind": "TypeNominal",
355
+ "name": "Bool",
356
+ "printedName": "Swift.Bool",
357
+ "usr": "s:Sb"
358
+ },
359
+ {
360
+ "kind": "TypeNominal",
361
+ "name": "Void",
362
+ "printedName": "()"
363
+ }
364
+ ]
365
+ }
366
+ ],
367
+ "usr": "s:Sq"
326
368
  }
327
369
  ],
328
370
  "declKind": "Accessor",
329
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
330
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
371
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
372
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
331
373
  "moduleName": "DavoiceTTS",
374
+ "static": true,
332
375
  "implicit": true,
333
- "declAttributes": [
334
- "Final",
335
- "ObjC"
336
- ],
337
376
  "accessorKind": "set"
338
377
  },
339
378
  {
@@ -348,51 +387,57 @@
348
387
  }
349
388
  ],
350
389
  "declKind": "Accessor",
351
- "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
352
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
390
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
391
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
353
392
  "moduleName": "DavoiceTTS",
393
+ "static": true,
354
394
  "implicit": true,
355
- "declAttributes": [
356
- "Final"
357
- ],
358
395
  "accessorKind": "_modify"
359
396
  }
360
397
  ]
361
398
  },
362
399
  {
363
400
  "kind": "Var",
364
- "name": "supportedEvents",
365
- "printedName": "supportedEvents",
401
+ "name": "useOnlyEnginePlayback",
402
+ "printedName": "useOnlyEnginePlayback",
366
403
  "children": [
367
404
  {
368
405
  "kind": "TypeNominal",
369
- "name": "Array",
370
- "printedName": "[Swift.String]",
406
+ "name": "Optional",
407
+ "printedName": "(() -> Swift.Bool)?",
371
408
  "children": [
372
409
  {
373
- "kind": "TypeNominal",
374
- "name": "String",
375
- "printedName": "Swift.String",
376
- "usr": "s:SS"
410
+ "kind": "TypeFunc",
411
+ "name": "Function",
412
+ "printedName": "() -> Swift.Bool",
413
+ "children": [
414
+ {
415
+ "kind": "TypeNominal",
416
+ "name": "Bool",
417
+ "printedName": "Swift.Bool",
418
+ "usr": "s:Sb"
419
+ },
420
+ {
421
+ "kind": "TypeNominal",
422
+ "name": "Void",
423
+ "printedName": "()"
424
+ }
425
+ ]
377
426
  }
378
427
  ],
379
- "usr": "s:Sa"
428
+ "usr": "s:Sq"
380
429
  }
381
430
  ],
382
431
  "declKind": "Var",
383
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
384
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
432
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
433
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
385
434
  "moduleName": "DavoiceTTS",
386
435
  "static": true,
387
436
  "declAttributes": [
388
437
  "HasInitialValue",
389
- "Final",
390
438
  "HasStorage",
391
- "AccessControl",
392
- "RawDocComment",
393
- "ObjC"
439
+ "AccessControl"
394
440
  ],
395
- "isLet": true,
396
441
  "hasStorage": true,
397
442
  "accessors": [
398
443
  {
@@ -402,47 +447,43 @@
402
447
  "children": [
403
448
  {
404
449
  "kind": "TypeNominal",
405
- "name": "Array",
406
- "printedName": "[Swift.String]",
450
+ "name": "Optional",
451
+ "printedName": "(() -> Swift.Bool)?",
407
452
  "children": [
408
453
  {
409
- "kind": "TypeNominal",
410
- "name": "String",
411
- "printedName": "Swift.String",
412
- "usr": "s:SS"
454
+ "kind": "TypeFunc",
455
+ "name": "Function",
456
+ "printedName": "() -> Swift.Bool",
457
+ "children": [
458
+ {
459
+ "kind": "TypeNominal",
460
+ "name": "Bool",
461
+ "printedName": "Swift.Bool",
462
+ "usr": "s:Sb"
463
+ },
464
+ {
465
+ "kind": "TypeNominal",
466
+ "name": "Void",
467
+ "printedName": "()"
468
+ }
469
+ ]
413
470
  }
414
471
  ],
415
- "usr": "s:Sa"
472
+ "usr": "s:Sq"
416
473
  }
417
474
  ],
418
475
  "declKind": "Accessor",
419
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
420
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
476
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
477
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
421
478
  "moduleName": "DavoiceTTS",
422
479
  "static": true,
423
480
  "implicit": true,
424
- "declAttributes": [
425
- "Final",
426
- "ObjC"
427
- ],
428
481
  "accessorKind": "get"
429
- }
430
- ]
431
- },
432
- {
433
- "kind": "Function",
434
- "name": "isSpeechAvailable",
435
- "printedName": "isSpeechAvailable(_:)",
436
- "children": [
437
- {
438
- "kind": "TypeNominal",
439
- "name": "Void",
440
- "printedName": "()"
441
482
  },
442
483
  {
443
- "kind": "TypeFunc",
444
- "name": "Function",
445
- "printedName": "(Swift.Bool) -> ()",
484
+ "kind": "Accessor",
485
+ "name": "Set",
486
+ "printedName": "Set()",
446
487
  "children": [
447
488
  {
448
489
  "kind": "TypeNominal",
@@ -451,148 +492,74 @@
451
492
  },
452
493
  {
453
494
  "kind": "TypeNominal",
454
- "name": "Bool",
455
- "printedName": "Swift.Bool",
456
- "usr": "s:Sb"
495
+ "name": "Optional",
496
+ "printedName": "(() -> Swift.Bool)?",
497
+ "children": [
498
+ {
499
+ "kind": "TypeFunc",
500
+ "name": "Function",
501
+ "printedName": "() -> Swift.Bool",
502
+ "children": [
503
+ {
504
+ "kind": "TypeNominal",
505
+ "name": "Bool",
506
+ "printedName": "Swift.Bool",
507
+ "usr": "s:Sb"
508
+ },
509
+ {
510
+ "kind": "TypeNominal",
511
+ "name": "Void",
512
+ "printedName": "()"
513
+ }
514
+ ]
515
+ }
516
+ ],
517
+ "usr": "s:Sq"
457
518
  }
458
- ]
459
- }
460
- ],
461
- "declKind": "Func",
462
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
463
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
464
- "moduleName": "DavoiceTTS",
465
- "declAttributes": [
466
- "Final",
467
- "AccessControl",
468
- "RawDocComment",
469
- "ObjC"
470
- ],
471
- "funcSelfKind": "NonMutating"
472
- },
473
- {
474
- "kind": "Function",
475
- "name": "isRecognizing",
476
- "printedName": "isRecognizing()",
477
- "children": [
478
- {
479
- "kind": "TypeNominal",
480
- "name": "Bool",
481
- "printedName": "Swift.Bool",
482
- "usr": "s:Sb"
483
- }
484
- ],
485
- "declKind": "Func",
486
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
487
- "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
488
- "moduleName": "DavoiceTTS",
489
- "declAttributes": [
490
- "Final",
491
- "AccessControl",
492
- "ObjC"
493
- ],
494
- "funcSelfKind": "NonMutating"
495
- },
496
- {
497
- "kind": "Function",
498
- "name": "pauseMicrophone",
499
- "printedName": "pauseMicrophone()",
500
- "children": [
501
- {
502
- "kind": "TypeNominal",
503
- "name": "Void",
504
- "printedName": "()"
505
- }
506
- ],
507
- "declKind": "Func",
508
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
509
- "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
510
- "moduleName": "DavoiceTTS",
511
- "declAttributes": [
512
- "Final",
513
- "AccessControl",
514
- "ObjC",
515
- "RawDocComment"
516
- ],
517
- "funcSelfKind": "NonMutating"
518
- },
519
- {
520
- "kind": "Function",
521
- "name": "unPauseMicrophone",
522
- "printedName": "unPauseMicrophone()",
523
- "children": [
524
- {
525
- "kind": "TypeNominal",
526
- "name": "Void",
527
- "printedName": "()"
528
- }
529
- ],
530
- "declKind": "Func",
531
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
532
- "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
533
- "moduleName": "DavoiceTTS",
534
- "declAttributes": [
535
- "Final",
536
- "AccessControl",
537
- "ObjC"
538
- ],
539
- "funcSelfKind": "NonMutating"
540
- },
541
- {
542
- "kind": "Function",
543
- "name": "startSpeech",
544
- "printedName": "startSpeech(localeStr:)",
545
- "children": [
546
- {
547
- "kind": "TypeNominal",
548
- "name": "Void",
549
- "printedName": "()"
519
+ ],
520
+ "declKind": "Accessor",
521
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
522
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
523
+ "moduleName": "DavoiceTTS",
524
+ "static": true,
525
+ "implicit": true,
526
+ "accessorKind": "set"
550
527
  },
551
528
  {
552
- "kind": "TypeNominal",
553
- "name": "Optional",
554
- "printedName": "Swift.String?",
529
+ "kind": "Accessor",
530
+ "name": "Modify",
531
+ "printedName": "Modify()",
555
532
  "children": [
556
533
  {
557
534
  "kind": "TypeNominal",
558
- "name": "String",
559
- "printedName": "Swift.String",
560
- "usr": "s:SS"
535
+ "name": "Void",
536
+ "printedName": "()"
561
537
  }
562
538
  ],
563
- "usr": "s:Sq"
539
+ "declKind": "Accessor",
540
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
541
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
542
+ "moduleName": "DavoiceTTS",
543
+ "static": true,
544
+ "implicit": true,
545
+ "accessorKind": "_modify"
564
546
  }
565
- ],
566
- "declKind": "Func",
567
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
568
- "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
569
- "moduleName": "DavoiceTTS",
570
- "declAttributes": [
571
- "Final",
572
- "AccessControl",
573
- "ObjC"
574
- ],
575
- "funcSelfKind": "NonMutating"
547
+ ]
576
548
  },
577
549
  {
578
- "kind": "Function",
579
- "name": "stopSpeech",
580
- "printedName": "stopSpeech(_:)",
550
+ "kind": "Var",
551
+ "name": "stopEnginePlayback",
552
+ "printedName": "stopEnginePlayback",
581
553
  "children": [
582
- {
583
- "kind": "TypeNominal",
584
- "name": "Void",
585
- "printedName": "()"
586
- },
587
554
  {
588
555
  "kind": "TypeNominal",
589
556
  "name": "Optional",
590
- "printedName": "((Swift.Bool) -> ())?",
557
+ "printedName": "(() -> ())?",
591
558
  "children": [
592
559
  {
593
560
  "kind": "TypeFunc",
594
561
  "name": "Function",
595
- "printedName": "(Swift.Bool) -> ()",
562
+ "printedName": "() -> ()",
596
563
  "children": [
597
564
  {
598
565
  "kind": "TypeNominal",
@@ -601,234 +568,276 @@
601
568
  },
602
569
  {
603
570
  "kind": "TypeNominal",
604
- "name": "Bool",
605
- "printedName": "Swift.Bool",
606
- "usr": "s:Sb"
571
+ "name": "Void",
572
+ "printedName": "()"
607
573
  }
608
574
  ]
609
575
  }
610
576
  ],
611
- "hasDefaultArg": true,
612
577
  "usr": "s:Sq"
613
578
  }
614
579
  ],
615
- "declKind": "Func",
616
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
617
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
580
+ "declKind": "Var",
581
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
582
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
618
583
  "moduleName": "DavoiceTTS",
584
+ "static": true,
619
585
  "declAttributes": [
620
- "Final",
621
- "AccessControl",
622
- "ObjC"
586
+ "HasInitialValue",
587
+ "HasStorage",
588
+ "AccessControl"
623
589
  ],
624
- "funcSelfKind": "NonMutating"
625
- },
626
- {
627
- "kind": "Function",
628
- "name": "cancelSpeech",
629
- "printedName": "cancelSpeech(_:)",
630
- "children": [
631
- {
632
- "kind": "TypeNominal",
633
- "name": "Void",
634
- "printedName": "()"
635
- },
590
+ "hasStorage": true,
591
+ "accessors": [
636
592
  {
637
- "kind": "TypeNominal",
638
- "name": "Optional",
639
- "printedName": "((Swift.Bool) -> ())?",
593
+ "kind": "Accessor",
594
+ "name": "Get",
595
+ "printedName": "Get()",
640
596
  "children": [
641
597
  {
642
- "kind": "TypeFunc",
643
- "name": "Function",
644
- "printedName": "(Swift.Bool) -> ()",
598
+ "kind": "TypeNominal",
599
+ "name": "Optional",
600
+ "printedName": "(() -> ())?",
645
601
  "children": [
646
602
  {
647
- "kind": "TypeNominal",
648
- "name": "Void",
649
- "printedName": "()"
650
- },
651
- {
652
- "kind": "TypeNominal",
653
- "name": "Bool",
654
- "printedName": "Swift.Bool",
655
- "usr": "s:Sb"
656
- }
657
- ]
658
- }
659
- ],
660
- "hasDefaultArg": true,
661
- "usr": "s:Sq"
662
- }
663
- ],
664
- "declKind": "Func",
665
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
666
- "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
667
- "moduleName": "DavoiceTTS",
668
- "declAttributes": [
669
- "Final",
670
- "AccessControl",
671
- "ObjC"
672
- ],
673
- "funcSelfKind": "NonMutating"
674
- },
675
- {
676
- "kind": "Function",
677
- "name": "destroySpeech",
678
- "printedName": "destroySpeech(_:)",
679
- "children": [
680
- {
681
- "kind": "TypeNominal",
682
- "name": "Void",
683
- "printedName": "()"
603
+ "kind": "TypeFunc",
604
+ "name": "Function",
605
+ "printedName": "() -> ()",
606
+ "children": [
607
+ {
608
+ "kind": "TypeNominal",
609
+ "name": "Void",
610
+ "printedName": "()"
611
+ },
612
+ {
613
+ "kind": "TypeNominal",
614
+ "name": "Void",
615
+ "printedName": "()"
616
+ }
617
+ ]
618
+ }
619
+ ],
620
+ "usr": "s:Sq"
621
+ }
622
+ ],
623
+ "declKind": "Accessor",
624
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
625
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
626
+ "moduleName": "DavoiceTTS",
627
+ "static": true,
628
+ "implicit": true,
629
+ "accessorKind": "get"
684
630
  },
685
631
  {
686
- "kind": "TypeNominal",
687
- "name": "Optional",
688
- "printedName": "((Swift.Bool) -> ())?",
632
+ "kind": "Accessor",
633
+ "name": "Set",
634
+ "printedName": "Set()",
689
635
  "children": [
690
636
  {
691
- "kind": "TypeFunc",
692
- "name": "Function",
693
- "printedName": "(Swift.Bool) -> ()",
637
+ "kind": "TypeNominal",
638
+ "name": "Void",
639
+ "printedName": "()"
640
+ },
641
+ {
642
+ "kind": "TypeNominal",
643
+ "name": "Optional",
644
+ "printedName": "(() -> ())?",
694
645
  "children": [
695
646
  {
696
- "kind": "TypeNominal",
697
- "name": "Void",
698
- "printedName": "()"
699
- },
700
- {
701
- "kind": "TypeNominal",
702
- "name": "Bool",
703
- "printedName": "Swift.Bool",
704
- "usr": "s:Sb"
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
+ ]
705
662
  }
706
- ]
663
+ ],
664
+ "usr": "s:Sq"
707
665
  }
708
666
  ],
709
- "hasDefaultArg": true,
710
- "usr": "s:Sq"
667
+ "declKind": "Accessor",
668
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
669
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
670
+ "moduleName": "DavoiceTTS",
671
+ "static": true,
672
+ "implicit": true,
673
+ "accessorKind": "set"
674
+ },
675
+ {
676
+ "kind": "Accessor",
677
+ "name": "Modify",
678
+ "printedName": "Modify()",
679
+ "children": [
680
+ {
681
+ "kind": "TypeNominal",
682
+ "name": "Void",
683
+ "printedName": "()"
684
+ }
685
+ ],
686
+ "declKind": "Accessor",
687
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
688
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
689
+ "moduleName": "DavoiceTTS",
690
+ "static": true,
691
+ "implicit": true,
692
+ "accessorKind": "_modify"
711
693
  }
712
- ],
713
- "declKind": "Func",
714
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
715
- "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
716
- "moduleName": "DavoiceTTS",
717
- "declAttributes": [
718
- "Final",
719
- "AccessControl",
720
- "ObjC"
721
- ],
722
- "funcSelfKind": "NonMutating"
694
+ ]
695
+ }
696
+ ],
697
+ "declKind": "Enum",
698
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
699
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
700
+ "moduleName": "DavoiceTTS",
701
+ "declAttributes": [
702
+ "AccessControl",
703
+ "RawDocComment"
704
+ ],
705
+ "conformances": [
706
+ {
707
+ "kind": "Conformance",
708
+ "name": "Copyable",
709
+ "printedName": "Copyable",
710
+ "usr": "s:s8CopyableP",
711
+ "mangledName": "$ss8CopyableP"
723
712
  },
713
+ {
714
+ "kind": "Conformance",
715
+ "name": "Escapable",
716
+ "printedName": "Escapable",
717
+ "usr": "s:s9EscapableP",
718
+ "mangledName": "$ss9EscapableP"
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "kind": "Import",
724
+ "name": "Foundation",
725
+ "printedName": "Foundation",
726
+ "declKind": "Import",
727
+ "moduleName": "DavoiceTTS",
728
+ "declAttributes": [
729
+ "RawDocComment"
730
+ ]
731
+ },
732
+ {
733
+ "kind": "Import",
734
+ "name": "UIKit",
735
+ "printedName": "UIKit",
736
+ "declKind": "Import",
737
+ "moduleName": "DavoiceTTS"
738
+ },
739
+ {
740
+ "kind": "Import",
741
+ "name": "Speech",
742
+ "printedName": "Speech",
743
+ "declKind": "Import",
744
+ "moduleName": "DavoiceTTS"
745
+ },
746
+ {
747
+ "kind": "Import",
748
+ "name": "Accelerate",
749
+ "printedName": "Accelerate",
750
+ "declKind": "Import",
751
+ "moduleName": "DavoiceTTS"
752
+ },
753
+ {
754
+ "kind": "Import",
755
+ "name": "AVFAudio",
756
+ "printedName": "AVFAudio",
757
+ "declKind": "Import",
758
+ "moduleName": "DavoiceTTS"
759
+ },
760
+ {
761
+ "kind": "TypeDecl",
762
+ "name": "STTDelegate",
763
+ "printedName": "STTDelegate",
764
+ "children": [
724
765
  {
725
766
  "kind": "Function",
726
- "name": "teardown",
727
- "printedName": "teardown()",
767
+ "name": "stt",
768
+ "printedName": "stt(_:didEmitEvent:body:)",
728
769
  "children": [
729
770
  {
730
771
  "kind": "TypeNominal",
731
772
  "name": "Void",
732
773
  "printedName": "()"
733
- }
734
- ],
735
- "declKind": "Func",
736
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
737
- "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
738
- "moduleName": "DavoiceTTS",
739
- "declAttributes": [
740
- "Final",
741
- "AccessControl",
742
- "ObjC"
743
- ],
744
- "funcSelfKind": "NonMutating"
745
- },
746
- {
747
- "kind": "Function",
748
- "name": "speechRecognizer",
749
- "printedName": "speechRecognizer(_:availabilityDidChange:)",
750
- "children": [
774
+ },
751
775
  {
752
776
  "kind": "TypeNominal",
753
- "name": "Void",
754
- "printedName": "()"
777
+ "name": "STT",
778
+ "printedName": "DavoiceTTS.STT",
779
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
755
780
  },
756
781
  {
757
782
  "kind": "TypeNominal",
758
- "name": "SFSpeechRecognizer",
759
- "printedName": "Speech.SFSpeechRecognizer",
760
- "usr": "c:objc(cs)SFSpeechRecognizer"
783
+ "name": "String",
784
+ "printedName": "Swift.String",
785
+ "usr": "s:SS"
761
786
  },
762
787
  {
763
788
  "kind": "TypeNominal",
764
- "name": "Bool",
765
- "printedName": "Swift.Bool",
766
- "usr": "s:Sb"
789
+ "name": "Optional",
790
+ "printedName": "[Swift.String : Any]?",
791
+ "children": [
792
+ {
793
+ "kind": "TypeNominal",
794
+ "name": "Dictionary",
795
+ "printedName": "[Swift.String : Any]",
796
+ "children": [
797
+ {
798
+ "kind": "TypeNominal",
799
+ "name": "String",
800
+ "printedName": "Swift.String",
801
+ "usr": "s:SS"
802
+ },
803
+ {
804
+ "kind": "TypeNominal",
805
+ "name": "ProtocolComposition",
806
+ "printedName": "Any"
807
+ }
808
+ ],
809
+ "usr": "s:SD"
810
+ }
811
+ ],
812
+ "usr": "s:Sq"
767
813
  }
768
814
  ],
769
815
  "declKind": "Func",
770
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
771
- "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
816
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
817
+ "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
772
818
  "moduleName": "DavoiceTTS",
773
- "objc_name": "speechRecognizer:availabilityDidChange:",
819
+ "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
820
+ "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
821
+ "protocolReq": true,
774
822
  "declAttributes": [
775
- "Final",
776
- "ObjC",
777
- "AccessControl",
778
- "RawDocComment"
823
+ "ObjC"
779
824
  ],
825
+ "reqNewWitnessTableEntry": true,
780
826
  "funcSelfKind": "NonMutating"
781
- },
782
- {
783
- "kind": "Constructor",
784
- "name": "init",
785
- "printedName": "init()",
786
- "children": [
787
- {
788
- "kind": "TypeNominal",
789
- "name": "STT",
790
- "printedName": "DavoiceTTS.STT",
791
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
792
- }
793
- ],
794
- "declKind": "Constructor",
795
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
796
- "mangledName": "$s10DavoiceTTS3STTCACycfc",
797
- "moduleName": "DavoiceTTS",
798
- "overriding": true,
799
- "implicit": true,
800
- "objc_name": "init",
801
- "declAttributes": [
802
- "Dynamic",
803
- "ObjC",
804
- "Override"
805
- ],
806
- "init_kind": "Designated"
807
827
  }
808
828
  ],
809
- "declKind": "Class",
810
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
811
- "mangledName": "$s10DavoiceTTS3STTC",
829
+ "declKind": "Protocol",
830
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
831
+ "mangledName": "$s10DavoiceTTS11STTDelegateP",
812
832
  "moduleName": "DavoiceTTS",
833
+ "genericSig": "<τ_0_0 : AnyObject>",
834
+ "sugared_genericSig": "<Self : AnyObject>",
813
835
  "declAttributes": [
814
- "Final",
815
836
  "AccessControl",
816
- "ObjCMembers",
817
- "ObjC"
818
- ],
819
- "superclassUsr": "c:objc(cs)NSObject",
820
- "inheritsConvenienceInitializers": true,
821
- "superclassNames": [
822
- "ObjectiveC.NSObject"
837
+ "ObjC",
838
+ "RawDocComment"
823
839
  ],
824
840
  "conformances": [
825
- {
826
- "kind": "Conformance",
827
- "name": "Copyable",
828
- "printedName": "Copyable",
829
- "usr": "s:s8CopyableP",
830
- "mangledName": "$ss8CopyableP"
831
- },
832
841
  {
833
842
  "kind": "Conformance",
834
843
  "name": "Escapable",
@@ -838,138 +847,42 @@
838
847
  },
839
848
  {
840
849
  "kind": "Conformance",
841
- "name": "Equatable",
842
- "printedName": "Equatable",
843
- "usr": "s:SQ",
844
- "mangledName": "$sSQ"
845
- },
846
- {
847
- "kind": "Conformance",
848
- "name": "Hashable",
849
- "printedName": "Hashable",
850
- "usr": "s:SH",
851
- "mangledName": "$sSH"
852
- },
853
- {
854
- "kind": "Conformance",
855
- "name": "CVarArg",
856
- "printedName": "CVarArg",
857
- "usr": "s:s7CVarArgP",
858
- "mangledName": "$ss7CVarArgP"
859
- },
860
- {
861
- "kind": "Conformance",
862
- "name": "_KeyValueCodingAndObservingPublishing",
863
- "printedName": "_KeyValueCodingAndObservingPublishing",
864
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
865
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
866
- },
867
- {
868
- "kind": "Conformance",
869
- "name": "_KeyValueCodingAndObserving",
870
- "printedName": "_KeyValueCodingAndObserving",
871
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
872
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
873
- },
874
- {
875
- "kind": "Conformance",
876
- "name": "CustomStringConvertible",
877
- "printedName": "CustomStringConvertible",
878
- "usr": "s:s23CustomStringConvertibleP",
879
- "mangledName": "$ss23CustomStringConvertibleP"
880
- },
881
- {
882
- "kind": "Conformance",
883
- "name": "CustomDebugStringConvertible",
884
- "printedName": "CustomDebugStringConvertible",
885
- "usr": "s:s28CustomDebugStringConvertibleP",
886
- "mangledName": "$ss28CustomDebugStringConvertibleP"
850
+ "name": "Copyable",
851
+ "printedName": "Copyable",
852
+ "usr": "s:s8CopyableP",
853
+ "mangledName": "$ss8CopyableP"
887
854
  }
888
855
  ]
889
856
  },
890
- {
891
- "kind": "Import",
892
- "name": "Foundation",
893
- "printedName": "Foundation",
894
- "declKind": "Import",
895
- "moduleName": "DavoiceTTS",
896
- "declAttributes": [
897
- "RawDocComment"
898
- ]
899
- },
900
857
  {
901
858
  "kind": "TypeDecl",
902
- "name": "AudioPlaybackHook",
903
- "printedName": "AudioPlaybackHook",
859
+ "name": "STT",
860
+ "printedName": "STT",
904
861
  "children": [
905
862
  {
906
863
  "kind": "Var",
907
- "name": "engineScheduleFile",
908
- "printedName": "engineScheduleFile",
864
+ "name": "delegate",
865
+ "printedName": "delegate",
909
866
  "children": [
910
867
  {
911
868
  "kind": "TypeNominal",
912
- "name": "Optional",
913
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
914
- "children": [
915
- {
916
- "kind": "TypeFunc",
917
- "name": "Function",
918
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
919
- "children": [
920
- {
921
- "kind": "TypeNominal",
922
- "name": "Bool",
923
- "printedName": "Swift.Bool",
924
- "usr": "s:Sb"
925
- },
926
- {
927
- "kind": "TypeNominal",
928
- "name": "Tuple",
929
- "printedName": "(Foundation.URL, () -> ())",
930
- "children": [
931
- {
932
- "kind": "TypeNominal",
933
- "name": "URL",
934
- "printedName": "Foundation.URL",
935
- "usr": "s:10Foundation3URLV"
936
- },
937
- {
938
- "kind": "TypeFunc",
939
- "name": "Function",
940
- "printedName": "() -> ()",
941
- "children": [
942
- {
943
- "kind": "TypeNominal",
944
- "name": "Void",
945
- "printedName": "()"
946
- },
947
- {
948
- "kind": "TypeNominal",
949
- "name": "Void",
950
- "printedName": "()"
951
- }
952
- ]
953
- }
954
- ]
955
- }
956
- ]
957
- }
958
- ],
959
- "usr": "s:Sq"
869
+ "name": "WeakStorage",
870
+ "printedName": "(any DavoiceTTS.STTDelegate)?"
960
871
  }
961
872
  ],
962
873
  "declKind": "Var",
963
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
964
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
874
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
875
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
965
876
  "moduleName": "DavoiceTTS",
966
- "static": true,
967
877
  "declAttributes": [
968
878
  "HasInitialValue",
879
+ "Final",
969
880
  "HasStorage",
881
+ "ReferenceOwnership",
970
882
  "AccessControl",
971
- "RawDocComment"
883
+ "ObjC"
972
884
  ],
885
+ "ownership": 1,
973
886
  "hasStorage": true,
974
887
  "accessors": [
975
888
  {
@@ -980,61 +893,27 @@
980
893
  {
981
894
  "kind": "TypeNominal",
982
895
  "name": "Optional",
983
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
896
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
984
897
  "children": [
985
898
  {
986
- "kind": "TypeFunc",
987
- "name": "Function",
988
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
989
- "children": [
990
- {
991
- "kind": "TypeNominal",
992
- "name": "Bool",
993
- "printedName": "Swift.Bool",
994
- "usr": "s:Sb"
995
- },
996
- {
997
- "kind": "TypeNominal",
998
- "name": "Tuple",
999
- "printedName": "(Foundation.URL, () -> ())",
1000
- "children": [
1001
- {
1002
- "kind": "TypeNominal",
1003
- "name": "URL",
1004
- "printedName": "Foundation.URL",
1005
- "usr": "s:10Foundation3URLV"
1006
- },
1007
- {
1008
- "kind": "TypeFunc",
1009
- "name": "Function",
1010
- "printedName": "() -> ()",
1011
- "children": [
1012
- {
1013
- "kind": "TypeNominal",
1014
- "name": "Void",
1015
- "printedName": "()"
1016
- },
1017
- {
1018
- "kind": "TypeNominal",
1019
- "name": "Void",
1020
- "printedName": "()"
1021
- }
1022
- ]
1023
- }
1024
- ]
1025
- }
1026
- ]
899
+ "kind": "TypeNominal",
900
+ "name": "STTDelegate",
901
+ "printedName": "any DavoiceTTS.STTDelegate",
902
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
1027
903
  }
1028
904
  ],
1029
905
  "usr": "s:Sq"
1030
906
  }
1031
907
  ],
1032
908
  "declKind": "Accessor",
1033
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1034
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
909
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
910
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
1035
911
  "moduleName": "DavoiceTTS",
1036
- "static": true,
1037
912
  "implicit": true,
913
+ "declAttributes": [
914
+ "Final",
915
+ "ObjC"
916
+ ],
1038
917
  "accessorKind": "get"
1039
918
  },
1040
919
  {
@@ -1050,61 +929,126 @@
1050
929
  {
1051
930
  "kind": "TypeNominal",
1052
931
  "name": "Optional",
1053
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
932
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
1054
933
  "children": [
1055
934
  {
1056
- "kind": "TypeFunc",
1057
- "name": "Function",
1058
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
1059
- "children": [
1060
- {
1061
- "kind": "TypeNominal",
1062
- "name": "Bool",
1063
- "printedName": "Swift.Bool",
1064
- "usr": "s:Sb"
1065
- },
1066
- {
1067
- "kind": "TypeNominal",
1068
- "name": "Tuple",
1069
- "printedName": "(Foundation.URL, () -> ())",
1070
- "children": [
1071
- {
1072
- "kind": "TypeNominal",
1073
- "name": "URL",
1074
- "printedName": "Foundation.URL",
1075
- "usr": "s:10Foundation3URLV"
1076
- },
1077
- {
1078
- "kind": "TypeFunc",
1079
- "name": "Function",
1080
- "printedName": "() -> ()",
1081
- "children": [
1082
- {
1083
- "kind": "TypeNominal",
1084
- "name": "Void",
1085
- "printedName": "()"
1086
- },
1087
- {
1088
- "kind": "TypeNominal",
1089
- "name": "Void",
1090
- "printedName": "()"
1091
- }
1092
- ]
1093
- }
1094
- ]
1095
- }
1096
- ]
935
+ "kind": "TypeNominal",
936
+ "name": "STTDelegate",
937
+ "printedName": "any DavoiceTTS.STTDelegate",
938
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
1097
939
  }
1098
940
  ],
1099
941
  "usr": "s:Sq"
1100
942
  }
1101
943
  ],
1102
944
  "declKind": "Accessor",
1103
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1104
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
945
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
946
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
947
+ "moduleName": "DavoiceTTS",
948
+ "implicit": true,
949
+ "declAttributes": [
950
+ "Final",
951
+ "ObjC"
952
+ ],
953
+ "accessorKind": "set"
954
+ },
955
+ {
956
+ "kind": "Accessor",
957
+ "name": "Modify",
958
+ "printedName": "Modify()",
959
+ "children": [
960
+ {
961
+ "kind": "TypeNominal",
962
+ "name": "Void",
963
+ "printedName": "()"
964
+ }
965
+ ],
966
+ "declKind": "Accessor",
967
+ "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
968
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
969
+ "moduleName": "DavoiceTTS",
970
+ "implicit": true,
971
+ "declAttributes": [
972
+ "Final"
973
+ ],
974
+ "accessorKind": "_modify"
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ "kind": "Var",
980
+ "name": "continuous",
981
+ "printedName": "continuous",
982
+ "children": [
983
+ {
984
+ "kind": "TypeNominal",
985
+ "name": "Bool",
986
+ "printedName": "Swift.Bool",
987
+ "usr": "s:Sb"
988
+ }
989
+ ],
990
+ "declKind": "Var",
991
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
992
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
993
+ "moduleName": "DavoiceTTS",
994
+ "declAttributes": [
995
+ "HasInitialValue",
996
+ "Final",
997
+ "HasStorage",
998
+ "AccessControl",
999
+ "ObjC"
1000
+ ],
1001
+ "hasStorage": true,
1002
+ "accessors": [
1003
+ {
1004
+ "kind": "Accessor",
1005
+ "name": "Get",
1006
+ "printedName": "Get()",
1007
+ "children": [
1008
+ {
1009
+ "kind": "TypeNominal",
1010
+ "name": "Bool",
1011
+ "printedName": "Swift.Bool",
1012
+ "usr": "s:Sb"
1013
+ }
1014
+ ],
1015
+ "declKind": "Accessor",
1016
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
1017
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
1018
+ "moduleName": "DavoiceTTS",
1019
+ "implicit": true,
1020
+ "declAttributes": [
1021
+ "Final",
1022
+ "ObjC"
1023
+ ],
1024
+ "accessorKind": "get"
1025
+ },
1026
+ {
1027
+ "kind": "Accessor",
1028
+ "name": "Set",
1029
+ "printedName": "Set()",
1030
+ "children": [
1031
+ {
1032
+ "kind": "TypeNominal",
1033
+ "name": "Void",
1034
+ "printedName": "()"
1035
+ },
1036
+ {
1037
+ "kind": "TypeNominal",
1038
+ "name": "Bool",
1039
+ "printedName": "Swift.Bool",
1040
+ "usr": "s:Sb"
1041
+ }
1042
+ ],
1043
+ "declKind": "Accessor",
1044
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
1045
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
1105
1046
  "moduleName": "DavoiceTTS",
1106
- "static": true,
1107
1047
  "implicit": true,
1048
+ "declAttributes": [
1049
+ "Final",
1050
+ "ObjC"
1051
+ ],
1108
1052
  "accessorKind": "set"
1109
1053
  },
1110
1054
  {
@@ -1119,58 +1063,51 @@
1119
1063
  }
1120
1064
  ],
1121
1065
  "declKind": "Accessor",
1122
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1123
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1066
+ "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
1067
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
1124
1068
  "moduleName": "DavoiceTTS",
1125
- "static": true,
1126
1069
  "implicit": true,
1070
+ "declAttributes": [
1071
+ "Final"
1072
+ ],
1127
1073
  "accessorKind": "_modify"
1128
1074
  }
1129
1075
  ]
1130
1076
  },
1131
1077
  {
1132
1078
  "kind": "Var",
1133
- "name": "isEngineReady",
1134
- "printedName": "isEngineReady",
1079
+ "name": "supportedEvents",
1080
+ "printedName": "supportedEvents",
1135
1081
  "children": [
1136
1082
  {
1137
1083
  "kind": "TypeNominal",
1138
- "name": "Optional",
1139
- "printedName": "(() -> Swift.Bool)?",
1084
+ "name": "Array",
1085
+ "printedName": "[Swift.String]",
1140
1086
  "children": [
1141
1087
  {
1142
- "kind": "TypeFunc",
1143
- "name": "Function",
1144
- "printedName": "() -> Swift.Bool",
1145
- "children": [
1146
- {
1147
- "kind": "TypeNominal",
1148
- "name": "Bool",
1149
- "printedName": "Swift.Bool",
1150
- "usr": "s:Sb"
1151
- },
1152
- {
1153
- "kind": "TypeNominal",
1154
- "name": "Void",
1155
- "printedName": "()"
1156
- }
1157
- ]
1088
+ "kind": "TypeNominal",
1089
+ "name": "String",
1090
+ "printedName": "Swift.String",
1091
+ "usr": "s:SS"
1158
1092
  }
1159
1093
  ],
1160
- "usr": "s:Sq"
1094
+ "usr": "s:Sa"
1161
1095
  }
1162
1096
  ],
1163
1097
  "declKind": "Var",
1164
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1165
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1098
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
1099
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
1166
1100
  "moduleName": "DavoiceTTS",
1167
1101
  "static": true,
1168
1102
  "declAttributes": [
1169
1103
  "HasInitialValue",
1104
+ "Final",
1170
1105
  "HasStorage",
1171
1106
  "AccessControl",
1172
- "RawDocComment"
1107
+ "RawDocComment",
1108
+ "ObjC"
1173
1109
  ],
1110
+ "isLet": true,
1174
1111
  "hasStorage": true,
1175
1112
  "accessors": [
1176
1113
  {
@@ -1180,43 +1117,47 @@
1180
1117
  "children": [
1181
1118
  {
1182
1119
  "kind": "TypeNominal",
1183
- "name": "Optional",
1184
- "printedName": "(() -> Swift.Bool)?",
1120
+ "name": "Array",
1121
+ "printedName": "[Swift.String]",
1185
1122
  "children": [
1186
1123
  {
1187
- "kind": "TypeFunc",
1188
- "name": "Function",
1189
- "printedName": "() -> Swift.Bool",
1190
- "children": [
1191
- {
1192
- "kind": "TypeNominal",
1193
- "name": "Bool",
1194
- "printedName": "Swift.Bool",
1195
- "usr": "s:Sb"
1196
- },
1197
- {
1198
- "kind": "TypeNominal",
1199
- "name": "Void",
1200
- "printedName": "()"
1201
- }
1202
- ]
1124
+ "kind": "TypeNominal",
1125
+ "name": "String",
1126
+ "printedName": "Swift.String",
1127
+ "usr": "s:SS"
1203
1128
  }
1204
1129
  ],
1205
- "usr": "s:Sq"
1130
+ "usr": "s:Sa"
1206
1131
  }
1207
1132
  ],
1208
1133
  "declKind": "Accessor",
1209
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1210
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1134
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
1135
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
1211
1136
  "moduleName": "DavoiceTTS",
1212
1137
  "static": true,
1213
1138
  "implicit": true,
1139
+ "declAttributes": [
1140
+ "Final",
1141
+ "ObjC"
1142
+ ],
1214
1143
  "accessorKind": "get"
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "kind": "Function",
1149
+ "name": "isSpeechAvailable",
1150
+ "printedName": "isSpeechAvailable(_:)",
1151
+ "children": [
1152
+ {
1153
+ "kind": "TypeNominal",
1154
+ "name": "Void",
1155
+ "printedName": "()"
1215
1156
  },
1216
1157
  {
1217
- "kind": "Accessor",
1218
- "name": "Set",
1219
- "printedName": "Set()",
1158
+ "kind": "TypeFunc",
1159
+ "name": "Function",
1160
+ "printedName": "(Swift.Bool) -> ()",
1220
1161
  "children": [
1221
1162
  {
1222
1163
  "kind": "TypeNominal",
@@ -1225,224 +1166,197 @@
1225
1166
  },
1226
1167
  {
1227
1168
  "kind": "TypeNominal",
1228
- "name": "Optional",
1229
- "printedName": "(() -> Swift.Bool)?",
1230
- "children": [
1231
- {
1232
- "kind": "TypeFunc",
1233
- "name": "Function",
1234
- "printedName": "() -> Swift.Bool",
1235
- "children": [
1236
- {
1237
- "kind": "TypeNominal",
1238
- "name": "Bool",
1239
- "printedName": "Swift.Bool",
1240
- "usr": "s:Sb"
1241
- },
1242
- {
1243
- "kind": "TypeNominal",
1244
- "name": "Void",
1245
- "printedName": "()"
1246
- }
1247
- ]
1248
- }
1249
- ],
1250
- "usr": "s:Sq"
1169
+ "name": "Bool",
1170
+ "printedName": "Swift.Bool",
1171
+ "usr": "s:Sb"
1251
1172
  }
1252
- ],
1253
- "declKind": "Accessor",
1254
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1255
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1256
- "moduleName": "DavoiceTTS",
1257
- "static": true,
1258
- "implicit": true,
1259
- "accessorKind": "set"
1173
+ ]
1174
+ }
1175
+ ],
1176
+ "declKind": "Func",
1177
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
1178
+ "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
1179
+ "moduleName": "DavoiceTTS",
1180
+ "declAttributes": [
1181
+ "Final",
1182
+ "AccessControl",
1183
+ "RawDocComment",
1184
+ "ObjC"
1185
+ ],
1186
+ "funcSelfKind": "NonMutating"
1187
+ },
1188
+ {
1189
+ "kind": "Function",
1190
+ "name": "isRecognizing",
1191
+ "printedName": "isRecognizing()",
1192
+ "children": [
1193
+ {
1194
+ "kind": "TypeNominal",
1195
+ "name": "Bool",
1196
+ "printedName": "Swift.Bool",
1197
+ "usr": "s:Sb"
1198
+ }
1199
+ ],
1200
+ "declKind": "Func",
1201
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
1202
+ "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
1203
+ "moduleName": "DavoiceTTS",
1204
+ "declAttributes": [
1205
+ "Final",
1206
+ "AccessControl",
1207
+ "ObjC"
1208
+ ],
1209
+ "funcSelfKind": "NonMutating"
1210
+ },
1211
+ {
1212
+ "kind": "Function",
1213
+ "name": "pauseMicrophone",
1214
+ "printedName": "pauseMicrophone()",
1215
+ "children": [
1216
+ {
1217
+ "kind": "TypeNominal",
1218
+ "name": "Void",
1219
+ "printedName": "()"
1220
+ }
1221
+ ],
1222
+ "declKind": "Func",
1223
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
1224
+ "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
1225
+ "moduleName": "DavoiceTTS",
1226
+ "declAttributes": [
1227
+ "Final",
1228
+ "AccessControl",
1229
+ "ObjC",
1230
+ "RawDocComment"
1231
+ ],
1232
+ "funcSelfKind": "NonMutating"
1233
+ },
1234
+ {
1235
+ "kind": "Function",
1236
+ "name": "unPauseMicrophone",
1237
+ "printedName": "unPauseMicrophone()",
1238
+ "children": [
1239
+ {
1240
+ "kind": "TypeNominal",
1241
+ "name": "Void",
1242
+ "printedName": "()"
1243
+ }
1244
+ ],
1245
+ "declKind": "Func",
1246
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
1247
+ "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
1248
+ "moduleName": "DavoiceTTS",
1249
+ "declAttributes": [
1250
+ "Final",
1251
+ "AccessControl",
1252
+ "ObjC"
1253
+ ],
1254
+ "funcSelfKind": "NonMutating"
1255
+ },
1256
+ {
1257
+ "kind": "Function",
1258
+ "name": "startSpeech",
1259
+ "printedName": "startSpeech(localeStr:)",
1260
+ "children": [
1261
+ {
1262
+ "kind": "TypeNominal",
1263
+ "name": "Void",
1264
+ "printedName": "()"
1260
1265
  },
1261
1266
  {
1262
- "kind": "Accessor",
1263
- "name": "Modify",
1264
- "printedName": "Modify()",
1267
+ "kind": "TypeNominal",
1268
+ "name": "Optional",
1269
+ "printedName": "Swift.String?",
1265
1270
  "children": [
1266
1271
  {
1267
1272
  "kind": "TypeNominal",
1268
- "name": "Void",
1269
- "printedName": "()"
1273
+ "name": "String",
1274
+ "printedName": "Swift.String",
1275
+ "usr": "s:SS"
1270
1276
  }
1271
1277
  ],
1272
- "declKind": "Accessor",
1273
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1274
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1275
- "moduleName": "DavoiceTTS",
1276
- "static": true,
1277
- "implicit": true,
1278
- "accessorKind": "_modify"
1278
+ "usr": "s:Sq"
1279
1279
  }
1280
- ]
1280
+ ],
1281
+ "declKind": "Func",
1282
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
1283
+ "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
1284
+ "moduleName": "DavoiceTTS",
1285
+ "declAttributes": [
1286
+ "Final",
1287
+ "AccessControl",
1288
+ "ObjC"
1289
+ ],
1290
+ "funcSelfKind": "NonMutating"
1281
1291
  },
1282
1292
  {
1283
- "kind": "Var",
1284
- "name": "useOnlyEnginePlayback",
1285
- "printedName": "useOnlyEnginePlayback",
1293
+ "kind": "Function",
1294
+ "name": "stopSpeech",
1295
+ "printedName": "stopSpeech(_:)",
1286
1296
  "children": [
1297
+ {
1298
+ "kind": "TypeNominal",
1299
+ "name": "Void",
1300
+ "printedName": "()"
1301
+ },
1287
1302
  {
1288
1303
  "kind": "TypeNominal",
1289
1304
  "name": "Optional",
1290
- "printedName": "(() -> Swift.Bool)?",
1305
+ "printedName": "((Swift.Bool) -> ())?",
1291
1306
  "children": [
1292
1307
  {
1293
1308
  "kind": "TypeFunc",
1294
1309
  "name": "Function",
1295
- "printedName": "() -> Swift.Bool",
1310
+ "printedName": "(Swift.Bool) -> ()",
1296
1311
  "children": [
1297
1312
  {
1298
1313
  "kind": "TypeNominal",
1299
- "name": "Bool",
1300
- "printedName": "Swift.Bool",
1301
- "usr": "s:Sb"
1314
+ "name": "Void",
1315
+ "printedName": "()"
1302
1316
  },
1303
1317
  {
1304
1318
  "kind": "TypeNominal",
1305
- "name": "Void",
1306
- "printedName": "()"
1319
+ "name": "Bool",
1320
+ "printedName": "Swift.Bool",
1321
+ "usr": "s:Sb"
1307
1322
  }
1308
1323
  ]
1309
1324
  }
1310
1325
  ],
1326
+ "hasDefaultArg": true,
1311
1327
  "usr": "s:Sq"
1312
1328
  }
1313
1329
  ],
1314
- "declKind": "Var",
1315
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1316
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1330
+ "declKind": "Func",
1331
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
1332
+ "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
1317
1333
  "moduleName": "DavoiceTTS",
1318
- "static": true,
1319
1334
  "declAttributes": [
1320
- "HasInitialValue",
1321
- "HasStorage",
1322
- "AccessControl"
1335
+ "Final",
1336
+ "AccessControl",
1337
+ "ObjC"
1323
1338
  ],
1324
- "hasStorage": true,
1325
- "accessors": [
1326
- {
1327
- "kind": "Accessor",
1328
- "name": "Get",
1329
- "printedName": "Get()",
1330
- "children": [
1331
- {
1332
- "kind": "TypeNominal",
1333
- "name": "Optional",
1334
- "printedName": "(() -> Swift.Bool)?",
1335
- "children": [
1336
- {
1337
- "kind": "TypeFunc",
1338
- "name": "Function",
1339
- "printedName": "() -> Swift.Bool",
1340
- "children": [
1341
- {
1342
- "kind": "TypeNominal",
1343
- "name": "Bool",
1344
- "printedName": "Swift.Bool",
1345
- "usr": "s:Sb"
1346
- },
1347
- {
1348
- "kind": "TypeNominal",
1349
- "name": "Void",
1350
- "printedName": "()"
1351
- }
1352
- ]
1353
- }
1354
- ],
1355
- "usr": "s:Sq"
1356
- }
1357
- ],
1358
- "declKind": "Accessor",
1359
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1360
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1361
- "moduleName": "DavoiceTTS",
1362
- "static": true,
1363
- "implicit": true,
1364
- "accessorKind": "get"
1365
- },
1366
- {
1367
- "kind": "Accessor",
1368
- "name": "Set",
1369
- "printedName": "Set()",
1370
- "children": [
1371
- {
1372
- "kind": "TypeNominal",
1373
- "name": "Void",
1374
- "printedName": "()"
1375
- },
1376
- {
1377
- "kind": "TypeNominal",
1378
- "name": "Optional",
1379
- "printedName": "(() -> Swift.Bool)?",
1380
- "children": [
1381
- {
1382
- "kind": "TypeFunc",
1383
- "name": "Function",
1384
- "printedName": "() -> Swift.Bool",
1385
- "children": [
1386
- {
1387
- "kind": "TypeNominal",
1388
- "name": "Bool",
1389
- "printedName": "Swift.Bool",
1390
- "usr": "s:Sb"
1391
- },
1392
- {
1393
- "kind": "TypeNominal",
1394
- "name": "Void",
1395
- "printedName": "()"
1396
- }
1397
- ]
1398
- }
1399
- ],
1400
- "usr": "s:Sq"
1401
- }
1402
- ],
1403
- "declKind": "Accessor",
1404
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1405
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1406
- "moduleName": "DavoiceTTS",
1407
- "static": true,
1408
- "implicit": true,
1409
- "accessorKind": "set"
1410
- },
1411
- {
1412
- "kind": "Accessor",
1413
- "name": "Modify",
1414
- "printedName": "Modify()",
1415
- "children": [
1416
- {
1417
- "kind": "TypeNominal",
1418
- "name": "Void",
1419
- "printedName": "()"
1420
- }
1421
- ],
1422
- "declKind": "Accessor",
1423
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1424
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1425
- "moduleName": "DavoiceTTS",
1426
- "static": true,
1427
- "implicit": true,
1428
- "accessorKind": "_modify"
1429
- }
1430
- ]
1339
+ "funcSelfKind": "NonMutating"
1431
1340
  },
1432
1341
  {
1433
- "kind": "Var",
1434
- "name": "stopEnginePlayback",
1435
- "printedName": "stopEnginePlayback",
1342
+ "kind": "Function",
1343
+ "name": "cancelSpeech",
1344
+ "printedName": "cancelSpeech(_:)",
1436
1345
  "children": [
1346
+ {
1347
+ "kind": "TypeNominal",
1348
+ "name": "Void",
1349
+ "printedName": "()"
1350
+ },
1437
1351
  {
1438
1352
  "kind": "TypeNominal",
1439
1353
  "name": "Optional",
1440
- "printedName": "(() -> ())?",
1354
+ "printedName": "((Swift.Bool) -> ())?",
1441
1355
  "children": [
1442
1356
  {
1443
1357
  "kind": "TypeFunc",
1444
1358
  "name": "Function",
1445
- "printedName": "() -> ()",
1359
+ "printedName": "(Swift.Bool) -> ()",
1446
1360
  "children": [
1447
1361
  {
1448
1362
  "kind": "TypeNominal",
@@ -1451,139 +1365,176 @@
1451
1365
  },
1452
1366
  {
1453
1367
  "kind": "TypeNominal",
1454
- "name": "Void",
1455
- "printedName": "()"
1368
+ "name": "Bool",
1369
+ "printedName": "Swift.Bool",
1370
+ "usr": "s:Sb"
1456
1371
  }
1457
1372
  ]
1458
1373
  }
1459
1374
  ],
1375
+ "hasDefaultArg": true,
1460
1376
  "usr": "s:Sq"
1461
1377
  }
1462
1378
  ],
1463
- "declKind": "Var",
1464
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1465
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1379
+ "declKind": "Func",
1380
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
1381
+ "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
1466
1382
  "moduleName": "DavoiceTTS",
1467
- "static": true,
1468
1383
  "declAttributes": [
1469
- "HasInitialValue",
1470
- "HasStorage",
1471
- "AccessControl"
1472
- ],
1473
- "hasStorage": true,
1474
- "accessors": [
1475
- {
1476
- "kind": "Accessor",
1477
- "name": "Get",
1478
- "printedName": "Get()",
1479
- "children": [
1480
- {
1481
- "kind": "TypeNominal",
1482
- "name": "Optional",
1483
- "printedName": "(() -> ())?",
1484
- "children": [
1485
- {
1486
- "kind": "TypeFunc",
1487
- "name": "Function",
1488
- "printedName": "() -> ()",
1489
- "children": [
1490
- {
1491
- "kind": "TypeNominal",
1492
- "name": "Void",
1493
- "printedName": "()"
1494
- },
1495
- {
1496
- "kind": "TypeNominal",
1497
- "name": "Void",
1498
- "printedName": "()"
1499
- }
1500
- ]
1501
- }
1502
- ],
1503
- "usr": "s:Sq"
1504
- }
1505
- ],
1506
- "declKind": "Accessor",
1507
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1508
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1509
- "moduleName": "DavoiceTTS",
1510
- "static": true,
1511
- "implicit": true,
1512
- "accessorKind": "get"
1384
+ "Final",
1385
+ "AccessControl",
1386
+ "ObjC"
1387
+ ],
1388
+ "funcSelfKind": "NonMutating"
1389
+ },
1390
+ {
1391
+ "kind": "Function",
1392
+ "name": "destroySpeech",
1393
+ "printedName": "destroySpeech(_:)",
1394
+ "children": [
1395
+ {
1396
+ "kind": "TypeNominal",
1397
+ "name": "Void",
1398
+ "printedName": "()"
1513
1399
  },
1514
1400
  {
1515
- "kind": "Accessor",
1516
- "name": "Set",
1517
- "printedName": "Set()",
1401
+ "kind": "TypeNominal",
1402
+ "name": "Optional",
1403
+ "printedName": "((Swift.Bool) -> ())?",
1518
1404
  "children": [
1519
1405
  {
1520
- "kind": "TypeNominal",
1521
- "name": "Void",
1522
- "printedName": "()"
1523
- },
1524
- {
1525
- "kind": "TypeNominal",
1526
- "name": "Optional",
1527
- "printedName": "(() -> ())?",
1406
+ "kind": "TypeFunc",
1407
+ "name": "Function",
1408
+ "printedName": "(Swift.Bool) -> ()",
1528
1409
  "children": [
1529
1410
  {
1530
- "kind": "TypeFunc",
1531
- "name": "Function",
1532
- "printedName": "() -> ()",
1533
- "children": [
1534
- {
1535
- "kind": "TypeNominal",
1536
- "name": "Void",
1537
- "printedName": "()"
1538
- },
1539
- {
1540
- "kind": "TypeNominal",
1541
- "name": "Void",
1542
- "printedName": "()"
1543
- }
1544
- ]
1411
+ "kind": "TypeNominal",
1412
+ "name": "Void",
1413
+ "printedName": "()"
1414
+ },
1415
+ {
1416
+ "kind": "TypeNominal",
1417
+ "name": "Bool",
1418
+ "printedName": "Swift.Bool",
1419
+ "usr": "s:Sb"
1545
1420
  }
1546
- ],
1547
- "usr": "s:Sq"
1421
+ ]
1548
1422
  }
1549
1423
  ],
1550
- "declKind": "Accessor",
1551
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1552
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1553
- "moduleName": "DavoiceTTS",
1554
- "static": true,
1555
- "implicit": true,
1556
- "accessorKind": "set"
1424
+ "hasDefaultArg": true,
1425
+ "usr": "s:Sq"
1426
+ }
1427
+ ],
1428
+ "declKind": "Func",
1429
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
1430
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
1431
+ "moduleName": "DavoiceTTS",
1432
+ "declAttributes": [
1433
+ "Final",
1434
+ "AccessControl",
1435
+ "ObjC"
1436
+ ],
1437
+ "funcSelfKind": "NonMutating"
1438
+ },
1439
+ {
1440
+ "kind": "Function",
1441
+ "name": "teardown",
1442
+ "printedName": "teardown()",
1443
+ "children": [
1444
+ {
1445
+ "kind": "TypeNominal",
1446
+ "name": "Void",
1447
+ "printedName": "()"
1448
+ }
1449
+ ],
1450
+ "declKind": "Func",
1451
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
1452
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
1453
+ "moduleName": "DavoiceTTS",
1454
+ "declAttributes": [
1455
+ "Final",
1456
+ "AccessControl",
1457
+ "ObjC"
1458
+ ],
1459
+ "funcSelfKind": "NonMutating"
1460
+ },
1461
+ {
1462
+ "kind": "Function",
1463
+ "name": "speechRecognizer",
1464
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
1465
+ "children": [
1466
+ {
1467
+ "kind": "TypeNominal",
1468
+ "name": "Void",
1469
+ "printedName": "()"
1557
1470
  },
1558
1471
  {
1559
- "kind": "Accessor",
1560
- "name": "Modify",
1561
- "printedName": "Modify()",
1562
- "children": [
1563
- {
1564
- "kind": "TypeNominal",
1565
- "name": "Void",
1566
- "printedName": "()"
1567
- }
1568
- ],
1569
- "declKind": "Accessor",
1570
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1571
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1572
- "moduleName": "DavoiceTTS",
1573
- "static": true,
1574
- "implicit": true,
1575
- "accessorKind": "_modify"
1472
+ "kind": "TypeNominal",
1473
+ "name": "SFSpeechRecognizer",
1474
+ "printedName": "Speech.SFSpeechRecognizer",
1475
+ "usr": "c:objc(cs)SFSpeechRecognizer"
1476
+ },
1477
+ {
1478
+ "kind": "TypeNominal",
1479
+ "name": "Bool",
1480
+ "printedName": "Swift.Bool",
1481
+ "usr": "s:Sb"
1576
1482
  }
1577
- ]
1483
+ ],
1484
+ "declKind": "Func",
1485
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
1486
+ "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
1487
+ "moduleName": "DavoiceTTS",
1488
+ "objc_name": "speechRecognizer:availabilityDidChange:",
1489
+ "declAttributes": [
1490
+ "Final",
1491
+ "ObjC",
1492
+ "AccessControl",
1493
+ "RawDocComment"
1494
+ ],
1495
+ "funcSelfKind": "NonMutating"
1496
+ },
1497
+ {
1498
+ "kind": "Constructor",
1499
+ "name": "init",
1500
+ "printedName": "init()",
1501
+ "children": [
1502
+ {
1503
+ "kind": "TypeNominal",
1504
+ "name": "STT",
1505
+ "printedName": "DavoiceTTS.STT",
1506
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
1507
+ }
1508
+ ],
1509
+ "declKind": "Constructor",
1510
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
1511
+ "mangledName": "$s10DavoiceTTS3STTCACycfc",
1512
+ "moduleName": "DavoiceTTS",
1513
+ "overriding": true,
1514
+ "implicit": true,
1515
+ "objc_name": "init",
1516
+ "declAttributes": [
1517
+ "Dynamic",
1518
+ "ObjC",
1519
+ "Override"
1520
+ ],
1521
+ "init_kind": "Designated"
1578
1522
  }
1579
1523
  ],
1580
- "declKind": "Enum",
1581
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
1582
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1524
+ "declKind": "Class",
1525
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT",
1526
+ "mangledName": "$s10DavoiceTTS3STTC",
1583
1527
  "moduleName": "DavoiceTTS",
1584
1528
  "declAttributes": [
1529
+ "Final",
1585
1530
  "AccessControl",
1586
- "RawDocComment"
1531
+ "ObjCMembers",
1532
+ "ObjC"
1533
+ ],
1534
+ "superclassUsr": "c:objc(cs)NSObject",
1535
+ "inheritsConvenienceInitializers": true,
1536
+ "superclassNames": [
1537
+ "ObjectiveC.NSObject"
1587
1538
  ],
1588
1539
  "conformances": [
1589
1540
  {
@@ -1599,6 +1550,55 @@
1599
1550
  "printedName": "Escapable",
1600
1551
  "usr": "s:s9EscapableP",
1601
1552
  "mangledName": "$ss9EscapableP"
1553
+ },
1554
+ {
1555
+ "kind": "Conformance",
1556
+ "name": "Equatable",
1557
+ "printedName": "Equatable",
1558
+ "usr": "s:SQ",
1559
+ "mangledName": "$sSQ"
1560
+ },
1561
+ {
1562
+ "kind": "Conformance",
1563
+ "name": "Hashable",
1564
+ "printedName": "Hashable",
1565
+ "usr": "s:SH",
1566
+ "mangledName": "$sSH"
1567
+ },
1568
+ {
1569
+ "kind": "Conformance",
1570
+ "name": "CVarArg",
1571
+ "printedName": "CVarArg",
1572
+ "usr": "s:s7CVarArgP",
1573
+ "mangledName": "$ss7CVarArgP"
1574
+ },
1575
+ {
1576
+ "kind": "Conformance",
1577
+ "name": "_KeyValueCodingAndObservingPublishing",
1578
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1579
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1580
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1581
+ },
1582
+ {
1583
+ "kind": "Conformance",
1584
+ "name": "_KeyValueCodingAndObserving",
1585
+ "printedName": "_KeyValueCodingAndObserving",
1586
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1587
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1588
+ },
1589
+ {
1590
+ "kind": "Conformance",
1591
+ "name": "CustomStringConvertible",
1592
+ "printedName": "CustomStringConvertible",
1593
+ "usr": "s:s23CustomStringConvertibleP",
1594
+ "mangledName": "$ss23CustomStringConvertibleP"
1595
+ },
1596
+ {
1597
+ "kind": "Conformance",
1598
+ "name": "CustomDebugStringConvertible",
1599
+ "printedName": "CustomDebugStringConvertible",
1600
+ "usr": "s:s28CustomDebugStringConvertibleP",
1601
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1602
1602
  }
1603
1603
  ]
1604
1604
  },
@@ -3142,38 +3142,45 @@
3142
3142
  "length": 5,
3143
3143
  "value": "false"
3144
3144
  },
3145
+ {
3146
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
+ "kind": "BooleanLiteral",
3148
+ "offset": 3248,
3149
+ "length": 5,
3150
+ "value": "false"
3151
+ },
3145
3152
  {
3146
3153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
3154
  "kind": "Array",
3148
- "offset": 3231,
3155
+ "offset": 3910,
3149
3156
  "length": 203,
3150
3157
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3151
3158
  },
3152
3159
  {
3153
3160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3154
3161
  "kind": "IntegerLiteral",
3155
- "offset": 3471,
3162
+ "offset": 4150,
3156
3163
  "length": 1,
3157
3164
  "value": "0"
3158
3165
  },
3159
3166
  {
3160
3167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3161
3168
  "kind": "IntegerLiteral",
3162
- "offset": 3662,
3169
+ "offset": 4341,
3163
3170
  "length": 1,
3164
3171
  "value": "0"
3165
3172
  },
3166
3173
  {
3167
3174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3168
3175
  "kind": "BooleanLiteral",
3169
- "offset": 15020,
3176
+ "offset": 13225,
3170
3177
  "length": 4,
3171
3178
  "value": "true"
3172
3179
  },
3173
3180
  {
3174
3181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
3182
  "kind": "FloatLiteral",
3176
- "offset": 37872,
3183
+ "offset": 36561,
3177
3184
  "length": 3,
3178
3185
  "value": "0.7"
3179
3186
  },
@@ -3201,1407 +3208,1414 @@
3201
3208
  {
3202
3209
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3203
3210
  "kind": "StringLiteral",
3204
- "offset": 4287,
3211
+ "offset": 3238,
3212
+ "length": 17,
3213
+ "value": "\"audio.session.q\""
3214
+ },
3215
+ {
3216
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3217
+ "kind": "StringLiteral",
3218
+ "offset": 4380,
3205
3219
  "length": 19,
3206
3220
  "value": "\"swift.sound.queue\""
3207
3221
  },
3208
3222
  {
3209
3223
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3210
3224
  "kind": "Array",
3211
- "offset": 4344,
3225
+ "offset": 4437,
3212
3226
  "length": 2,
3213
3227
  "value": "[]"
3214
3228
  },
3215
3229
  {
3216
3230
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3217
3231
  "kind": "StringLiteral",
3218
- "offset": 17192,
3232
+ "offset": 17466,
3219
3233
  "length": 2,
3220
3234
  "value": "\"\""
3221
3235
  },
3222
3236
  {
3223
3237
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3224
3238
  "kind": "IntegerLiteral",
3225
- "offset": 19262,
3239
+ "offset": 19536,
3226
3240
  "length": 1,
3227
3241
  "value": "0"
3228
3242
  },
3229
3243
  {
3230
3244
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3231
3245
  "kind": "BooleanLiteral",
3232
- "offset": 19287,
3246
+ "offset": 19561,
3233
3247
  "length": 5,
3234
3248
  "value": "false"
3235
3249
  },
3236
3250
  {
3237
3251
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3238
3252
  "kind": "StringLiteral",
3239
- "offset": 19381,
3253
+ "offset": 19655,
3240
3254
  "length": 16,
3241
3255
  "value": "\"davtts.control\""
3242
3256
  },
3243
3257
  {
3244
3258
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3245
3259
  "kind": "BooleanLiteral",
3246
- "offset": 19458,
3260
+ "offset": 19732,
3247
3261
  "length": 5,
3248
3262
  "value": "false"
3249
3263
  },
3250
3264
  {
3251
3265
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3252
3266
  "kind": "BooleanLiteral",
3253
- "offset": 19492,
3267
+ "offset": 19766,
3254
3268
  "length": 5,
3255
3269
  "value": "false"
3256
3270
  },
3257
3271
  {
3258
3272
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3259
3273
  "kind": "IntegerLiteral",
3260
- "offset": 24666,
3274
+ "offset": 24940,
3261
3275
  "length": 6,
3262
3276
  "value": "16000"
3263
3277
  },
3264
3278
  {
3265
3279
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3266
3280
  "kind": "IntegerLiteral",
3267
- "offset": 24688,
3281
+ "offset": 24962,
3268
3282
  "length": 2,
3269
3283
  "value": "20"
3270
3284
  },
3271
3285
  {
3272
3286
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3273
3287
  "kind": "IntegerLiteral",
3274
- "offset": 26067,
3288
+ "offset": 26341,
3275
3289
  "length": 1,
3276
3290
  "value": "0"
3277
3291
  },
3278
3292
  {
3279
3293
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3280
3294
  "kind": "IntegerLiteral",
3281
- "offset": 26746,
3295
+ "offset": 27207,
3282
3296
  "length": 1,
3283
3297
  "value": "0"
3284
3298
  },
3285
3299
  {
3286
3300
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3287
3301
  "kind": "IntegerLiteral",
3288
- "offset": 26906,
3302
+ "offset": 27367,
3289
3303
  "length": 5,
3290
3304
  "value": "16000"
3291
3305
  },
3292
3306
  {
3293
3307
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3294
3308
  "kind": "IntegerLiteral",
3295
- "offset": 26983,
3309
+ "offset": 27444,
3296
3310
  "length": 2,
3297
3311
  "value": "-1"
3298
3312
  },
3299
3313
  {
3300
3314
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3301
3315
  "kind": "IntegerLiteral",
3302
- "offset": 27134,
3316
+ "offset": 27595,
3303
3317
  "length": 2,
3304
3318
  "value": "-1"
3305
3319
  },
3306
3320
  {
3307
3321
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3308
3322
  "kind": "StringLiteral",
3309
- "offset": 27754,
3323
+ "offset": 28215,
3310
3324
  "length": 3,
3311
3325
  "value": "\"_\""
3312
3326
  },
3313
3327
  {
3314
3328
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3315
3329
  "kind": "StringLiteral",
3316
- "offset": 27945,
3330
+ "offset": 28406,
3317
3331
  "length": 11,
3318
3332
  "value": "\"!.?,;:…\""
3319
3333
  },
3320
3334
  {
3321
3335
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3322
3336
  "kind": "IntegerLiteral",
3323
- "offset": 27999,
3337
+ "offset": 28460,
3324
3338
  "length": 1,
3325
3339
  "value": "1"
3326
3340
  },
3327
3341
  {
3328
3342
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3329
3343
  "kind": "StringLiteral",
3330
- "offset": 28056,
3344
+ "offset": 28517,
3331
3345
  "length": 45,
3332
3346
  "value": "\"endPunct == \""
3333
3347
  },
3334
3348
  {
3335
3349
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3336
3350
  "kind": "StringLiteral",
3337
- "offset": 28100,
3351
+ "offset": 28561,
3338
3352
  "length": 2,
3339
3353
  "value": "\"\""
3340
3354
  },
3341
3355
  {
3342
3356
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3343
3357
  "kind": "StringLiteral",
3344
- "offset": 28117,
3358
+ "offset": 28578,
3345
3359
  "length": 33,
3346
3360
  "value": "\"slice:'\""
3347
3361
  },
3348
3362
  {
3349
3363
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3350
3364
  "kind": "StringLiteral",
3351
- "offset": 28135,
3365
+ "offset": 28596,
3352
3366
  "length": 58,
3353
3367
  "value": "\"' lastScalar:\""
3354
3368
  },
3355
3369
  {
3356
3370
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3357
3371
  "kind": "IntegerLiteral",
3358
- "offset": 28190,
3372
+ "offset": 28651,
3359
3373
  "length": 2,
3360
3374
  "value": "-1"
3361
3375
  },
3362
3376
  {
3363
3377
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3364
3378
  "kind": "IntegerLiteral",
3365
- "offset": 28278,
3379
+ "offset": 28739,
3366
3380
  "length": 4,
3367
3381
  "value": "0x02"
3368
3382
  },
3369
3383
  {
3370
3384
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3371
3385
  "kind": "Array",
3372
- "offset": 28424,
3386
+ "offset": 28885,
3373
3387
  "length": 2,
3374
3388
  "value": "[]"
3375
3389
  },
3376
3390
  {
3377
3391
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3378
3392
  "kind": "IntegerLiteral",
3379
- "offset": 28518,
3393
+ "offset": 28979,
3380
3394
  "length": 1,
3381
3395
  "value": "0"
3382
3396
  },
3383
3397
  {
3384
3398
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3385
3399
  "kind": "IntegerLiteral",
3386
- "offset": 28704,
3400
+ "offset": 29165,
3387
3401
  "length": 1,
3388
3402
  "value": "0"
3389
3403
  },
3390
3404
  {
3391
3405
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3392
3406
  "kind": "IntegerLiteral",
3393
- "offset": 28755,
3407
+ "offset": 29216,
3394
3408
  "length": 1,
3395
3409
  "value": "0"
3396
3410
  },
3397
3411
  {
3398
3412
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3399
3413
  "kind": "IntegerLiteral",
3400
- "offset": 28864,
3414
+ "offset": 29325,
3401
3415
  "length": 1,
3402
3416
  "value": "0"
3403
3417
  },
3404
3418
  {
3405
3419
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3406
3420
  "kind": "IntegerLiteral",
3407
- "offset": 28993,
3421
+ "offset": 29454,
3408
3422
  "length": 1,
3409
3423
  "value": "1"
3410
3424
  },
3411
3425
  {
3412
3426
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3413
3427
  "kind": "StringLiteral",
3414
- "offset": 29585,
3428
+ "offset": 30046,
3415
3429
  "length": 16,
3416
3430
  "value": "\"terminator == \""
3417
3431
  },
3418
3432
  {
3419
3433
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3420
3434
  "kind": "IntegerLiteral",
3421
- "offset": 29648,
3435
+ "offset": 30109,
3422
3436
  "length": 6,
3423
3437
  "value": "589864"
3424
3438
  },
3425
3439
  {
3426
3440
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3427
3441
  "kind": "IntegerLiteral",
3428
- "offset": 30042,
3442
+ "offset": 30503,
3429
3443
  "length": 1,
3430
3444
  "value": "1"
3431
3445
  },
3432
3446
  {
3433
3447
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3434
3448
  "kind": "StringLiteral",
3435
- "offset": 30079,
3449
+ "offset": 30540,
3436
3450
  "length": 51,
3437
3451
  "value": "\"✅ Full cString: \"\""
3438
3452
  },
3439
3453
  {
3440
3454
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3441
3455
  "kind": "StringLiteral",
3442
- "offset": 30127,
3456
+ "offset": 30588,
3443
3457
  "length": 1,
3444
3458
  "value": "\"\"\""
3445
3459
  },
3446
3460
  {
3447
3461
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3448
3462
  "kind": "StringLiteral",
3449
- "offset": 30166,
3463
+ "offset": 30627,
3450
3464
  "length": 62,
3451
3465
  "value": "\"🔢 inputPtr offset from base: \""
3452
3466
  },
3453
3467
  {
3454
3468
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3455
3469
  "kind": "StringLiteral",
3456
- "offset": 30208,
3470
+ "offset": 30669,
3457
3471
  "length": 1,
3458
3472
  "value": "\" (index = \""
3459
3473
  },
3460
3474
  {
3461
3475
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3462
3476
  "kind": "StringLiteral",
3463
- "offset": 30226,
3477
+ "offset": 30687,
3464
3478
  "length": 1,
3465
3479
  "value": "\")\""
3466
3480
  },
3467
3481
  {
3468
3482
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3469
3483
  "kind": "IntegerLiteral",
3470
- "offset": 30274,
3484
+ "offset": 30735,
3471
3485
  "length": 1,
3472
3486
  "value": "0"
3473
3487
  },
3474
3488
  {
3475
3489
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3476
3490
  "kind": "StringLiteral",
3477
- "offset": 30466,
3491
+ "offset": 30927,
3478
3492
  "length": 64,
3479
3493
  "value": "\"🔍 Backward index \""
3480
3494
  },
3481
3495
  {
3482
3496
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3483
3497
  "kind": "StringLiteral",
3484
- "offset": 30495,
3498
+ "offset": 30956,
3485
3499
  "length": 1,
3486
3500
  "value": "\": byte = \""
3487
3501
  },
3488
3502
  {
3489
3503
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3490
3504
  "kind": "StringLiteral",
3491
- "offset": 30511,
3505
+ "offset": 30972,
3492
3506
  "length": 1,
3493
3507
  "value": "\", char = '\""
3494
3508
  },
3495
3509
  {
3496
3510
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3497
3511
  "kind": "StringLiteral",
3498
- "offset": 30528,
3512
+ "offset": 30989,
3499
3513
  "length": 3,
3500
3514
  "value": "\"'\""
3501
3515
  },
3502
3516
  {
3503
3517
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3504
3518
  "kind": "StringLiteral",
3505
- "offset": 30667,
3519
+ "offset": 31128,
3506
3520
  "length": 57,
3507
3521
  "value": "\"✅ Found terminating char: '\""
3508
3522
  },
3509
3523
  {
3510
3524
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3511
3525
  "kind": "StringLiteral",
3512
- "offset": 30704,
3526
+ "offset": 31165,
3513
3527
  "length": 21,
3514
3528
  "value": "\"' at index \""
3515
3529
  },
3516
3530
  {
3517
3531
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3518
3532
  "kind": "StringLiteral",
3519
- "offset": 30723,
3533
+ "offset": 31184,
3520
3534
  "length": 2,
3521
3535
  "value": "\"\""
3522
3536
  },
3523
3537
  {
3524
3538
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3525
3539
  "kind": "IntegerLiteral",
3526
- "offset": 30910,
3540
+ "offset": 31371,
3527
3541
  "length": 1,
3528
3542
  "value": "1"
3529
3543
  },
3530
3544
  {
3531
3545
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3532
3546
  "kind": "IntegerLiteral",
3533
- "offset": 30982,
3547
+ "offset": 31443,
3534
3548
  "length": 1,
3535
3549
  "value": "0"
3536
3550
  },
3537
3551
  {
3538
3552
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3539
3553
  "kind": "StringLiteral",
3540
- "offset": 31024,
3554
+ "offset": 31485,
3541
3555
  "length": 66,
3542
3556
  "value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
3543
3557
  },
3544
3558
  {
3545
3559
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3546
3560
  "kind": "StringLiteral",
3547
- "offset": 31412,
3561
+ "offset": 31873,
3548
3562
  "length": 50,
3549
3563
  "value": "\"ptr == nil → using last character of cString =\""
3550
3564
  },
3551
3565
  {
3552
3566
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3553
3567
  "kind": "StringLiteral",
3554
- "offset": 31747,
3568
+ "offset": 32208,
3555
3569
  "length": 38,
3556
3570
  "value": "\"[swift-dav] [debug] Parsed phonemes:\""
3557
3571
  },
3558
3572
  {
3559
3573
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3560
3574
  "kind": "StringLiteral",
3561
- "offset": 31811,
3575
+ "offset": 32272,
3562
3576
  "length": 54,
3563
3577
  "value": "\"[swift-dav] [debug] Phoneme count: \""
3564
3578
  },
3565
3579
  {
3566
3580
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3567
3581
  "kind": "StringLiteral",
3568
- "offset": 31864,
3582
+ "offset": 32325,
3569
3583
  "length": 2,
3570
3584
  "value": "\"\""
3571
3585
  },
3572
3586
  {
3573
3587
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3574
3588
  "kind": "StringLiteral",
3575
- "offset": 31882,
3589
+ "offset": 32343,
3576
3590
  "length": 42,
3577
3591
  "value": "\"[swift-dav] [debug] Converting to IDs...\""
3578
3592
  },
3579
3593
  {
3580
3594
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3581
3595
  "kind": "StringLiteral",
3582
- "offset": 32006,
3596
+ "offset": 32467,
3583
3597
  "length": 51,
3584
3598
  "value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
3585
3599
  },
3586
3600
  {
3587
3601
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3588
3602
  "kind": "StringLiteral",
3589
- "offset": 32056,
3603
+ "offset": 32517,
3590
3604
  "length": 2,
3591
3605
  "value": "\"\""
3592
3606
  },
3593
3607
  {
3594
3608
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3595
3609
  "kind": "StringLiteral",
3596
- "offset": 32325,
3610
+ "offset": 32786,
3597
3611
  "length": 12,
3598
3612
  "value": "\"DaVoiceTTS\""
3599
3613
  },
3600
3614
  {
3601
3615
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3602
3616
  "kind": "IntegerLiteral",
3603
- "offset": 32371,
3617
+ "offset": 32832,
3604
3618
  "length": 1,
3605
3619
  "value": "3"
3606
3620
  },
3607
3621
  {
3608
3622
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3609
3623
  "kind": "StringLiteral",
3610
- "offset": 32475,
3624
+ "offset": 32936,
3611
3625
  "length": 43,
3612
3626
  "value": "\"No valid phoneme IDs found for input text\""
3613
3627
  },
3614
3628
  {
3615
3629
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3616
3630
  "kind": "StringLiteral",
3617
- "offset": 32546,
3631
+ "offset": 33007,
3618
3632
  "length": 21,
3619
3633
  "value": "\"Phoneme IDs: \""
3620
3634
  },
3621
3635
  {
3622
3636
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3623
3637
  "kind": "StringLiteral",
3624
- "offset": 32566,
3638
+ "offset": 33027,
3625
3639
  "length": 2,
3626
3640
  "value": "\"\""
3627
3641
  },
3628
3642
  {
3629
3643
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3630
3644
  "kind": "IntegerLiteral",
3631
- "offset": 32823,
3645
+ "offset": 33284,
3632
3646
  "length": 1,
3633
3647
  "value": "1"
3634
3648
  },
3635
3649
  {
3636
3650
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3637
3651
  "kind": "Array",
3638
- "offset": 33090,
3652
+ "offset": 33551,
3639
3653
  "length": 3,
3640
3654
  "value": "[1]"
3641
3655
  },
3642
3656
  {
3643
3657
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3644
3658
  "kind": "StringLiteral",
3645
- "offset": 33600,
3659
+ "offset": 34061,
3646
3660
  "length": 6,
3647
3661
  "value": "\"json\""
3648
3662
  },
3649
3663
  {
3650
3664
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3651
3665
  "kind": "FloatLiteral",
3652
- "offset": 33789,
3666
+ "offset": 34250,
3653
3667
  "length": 4,
3654
3668
  "value": "0.95"
3655
3669
  },
3656
3670
  {
3657
3671
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3658
3672
  "kind": "FloatLiteral",
3659
- "offset": 33796,
3673
+ "offset": 34257,
3660
3674
  "length": 4,
3661
3675
  "value": "1.05"
3662
3676
  },
3663
3677
  {
3664
3678
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3665
3679
  "kind": "FloatLiteral",
3666
- "offset": 33841,
3680
+ "offset": 34302,
3667
3681
  "length": 4,
3668
3682
  "value": "0.97"
3669
3683
  },
3670
3684
  {
3671
3685
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3672
3686
  "kind": "FloatLiteral",
3673
- "offset": 33848,
3687
+ "offset": 34309,
3674
3688
  "length": 4,
3675
3689
  "value": "1.03"
3676
3690
  },
3677
3691
  {
3678
3692
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3679
3693
  "kind": "FloatLiteral",
3680
- "offset": 33893,
3694
+ "offset": 34354,
3681
3695
  "length": 4,
3682
3696
  "value": "0.95"
3683
3697
  },
3684
3698
  {
3685
3699
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3686
3700
  "kind": "FloatLiteral",
3687
- "offset": 33900,
3701
+ "offset": 34361,
3688
3702
  "length": 4,
3689
3703
  "value": "1.06"
3690
3704
  },
3691
3705
  {
3692
3706
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3693
3707
  "kind": "IntegerLiteral",
3694
- "offset": 33994,
3708
+ "offset": 34455,
3695
3709
  "length": 1,
3696
3710
  "value": "1"
3697
3711
  },
3698
3712
  {
3699
3713
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3700
3714
  "kind": "FloatLiteral",
3701
- "offset": 34011,
3715
+ "offset": 34472,
3702
3716
  "length": 4,
3703
3717
  "value": "0.94"
3704
3718
  },
3705
3719
  {
3706
3720
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3707
3721
  "kind": "FloatLiteral",
3708
- "offset": 34017,
3722
+ "offset": 34478,
3709
3723
  "length": 4,
3710
3724
  "value": "0.94"
3711
3725
  },
3712
3726
  {
3713
3727
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3714
3728
  "kind": "FloatLiteral",
3715
- "offset": 34023,
3729
+ "offset": 34484,
3716
3730
  "length": 4,
3717
3731
  "value": "1.06"
3718
3732
  },
3719
3733
  {
3720
3734
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3721
3735
  "kind": "IntegerLiteral",
3722
- "offset": 34084,
3736
+ "offset": 34545,
3723
3737
  "length": 1,
3724
3738
  "value": "2"
3725
3739
  },
3726
3740
  {
3727
3741
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3728
3742
  "kind": "FloatLiteral",
3729
- "offset": 34101,
3743
+ "offset": 34562,
3730
3744
  "length": 4,
3731
3745
  "value": "0.96"
3732
3746
  },
3733
3747
  {
3734
3748
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3735
3749
  "kind": "FloatLiteral",
3736
- "offset": 34107,
3750
+ "offset": 34568,
3737
3751
  "length": 4,
3738
3752
  "value": "0.94"
3739
3753
  },
3740
3754
  {
3741
3755
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3742
3756
  "kind": "FloatLiteral",
3743
- "offset": 34113,
3757
+ "offset": 34574,
3744
3758
  "length": 4,
3745
3759
  "value": "1.06"
3746
3760
  },
3747
3761
  {
3748
3762
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3749
3763
  "kind": "IntegerLiteral",
3750
- "offset": 34136,
3764
+ "offset": 34597,
3751
3765
  "length": 1,
3752
3766
  "value": "3"
3753
3767
  },
3754
3768
  {
3755
3769
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3756
3770
  "kind": "FloatLiteral",
3757
- "offset": 34153,
3771
+ "offset": 34614,
3758
3772
  "length": 4,
3759
3773
  "value": "0.98"
3760
3774
  },
3761
3775
  {
3762
3776
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3763
3777
  "kind": "FloatLiteral",
3764
- "offset": 34159,
3778
+ "offset": 34620,
3765
3779
  "length": 4,
3766
3780
  "value": "0.94"
3767
3781
  },
3768
3782
  {
3769
3783
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3770
3784
  "kind": "FloatLiteral",
3771
- "offset": 34165,
3785
+ "offset": 34626,
3772
3786
  "length": 4,
3773
3787
  "value": "1.06"
3774
3788
  },
3775
3789
  {
3776
3790
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3777
3791
  "kind": "IntegerLiteral",
3778
- "offset": 34188,
3792
+ "offset": 34649,
3779
3793
  "length": 1,
3780
3794
  "value": "4"
3781
3795
  },
3782
3796
  {
3783
3797
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3784
3798
  "kind": "FloatLiteral",
3785
- "offset": 34205,
3799
+ "offset": 34666,
3786
3800
  "length": 4,
3787
3801
  "value": "0.99"
3788
3802
  },
3789
3803
  {
3790
3804
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3791
3805
  "kind": "FloatLiteral",
3792
- "offset": 34211,
3806
+ "offset": 34672,
3793
3807
  "length": 4,
3794
3808
  "value": "0.94"
3795
3809
  },
3796
3810
  {
3797
3811
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3798
3812
  "kind": "FloatLiteral",
3799
- "offset": 34217,
3813
+ "offset": 34678,
3800
3814
  "length": 4,
3801
3815
  "value": "1.06"
3802
3816
  },
3803
3817
  {
3804
3818
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3805
3819
  "kind": "IntegerLiteral",
3806
- "offset": 34240,
3820
+ "offset": 34701,
3807
3821
  "length": 1,
3808
3822
  "value": "5"
3809
3823
  },
3810
3824
  {
3811
3825
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3812
3826
  "kind": "IntegerLiteral",
3813
- "offset": 34244,
3827
+ "offset": 34705,
3814
3828
  "length": 1,
3815
3829
  "value": "6"
3816
3830
  },
3817
3831
  {
3818
3832
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3819
3833
  "kind": "FloatLiteral",
3820
- "offset": 34260,
3834
+ "offset": 34721,
3821
3835
  "length": 4,
3822
3836
  "value": "1.00"
3823
3837
  },
3824
3838
  {
3825
3839
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3826
3840
  "kind": "FloatLiteral",
3827
- "offset": 34266,
3841
+ "offset": 34727,
3828
3842
  "length": 4,
3829
3843
  "value": "0.94"
3830
3844
  },
3831
3845
  {
3832
3846
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3833
3847
  "kind": "FloatLiteral",
3834
- "offset": 34272,
3848
+ "offset": 34733,
3835
3849
  "length": 4,
3836
3850
  "value": "1.06"
3837
3851
  },
3838
3852
  {
3839
3853
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3840
3854
  "kind": "IntegerLiteral",
3841
- "offset": 34295,
3855
+ "offset": 34756,
3842
3856
  "length": 1,
3843
3857
  "value": "7"
3844
3858
  },
3845
3859
  {
3846
3860
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3847
3861
  "kind": "IntegerLiteral",
3848
- "offset": 34299,
3862
+ "offset": 34760,
3849
3863
  "length": 2,
3850
3864
  "value": "12"
3851
3865
  },
3852
3866
  {
3853
3867
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3854
3868
  "kind": "FloatLiteral",
3855
- "offset": 34316,
3869
+ "offset": 34777,
3856
3870
  "length": 4,
3857
3871
  "value": "1.02"
3858
3872
  },
3859
3873
  {
3860
3874
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3861
3875
  "kind": "FloatLiteral",
3862
- "offset": 34322,
3876
+ "offset": 34783,
3863
3877
  "length": 4,
3864
3878
  "value": "0.94"
3865
3879
  },
3866
3880
  {
3867
3881
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3868
3882
  "kind": "FloatLiteral",
3869
- "offset": 34328,
3883
+ "offset": 34789,
3870
3884
  "length": 4,
3871
3885
  "value": "1.06"
3872
3886
  },
3873
3887
  {
3874
3888
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3875
3889
  "kind": "IntegerLiteral",
3876
- "offset": 34351,
3890
+ "offset": 34812,
3877
3891
  "length": 2,
3878
3892
  "value": "13"
3879
3893
  },
3880
3894
  {
3881
3895
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3882
3896
  "kind": "IntegerLiteral",
3883
- "offset": 34356,
3897
+ "offset": 34817,
3884
3898
  "length": 2,
3885
3899
  "value": "18"
3886
3900
  },
3887
3901
  {
3888
3902
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3889
3903
  "kind": "FloatLiteral",
3890
- "offset": 34373,
3904
+ "offset": 34834,
3891
3905
  "length": 4,
3892
3906
  "value": "1.04"
3893
3907
  },
3894
3908
  {
3895
3909
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3896
3910
  "kind": "FloatLiteral",
3897
- "offset": 34379,
3911
+ "offset": 34840,
3898
3912
  "length": 4,
3899
3913
  "value": "0.94"
3900
3914
  },
3901
3915
  {
3902
3916
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3903
3917
  "kind": "FloatLiteral",
3904
- "offset": 34385,
3918
+ "offset": 34846,
3905
3919
  "length": 4,
3906
3920
  "value": "1.06"
3907
3921
  },
3908
3922
  {
3909
3923
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3910
3924
  "kind": "FloatLiteral",
3911
- "offset": 34425,
3925
+ "offset": 34886,
3912
3926
  "length": 4,
3913
3927
  "value": "1.06"
3914
3928
  },
3915
3929
  {
3916
3930
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3917
3931
  "kind": "FloatLiteral",
3918
- "offset": 34431,
3932
+ "offset": 34892,
3919
3933
  "length": 4,
3920
3934
  "value": "0.94"
3921
3935
  },
3922
3936
  {
3923
3937
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3924
3938
  "kind": "FloatLiteral",
3925
- "offset": 34437,
3939
+ "offset": 34898,
3926
3940
  "length": 4,
3927
3941
  "value": "1.06"
3928
3942
  },
3929
3943
  {
3930
3944
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3931
3945
  "kind": "FloatLiteral",
3932
- "offset": 34535,
3946
+ "offset": 34996,
3933
3947
  "length": 5,
3934
3948
  "value": "0.667"
3935
3949
  },
3936
3950
  {
3937
3951
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3938
3952
  "kind": "FloatLiteral",
3939
- "offset": 34543,
3953
+ "offset": 35004,
3940
3954
  "length": 3,
3941
3955
  "value": "2.0"
3942
3956
  },
3943
3957
  {
3944
3958
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3945
3959
  "kind": "FloatLiteral",
3946
- "offset": 34575,
3960
+ "offset": 35036,
3947
3961
  "length": 3,
3948
3962
  "value": "1.0"
3949
3963
  },
3950
3964
  {
3951
3965
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3952
3966
  "kind": "FloatLiteral",
3953
- "offset": 34607,
3967
+ "offset": 35068,
3954
3968
  "length": 3,
3955
3969
  "value": "0.8"
3956
3970
  },
3957
3971
  {
3958
3972
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3959
3973
  "kind": "FloatLiteral",
3960
- "offset": 34613,
3974
+ "offset": 35074,
3961
3975
  "length": 3,
3962
3976
  "value": "2.0"
3963
3977
  },
3964
3978
  {
3965
3979
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3966
3980
  "kind": "StringLiteral",
3967
- "offset": 34632,
3981
+ "offset": 35093,
3968
3982
  "length": 25,
3969
3983
  "value": "\"endPunct == \""
3970
3984
  },
3971
3985
  {
3972
3986
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3973
3987
  "kind": "StringLiteral",
3974
- "offset": 34656,
3988
+ "offset": 35117,
3975
3989
  "length": 2,
3976
3990
  "value": "\"\""
3977
3991
  },
3978
3992
  {
3979
3993
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3980
3994
  "kind": "StringLiteral",
3981
- "offset": 34714,
3995
+ "offset": 35175,
3982
3996
  "length": 45,
3983
3997
  "value": "\"endPunct == \""
3984
3998
  },
3985
3999
  {
3986
4000
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3987
4001
  "kind": "StringLiteral",
3988
- "offset": 34758,
4002
+ "offset": 35219,
3989
4003
  "length": 2,
3990
4004
  "value": "\"\""
3991
4005
  },
3992
4006
  {
3993
4007
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
3994
4008
  "kind": "StringLiteral",
3995
- "offset": 34808,
4009
+ "offset": 35269,
3996
4010
  "length": 3,
3997
4011
  "value": "\".\""
3998
4012
  },
3999
4013
  {
4000
4014
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4001
4015
  "kind": "FloatLiteral",
4002
- "offset": 34839,
4016
+ "offset": 35300,
4003
4017
  "length": 4,
4004
4018
  "value": "1.35"
4005
4019
  },
4006
4020
  {
4007
4021
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4008
4022
  "kind": "StringLiteral",
4009
- "offset": 34861,
4023
+ "offset": 35322,
4010
4024
  "length": 3,
4011
4025
  "value": "\"?\""
4012
4026
  },
4013
4027
  {
4014
4028
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4015
4029
  "kind": "FloatLiteral",
4016
- "offset": 34892,
4030
+ "offset": 35353,
4017
4031
  "length": 4,
4018
4032
  "value": "1.35"
4019
4033
  },
4020
4034
  {
4021
4035
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4022
4036
  "kind": "StringLiteral",
4023
- "offset": 34914,
4037
+ "offset": 35375,
4024
4038
  "length": 3,
4025
4039
  "value": "\"!\""
4026
4040
  },
4027
4041
  {
4028
4042
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4029
4043
  "kind": "FloatLiteral",
4030
- "offset": 34951,
4044
+ "offset": 35412,
4031
4045
  "length": 3,
4032
4046
  "value": "3.0"
4033
4047
  },
4034
4048
  {
4035
4049
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4036
4050
  "kind": "FloatLiteral",
4037
- "offset": 34957,
4051
+ "offset": 35418,
4038
4052
  "length": 3,
4039
4053
  "value": "4.0"
4040
4054
  },
4041
4055
  {
4042
4056
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4043
4057
  "kind": "FloatLiteral",
4044
- "offset": 34995,
4058
+ "offset": 35456,
4045
4059
  "length": 3,
4046
4060
  "value": "3.0"
4047
4061
  },
4048
4062
  {
4049
4063
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4050
4064
  "kind": "FloatLiteral",
4051
- "offset": 35001,
4065
+ "offset": 35462,
4052
4066
  "length": 3,
4053
4067
  "value": "4.0"
4054
4068
  },
4055
4069
  {
4056
4070
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4057
4071
  "kind": "IntegerLiteral",
4058
- "offset": 35118,
4072
+ "offset": 35579,
4059
4073
  "length": 1,
4060
4074
  "value": "1"
4061
4075
  },
4062
4076
  {
4063
4077
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4064
4078
  "kind": "IntegerLiteral",
4065
- "offset": 35122,
4079
+ "offset": 35583,
4066
4080
  "length": 1,
4067
4081
  "value": "6"
4068
4082
  },
4069
4083
  {
4070
4084
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4071
4085
  "kind": "FloatLiteral",
4072
- "offset": 35159,
4086
+ "offset": 35620,
4073
4087
  "length": 3,
4074
4088
  "value": "1.4"
4075
4089
  },
4076
4090
  {
4077
4091
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4078
4092
  "kind": "FloatLiteral",
4079
- "offset": 35266,
4093
+ "offset": 35727,
4080
4094
  "length": 4,
4081
4095
  "value": "1.35"
4082
4096
  },
4083
4097
  {
4084
4098
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4085
4099
  "kind": "StringLiteral",
4086
- "offset": 35361,
4100
+ "offset": 35822,
4087
4101
  "length": 3,
4088
4102
  "value": "\",\""
4089
4103
  },
4090
4104
  {
4091
4105
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4092
4106
  "kind": "FloatLiteral",
4093
- "offset": 35460,
4107
+ "offset": 35921,
4094
4108
  "length": 3,
4095
4109
  "value": "1.4"
4096
4110
  },
4097
4111
  {
4098
4112
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4099
4113
  "kind": "StringLiteral",
4100
- "offset": 35481,
4114
+ "offset": 35942,
4101
4115
  "length": 3,
4102
4116
  "value": "\";\""
4103
4117
  },
4104
4118
  {
4105
4119
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4106
4120
  "kind": "StringLiteral",
4107
- "offset": 35486,
4121
+ "offset": 35947,
4108
4122
  "length": 3,
4109
4123
  "value": "\":\""
4110
4124
  },
4111
4125
  {
4112
4126
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4113
4127
  "kind": "FloatLiteral",
4114
- "offset": 35517,
4128
+ "offset": 35978,
4115
4129
  "length": 3,
4116
4130
  "value": "1.4"
4117
4131
  },
4118
4132
  {
4119
4133
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4120
4134
  "kind": "StringLiteral",
4121
- "offset": 35538,
4135
+ "offset": 35999,
4122
4136
  "length": 5,
4123
4137
  "value": "\"…\""
4124
4138
  },
4125
4139
  {
4126
4140
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4127
4141
  "kind": "FloatLiteral",
4128
- "offset": 35607,
4142
+ "offset": 36068,
4129
4143
  "length": 3,
4130
4144
  "value": "1.4"
4131
4145
  },
4132
4146
  {
4133
4147
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4134
4148
  "kind": "FloatLiteral",
4135
- "offset": 35658,
4149
+ "offset": 36119,
4136
4150
  "length": 3,
4137
4151
  "value": "1.4"
4138
4152
  },
4139
4153
  {
4140
4154
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4141
4155
  "kind": "FloatLiteral",
4142
- "offset": 35743,
4156
+ "offset": 36204,
4143
4157
  "length": 3,
4144
4158
  "value": "1.4"
4145
4159
  },
4146
4160
  {
4147
4161
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4148
4162
  "kind": "StringLiteral",
4149
- "offset": 35965,
4163
+ "offset": 36426,
4150
4164
  "length": 29,
4151
4165
  "value": "\"scalesArray: \""
4152
4166
  },
4153
4167
  {
4154
4168
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4155
4169
  "kind": "StringLiteral",
4156
- "offset": 35993,
4170
+ "offset": 36454,
4157
4171
  "length": 2,
4158
4172
  "value": "\"\""
4159
4173
  },
4160
4174
  {
4161
4175
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4162
4176
  "kind": "Array",
4163
- "offset": 36229,
4177
+ "offset": 36690,
4164
4178
  "length": 3,
4165
4179
  "value": "[3]"
4166
4180
  },
4167
4181
  {
4168
4182
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4169
4183
  "kind": "StringLiteral",
4170
- "offset": 36258,
4184
+ "offset": 36719,
4171
4185
  "length": 16,
4172
4186
  "value": "\"Model inputs :\""
4173
4187
  },
4174
4188
  {
4175
4189
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4176
4190
  "kind": "StringLiteral",
4177
- "offset": 36316,
4191
+ "offset": 36777,
4178
4192
  "length": 16,
4179
4193
  "value": "\"Model outputs:\""
4180
4194
  },
4181
4195
  {
4182
4196
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4183
4197
  "kind": "Array",
4184
- "offset": 36677,
4198
+ "offset": 37138,
4185
4199
  "length": 3,
4186
4200
  "value": "[1]"
4187
4201
  },
4188
4202
  {
4189
4203
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4190
4204
  "kind": "StringLiteral",
4191
- "offset": 36835,
4205
+ "offset": 37296,
4192
4206
  "length": 7,
4193
4207
  "value": "\"input\""
4194
4208
  },
4195
4209
  {
4196
4210
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4197
4211
  "kind": "StringLiteral",
4198
- "offset": 36867,
4212
+ "offset": 37328,
4199
4213
  "length": 15,
4200
4214
  "value": "\"input_lengths\""
4201
4215
  },
4202
4216
  {
4203
4217
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4204
4218
  "kind": "StringLiteral",
4205
- "offset": 36916,
4219
+ "offset": 37377,
4206
4220
  "length": 8,
4207
4221
  "value": "\"scales\""
4208
4222
  },
4209
4223
  {
4210
4224
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4211
4225
  "kind": "StringLiteral",
4212
- "offset": 36980,
4226
+ "offset": 37441,
4213
4227
  "length": 5,
4214
4228
  "value": "\"sid\""
4215
4229
  },
4216
4230
  {
4217
4231
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4218
4232
  "kind": "StringLiteral",
4219
- "offset": 37008,
4233
+ "offset": 37469,
4220
4234
  "length": 5,
4221
4235
  "value": "\"sid\""
4222
4236
  },
4223
4237
  {
4224
4238
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4225
4239
  "kind": "IntegerLiteral",
4226
- "offset": 37107,
4240
+ "offset": 37568,
4227
4241
  "length": 2,
4228
4242
  "value": "-1"
4229
4243
  },
4230
4244
  {
4231
4245
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4232
4246
  "kind": "Array",
4233
- "offset": 37300,
4247
+ "offset": 37761,
4234
4248
  "length": 10,
4235
4249
  "value": "[\"output\"]"
4236
4250
  },
4237
4251
  {
4238
4252
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4239
4253
  "kind": "IntegerLiteral",
4240
- "offset": 37506,
4254
+ "offset": 37967,
4241
4255
  "length": 13,
4242
4256
  "value": "1000000000"
4243
4257
  },
4244
4258
  {
4245
4259
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4246
4260
  "kind": "IntegerLiteral",
4247
- "offset": 37576,
4261
+ "offset": 38037,
4248
4262
  "length": 4,
4249
4263
  "value": "1000"
4250
4264
  },
4251
4265
  {
4252
4266
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4253
4267
  "kind": "IntegerLiteral",
4254
- "offset": 37614,
4268
+ "offset": 38075,
4255
4269
  "length": 4,
4256
4270
  "value": "1000"
4257
4271
  },
4258
4272
  {
4259
4273
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4260
4274
  "kind": "StringLiteral",
4261
- "offset": 37699,
4275
+ "offset": 38160,
4262
4276
  "length": 26,
4263
4277
  "value": "\"Inference time: %d.%03ds\""
4264
4278
  },
4265
4279
  {
4266
4280
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4267
4281
  "kind": "IntegerLiteral",
4268
- "offset": 37821,
4282
+ "offset": 38282,
4269
4283
  "length": 2,
4270
4284
  "value": "-1"
4271
4285
  },
4272
4286
  {
4273
4287
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4274
4288
  "kind": "StringLiteral",
4275
- "offset": 37842,
4289
+ "offset": 38303,
4276
4290
  "length": 14,
4277
4291
  "value": "\"Output keys:\""
4278
4292
  },
4279
4293
  {
4280
4294
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4281
4295
  "kind": "StringLiteral",
4282
- "offset": 37942,
4296
+ "offset": 38403,
4283
4297
  "length": 8,
4284
4298
  "value": "\"output\""
4285
4299
  },
4286
4300
  {
4287
4301
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4288
4302
  "kind": "StringLiteral",
4289
- "offset": 37993,
4303
+ "offset": 38454,
4290
4304
  "length": 12,
4291
4305
  "value": "\"DaVoiceTTS\""
4292
4306
  },
4293
4307
  {
4294
4308
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4295
4309
  "kind": "IntegerLiteral",
4296
- "offset": 38013,
4310
+ "offset": 38474,
4297
4311
  "length": 1,
4298
4312
  "value": "4"
4299
4313
  },
4300
4314
  {
4301
4315
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4302
4316
  "kind": "StringLiteral",
4303
- "offset": 38080,
4317
+ "offset": 38541,
4304
4318
  "length": 25,
4305
4319
  "value": "\"'output' tensor missing\""
4306
4320
  },
4307
4321
  {
4308
4322
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4309
4323
  "kind": "IntegerLiteral",
4310
- "offset": 38299,
4324
+ "offset": 38760,
4311
4325
  "length": 1,
4312
4326
  "value": "0"
4313
4327
  },
4314
4328
  {
4315
4329
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4316
4330
  "kind": "IntegerLiteral",
4317
- "offset": 38816,
4331
+ "offset": 39277,
4318
4332
  "length": 1,
4319
4333
  "value": "0"
4320
4334
  },
4321
4335
  {
4322
4336
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4323
4337
  "kind": "IntegerLiteral",
4324
- "offset": 39020,
4338
+ "offset": 39481,
4325
4339
  "length": 6,
4326
4340
  "value": "16000"
4327
4341
  },
4328
4342
  {
4329
4343
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4330
4344
  "kind": "IntegerLiteral",
4331
- "offset": 39038,
4345
+ "offset": 39499,
4332
4346
  "length": 1,
4333
4347
  "value": "1"
4334
4348
  },
4335
4349
  {
4336
4350
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4337
4351
  "kind": "StringLiteral",
4338
- "offset": 39735,
4352
+ "offset": 40196,
4339
4353
  "length": 22,
4340
4354
  "value": "\"Resample error: \""
4341
4355
  },
4342
4356
  {
4343
4357
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4344
4358
  "kind": "StringLiteral",
4345
- "offset": 39756,
4359
+ "offset": 40217,
4346
4360
  "length": 4,
4347
4361
  "value": "\"\""
4348
4362
  },
4349
4363
  {
4350
4364
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4351
4365
  "kind": "StringLiteral",
4352
- "offset": 39978,
4366
+ "offset": 40439,
4353
4367
  "length": 3,
4354
4368
  "value": "\"?\""
4355
4369
  },
4356
4370
  {
4357
4371
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4358
4372
  "kind": "IntegerLiteral",
4359
- "offset": 40008,
4373
+ "offset": 40469,
4360
4374
  "length": 2,
4361
4375
  "value": "80"
4362
4376
  },
4363
4377
  {
4364
4378
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4365
4379
  "kind": "IntegerLiteral",
4366
- "offset": 40013,
4380
+ "offset": 40474,
4367
4381
  "length": 3,
4368
4382
  "value": "120"
4369
4383
  },
4370
4384
  {
4371
4385
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4372
4386
  "kind": "StringLiteral",
4373
- "offset": 40035,
4387
+ "offset": 40496,
4374
4388
  "length": 3,
4375
4389
  "value": "\".\""
4376
4390
  },
4377
4391
  {
4378
4392
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4379
4393
  "kind": "IntegerLiteral",
4380
- "offset": 40065,
4394
+ "offset": 40526,
4381
4395
  "length": 2,
4382
4396
  "value": "50"
4383
4397
  },
4384
4398
  {
4385
4399
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4386
4400
  "kind": "IntegerLiteral",
4387
- "offset": 40070,
4401
+ "offset": 40531,
4388
4402
  "length": 2,
4389
4403
  "value": "90"
4390
4404
  },
4391
4405
  {
4392
4406
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4393
4407
  "kind": "StringLiteral",
4394
- "offset": 40091,
4408
+ "offset": 40552,
4395
4409
  "length": 3,
4396
4410
  "value": "\"!\""
4397
4411
  },
4398
4412
  {
4399
4413
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4400
4414
  "kind": "IntegerLiteral",
4401
- "offset": 40121,
4415
+ "offset": 40582,
4402
4416
  "length": 2,
4403
4417
  "value": "60"
4404
4418
  },
4405
4419
  {
4406
4420
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4407
4421
  "kind": "IntegerLiteral",
4408
- "offset": 40126,
4422
+ "offset": 40587,
4409
4423
  "length": 2,
4410
4424
  "value": "90"
4411
4425
  },
4412
4426
  {
4413
4427
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4414
4428
  "kind": "StringLiteral",
4415
- "offset": 40147,
4429
+ "offset": 40608,
4416
4430
  "length": 3,
4417
4431
  "value": "\",\""
4418
4432
  },
4419
4433
  {
4420
4434
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4421
4435
  "kind": "IntegerLiteral",
4422
- "offset": 40177,
4436
+ "offset": 40638,
4423
4437
  "length": 2,
4424
4438
  "value": "50"
4425
4439
  },
4426
4440
  {
4427
4441
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4428
4442
  "kind": "IntegerLiteral",
4429
- "offset": 40182,
4443
+ "offset": 40643,
4430
4444
  "length": 2,
4431
4445
  "value": "70"
4432
4446
  },
4433
4447
  {
4434
4448
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4435
4449
  "kind": "StringLiteral",
4436
- "offset": 40203,
4450
+ "offset": 40664,
4437
4451
  "length": 3,
4438
4452
  "value": "\";\""
4439
4453
  },
4440
4454
  {
4441
4455
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4442
4456
  "kind": "StringLiteral",
4443
- "offset": 40208,
4457
+ "offset": 40669,
4444
4458
  "length": 3,
4445
4459
  "value": "\":\""
4446
4460
  },
4447
4461
  {
4448
4462
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4449
4463
  "kind": "IntegerLiteral",
4450
- "offset": 40238,
4464
+ "offset": 40699,
4451
4465
  "length": 2,
4452
4466
  "value": "50"
4453
4467
  },
4454
4468
  {
4455
4469
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4456
4470
  "kind": "IntegerLiteral",
4457
- "offset": 40243,
4471
+ "offset": 40704,
4458
4472
  "length": 3,
4459
4473
  "value": "100"
4460
4474
  },
4461
4475
  {
4462
4476
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4463
4477
  "kind": "StringLiteral",
4464
- "offset": 40265,
4478
+ "offset": 40726,
4465
4479
  "length": 5,
4466
4480
  "value": "\"…\""
4467
4481
  },
4468
4482
  {
4469
4483
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4470
4484
  "kind": "IntegerLiteral",
4471
- "offset": 40297,
4485
+ "offset": 40758,
4472
4486
  "length": 3,
4473
4487
  "value": "100"
4474
4488
  },
4475
4489
  {
4476
4490
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4477
4491
  "kind": "IntegerLiteral",
4478
- "offset": 40303,
4492
+ "offset": 40764,
4479
4493
  "length": 3,
4480
4494
  "value": "150"
4481
4495
  },
4482
4496
  {
4483
4497
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4484
4498
  "kind": "IntegerLiteral",
4485
- "offset": 40355,
4499
+ "offset": 40816,
4486
4500
  "length": 2,
4487
4501
  "value": "50"
4488
4502
  },
4489
4503
  {
4490
4504
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4491
4505
  "kind": "IntegerLiteral",
4492
- "offset": 40360,
4506
+ "offset": 40821,
4493
4507
  "length": 3,
4494
4508
  "value": "100"
4495
4509
  },
4496
4510
  {
4497
4511
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4498
4512
  "kind": "FloatLiteral",
4499
- "offset": 40459,
4513
+ "offset": 40920,
4500
4514
  "length": 6,
4501
4515
  "value": "1000.0"
4502
4516
  },
4503
4517
  {
4504
4518
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4505
4519
  "kind": "IntegerLiteral",
4506
- "offset": 40863,
4520
+ "offset": 41324,
4507
4521
  "length": 1,
4508
4522
  "value": "0"
4509
4523
  },
4510
4524
  {
4511
4525
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4512
4526
  "kind": "IntegerLiteral",
4513
- "offset": 40904,
4527
+ "offset": 41365,
4514
4528
  "length": 1,
4515
4529
  "value": "0"
4516
4530
  },
4517
4531
  {
4518
4532
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4519
4533
  "kind": "IntegerLiteral",
4520
- "offset": 41067,
4534
+ "offset": 41528,
4521
4535
  "length": 1,
4522
4536
  "value": "0"
4523
4537
  },
4524
4538
  {
4525
4539
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4526
4540
  "kind": "IntegerLiteral",
4527
- "offset": 41130,
4541
+ "offset": 41591,
4528
4542
  "length": 1,
4529
4543
  "value": "0"
4530
4544
  },
4531
4545
  {
4532
4546
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4533
4547
  "kind": "IntegerLiteral",
4534
- "offset": 41315,
4548
+ "offset": 41776,
4535
4549
  "length": 6,
4536
4550
  "value": "16000"
4537
4551
  },
4538
4552
  {
4539
4553
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4540
4554
  "kind": "IntegerLiteral",
4541
- "offset": 41324,
4555
+ "offset": 41785,
4542
4556
  "length": 2,
4543
4557
  "value": "-1"
4544
4558
  },
4545
4559
  {
4546
4560
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4547
4561
  "kind": "StringLiteral",
4548
- "offset": 41515,
4562
+ "offset": 41976,
4549
4563
  "length": 12,
4550
4564
  "value": "\"tts_output\""
4551
4565
  },
4552
4566
  {
4553
4567
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4554
4568
  "kind": "StringLiteral",
4555
- "offset": 41545,
4569
+ "offset": 42006,
4556
4570
  "length": 6,
4557
4571
  "value": "\".wav\""
4558
4572
  },
4559
4573
  {
4560
4574
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4561
4575
  "kind": "StringLiteral",
4562
- "offset": 41706,
4576
+ "offset": 42167,
4563
4577
  "length": 15,
4564
4578
  "value": "\"✅ WAV saved\""
4565
4579
  },
4566
4580
  {
4567
4581
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4568
4582
  "kind": "StringLiteral",
4569
- "offset": 41737,
4583
+ "offset": 42198,
4570
4584
  "length": 15,
4571
4585
  "value": "\"✅ WAV saved\""
4572
4586
  },
4573
4587
  {
4574
4588
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4575
4589
  "kind": "StringLiteral",
4576
- "offset": 41768,
4590
+ "offset": 42229,
4577
4591
  "length": 15,
4578
4592
  "value": "\"✅ WAV saved\""
4579
4593
  },
4580
4594
  {
4581
4595
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4582
4596
  "kind": "IntegerLiteral",
4583
- "offset": 42030,
4597
+ "offset": 42491,
4584
4598
  "length": 2,
4585
4599
  "value": "-1"
4586
4600
  },
4587
4601
  {
4588
4602
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4589
4603
  "kind": "StringLiteral",
4590
- "offset": 42102,
4604
+ "offset": 42563,
4591
4605
  "length": 7,
4592
4606
  "value": "\"first\""
4593
4607
  },
4594
4608
  {
4595
4609
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4596
4610
  "kind": "StringLiteral",
4597
- "offset": 42126,
4611
+ "offset": 42587,
4598
4612
  "length": 6,
4599
4613
  "value": "\".wav\""
4600
4614
  },
4601
4615
  {
4602
4616
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
4603
4617
  "kind": "IntegerLiteral",
4604
- "offset": 43956,
4618
+ "offset": 44417,
4605
4619
  "length": 1,
4606
4620
  "value": "0"
4607
4621
  }