react-native-davoice-tts 1.0.199 → 1.0.201
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.
- package/TTSRNBridge.podspec +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
- package/android/src/main/java/com/davoice/stt/rn/STTModule.kt +12 -0
- package/ios/SpeechBridge/SpeechBridge.m +16 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DaVoiceSTT.swift1.swift__ +1134 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +2 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1278 -1313
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DaVoiceSTT.swift1.swift__ +1134 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +4 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +2296 -2331
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +30 -28
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +30 -28
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +2296 -2331
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +30 -28
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +30 -28
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +42 -27
- package/package.json +1 -1
- package/speech/index.ts +32 -0
|
@@ -36,10 +36,7 @@
|
|
|
36
36
|
"name": "AVFoundation",
|
|
37
37
|
"printedName": "AVFoundation",
|
|
38
38
|
"declKind": "Import",
|
|
39
|
-
"moduleName": "DavoiceTTS"
|
|
40
|
-
"declAttributes": [
|
|
41
|
-
"RawDocComment"
|
|
42
|
-
]
|
|
39
|
+
"moduleName": "DavoiceTTS"
|
|
43
40
|
},
|
|
44
41
|
{
|
|
45
42
|
"kind": "TypeDecl",
|
|
@@ -1343,79 +1340,160 @@
|
|
|
1343
1340
|
"RawDocComment"
|
|
1344
1341
|
]
|
|
1345
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "Import",
|
|
1345
|
+
"name": "UIKit",
|
|
1346
|
+
"printedName": "UIKit",
|
|
1347
|
+
"declKind": "Import",
|
|
1348
|
+
"moduleName": "DavoiceTTS"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "Import",
|
|
1352
|
+
"name": "Speech",
|
|
1353
|
+
"printedName": "Speech",
|
|
1354
|
+
"declKind": "Import",
|
|
1355
|
+
"moduleName": "DavoiceTTS"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "Import",
|
|
1359
|
+
"name": "Accelerate",
|
|
1360
|
+
"printedName": "Accelerate",
|
|
1361
|
+
"declKind": "Import",
|
|
1362
|
+
"moduleName": "DavoiceTTS"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "Import",
|
|
1366
|
+
"name": "AVFAudio",
|
|
1367
|
+
"printedName": "AVFAudio",
|
|
1368
|
+
"declKind": "Import",
|
|
1369
|
+
"moduleName": "DavoiceTTS"
|
|
1370
|
+
},
|
|
1346
1371
|
{
|
|
1347
1372
|
"kind": "TypeDecl",
|
|
1348
|
-
"name": "
|
|
1349
|
-
"printedName": "
|
|
1373
|
+
"name": "STTDelegate",
|
|
1374
|
+
"printedName": "STTDelegate",
|
|
1350
1375
|
"children": [
|
|
1351
1376
|
{
|
|
1352
|
-
"kind": "
|
|
1353
|
-
"name": "
|
|
1354
|
-
"printedName": "
|
|
1377
|
+
"kind": "Function",
|
|
1378
|
+
"name": "stt",
|
|
1379
|
+
"printedName": "stt(_:didEmitEvent:body:)",
|
|
1355
1380
|
"children": [
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "TypeNominal",
|
|
1383
|
+
"name": "Void",
|
|
1384
|
+
"printedName": "()"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "TypeNominal",
|
|
1388
|
+
"name": "STT",
|
|
1389
|
+
"printedName": "DavoiceTTS.STT",
|
|
1390
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "TypeNominal",
|
|
1394
|
+
"name": "String",
|
|
1395
|
+
"printedName": "Swift.String",
|
|
1396
|
+
"usr": "s:SS"
|
|
1397
|
+
},
|
|
1356
1398
|
{
|
|
1357
1399
|
"kind": "TypeNominal",
|
|
1358
1400
|
"name": "Optional",
|
|
1359
|
-
"printedName": "
|
|
1401
|
+
"printedName": "[Swift.String : Any]?",
|
|
1360
1402
|
"children": [
|
|
1361
1403
|
{
|
|
1362
|
-
"kind": "
|
|
1363
|
-
"name": "
|
|
1364
|
-
"printedName": "
|
|
1404
|
+
"kind": "TypeNominal",
|
|
1405
|
+
"name": "Dictionary",
|
|
1406
|
+
"printedName": "[Swift.String : Any]",
|
|
1365
1407
|
"children": [
|
|
1366
1408
|
{
|
|
1367
1409
|
"kind": "TypeNominal",
|
|
1368
|
-
"name": "
|
|
1369
|
-
"printedName": "Swift.
|
|
1370
|
-
"usr": "s:
|
|
1410
|
+
"name": "String",
|
|
1411
|
+
"printedName": "Swift.String",
|
|
1412
|
+
"usr": "s:SS"
|
|
1371
1413
|
},
|
|
1372
1414
|
{
|
|
1373
1415
|
"kind": "TypeNominal",
|
|
1374
|
-
"name": "
|
|
1375
|
-
"printedName": "
|
|
1376
|
-
"children": [
|
|
1377
|
-
{
|
|
1378
|
-
"kind": "TypeNominal",
|
|
1379
|
-
"name": "URL",
|
|
1380
|
-
"printedName": "Foundation.URL",
|
|
1381
|
-
"usr": "s:10Foundation3URLV"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "TypeFunc",
|
|
1385
|
-
"name": "Function",
|
|
1386
|
-
"printedName": "() -> ()",
|
|
1387
|
-
"children": [
|
|
1388
|
-
{
|
|
1389
|
-
"kind": "TypeNominal",
|
|
1390
|
-
"name": "Void",
|
|
1391
|
-
"printedName": "()"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "TypeNominal",
|
|
1395
|
-
"name": "Void",
|
|
1396
|
-
"printedName": "()"
|
|
1397
|
-
}
|
|
1398
|
-
]
|
|
1399
|
-
}
|
|
1400
|
-
]
|
|
1416
|
+
"name": "ProtocolComposition",
|
|
1417
|
+
"printedName": "Any"
|
|
1401
1418
|
}
|
|
1402
|
-
]
|
|
1419
|
+
],
|
|
1420
|
+
"usr": "s:SD"
|
|
1403
1421
|
}
|
|
1404
1422
|
],
|
|
1405
1423
|
"usr": "s:Sq"
|
|
1406
1424
|
}
|
|
1407
1425
|
],
|
|
1426
|
+
"declKind": "Func",
|
|
1427
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
|
|
1428
|
+
"mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
|
|
1429
|
+
"moduleName": "DavoiceTTS",
|
|
1430
|
+
"genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
|
|
1431
|
+
"sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
|
|
1432
|
+
"protocolReq": true,
|
|
1433
|
+
"declAttributes": [
|
|
1434
|
+
"ObjC"
|
|
1435
|
+
],
|
|
1436
|
+
"reqNewWitnessTableEntry": true,
|
|
1437
|
+
"funcSelfKind": "NonMutating"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"declKind": "Protocol",
|
|
1441
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
|
|
1442
|
+
"mangledName": "$s10DavoiceTTS11STTDelegateP",
|
|
1443
|
+
"moduleName": "DavoiceTTS",
|
|
1444
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
1445
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
1446
|
+
"declAttributes": [
|
|
1447
|
+
"AccessControl",
|
|
1448
|
+
"ObjC",
|
|
1449
|
+
"RawDocComment"
|
|
1450
|
+
],
|
|
1451
|
+
"conformances": [
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "Conformance",
|
|
1454
|
+
"name": "Escapable",
|
|
1455
|
+
"printedName": "Escapable",
|
|
1456
|
+
"usr": "s:s9EscapableP",
|
|
1457
|
+
"mangledName": "$ss9EscapableP"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "Conformance",
|
|
1461
|
+
"name": "Copyable",
|
|
1462
|
+
"printedName": "Copyable",
|
|
1463
|
+
"usr": "s:s8CopyableP",
|
|
1464
|
+
"mangledName": "$ss8CopyableP"
|
|
1465
|
+
}
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "TypeDecl",
|
|
1470
|
+
"name": "STT",
|
|
1471
|
+
"printedName": "STT",
|
|
1472
|
+
"children": [
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "Var",
|
|
1475
|
+
"name": "delegate",
|
|
1476
|
+
"printedName": "delegate",
|
|
1477
|
+
"children": [
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "TypeNominal",
|
|
1480
|
+
"name": "WeakStorage",
|
|
1481
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?"
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1408
1484
|
"declKind": "Var",
|
|
1409
|
-
"usr": "
|
|
1410
|
-
"mangledName": "$
|
|
1485
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
|
|
1486
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
|
|
1411
1487
|
"moduleName": "DavoiceTTS",
|
|
1412
|
-
"static": true,
|
|
1413
1488
|
"declAttributes": [
|
|
1414
1489
|
"HasInitialValue",
|
|
1490
|
+
"Final",
|
|
1415
1491
|
"HasStorage",
|
|
1492
|
+
"ReferenceOwnership",
|
|
1416
1493
|
"AccessControl",
|
|
1417
|
-
"
|
|
1494
|
+
"ObjC"
|
|
1418
1495
|
],
|
|
1496
|
+
"ownership": 1,
|
|
1419
1497
|
"hasStorage": true,
|
|
1420
1498
|
"accessors": [
|
|
1421
1499
|
{
|
|
@@ -1426,61 +1504,27 @@
|
|
|
1426
1504
|
{
|
|
1427
1505
|
"kind": "TypeNominal",
|
|
1428
1506
|
"name": "Optional",
|
|
1429
|
-
"printedName": "(
|
|
1507
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?",
|
|
1430
1508
|
"children": [
|
|
1431
1509
|
{
|
|
1432
|
-
"kind": "
|
|
1433
|
-
"name": "
|
|
1434
|
-
"printedName": "
|
|
1435
|
-
"
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "TypeNominal",
|
|
1438
|
-
"name": "Bool",
|
|
1439
|
-
"printedName": "Swift.Bool",
|
|
1440
|
-
"usr": "s:Sb"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"kind": "TypeNominal",
|
|
1444
|
-
"name": "Tuple",
|
|
1445
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
1446
|
-
"children": [
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "TypeNominal",
|
|
1449
|
-
"name": "URL",
|
|
1450
|
-
"printedName": "Foundation.URL",
|
|
1451
|
-
"usr": "s:10Foundation3URLV"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "TypeFunc",
|
|
1455
|
-
"name": "Function",
|
|
1456
|
-
"printedName": "() -> ()",
|
|
1457
|
-
"children": [
|
|
1458
|
-
{
|
|
1459
|
-
"kind": "TypeNominal",
|
|
1460
|
-
"name": "Void",
|
|
1461
|
-
"printedName": "()"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"kind": "TypeNominal",
|
|
1465
|
-
"name": "Void",
|
|
1466
|
-
"printedName": "()"
|
|
1467
|
-
}
|
|
1468
|
-
]
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
}
|
|
1472
|
-
]
|
|
1510
|
+
"kind": "TypeNominal",
|
|
1511
|
+
"name": "STTDelegate",
|
|
1512
|
+
"printedName": "any DavoiceTTS.STTDelegate",
|
|
1513
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
|
|
1473
1514
|
}
|
|
1474
1515
|
],
|
|
1475
1516
|
"usr": "s:Sq"
|
|
1476
1517
|
}
|
|
1477
1518
|
],
|
|
1478
1519
|
"declKind": "Accessor",
|
|
1479
|
-
"usr": "
|
|
1480
|
-
"mangledName": "$
|
|
1520
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
|
|
1521
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
|
|
1481
1522
|
"moduleName": "DavoiceTTS",
|
|
1482
|
-
"static": true,
|
|
1483
1523
|
"implicit": true,
|
|
1524
|
+
"declAttributes": [
|
|
1525
|
+
"Final",
|
|
1526
|
+
"ObjC"
|
|
1527
|
+
],
|
|
1484
1528
|
"accessorKind": "get"
|
|
1485
1529
|
},
|
|
1486
1530
|
{
|
|
@@ -1496,61 +1540,27 @@
|
|
|
1496
1540
|
{
|
|
1497
1541
|
"kind": "TypeNominal",
|
|
1498
1542
|
"name": "Optional",
|
|
1499
|
-
"printedName": "(
|
|
1543
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?",
|
|
1500
1544
|
"children": [
|
|
1501
1545
|
{
|
|
1502
|
-
"kind": "
|
|
1503
|
-
"name": "
|
|
1504
|
-
"printedName": "
|
|
1505
|
-
"
|
|
1506
|
-
{
|
|
1507
|
-
"kind": "TypeNominal",
|
|
1508
|
-
"name": "Bool",
|
|
1509
|
-
"printedName": "Swift.Bool",
|
|
1510
|
-
"usr": "s:Sb"
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "TypeNominal",
|
|
1514
|
-
"name": "Tuple",
|
|
1515
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
1516
|
-
"children": [
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "TypeNominal",
|
|
1519
|
-
"name": "URL",
|
|
1520
|
-
"printedName": "Foundation.URL",
|
|
1521
|
-
"usr": "s:10Foundation3URLV"
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"kind": "TypeFunc",
|
|
1525
|
-
"name": "Function",
|
|
1526
|
-
"printedName": "() -> ()",
|
|
1527
|
-
"children": [
|
|
1528
|
-
{
|
|
1529
|
-
"kind": "TypeNominal",
|
|
1530
|
-
"name": "Void",
|
|
1531
|
-
"printedName": "()"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "TypeNominal",
|
|
1535
|
-
"name": "Void",
|
|
1536
|
-
"printedName": "()"
|
|
1537
|
-
}
|
|
1538
|
-
]
|
|
1539
|
-
}
|
|
1540
|
-
]
|
|
1541
|
-
}
|
|
1542
|
-
]
|
|
1546
|
+
"kind": "TypeNominal",
|
|
1547
|
+
"name": "STTDelegate",
|
|
1548
|
+
"printedName": "any DavoiceTTS.STTDelegate",
|
|
1549
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
|
|
1543
1550
|
}
|
|
1544
1551
|
],
|
|
1545
1552
|
"usr": "s:Sq"
|
|
1546
1553
|
}
|
|
1547
1554
|
],
|
|
1548
1555
|
"declKind": "Accessor",
|
|
1549
|
-
"usr": "
|
|
1550
|
-
"mangledName": "$
|
|
1556
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
|
|
1557
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
|
|
1551
1558
|
"moduleName": "DavoiceTTS",
|
|
1552
|
-
"static": true,
|
|
1553
1559
|
"implicit": true,
|
|
1560
|
+
"declAttributes": [
|
|
1561
|
+
"Final",
|
|
1562
|
+
"ObjC"
|
|
1563
|
+
],
|
|
1554
1564
|
"accessorKind": "set"
|
|
1555
1565
|
},
|
|
1556
1566
|
{
|
|
@@ -1565,57 +1575,39 @@
|
|
|
1565
1575
|
}
|
|
1566
1576
|
],
|
|
1567
1577
|
"declKind": "Accessor",
|
|
1568
|
-
"usr": "s:
|
|
1569
|
-
"mangledName": "$
|
|
1578
|
+
"usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
|
|
1579
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
|
|
1570
1580
|
"moduleName": "DavoiceTTS",
|
|
1571
|
-
"static": true,
|
|
1572
1581
|
"implicit": true,
|
|
1582
|
+
"declAttributes": [
|
|
1583
|
+
"Final"
|
|
1584
|
+
],
|
|
1573
1585
|
"accessorKind": "_modify"
|
|
1574
1586
|
}
|
|
1575
1587
|
]
|
|
1576
1588
|
},
|
|
1577
1589
|
{
|
|
1578
1590
|
"kind": "Var",
|
|
1579
|
-
"name": "
|
|
1580
|
-
"printedName": "
|
|
1591
|
+
"name": "continuous",
|
|
1592
|
+
"printedName": "continuous",
|
|
1581
1593
|
"children": [
|
|
1582
1594
|
{
|
|
1583
1595
|
"kind": "TypeNominal",
|
|
1584
|
-
"name": "
|
|
1585
|
-
"printedName": "
|
|
1586
|
-
"
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "TypeFunc",
|
|
1589
|
-
"name": "Function",
|
|
1590
|
-
"printedName": "() -> Swift.Bool",
|
|
1591
|
-
"children": [
|
|
1592
|
-
{
|
|
1593
|
-
"kind": "TypeNominal",
|
|
1594
|
-
"name": "Bool",
|
|
1595
|
-
"printedName": "Swift.Bool",
|
|
1596
|
-
"usr": "s:Sb"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "TypeNominal",
|
|
1600
|
-
"name": "Void",
|
|
1601
|
-
"printedName": "()"
|
|
1602
|
-
}
|
|
1603
|
-
]
|
|
1604
|
-
}
|
|
1605
|
-
],
|
|
1606
|
-
"usr": "s:Sq"
|
|
1596
|
+
"name": "Bool",
|
|
1597
|
+
"printedName": "Swift.Bool",
|
|
1598
|
+
"usr": "s:Sb"
|
|
1607
1599
|
}
|
|
1608
1600
|
],
|
|
1609
1601
|
"declKind": "Var",
|
|
1610
|
-
"usr": "
|
|
1611
|
-
"mangledName": "$
|
|
1602
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
|
|
1603
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
|
|
1612
1604
|
"moduleName": "DavoiceTTS",
|
|
1613
|
-
"static": true,
|
|
1614
1605
|
"declAttributes": [
|
|
1615
1606
|
"HasInitialValue",
|
|
1607
|
+
"Final",
|
|
1616
1608
|
"HasStorage",
|
|
1617
1609
|
"AccessControl",
|
|
1618
|
-
"
|
|
1610
|
+
"ObjC"
|
|
1619
1611
|
],
|
|
1620
1612
|
"hasStorage": true,
|
|
1621
1613
|
"accessors": [
|
|
@@ -1626,37 +1618,20 @@
|
|
|
1626
1618
|
"children": [
|
|
1627
1619
|
{
|
|
1628
1620
|
"kind": "TypeNominal",
|
|
1629
|
-
"name": "
|
|
1630
|
-
"printedName": "
|
|
1631
|
-
"
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "TypeFunc",
|
|
1634
|
-
"name": "Function",
|
|
1635
|
-
"printedName": "() -> Swift.Bool",
|
|
1636
|
-
"children": [
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "TypeNominal",
|
|
1639
|
-
"name": "Bool",
|
|
1640
|
-
"printedName": "Swift.Bool",
|
|
1641
|
-
"usr": "s:Sb"
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"kind": "TypeNominal",
|
|
1645
|
-
"name": "Void",
|
|
1646
|
-
"printedName": "()"
|
|
1647
|
-
}
|
|
1648
|
-
]
|
|
1649
|
-
}
|
|
1650
|
-
],
|
|
1651
|
-
"usr": "s:Sq"
|
|
1621
|
+
"name": "Bool",
|
|
1622
|
+
"printedName": "Swift.Bool",
|
|
1623
|
+
"usr": "s:Sb"
|
|
1652
1624
|
}
|
|
1653
1625
|
],
|
|
1654
1626
|
"declKind": "Accessor",
|
|
1655
|
-
"usr": "
|
|
1656
|
-
"mangledName": "$
|
|
1627
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
|
|
1628
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
|
|
1657
1629
|
"moduleName": "DavoiceTTS",
|
|
1658
|
-
"static": true,
|
|
1659
1630
|
"implicit": true,
|
|
1631
|
+
"declAttributes": [
|
|
1632
|
+
"Final",
|
|
1633
|
+
"ObjC"
|
|
1634
|
+
],
|
|
1660
1635
|
"accessorKind": "get"
|
|
1661
1636
|
},
|
|
1662
1637
|
{
|
|
@@ -1671,37 +1646,20 @@
|
|
|
1671
1646
|
},
|
|
1672
1647
|
{
|
|
1673
1648
|
"kind": "TypeNominal",
|
|
1674
|
-
"name": "
|
|
1675
|
-
"printedName": "
|
|
1676
|
-
"
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "TypeFunc",
|
|
1679
|
-
"name": "Function",
|
|
1680
|
-
"printedName": "() -> Swift.Bool",
|
|
1681
|
-
"children": [
|
|
1682
|
-
{
|
|
1683
|
-
"kind": "TypeNominal",
|
|
1684
|
-
"name": "Bool",
|
|
1685
|
-
"printedName": "Swift.Bool",
|
|
1686
|
-
"usr": "s:Sb"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "TypeNominal",
|
|
1690
|
-
"name": "Void",
|
|
1691
|
-
"printedName": "()"
|
|
1692
|
-
}
|
|
1693
|
-
]
|
|
1694
|
-
}
|
|
1695
|
-
],
|
|
1696
|
-
"usr": "s:Sq"
|
|
1649
|
+
"name": "Bool",
|
|
1650
|
+
"printedName": "Swift.Bool",
|
|
1651
|
+
"usr": "s:Sb"
|
|
1697
1652
|
}
|
|
1698
1653
|
],
|
|
1699
1654
|
"declKind": "Accessor",
|
|
1700
|
-
"usr": "
|
|
1701
|
-
"mangledName": "$
|
|
1655
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
|
|
1656
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
|
|
1702
1657
|
"moduleName": "DavoiceTTS",
|
|
1703
|
-
"static": true,
|
|
1704
1658
|
"implicit": true,
|
|
1659
|
+
"declAttributes": [
|
|
1660
|
+
"Final",
|
|
1661
|
+
"ObjC"
|
|
1662
|
+
],
|
|
1705
1663
|
"accessorKind": "set"
|
|
1706
1664
|
},
|
|
1707
1665
|
{
|
|
@@ -1716,57 +1674,51 @@
|
|
|
1716
1674
|
}
|
|
1717
1675
|
],
|
|
1718
1676
|
"declKind": "Accessor",
|
|
1719
|
-
"usr": "s:
|
|
1720
|
-
"mangledName": "$
|
|
1677
|
+
"usr": "s:10DavoiceTTS3STTC10continuousSbvM",
|
|
1678
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
|
|
1721
1679
|
"moduleName": "DavoiceTTS",
|
|
1722
|
-
"static": true,
|
|
1723
1680
|
"implicit": true,
|
|
1681
|
+
"declAttributes": [
|
|
1682
|
+
"Final"
|
|
1683
|
+
],
|
|
1724
1684
|
"accessorKind": "_modify"
|
|
1725
1685
|
}
|
|
1726
1686
|
]
|
|
1727
1687
|
},
|
|
1728
1688
|
{
|
|
1729
1689
|
"kind": "Var",
|
|
1730
|
-
"name": "
|
|
1731
|
-
"printedName": "
|
|
1690
|
+
"name": "supportedEvents",
|
|
1691
|
+
"printedName": "supportedEvents",
|
|
1732
1692
|
"children": [
|
|
1733
1693
|
{
|
|
1734
1694
|
"kind": "TypeNominal",
|
|
1735
|
-
"name": "
|
|
1736
|
-
"printedName": "
|
|
1695
|
+
"name": "Array",
|
|
1696
|
+
"printedName": "[Swift.String]",
|
|
1737
1697
|
"children": [
|
|
1738
1698
|
{
|
|
1739
|
-
"kind": "
|
|
1740
|
-
"name": "
|
|
1741
|
-
"printedName": "
|
|
1742
|
-
"
|
|
1743
|
-
{
|
|
1744
|
-
"kind": "TypeNominal",
|
|
1745
|
-
"name": "Bool",
|
|
1746
|
-
"printedName": "Swift.Bool",
|
|
1747
|
-
"usr": "s:Sb"
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"kind": "TypeNominal",
|
|
1751
|
-
"name": "Void",
|
|
1752
|
-
"printedName": "()"
|
|
1753
|
-
}
|
|
1754
|
-
]
|
|
1699
|
+
"kind": "TypeNominal",
|
|
1700
|
+
"name": "String",
|
|
1701
|
+
"printedName": "Swift.String",
|
|
1702
|
+
"usr": "s:SS"
|
|
1755
1703
|
}
|
|
1756
1704
|
],
|
|
1757
|
-
"usr": "s:
|
|
1705
|
+
"usr": "s:Sa"
|
|
1758
1706
|
}
|
|
1759
1707
|
],
|
|
1760
1708
|
"declKind": "Var",
|
|
1761
|
-
"usr": "
|
|
1762
|
-
"mangledName": "$
|
|
1709
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
|
|
1710
|
+
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
|
|
1763
1711
|
"moduleName": "DavoiceTTS",
|
|
1764
1712
|
"static": true,
|
|
1765
1713
|
"declAttributes": [
|
|
1766
1714
|
"HasInitialValue",
|
|
1715
|
+
"Final",
|
|
1767
1716
|
"HasStorage",
|
|
1768
|
-
"AccessControl"
|
|
1717
|
+
"AccessControl",
|
|
1718
|
+
"RawDocComment",
|
|
1719
|
+
"ObjC"
|
|
1769
1720
|
],
|
|
1721
|
+
"isLet": true,
|
|
1770
1722
|
"hasStorage": true,
|
|
1771
1723
|
"accessors": [
|
|
1772
1724
|
{
|
|
@@ -1776,43 +1728,47 @@
|
|
|
1776
1728
|
"children": [
|
|
1777
1729
|
{
|
|
1778
1730
|
"kind": "TypeNominal",
|
|
1779
|
-
"name": "
|
|
1780
|
-
"printedName": "
|
|
1731
|
+
"name": "Array",
|
|
1732
|
+
"printedName": "[Swift.String]",
|
|
1781
1733
|
"children": [
|
|
1782
1734
|
{
|
|
1783
|
-
"kind": "
|
|
1784
|
-
"name": "
|
|
1785
|
-
"printedName": "
|
|
1786
|
-
"
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "TypeNominal",
|
|
1789
|
-
"name": "Bool",
|
|
1790
|
-
"printedName": "Swift.Bool",
|
|
1791
|
-
"usr": "s:Sb"
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "TypeNominal",
|
|
1795
|
-
"name": "Void",
|
|
1796
|
-
"printedName": "()"
|
|
1797
|
-
}
|
|
1798
|
-
]
|
|
1735
|
+
"kind": "TypeNominal",
|
|
1736
|
+
"name": "String",
|
|
1737
|
+
"printedName": "Swift.String",
|
|
1738
|
+
"usr": "s:SS"
|
|
1799
1739
|
}
|
|
1800
1740
|
],
|
|
1801
|
-
"usr": "s:
|
|
1741
|
+
"usr": "s:Sa"
|
|
1802
1742
|
}
|
|
1803
1743
|
],
|
|
1804
1744
|
"declKind": "Accessor",
|
|
1805
|
-
"usr": "
|
|
1806
|
-
"mangledName": "$
|
|
1745
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
|
|
1746
|
+
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
|
|
1807
1747
|
"moduleName": "DavoiceTTS",
|
|
1808
1748
|
"static": true,
|
|
1809
1749
|
"implicit": true,
|
|
1750
|
+
"declAttributes": [
|
|
1751
|
+
"Final",
|
|
1752
|
+
"ObjC"
|
|
1753
|
+
],
|
|
1810
1754
|
"accessorKind": "get"
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "Function",
|
|
1760
|
+
"name": "isSpeechAvailable",
|
|
1761
|
+
"printedName": "isSpeechAvailable(_:)",
|
|
1762
|
+
"children": [
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "TypeNominal",
|
|
1765
|
+
"name": "Void",
|
|
1766
|
+
"printedName": "()"
|
|
1811
1767
|
},
|
|
1812
1768
|
{
|
|
1813
|
-
"kind": "
|
|
1814
|
-
"name": "
|
|
1815
|
-
"printedName": "
|
|
1769
|
+
"kind": "TypeFunc",
|
|
1770
|
+
"name": "Function",
|
|
1771
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
1816
1772
|
"children": [
|
|
1817
1773
|
{
|
|
1818
1774
|
"kind": "TypeNominal",
|
|
@@ -1821,74 +1777,148 @@
|
|
|
1821
1777
|
},
|
|
1822
1778
|
{
|
|
1823
1779
|
"kind": "TypeNominal",
|
|
1824
|
-
"name": "
|
|
1825
|
-
"printedName": "
|
|
1826
|
-
"
|
|
1827
|
-
{
|
|
1828
|
-
"kind": "TypeFunc",
|
|
1829
|
-
"name": "Function",
|
|
1830
|
-
"printedName": "() -> Swift.Bool",
|
|
1831
|
-
"children": [
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "TypeNominal",
|
|
1834
|
-
"name": "Bool",
|
|
1835
|
-
"printedName": "Swift.Bool",
|
|
1836
|
-
"usr": "s:Sb"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"kind": "TypeNominal",
|
|
1840
|
-
"name": "Void",
|
|
1841
|
-
"printedName": "()"
|
|
1842
|
-
}
|
|
1843
|
-
]
|
|
1844
|
-
}
|
|
1845
|
-
],
|
|
1846
|
-
"usr": "s:Sq"
|
|
1780
|
+
"name": "Bool",
|
|
1781
|
+
"printedName": "Swift.Bool",
|
|
1782
|
+
"usr": "s:Sb"
|
|
1847
1783
|
}
|
|
1848
|
-
]
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1784
|
+
]
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"declKind": "Func",
|
|
1788
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
|
|
1789
|
+
"mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
|
|
1790
|
+
"moduleName": "DavoiceTTS",
|
|
1791
|
+
"declAttributes": [
|
|
1792
|
+
"Final",
|
|
1793
|
+
"AccessControl",
|
|
1794
|
+
"RawDocComment",
|
|
1795
|
+
"ObjC"
|
|
1796
|
+
],
|
|
1797
|
+
"funcSelfKind": "NonMutating"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "Function",
|
|
1801
|
+
"name": "isRecognizing",
|
|
1802
|
+
"printedName": "isRecognizing()",
|
|
1803
|
+
"children": [
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "TypeNominal",
|
|
1806
|
+
"name": "Bool",
|
|
1807
|
+
"printedName": "Swift.Bool",
|
|
1808
|
+
"usr": "s:Sb"
|
|
1809
|
+
}
|
|
1810
|
+
],
|
|
1811
|
+
"declKind": "Func",
|
|
1812
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
|
|
1813
|
+
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
|
|
1814
|
+
"moduleName": "DavoiceTTS",
|
|
1815
|
+
"declAttributes": [
|
|
1816
|
+
"Final",
|
|
1817
|
+
"AccessControl",
|
|
1818
|
+
"ObjC"
|
|
1819
|
+
],
|
|
1820
|
+
"funcSelfKind": "NonMutating"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "Function",
|
|
1824
|
+
"name": "pauseMicrophone",
|
|
1825
|
+
"printedName": "pauseMicrophone()",
|
|
1826
|
+
"children": [
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "TypeNominal",
|
|
1829
|
+
"name": "Void",
|
|
1830
|
+
"printedName": "()"
|
|
1831
|
+
}
|
|
1832
|
+
],
|
|
1833
|
+
"declKind": "Func",
|
|
1834
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
|
|
1835
|
+
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
|
|
1836
|
+
"moduleName": "DavoiceTTS",
|
|
1837
|
+
"declAttributes": [
|
|
1838
|
+
"Final",
|
|
1839
|
+
"AccessControl",
|
|
1840
|
+
"ObjC",
|
|
1841
|
+
"RawDocComment"
|
|
1842
|
+
],
|
|
1843
|
+
"funcSelfKind": "NonMutating"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "Function",
|
|
1847
|
+
"name": "unPauseMicrophone",
|
|
1848
|
+
"printedName": "unPauseMicrophone()",
|
|
1849
|
+
"children": [
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "TypeNominal",
|
|
1852
|
+
"name": "Void",
|
|
1853
|
+
"printedName": "()"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"declKind": "Func",
|
|
1857
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
|
|
1858
|
+
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
|
|
1859
|
+
"moduleName": "DavoiceTTS",
|
|
1860
|
+
"declAttributes": [
|
|
1861
|
+
"Final",
|
|
1862
|
+
"AccessControl",
|
|
1863
|
+
"ObjC"
|
|
1864
|
+
],
|
|
1865
|
+
"funcSelfKind": "NonMutating"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "Function",
|
|
1869
|
+
"name": "startSpeech",
|
|
1870
|
+
"printedName": "startSpeech(localeStr:)",
|
|
1871
|
+
"children": [
|
|
1872
|
+
{
|
|
1873
|
+
"kind": "TypeNominal",
|
|
1874
|
+
"name": "Void",
|
|
1875
|
+
"printedName": "()"
|
|
1856
1876
|
},
|
|
1857
1877
|
{
|
|
1858
|
-
"kind": "
|
|
1859
|
-
"name": "
|
|
1860
|
-
"printedName": "
|
|
1878
|
+
"kind": "TypeNominal",
|
|
1879
|
+
"name": "Optional",
|
|
1880
|
+
"printedName": "Swift.String?",
|
|
1861
1881
|
"children": [
|
|
1862
1882
|
{
|
|
1863
1883
|
"kind": "TypeNominal",
|
|
1864
|
-
"name": "
|
|
1865
|
-
"printedName": "
|
|
1884
|
+
"name": "String",
|
|
1885
|
+
"printedName": "Swift.String",
|
|
1886
|
+
"usr": "s:SS"
|
|
1866
1887
|
}
|
|
1867
1888
|
],
|
|
1868
|
-
"
|
|
1869
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
1870
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
1871
|
-
"moduleName": "DavoiceTTS",
|
|
1872
|
-
"static": true,
|
|
1873
|
-
"implicit": true,
|
|
1874
|
-
"accessorKind": "_modify"
|
|
1889
|
+
"usr": "s:Sq"
|
|
1875
1890
|
}
|
|
1876
|
-
]
|
|
1891
|
+
],
|
|
1892
|
+
"declKind": "Func",
|
|
1893
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
|
|
1894
|
+
"mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
|
|
1895
|
+
"moduleName": "DavoiceTTS",
|
|
1896
|
+
"declAttributes": [
|
|
1897
|
+
"Final",
|
|
1898
|
+
"AccessControl",
|
|
1899
|
+
"ObjC"
|
|
1900
|
+
],
|
|
1901
|
+
"funcSelfKind": "NonMutating"
|
|
1877
1902
|
},
|
|
1878
1903
|
{
|
|
1879
|
-
"kind": "
|
|
1880
|
-
"name": "
|
|
1881
|
-
"printedName": "
|
|
1904
|
+
"kind": "Function",
|
|
1905
|
+
"name": "stopSpeech",
|
|
1906
|
+
"printedName": "stopSpeech(_:)",
|
|
1882
1907
|
"children": [
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "TypeNominal",
|
|
1910
|
+
"name": "Void",
|
|
1911
|
+
"printedName": "()"
|
|
1912
|
+
},
|
|
1883
1913
|
{
|
|
1884
1914
|
"kind": "TypeNominal",
|
|
1885
1915
|
"name": "Optional",
|
|
1886
|
-
"printedName": "(() -> ())?",
|
|
1916
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
1887
1917
|
"children": [
|
|
1888
1918
|
{
|
|
1889
1919
|
"kind": "TypeFunc",
|
|
1890
1920
|
"name": "Function",
|
|
1891
|
-
"printedName": "() -> ()",
|
|
1921
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
1892
1922
|
"children": [
|
|
1893
1923
|
{
|
|
1894
1924
|
"kind": "TypeNominal",
|
|
@@ -1897,276 +1927,234 @@
|
|
|
1897
1927
|
},
|
|
1898
1928
|
{
|
|
1899
1929
|
"kind": "TypeNominal",
|
|
1900
|
-
"name": "
|
|
1901
|
-
"printedName": "
|
|
1930
|
+
"name": "Bool",
|
|
1931
|
+
"printedName": "Swift.Bool",
|
|
1932
|
+
"usr": "s:Sb"
|
|
1902
1933
|
}
|
|
1903
1934
|
]
|
|
1904
1935
|
}
|
|
1905
1936
|
],
|
|
1937
|
+
"hasDefaultArg": true,
|
|
1906
1938
|
"usr": "s:Sq"
|
|
1907
1939
|
}
|
|
1908
1940
|
],
|
|
1909
|
-
"declKind": "
|
|
1910
|
-
"usr": "
|
|
1911
|
-
"mangledName": "$
|
|
1941
|
+
"declKind": "Func",
|
|
1942
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
|
|
1943
|
+
"mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
|
|
1912
1944
|
"moduleName": "DavoiceTTS",
|
|
1913
|
-
"static": true,
|
|
1914
1945
|
"declAttributes": [
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
"
|
|
1946
|
+
"Final",
|
|
1947
|
+
"AccessControl",
|
|
1948
|
+
"ObjC"
|
|
1918
1949
|
],
|
|
1919
|
-
"
|
|
1920
|
-
|
|
1950
|
+
"funcSelfKind": "NonMutating"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "Function",
|
|
1954
|
+
"name": "cancelSpeech",
|
|
1955
|
+
"printedName": "cancelSpeech(_:)",
|
|
1956
|
+
"children": [
|
|
1921
1957
|
{
|
|
1922
|
-
"kind": "
|
|
1923
|
-
"name": "
|
|
1924
|
-
"printedName": "
|
|
1958
|
+
"kind": "TypeNominal",
|
|
1959
|
+
"name": "Void",
|
|
1960
|
+
"printedName": "()"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "TypeNominal",
|
|
1964
|
+
"name": "Optional",
|
|
1965
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
1925
1966
|
"children": [
|
|
1926
1967
|
{
|
|
1927
|
-
"kind": "
|
|
1928
|
-
"name": "
|
|
1929
|
-
"printedName": "(
|
|
1968
|
+
"kind": "TypeFunc",
|
|
1969
|
+
"name": "Function",
|
|
1970
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
1930
1971
|
"children": [
|
|
1931
1972
|
{
|
|
1932
|
-
"kind": "
|
|
1933
|
-
"name": "
|
|
1934
|
-
"printedName": "()
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
{
|
|
1942
|
-
"kind": "TypeNominal",
|
|
1943
|
-
"name": "Void",
|
|
1944
|
-
"printedName": "()"
|
|
1945
|
-
}
|
|
1946
|
-
]
|
|
1973
|
+
"kind": "TypeNominal",
|
|
1974
|
+
"name": "Void",
|
|
1975
|
+
"printedName": "()"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"kind": "TypeNominal",
|
|
1979
|
+
"name": "Bool",
|
|
1980
|
+
"printedName": "Swift.Bool",
|
|
1981
|
+
"usr": "s:Sb"
|
|
1947
1982
|
}
|
|
1948
|
-
]
|
|
1949
|
-
"usr": "s:Sq"
|
|
1983
|
+
]
|
|
1950
1984
|
}
|
|
1951
1985
|
],
|
|
1952
|
-
"
|
|
1953
|
-
"usr": "s:
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1986
|
+
"hasDefaultArg": true,
|
|
1987
|
+
"usr": "s:Sq"
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1990
|
+
"declKind": "Func",
|
|
1991
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
|
|
1992
|
+
"mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
|
|
1993
|
+
"moduleName": "DavoiceTTS",
|
|
1994
|
+
"declAttributes": [
|
|
1995
|
+
"Final",
|
|
1996
|
+
"AccessControl",
|
|
1997
|
+
"ObjC"
|
|
1998
|
+
],
|
|
1999
|
+
"funcSelfKind": "NonMutating"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "Function",
|
|
2003
|
+
"name": "destroySpeech",
|
|
2004
|
+
"printedName": "destroySpeech(_:)",
|
|
2005
|
+
"children": [
|
|
1960
2006
|
{
|
|
1961
|
-
"kind": "
|
|
1962
|
-
"name": "
|
|
1963
|
-
"printedName": "
|
|
2007
|
+
"kind": "TypeNominal",
|
|
2008
|
+
"name": "Void",
|
|
2009
|
+
"printedName": "()"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "TypeNominal",
|
|
2013
|
+
"name": "Optional",
|
|
2014
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
1964
2015
|
"children": [
|
|
1965
2016
|
{
|
|
1966
|
-
"kind": "
|
|
1967
|
-
"name": "
|
|
1968
|
-
"printedName": "()"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "TypeNominal",
|
|
1972
|
-
"name": "Optional",
|
|
1973
|
-
"printedName": "(() -> ())?",
|
|
2017
|
+
"kind": "TypeFunc",
|
|
2018
|
+
"name": "Function",
|
|
2019
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
1974
2020
|
"children": [
|
|
1975
2021
|
{
|
|
1976
|
-
"kind": "
|
|
1977
|
-
"name": "
|
|
1978
|
-
"printedName": "()
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "TypeNominal",
|
|
1987
|
-
"name": "Void",
|
|
1988
|
-
"printedName": "()"
|
|
1989
|
-
}
|
|
1990
|
-
]
|
|
2022
|
+
"kind": "TypeNominal",
|
|
2023
|
+
"name": "Void",
|
|
2024
|
+
"printedName": "()"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"kind": "TypeNominal",
|
|
2028
|
+
"name": "Bool",
|
|
2029
|
+
"printedName": "Swift.Bool",
|
|
2030
|
+
"usr": "s:Sb"
|
|
1991
2031
|
}
|
|
1992
|
-
]
|
|
1993
|
-
"usr": "s:Sq"
|
|
1994
|
-
}
|
|
1995
|
-
],
|
|
1996
|
-
"declKind": "Accessor",
|
|
1997
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
1998
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
1999
|
-
"moduleName": "DavoiceTTS",
|
|
2000
|
-
"static": true,
|
|
2001
|
-
"implicit": true,
|
|
2002
|
-
"accessorKind": "set"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"kind": "Accessor",
|
|
2006
|
-
"name": "Modify",
|
|
2007
|
-
"printedName": "Modify()",
|
|
2008
|
-
"children": [
|
|
2009
|
-
{
|
|
2010
|
-
"kind": "TypeNominal",
|
|
2011
|
-
"name": "Void",
|
|
2012
|
-
"printedName": "()"
|
|
2032
|
+
]
|
|
2013
2033
|
}
|
|
2014
2034
|
],
|
|
2015
|
-
"
|
|
2016
|
-
"usr": "s:
|
|
2017
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
2018
|
-
"moduleName": "DavoiceTTS",
|
|
2019
|
-
"static": true,
|
|
2020
|
-
"implicit": true,
|
|
2021
|
-
"accessorKind": "_modify"
|
|
2035
|
+
"hasDefaultArg": true,
|
|
2036
|
+
"usr": "s:Sq"
|
|
2022
2037
|
}
|
|
2023
|
-
]
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"conformances": [
|
|
2035
|
-
{
|
|
2036
|
-
"kind": "Conformance",
|
|
2037
|
-
"name": "Copyable",
|
|
2038
|
-
"printedName": "Copyable",
|
|
2039
|
-
"usr": "s:s8CopyableP",
|
|
2040
|
-
"mangledName": "$ss8CopyableP"
|
|
2038
|
+
],
|
|
2039
|
+
"declKind": "Func",
|
|
2040
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
|
|
2041
|
+
"mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
|
|
2042
|
+
"moduleName": "DavoiceTTS",
|
|
2043
|
+
"declAttributes": [
|
|
2044
|
+
"Final",
|
|
2045
|
+
"AccessControl",
|
|
2046
|
+
"ObjC"
|
|
2047
|
+
],
|
|
2048
|
+
"funcSelfKind": "NonMutating"
|
|
2041
2049
|
},
|
|
2042
|
-
{
|
|
2043
|
-
"kind": "Conformance",
|
|
2044
|
-
"name": "Escapable",
|
|
2045
|
-
"printedName": "Escapable",
|
|
2046
|
-
"usr": "s:s9EscapableP",
|
|
2047
|
-
"mangledName": "$ss9EscapableP"
|
|
2048
|
-
}
|
|
2049
|
-
]
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"kind": "Import",
|
|
2053
|
-
"name": "Foundation",
|
|
2054
|
-
"printedName": "Foundation",
|
|
2055
|
-
"declKind": "Import",
|
|
2056
|
-
"moduleName": "DavoiceTTS",
|
|
2057
|
-
"declAttributes": [
|
|
2058
|
-
"RawDocComment"
|
|
2059
|
-
]
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "Import",
|
|
2063
|
-
"name": "UIKit",
|
|
2064
|
-
"printedName": "UIKit",
|
|
2065
|
-
"declKind": "Import",
|
|
2066
|
-
"moduleName": "DavoiceTTS"
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"kind": "Import",
|
|
2070
|
-
"name": "Speech",
|
|
2071
|
-
"printedName": "Speech",
|
|
2072
|
-
"declKind": "Import",
|
|
2073
|
-
"moduleName": "DavoiceTTS"
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "Import",
|
|
2077
|
-
"name": "Accelerate",
|
|
2078
|
-
"printedName": "Accelerate",
|
|
2079
|
-
"declKind": "Import",
|
|
2080
|
-
"moduleName": "DavoiceTTS"
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"kind": "Import",
|
|
2084
|
-
"name": "AVFAudio",
|
|
2085
|
-
"printedName": "AVFAudio",
|
|
2086
|
-
"declKind": "Import",
|
|
2087
|
-
"moduleName": "DavoiceTTS"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "TypeDecl",
|
|
2091
|
-
"name": "STTDelegate",
|
|
2092
|
-
"printedName": "STTDelegate",
|
|
2093
|
-
"children": [
|
|
2094
2050
|
{
|
|
2095
2051
|
"kind": "Function",
|
|
2096
|
-
"name": "
|
|
2097
|
-
"printedName": "
|
|
2052
|
+
"name": "teardown",
|
|
2053
|
+
"printedName": "teardown()",
|
|
2098
2054
|
"children": [
|
|
2099
2055
|
{
|
|
2100
2056
|
"kind": "TypeNominal",
|
|
2101
2057
|
"name": "Void",
|
|
2102
2058
|
"printedName": "()"
|
|
2103
|
-
}
|
|
2059
|
+
}
|
|
2060
|
+
],
|
|
2061
|
+
"declKind": "Func",
|
|
2062
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
|
|
2063
|
+
"mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
|
|
2064
|
+
"moduleName": "DavoiceTTS",
|
|
2065
|
+
"declAttributes": [
|
|
2066
|
+
"Final",
|
|
2067
|
+
"AccessControl",
|
|
2068
|
+
"ObjC"
|
|
2069
|
+
],
|
|
2070
|
+
"funcSelfKind": "NonMutating"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "Function",
|
|
2074
|
+
"name": "speechRecognizer",
|
|
2075
|
+
"printedName": "speechRecognizer(_:availabilityDidChange:)",
|
|
2076
|
+
"children": [
|
|
2104
2077
|
{
|
|
2105
2078
|
"kind": "TypeNominal",
|
|
2106
|
-
"name": "
|
|
2107
|
-
"printedName": "
|
|
2108
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
2079
|
+
"name": "Void",
|
|
2080
|
+
"printedName": "()"
|
|
2109
2081
|
},
|
|
2110
2082
|
{
|
|
2111
2083
|
"kind": "TypeNominal",
|
|
2112
|
-
"name": "
|
|
2113
|
-
"printedName": "
|
|
2114
|
-
"usr": "
|
|
2084
|
+
"name": "SFSpeechRecognizer",
|
|
2085
|
+
"printedName": "Speech.SFSpeechRecognizer",
|
|
2086
|
+
"usr": "c:objc(cs)SFSpeechRecognizer"
|
|
2115
2087
|
},
|
|
2116
2088
|
{
|
|
2117
2089
|
"kind": "TypeNominal",
|
|
2118
|
-
"name": "
|
|
2119
|
-
"printedName": "
|
|
2120
|
-
"
|
|
2121
|
-
{
|
|
2122
|
-
"kind": "TypeNominal",
|
|
2123
|
-
"name": "Dictionary",
|
|
2124
|
-
"printedName": "[Swift.String : Any]",
|
|
2125
|
-
"children": [
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "TypeNominal",
|
|
2128
|
-
"name": "String",
|
|
2129
|
-
"printedName": "Swift.String",
|
|
2130
|
-
"usr": "s:SS"
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"kind": "TypeNominal",
|
|
2134
|
-
"name": "ProtocolComposition",
|
|
2135
|
-
"printedName": "Any"
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
|
-
"usr": "s:SD"
|
|
2139
|
-
}
|
|
2140
|
-
],
|
|
2141
|
-
"usr": "s:Sq"
|
|
2090
|
+
"name": "Bool",
|
|
2091
|
+
"printedName": "Swift.Bool",
|
|
2092
|
+
"usr": "s:Sb"
|
|
2142
2093
|
}
|
|
2143
2094
|
],
|
|
2144
2095
|
"declKind": "Func",
|
|
2145
|
-
"usr": "c:@M@DavoiceTTS@objc(
|
|
2146
|
-
"mangledName": "$
|
|
2096
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
|
|
2097
|
+
"mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
|
|
2147
2098
|
"moduleName": "DavoiceTTS",
|
|
2148
|
-
"
|
|
2149
|
-
"sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
|
|
2150
|
-
"protocolReq": true,
|
|
2099
|
+
"objc_name": "speechRecognizer:availabilityDidChange:",
|
|
2151
2100
|
"declAttributes": [
|
|
2152
|
-
"
|
|
2101
|
+
"Final",
|
|
2102
|
+
"ObjC",
|
|
2103
|
+
"AccessControl",
|
|
2104
|
+
"RawDocComment"
|
|
2153
2105
|
],
|
|
2154
|
-
"reqNewWitnessTableEntry": true,
|
|
2155
2106
|
"funcSelfKind": "NonMutating"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "Constructor",
|
|
2110
|
+
"name": "init",
|
|
2111
|
+
"printedName": "init()",
|
|
2112
|
+
"children": [
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "TypeNominal",
|
|
2115
|
+
"name": "STT",
|
|
2116
|
+
"printedName": "DavoiceTTS.STT",
|
|
2117
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
2118
|
+
}
|
|
2119
|
+
],
|
|
2120
|
+
"declKind": "Constructor",
|
|
2121
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
|
|
2122
|
+
"mangledName": "$s10DavoiceTTS3STTCACycfc",
|
|
2123
|
+
"moduleName": "DavoiceTTS",
|
|
2124
|
+
"overriding": true,
|
|
2125
|
+
"implicit": true,
|
|
2126
|
+
"objc_name": "init",
|
|
2127
|
+
"declAttributes": [
|
|
2128
|
+
"Dynamic",
|
|
2129
|
+
"ObjC",
|
|
2130
|
+
"Override"
|
|
2131
|
+
],
|
|
2132
|
+
"init_kind": "Designated"
|
|
2156
2133
|
}
|
|
2157
2134
|
],
|
|
2158
|
-
"declKind": "
|
|
2159
|
-
"usr": "c:@M@DavoiceTTS@objc(
|
|
2160
|
-
"mangledName": "$
|
|
2135
|
+
"declKind": "Class",
|
|
2136
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT",
|
|
2137
|
+
"mangledName": "$s10DavoiceTTS3STTC",
|
|
2161
2138
|
"moduleName": "DavoiceTTS",
|
|
2162
|
-
"genericSig": "<τ_0_0 : AnyObject>",
|
|
2163
|
-
"sugared_genericSig": "<Self : AnyObject>",
|
|
2164
2139
|
"declAttributes": [
|
|
2140
|
+
"Final",
|
|
2165
2141
|
"AccessControl",
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2142
|
+
"ObjCMembers",
|
|
2143
|
+
"ObjC"
|
|
2144
|
+
],
|
|
2145
|
+
"superclassUsr": "c:objc(cs)NSObject",
|
|
2146
|
+
"inheritsConvenienceInitializers": true,
|
|
2147
|
+
"superclassNames": [
|
|
2148
|
+
"ObjectiveC.NSObject"
|
|
2168
2149
|
],
|
|
2169
2150
|
"conformances": [
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "Conformance",
|
|
2153
|
+
"name": "Copyable",
|
|
2154
|
+
"printedName": "Copyable",
|
|
2155
|
+
"usr": "s:s8CopyableP",
|
|
2156
|
+
"mangledName": "$ss8CopyableP"
|
|
2157
|
+
},
|
|
2170
2158
|
{
|
|
2171
2159
|
"kind": "Conformance",
|
|
2172
2160
|
"name": "Escapable",
|
|
@@ -2176,42 +2164,138 @@
|
|
|
2176
2164
|
},
|
|
2177
2165
|
{
|
|
2178
2166
|
"kind": "Conformance",
|
|
2179
|
-
"name": "
|
|
2180
|
-
"printedName": "
|
|
2181
|
-
"usr": "s:
|
|
2182
|
-
"mangledName": "$
|
|
2167
|
+
"name": "Equatable",
|
|
2168
|
+
"printedName": "Equatable",
|
|
2169
|
+
"usr": "s:SQ",
|
|
2170
|
+
"mangledName": "$sSQ"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"kind": "Conformance",
|
|
2174
|
+
"name": "Hashable",
|
|
2175
|
+
"printedName": "Hashable",
|
|
2176
|
+
"usr": "s:SH",
|
|
2177
|
+
"mangledName": "$sSH"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"kind": "Conformance",
|
|
2181
|
+
"name": "CVarArg",
|
|
2182
|
+
"printedName": "CVarArg",
|
|
2183
|
+
"usr": "s:s7CVarArgP",
|
|
2184
|
+
"mangledName": "$ss7CVarArgP"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "Conformance",
|
|
2188
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
2189
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
2190
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
2191
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"kind": "Conformance",
|
|
2195
|
+
"name": "_KeyValueCodingAndObserving",
|
|
2196
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
2197
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
2198
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "Conformance",
|
|
2202
|
+
"name": "CustomStringConvertible",
|
|
2203
|
+
"printedName": "CustomStringConvertible",
|
|
2204
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
2205
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"kind": "Conformance",
|
|
2209
|
+
"name": "CustomDebugStringConvertible",
|
|
2210
|
+
"printedName": "CustomDebugStringConvertible",
|
|
2211
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2212
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2183
2213
|
}
|
|
2184
2214
|
]
|
|
2185
2215
|
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "Import",
|
|
2218
|
+
"name": "Foundation",
|
|
2219
|
+
"printedName": "Foundation",
|
|
2220
|
+
"declKind": "Import",
|
|
2221
|
+
"moduleName": "DavoiceTTS",
|
|
2222
|
+
"declAttributes": [
|
|
2223
|
+
"RawDocComment"
|
|
2224
|
+
]
|
|
2225
|
+
},
|
|
2186
2226
|
{
|
|
2187
2227
|
"kind": "TypeDecl",
|
|
2188
|
-
"name": "
|
|
2189
|
-
"printedName": "
|
|
2228
|
+
"name": "AudioPlaybackHook",
|
|
2229
|
+
"printedName": "AudioPlaybackHook",
|
|
2190
2230
|
"children": [
|
|
2191
2231
|
{
|
|
2192
2232
|
"kind": "Var",
|
|
2193
|
-
"name": "
|
|
2194
|
-
"printedName": "
|
|
2233
|
+
"name": "engineScheduleFile",
|
|
2234
|
+
"printedName": "engineScheduleFile",
|
|
2195
2235
|
"children": [
|
|
2196
2236
|
{
|
|
2197
2237
|
"kind": "TypeNominal",
|
|
2198
|
-
"name": "
|
|
2199
|
-
"printedName": "(
|
|
2238
|
+
"name": "Optional",
|
|
2239
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
2240
|
+
"children": [
|
|
2241
|
+
{
|
|
2242
|
+
"kind": "TypeFunc",
|
|
2243
|
+
"name": "Function",
|
|
2244
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
2245
|
+
"children": [
|
|
2246
|
+
{
|
|
2247
|
+
"kind": "TypeNominal",
|
|
2248
|
+
"name": "Bool",
|
|
2249
|
+
"printedName": "Swift.Bool",
|
|
2250
|
+
"usr": "s:Sb"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "TypeNominal",
|
|
2254
|
+
"name": "Tuple",
|
|
2255
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
2256
|
+
"children": [
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "TypeNominal",
|
|
2259
|
+
"name": "URL",
|
|
2260
|
+
"printedName": "Foundation.URL",
|
|
2261
|
+
"usr": "s:10Foundation3URLV"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "TypeFunc",
|
|
2265
|
+
"name": "Function",
|
|
2266
|
+
"printedName": "() -> ()",
|
|
2267
|
+
"children": [
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "TypeNominal",
|
|
2270
|
+
"name": "Void",
|
|
2271
|
+
"printedName": "()"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "TypeNominal",
|
|
2275
|
+
"name": "Void",
|
|
2276
|
+
"printedName": "()"
|
|
2277
|
+
}
|
|
2278
|
+
]
|
|
2279
|
+
}
|
|
2280
|
+
]
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"usr": "s:Sq"
|
|
2200
2286
|
}
|
|
2201
2287
|
],
|
|
2202
2288
|
"declKind": "Var",
|
|
2203
|
-
"usr": "
|
|
2204
|
-
"mangledName": "$
|
|
2289
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
2290
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
2205
2291
|
"moduleName": "DavoiceTTS",
|
|
2292
|
+
"static": true,
|
|
2206
2293
|
"declAttributes": [
|
|
2207
2294
|
"HasInitialValue",
|
|
2208
|
-
"Final",
|
|
2209
2295
|
"HasStorage",
|
|
2210
|
-
"ReferenceOwnership",
|
|
2211
2296
|
"AccessControl",
|
|
2212
|
-
"
|
|
2297
|
+
"RawDocComment"
|
|
2213
2298
|
],
|
|
2214
|
-
"ownership": 1,
|
|
2215
2299
|
"hasStorage": true,
|
|
2216
2300
|
"accessors": [
|
|
2217
2301
|
{
|
|
@@ -2222,27 +2306,61 @@
|
|
|
2222
2306
|
{
|
|
2223
2307
|
"kind": "TypeNominal",
|
|
2224
2308
|
"name": "Optional",
|
|
2225
|
-
"printedName": "(
|
|
2309
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
2226
2310
|
"children": [
|
|
2227
2311
|
{
|
|
2228
|
-
"kind": "
|
|
2229
|
-
"name": "
|
|
2230
|
-
"printedName": "
|
|
2231
|
-
"
|
|
2312
|
+
"kind": "TypeFunc",
|
|
2313
|
+
"name": "Function",
|
|
2314
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
2315
|
+
"children": [
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "TypeNominal",
|
|
2318
|
+
"name": "Bool",
|
|
2319
|
+
"printedName": "Swift.Bool",
|
|
2320
|
+
"usr": "s:Sb"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "TypeNominal",
|
|
2324
|
+
"name": "Tuple",
|
|
2325
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
2326
|
+
"children": [
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "TypeNominal",
|
|
2329
|
+
"name": "URL",
|
|
2330
|
+
"printedName": "Foundation.URL",
|
|
2331
|
+
"usr": "s:10Foundation3URLV"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "TypeFunc",
|
|
2335
|
+
"name": "Function",
|
|
2336
|
+
"printedName": "() -> ()",
|
|
2337
|
+
"children": [
|
|
2338
|
+
{
|
|
2339
|
+
"kind": "TypeNominal",
|
|
2340
|
+
"name": "Void",
|
|
2341
|
+
"printedName": "()"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "TypeNominal",
|
|
2345
|
+
"name": "Void",
|
|
2346
|
+
"printedName": "()"
|
|
2347
|
+
}
|
|
2348
|
+
]
|
|
2349
|
+
}
|
|
2350
|
+
]
|
|
2351
|
+
}
|
|
2352
|
+
]
|
|
2232
2353
|
}
|
|
2233
2354
|
],
|
|
2234
2355
|
"usr": "s:Sq"
|
|
2235
2356
|
}
|
|
2236
2357
|
],
|
|
2237
2358
|
"declKind": "Accessor",
|
|
2238
|
-
"usr": "
|
|
2239
|
-
"mangledName": "$
|
|
2359
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
2360
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
2240
2361
|
"moduleName": "DavoiceTTS",
|
|
2362
|
+
"static": true,
|
|
2241
2363
|
"implicit": true,
|
|
2242
|
-
"declAttributes": [
|
|
2243
|
-
"Final",
|
|
2244
|
-
"ObjC"
|
|
2245
|
-
],
|
|
2246
2364
|
"accessorKind": "get"
|
|
2247
2365
|
},
|
|
2248
2366
|
{
|
|
@@ -2258,27 +2376,61 @@
|
|
|
2258
2376
|
{
|
|
2259
2377
|
"kind": "TypeNominal",
|
|
2260
2378
|
"name": "Optional",
|
|
2261
|
-
"printedName": "(
|
|
2379
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
2262
2380
|
"children": [
|
|
2263
2381
|
{
|
|
2264
|
-
"kind": "
|
|
2265
|
-
"name": "
|
|
2266
|
-
"printedName": "
|
|
2267
|
-
"
|
|
2382
|
+
"kind": "TypeFunc",
|
|
2383
|
+
"name": "Function",
|
|
2384
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
2385
|
+
"children": [
|
|
2386
|
+
{
|
|
2387
|
+
"kind": "TypeNominal",
|
|
2388
|
+
"name": "Bool",
|
|
2389
|
+
"printedName": "Swift.Bool",
|
|
2390
|
+
"usr": "s:Sb"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "TypeNominal",
|
|
2394
|
+
"name": "Tuple",
|
|
2395
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
2396
|
+
"children": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "TypeNominal",
|
|
2399
|
+
"name": "URL",
|
|
2400
|
+
"printedName": "Foundation.URL",
|
|
2401
|
+
"usr": "s:10Foundation3URLV"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"kind": "TypeFunc",
|
|
2405
|
+
"name": "Function",
|
|
2406
|
+
"printedName": "() -> ()",
|
|
2407
|
+
"children": [
|
|
2408
|
+
{
|
|
2409
|
+
"kind": "TypeNominal",
|
|
2410
|
+
"name": "Void",
|
|
2411
|
+
"printedName": "()"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"kind": "TypeNominal",
|
|
2415
|
+
"name": "Void",
|
|
2416
|
+
"printedName": "()"
|
|
2417
|
+
}
|
|
2418
|
+
]
|
|
2419
|
+
}
|
|
2420
|
+
]
|
|
2421
|
+
}
|
|
2422
|
+
]
|
|
2268
2423
|
}
|
|
2269
2424
|
],
|
|
2270
2425
|
"usr": "s:Sq"
|
|
2271
2426
|
}
|
|
2272
2427
|
],
|
|
2273
2428
|
"declKind": "Accessor",
|
|
2274
|
-
"usr": "
|
|
2275
|
-
"mangledName": "$
|
|
2429
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
2430
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
2276
2431
|
"moduleName": "DavoiceTTS",
|
|
2432
|
+
"static": true,
|
|
2277
2433
|
"implicit": true,
|
|
2278
|
-
"declAttributes": [
|
|
2279
|
-
"Final",
|
|
2280
|
-
"ObjC"
|
|
2281
|
-
],
|
|
2282
2434
|
"accessorKind": "set"
|
|
2283
2435
|
},
|
|
2284
2436
|
{
|
|
@@ -2293,39 +2445,57 @@
|
|
|
2293
2445
|
}
|
|
2294
2446
|
],
|
|
2295
2447
|
"declKind": "Accessor",
|
|
2296
|
-
"usr": "s:
|
|
2297
|
-
"mangledName": "$
|
|
2448
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
2449
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
2298
2450
|
"moduleName": "DavoiceTTS",
|
|
2451
|
+
"static": true,
|
|
2299
2452
|
"implicit": true,
|
|
2300
|
-
"declAttributes": [
|
|
2301
|
-
"Final"
|
|
2302
|
-
],
|
|
2303
2453
|
"accessorKind": "_modify"
|
|
2304
2454
|
}
|
|
2305
2455
|
]
|
|
2306
2456
|
},
|
|
2307
2457
|
{
|
|
2308
2458
|
"kind": "Var",
|
|
2309
|
-
"name": "
|
|
2310
|
-
"printedName": "
|
|
2459
|
+
"name": "isEngineReady",
|
|
2460
|
+
"printedName": "isEngineReady",
|
|
2311
2461
|
"children": [
|
|
2312
2462
|
{
|
|
2313
2463
|
"kind": "TypeNominal",
|
|
2314
|
-
"name": "
|
|
2315
|
-
"printedName": "Swift.Bool",
|
|
2316
|
-
"
|
|
2464
|
+
"name": "Optional",
|
|
2465
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2466
|
+
"children": [
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "TypeFunc",
|
|
2469
|
+
"name": "Function",
|
|
2470
|
+
"printedName": "() -> Swift.Bool",
|
|
2471
|
+
"children": [
|
|
2472
|
+
{
|
|
2473
|
+
"kind": "TypeNominal",
|
|
2474
|
+
"name": "Bool",
|
|
2475
|
+
"printedName": "Swift.Bool",
|
|
2476
|
+
"usr": "s:Sb"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "TypeNominal",
|
|
2480
|
+
"name": "Void",
|
|
2481
|
+
"printedName": "()"
|
|
2482
|
+
}
|
|
2483
|
+
]
|
|
2484
|
+
}
|
|
2485
|
+
],
|
|
2486
|
+
"usr": "s:Sq"
|
|
2317
2487
|
}
|
|
2318
2488
|
],
|
|
2319
2489
|
"declKind": "Var",
|
|
2320
|
-
"usr": "
|
|
2321
|
-
"mangledName": "$
|
|
2490
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
2491
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
2322
2492
|
"moduleName": "DavoiceTTS",
|
|
2493
|
+
"static": true,
|
|
2323
2494
|
"declAttributes": [
|
|
2324
2495
|
"HasInitialValue",
|
|
2325
|
-
"Final",
|
|
2326
2496
|
"HasStorage",
|
|
2327
2497
|
"AccessControl",
|
|
2328
|
-
"
|
|
2498
|
+
"RawDocComment"
|
|
2329
2499
|
],
|
|
2330
2500
|
"hasStorage": true,
|
|
2331
2501
|
"accessors": [
|
|
@@ -2336,20 +2506,37 @@
|
|
|
2336
2506
|
"children": [
|
|
2337
2507
|
{
|
|
2338
2508
|
"kind": "TypeNominal",
|
|
2339
|
-
"name": "
|
|
2340
|
-
"printedName": "Swift.Bool",
|
|
2341
|
-
"
|
|
2509
|
+
"name": "Optional",
|
|
2510
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2511
|
+
"children": [
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "TypeFunc",
|
|
2514
|
+
"name": "Function",
|
|
2515
|
+
"printedName": "() -> Swift.Bool",
|
|
2516
|
+
"children": [
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "TypeNominal",
|
|
2519
|
+
"name": "Bool",
|
|
2520
|
+
"printedName": "Swift.Bool",
|
|
2521
|
+
"usr": "s:Sb"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"kind": "TypeNominal",
|
|
2525
|
+
"name": "Void",
|
|
2526
|
+
"printedName": "()"
|
|
2527
|
+
}
|
|
2528
|
+
]
|
|
2529
|
+
}
|
|
2530
|
+
],
|
|
2531
|
+
"usr": "s:Sq"
|
|
2342
2532
|
}
|
|
2343
2533
|
],
|
|
2344
2534
|
"declKind": "Accessor",
|
|
2345
|
-
"usr": "
|
|
2346
|
-
"mangledName": "$
|
|
2535
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
2536
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
2347
2537
|
"moduleName": "DavoiceTTS",
|
|
2538
|
+
"static": true,
|
|
2348
2539
|
"implicit": true,
|
|
2349
|
-
"declAttributes": [
|
|
2350
|
-
"Final",
|
|
2351
|
-
"ObjC"
|
|
2352
|
-
],
|
|
2353
2540
|
"accessorKind": "get"
|
|
2354
2541
|
},
|
|
2355
2542
|
{
|
|
@@ -2364,20 +2551,37 @@
|
|
|
2364
2551
|
},
|
|
2365
2552
|
{
|
|
2366
2553
|
"kind": "TypeNominal",
|
|
2367
|
-
"name": "
|
|
2368
|
-
"printedName": "Swift.Bool",
|
|
2369
|
-
"
|
|
2554
|
+
"name": "Optional",
|
|
2555
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2556
|
+
"children": [
|
|
2557
|
+
{
|
|
2558
|
+
"kind": "TypeFunc",
|
|
2559
|
+
"name": "Function",
|
|
2560
|
+
"printedName": "() -> Swift.Bool",
|
|
2561
|
+
"children": [
|
|
2562
|
+
{
|
|
2563
|
+
"kind": "TypeNominal",
|
|
2564
|
+
"name": "Bool",
|
|
2565
|
+
"printedName": "Swift.Bool",
|
|
2566
|
+
"usr": "s:Sb"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"kind": "TypeNominal",
|
|
2570
|
+
"name": "Void",
|
|
2571
|
+
"printedName": "()"
|
|
2572
|
+
}
|
|
2573
|
+
]
|
|
2574
|
+
}
|
|
2575
|
+
],
|
|
2576
|
+
"usr": "s:Sq"
|
|
2370
2577
|
}
|
|
2371
2578
|
],
|
|
2372
2579
|
"declKind": "Accessor",
|
|
2373
|
-
"usr": "
|
|
2374
|
-
"mangledName": "$
|
|
2580
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
2581
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
2375
2582
|
"moduleName": "DavoiceTTS",
|
|
2583
|
+
"static": true,
|
|
2376
2584
|
"implicit": true,
|
|
2377
|
-
"declAttributes": [
|
|
2378
|
-
"Final",
|
|
2379
|
-
"ObjC"
|
|
2380
|
-
],
|
|
2381
2585
|
"accessorKind": "set"
|
|
2382
2586
|
},
|
|
2383
2587
|
{
|
|
@@ -2392,51 +2596,57 @@
|
|
|
2392
2596
|
}
|
|
2393
2597
|
],
|
|
2394
2598
|
"declKind": "Accessor",
|
|
2395
|
-
"usr": "s:
|
|
2396
|
-
"mangledName": "$
|
|
2599
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
2600
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
2397
2601
|
"moduleName": "DavoiceTTS",
|
|
2602
|
+
"static": true,
|
|
2398
2603
|
"implicit": true,
|
|
2399
|
-
"declAttributes": [
|
|
2400
|
-
"Final"
|
|
2401
|
-
],
|
|
2402
2604
|
"accessorKind": "_modify"
|
|
2403
2605
|
}
|
|
2404
2606
|
]
|
|
2405
2607
|
},
|
|
2406
2608
|
{
|
|
2407
2609
|
"kind": "Var",
|
|
2408
|
-
"name": "
|
|
2409
|
-
"printedName": "
|
|
2610
|
+
"name": "useOnlyEnginePlayback",
|
|
2611
|
+
"printedName": "useOnlyEnginePlayback",
|
|
2410
2612
|
"children": [
|
|
2411
2613
|
{
|
|
2412
2614
|
"kind": "TypeNominal",
|
|
2413
|
-
"name": "
|
|
2414
|
-
"printedName": "
|
|
2615
|
+
"name": "Optional",
|
|
2616
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2415
2617
|
"children": [
|
|
2416
2618
|
{
|
|
2417
|
-
"kind": "
|
|
2418
|
-
"name": "
|
|
2419
|
-
"printedName": "Swift.
|
|
2420
|
-
"
|
|
2619
|
+
"kind": "TypeFunc",
|
|
2620
|
+
"name": "Function",
|
|
2621
|
+
"printedName": "() -> Swift.Bool",
|
|
2622
|
+
"children": [
|
|
2623
|
+
{
|
|
2624
|
+
"kind": "TypeNominal",
|
|
2625
|
+
"name": "Bool",
|
|
2626
|
+
"printedName": "Swift.Bool",
|
|
2627
|
+
"usr": "s:Sb"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "TypeNominal",
|
|
2631
|
+
"name": "Void",
|
|
2632
|
+
"printedName": "()"
|
|
2633
|
+
}
|
|
2634
|
+
]
|
|
2421
2635
|
}
|
|
2422
2636
|
],
|
|
2423
|
-
"usr": "s:
|
|
2637
|
+
"usr": "s:Sq"
|
|
2424
2638
|
}
|
|
2425
2639
|
],
|
|
2426
2640
|
"declKind": "Var",
|
|
2427
|
-
"usr": "
|
|
2428
|
-
"mangledName": "$
|
|
2641
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
2642
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
2429
2643
|
"moduleName": "DavoiceTTS",
|
|
2430
2644
|
"static": true,
|
|
2431
2645
|
"declAttributes": [
|
|
2432
2646
|
"HasInitialValue",
|
|
2433
|
-
"Final",
|
|
2434
2647
|
"HasStorage",
|
|
2435
|
-
"AccessControl"
|
|
2436
|
-
"RawDocComment",
|
|
2437
|
-
"ObjC"
|
|
2648
|
+
"AccessControl"
|
|
2438
2649
|
],
|
|
2439
|
-
"isLet": true,
|
|
2440
2650
|
"hasStorage": true,
|
|
2441
2651
|
"accessors": [
|
|
2442
2652
|
{
|
|
@@ -2446,47 +2656,43 @@
|
|
|
2446
2656
|
"children": [
|
|
2447
2657
|
{
|
|
2448
2658
|
"kind": "TypeNominal",
|
|
2449
|
-
"name": "
|
|
2450
|
-
"printedName": "
|
|
2659
|
+
"name": "Optional",
|
|
2660
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2451
2661
|
"children": [
|
|
2452
2662
|
{
|
|
2453
|
-
"kind": "
|
|
2454
|
-
"name": "
|
|
2455
|
-
"printedName": "Swift.
|
|
2456
|
-
"
|
|
2663
|
+
"kind": "TypeFunc",
|
|
2664
|
+
"name": "Function",
|
|
2665
|
+
"printedName": "() -> Swift.Bool",
|
|
2666
|
+
"children": [
|
|
2667
|
+
{
|
|
2668
|
+
"kind": "TypeNominal",
|
|
2669
|
+
"name": "Bool",
|
|
2670
|
+
"printedName": "Swift.Bool",
|
|
2671
|
+
"usr": "s:Sb"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "TypeNominal",
|
|
2675
|
+
"name": "Void",
|
|
2676
|
+
"printedName": "()"
|
|
2677
|
+
}
|
|
2678
|
+
]
|
|
2457
2679
|
}
|
|
2458
2680
|
],
|
|
2459
|
-
"usr": "s:
|
|
2681
|
+
"usr": "s:Sq"
|
|
2460
2682
|
}
|
|
2461
2683
|
],
|
|
2462
2684
|
"declKind": "Accessor",
|
|
2463
|
-
"usr": "
|
|
2464
|
-
"mangledName": "$
|
|
2685
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
2686
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
2465
2687
|
"moduleName": "DavoiceTTS",
|
|
2466
2688
|
"static": true,
|
|
2467
2689
|
"implicit": true,
|
|
2468
|
-
"declAttributes": [
|
|
2469
|
-
"Final",
|
|
2470
|
-
"ObjC"
|
|
2471
|
-
],
|
|
2472
2690
|
"accessorKind": "get"
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "Function",
|
|
2478
|
-
"name": "isSpeechAvailable",
|
|
2479
|
-
"printedName": "isSpeechAvailable(_:)",
|
|
2480
|
-
"children": [
|
|
2481
|
-
{
|
|
2482
|
-
"kind": "TypeNominal",
|
|
2483
|
-
"name": "Void",
|
|
2484
|
-
"printedName": "()"
|
|
2485
2691
|
},
|
|
2486
2692
|
{
|
|
2487
|
-
"kind": "
|
|
2488
|
-
"name": "
|
|
2489
|
-
"printedName": "(
|
|
2693
|
+
"kind": "Accessor",
|
|
2694
|
+
"name": "Set",
|
|
2695
|
+
"printedName": "Set()",
|
|
2490
2696
|
"children": [
|
|
2491
2697
|
{
|
|
2492
2698
|
"kind": "TypeNominal",
|
|
@@ -2495,152 +2701,74 @@
|
|
|
2495
2701
|
},
|
|
2496
2702
|
{
|
|
2497
2703
|
"kind": "TypeNominal",
|
|
2498
|
-
"name": "
|
|
2499
|
-
"printedName": "Swift.Bool",
|
|
2500
|
-
"
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
"
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2526
|
-
"
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
|
|
2531
|
-
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
|
|
2532
|
-
"moduleName": "DavoiceTTS",
|
|
2533
|
-
"declAttributes": [
|
|
2534
|
-
"Final",
|
|
2535
|
-
"AccessControl",
|
|
2536
|
-
"ObjC"
|
|
2537
|
-
],
|
|
2538
|
-
"funcSelfKind": "NonMutating"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"kind": "Function",
|
|
2542
|
-
"name": "startSpeech",
|
|
2543
|
-
"printedName": "startSpeech(localeStr:)",
|
|
2544
|
-
"children": [
|
|
2545
|
-
{
|
|
2546
|
-
"kind": "TypeNominal",
|
|
2547
|
-
"name": "Void",
|
|
2548
|
-
"printedName": "()"
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"kind": "TypeNominal",
|
|
2552
|
-
"name": "Optional",
|
|
2553
|
-
"printedName": "Swift.String?",
|
|
2554
|
-
"children": [
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "TypeNominal",
|
|
2557
|
-
"name": "String",
|
|
2558
|
-
"printedName": "Swift.String",
|
|
2559
|
-
"usr": "s:SS"
|
|
2560
|
-
}
|
|
2561
|
-
],
|
|
2562
|
-
"usr": "s:Sq"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
|
-
"declKind": "Func",
|
|
2566
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
|
|
2567
|
-
"mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
|
|
2568
|
-
"moduleName": "DavoiceTTS",
|
|
2569
|
-
"declAttributes": [
|
|
2570
|
-
"Final",
|
|
2571
|
-
"AccessControl",
|
|
2572
|
-
"ObjC"
|
|
2573
|
-
],
|
|
2574
|
-
"funcSelfKind": "NonMutating"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "Function",
|
|
2578
|
-
"name": "stopSpeech",
|
|
2579
|
-
"printedName": "stopSpeech(_:)",
|
|
2580
|
-
"children": [
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "TypeNominal",
|
|
2583
|
-
"name": "Void",
|
|
2584
|
-
"printedName": "()"
|
|
2704
|
+
"name": "Optional",
|
|
2705
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
2706
|
+
"children": [
|
|
2707
|
+
{
|
|
2708
|
+
"kind": "TypeFunc",
|
|
2709
|
+
"name": "Function",
|
|
2710
|
+
"printedName": "() -> Swift.Bool",
|
|
2711
|
+
"children": [
|
|
2712
|
+
{
|
|
2713
|
+
"kind": "TypeNominal",
|
|
2714
|
+
"name": "Bool",
|
|
2715
|
+
"printedName": "Swift.Bool",
|
|
2716
|
+
"usr": "s:Sb"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "TypeNominal",
|
|
2720
|
+
"name": "Void",
|
|
2721
|
+
"printedName": "()"
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"usr": "s:Sq"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"declKind": "Accessor",
|
|
2730
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
2731
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
2732
|
+
"moduleName": "DavoiceTTS",
|
|
2733
|
+
"static": true,
|
|
2734
|
+
"implicit": true,
|
|
2735
|
+
"accessorKind": "set"
|
|
2585
2736
|
},
|
|
2586
2737
|
{
|
|
2587
|
-
"kind": "
|
|
2588
|
-
"name": "
|
|
2589
|
-
"printedName": "(
|
|
2738
|
+
"kind": "Accessor",
|
|
2739
|
+
"name": "Modify",
|
|
2740
|
+
"printedName": "Modify()",
|
|
2590
2741
|
"children": [
|
|
2591
2742
|
{
|
|
2592
|
-
"kind": "
|
|
2593
|
-
"name": "
|
|
2594
|
-
"printedName": "(
|
|
2595
|
-
"children": [
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "TypeNominal",
|
|
2598
|
-
"name": "Void",
|
|
2599
|
-
"printedName": "()"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"kind": "TypeNominal",
|
|
2603
|
-
"name": "Bool",
|
|
2604
|
-
"printedName": "Swift.Bool",
|
|
2605
|
-
"usr": "s:Sb"
|
|
2606
|
-
}
|
|
2607
|
-
]
|
|
2743
|
+
"kind": "TypeNominal",
|
|
2744
|
+
"name": "Void",
|
|
2745
|
+
"printedName": "()"
|
|
2608
2746
|
}
|
|
2609
2747
|
],
|
|
2610
|
-
"
|
|
2611
|
-
"usr": "s:
|
|
2748
|
+
"declKind": "Accessor",
|
|
2749
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
2750
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
2751
|
+
"moduleName": "DavoiceTTS",
|
|
2752
|
+
"static": true,
|
|
2753
|
+
"implicit": true,
|
|
2754
|
+
"accessorKind": "_modify"
|
|
2612
2755
|
}
|
|
2613
|
-
]
|
|
2614
|
-
"declKind": "Func",
|
|
2615
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
|
|
2616
|
-
"mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
|
|
2617
|
-
"moduleName": "DavoiceTTS",
|
|
2618
|
-
"declAttributes": [
|
|
2619
|
-
"Final",
|
|
2620
|
-
"AccessControl",
|
|
2621
|
-
"ObjC"
|
|
2622
|
-
],
|
|
2623
|
-
"funcSelfKind": "NonMutating"
|
|
2756
|
+
]
|
|
2624
2757
|
},
|
|
2625
2758
|
{
|
|
2626
|
-
"kind": "
|
|
2627
|
-
"name": "
|
|
2628
|
-
"printedName": "
|
|
2759
|
+
"kind": "Var",
|
|
2760
|
+
"name": "stopEnginePlayback",
|
|
2761
|
+
"printedName": "stopEnginePlayback",
|
|
2629
2762
|
"children": [
|
|
2630
|
-
{
|
|
2631
|
-
"kind": "TypeNominal",
|
|
2632
|
-
"name": "Void",
|
|
2633
|
-
"printedName": "()"
|
|
2634
|
-
},
|
|
2635
2763
|
{
|
|
2636
2764
|
"kind": "TypeNominal",
|
|
2637
2765
|
"name": "Optional",
|
|
2638
|
-
"printedName": "((
|
|
2766
|
+
"printedName": "(() -> ())?",
|
|
2639
2767
|
"children": [
|
|
2640
2768
|
{
|
|
2641
2769
|
"kind": "TypeFunc",
|
|
2642
2770
|
"name": "Function",
|
|
2643
|
-
"printedName": "(
|
|
2771
|
+
"printedName": "() -> ()",
|
|
2644
2772
|
"children": [
|
|
2645
2773
|
{
|
|
2646
2774
|
"kind": "TypeNominal",
|
|
@@ -2649,176 +2777,139 @@
|
|
|
2649
2777
|
},
|
|
2650
2778
|
{
|
|
2651
2779
|
"kind": "TypeNominal",
|
|
2652
|
-
"name": "
|
|
2653
|
-
"printedName": "
|
|
2654
|
-
"usr": "s:Sb"
|
|
2780
|
+
"name": "Void",
|
|
2781
|
+
"printedName": "()"
|
|
2655
2782
|
}
|
|
2656
2783
|
]
|
|
2657
2784
|
}
|
|
2658
2785
|
],
|
|
2659
|
-
"hasDefaultArg": true,
|
|
2660
2786
|
"usr": "s:Sq"
|
|
2661
2787
|
}
|
|
2662
2788
|
],
|
|
2663
|
-
"declKind": "
|
|
2664
|
-
"usr": "
|
|
2665
|
-
"mangledName": "$
|
|
2789
|
+
"declKind": "Var",
|
|
2790
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
2791
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
2666
2792
|
"moduleName": "DavoiceTTS",
|
|
2793
|
+
"static": true,
|
|
2667
2794
|
"declAttributes": [
|
|
2668
|
-
"
|
|
2669
|
-
"
|
|
2670
|
-
"
|
|
2795
|
+
"HasInitialValue",
|
|
2796
|
+
"HasStorage",
|
|
2797
|
+
"AccessControl"
|
|
2671
2798
|
],
|
|
2672
|
-
"
|
|
2673
|
-
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "Function",
|
|
2676
|
-
"name": "destroySpeech",
|
|
2677
|
-
"printedName": "destroySpeech(_:)",
|
|
2678
|
-
"children": [
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "TypeNominal",
|
|
2681
|
-
"name": "Void",
|
|
2682
|
-
"printedName": "()"
|
|
2683
|
-
},
|
|
2799
|
+
"hasStorage": true,
|
|
2800
|
+
"accessors": [
|
|
2684
2801
|
{
|
|
2685
|
-
"kind": "
|
|
2686
|
-
"name": "
|
|
2687
|
-
"printedName": "(
|
|
2802
|
+
"kind": "Accessor",
|
|
2803
|
+
"name": "Get",
|
|
2804
|
+
"printedName": "Get()",
|
|
2688
2805
|
"children": [
|
|
2689
2806
|
{
|
|
2690
|
-
"kind": "
|
|
2691
|
-
"name": "
|
|
2692
|
-
"printedName": "(
|
|
2807
|
+
"kind": "TypeNominal",
|
|
2808
|
+
"name": "Optional",
|
|
2809
|
+
"printedName": "(() -> ())?",
|
|
2693
2810
|
"children": [
|
|
2694
2811
|
{
|
|
2695
|
-
"kind": "
|
|
2696
|
-
"name": "
|
|
2697
|
-
"printedName": "()"
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2812
|
+
"kind": "TypeFunc",
|
|
2813
|
+
"name": "Function",
|
|
2814
|
+
"printedName": "() -> ()",
|
|
2815
|
+
"children": [
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "TypeNominal",
|
|
2818
|
+
"name": "Void",
|
|
2819
|
+
"printedName": "()"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"kind": "TypeNominal",
|
|
2823
|
+
"name": "Void",
|
|
2824
|
+
"printedName": "()"
|
|
2825
|
+
}
|
|
2826
|
+
]
|
|
2704
2827
|
}
|
|
2705
|
-
]
|
|
2828
|
+
],
|
|
2829
|
+
"usr": "s:Sq"
|
|
2706
2830
|
}
|
|
2707
2831
|
],
|
|
2708
|
-
"
|
|
2709
|
-
"usr": "s:
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
"moduleName": "DavoiceTTS",
|
|
2716
|
-
"declAttributes": [
|
|
2717
|
-
"Final",
|
|
2718
|
-
"AccessControl",
|
|
2719
|
-
"ObjC"
|
|
2720
|
-
],
|
|
2721
|
-
"funcSelfKind": "NonMutating"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"kind": "Function",
|
|
2725
|
-
"name": "teardown",
|
|
2726
|
-
"printedName": "teardown()",
|
|
2727
|
-
"children": [
|
|
2728
|
-
{
|
|
2729
|
-
"kind": "TypeNominal",
|
|
2730
|
-
"name": "Void",
|
|
2731
|
-
"printedName": "()"
|
|
2732
|
-
}
|
|
2733
|
-
],
|
|
2734
|
-
"declKind": "Func",
|
|
2735
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
|
|
2736
|
-
"mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
|
|
2737
|
-
"moduleName": "DavoiceTTS",
|
|
2738
|
-
"declAttributes": [
|
|
2739
|
-
"Final",
|
|
2740
|
-
"AccessControl",
|
|
2741
|
-
"ObjC"
|
|
2742
|
-
],
|
|
2743
|
-
"funcSelfKind": "NonMutating"
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"kind": "Function",
|
|
2747
|
-
"name": "speechRecognizer",
|
|
2748
|
-
"printedName": "speechRecognizer(_:availabilityDidChange:)",
|
|
2749
|
-
"children": [
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "TypeNominal",
|
|
2752
|
-
"name": "Void",
|
|
2753
|
-
"printedName": "()"
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"kind": "TypeNominal",
|
|
2757
|
-
"name": "SFSpeechRecognizer",
|
|
2758
|
-
"printedName": "Speech.SFSpeechRecognizer",
|
|
2759
|
-
"usr": "c:objc(cs)SFSpeechRecognizer"
|
|
2832
|
+
"declKind": "Accessor",
|
|
2833
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
2834
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
2835
|
+
"moduleName": "DavoiceTTS",
|
|
2836
|
+
"static": true,
|
|
2837
|
+
"implicit": true,
|
|
2838
|
+
"accessorKind": "get"
|
|
2760
2839
|
},
|
|
2761
2840
|
{
|
|
2762
|
-
"kind": "
|
|
2763
|
-
"name": "
|
|
2764
|
-
"printedName": "
|
|
2765
|
-
"
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2841
|
+
"kind": "Accessor",
|
|
2842
|
+
"name": "Set",
|
|
2843
|
+
"printedName": "Set()",
|
|
2844
|
+
"children": [
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "TypeNominal",
|
|
2847
|
+
"name": "Void",
|
|
2848
|
+
"printedName": "()"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "TypeNominal",
|
|
2852
|
+
"name": "Optional",
|
|
2853
|
+
"printedName": "(() -> ())?",
|
|
2854
|
+
"children": [
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "TypeFunc",
|
|
2857
|
+
"name": "Function",
|
|
2858
|
+
"printedName": "() -> ()",
|
|
2859
|
+
"children": [
|
|
2860
|
+
{
|
|
2861
|
+
"kind": "TypeNominal",
|
|
2862
|
+
"name": "Void",
|
|
2863
|
+
"printedName": "()"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"kind": "TypeNominal",
|
|
2867
|
+
"name": "Void",
|
|
2868
|
+
"printedName": "()"
|
|
2869
|
+
}
|
|
2870
|
+
]
|
|
2871
|
+
}
|
|
2872
|
+
],
|
|
2873
|
+
"usr": "s:Sq"
|
|
2874
|
+
}
|
|
2875
|
+
],
|
|
2876
|
+
"declKind": "Accessor",
|
|
2877
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
2878
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
2879
|
+
"moduleName": "DavoiceTTS",
|
|
2880
|
+
"static": true,
|
|
2881
|
+
"implicit": true,
|
|
2882
|
+
"accessorKind": "set"
|
|
2883
|
+
},
|
|
2786
2884
|
{
|
|
2787
|
-
"kind": "
|
|
2788
|
-
"name": "
|
|
2789
|
-
"printedName": "
|
|
2790
|
-
"
|
|
2885
|
+
"kind": "Accessor",
|
|
2886
|
+
"name": "Modify",
|
|
2887
|
+
"printedName": "Modify()",
|
|
2888
|
+
"children": [
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "TypeNominal",
|
|
2891
|
+
"name": "Void",
|
|
2892
|
+
"printedName": "()"
|
|
2893
|
+
}
|
|
2894
|
+
],
|
|
2895
|
+
"declKind": "Accessor",
|
|
2896
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
2897
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
2898
|
+
"moduleName": "DavoiceTTS",
|
|
2899
|
+
"static": true,
|
|
2900
|
+
"implicit": true,
|
|
2901
|
+
"accessorKind": "_modify"
|
|
2791
2902
|
}
|
|
2792
|
-
]
|
|
2793
|
-
"declKind": "Constructor",
|
|
2794
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
|
|
2795
|
-
"mangledName": "$s10DavoiceTTS3STTCACycfc",
|
|
2796
|
-
"moduleName": "DavoiceTTS",
|
|
2797
|
-
"overriding": true,
|
|
2798
|
-
"implicit": true,
|
|
2799
|
-
"objc_name": "init",
|
|
2800
|
-
"declAttributes": [
|
|
2801
|
-
"Dynamic",
|
|
2802
|
-
"ObjC",
|
|
2803
|
-
"Override"
|
|
2804
|
-
],
|
|
2805
|
-
"init_kind": "Designated"
|
|
2903
|
+
]
|
|
2806
2904
|
}
|
|
2807
2905
|
],
|
|
2808
|
-
"declKind": "
|
|
2809
|
-
"usr": "
|
|
2810
|
-
"mangledName": "$
|
|
2906
|
+
"declKind": "Enum",
|
|
2907
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO",
|
|
2908
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
|
|
2811
2909
|
"moduleName": "DavoiceTTS",
|
|
2812
2910
|
"declAttributes": [
|
|
2813
|
-
"Final",
|
|
2814
2911
|
"AccessControl",
|
|
2815
|
-
"
|
|
2816
|
-
"ObjC"
|
|
2817
|
-
],
|
|
2818
|
-
"superclassUsr": "c:objc(cs)NSObject",
|
|
2819
|
-
"inheritsConvenienceInitializers": true,
|
|
2820
|
-
"superclassNames": [
|
|
2821
|
-
"ObjectiveC.NSObject"
|
|
2912
|
+
"RawDocComment"
|
|
2822
2913
|
],
|
|
2823
2914
|
"conformances": [
|
|
2824
2915
|
{
|
|
@@ -2834,55 +2925,6 @@
|
|
|
2834
2925
|
"printedName": "Escapable",
|
|
2835
2926
|
"usr": "s:s9EscapableP",
|
|
2836
2927
|
"mangledName": "$ss9EscapableP"
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "Conformance",
|
|
2840
|
-
"name": "Equatable",
|
|
2841
|
-
"printedName": "Equatable",
|
|
2842
|
-
"usr": "s:SQ",
|
|
2843
|
-
"mangledName": "$sSQ"
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"kind": "Conformance",
|
|
2847
|
-
"name": "Hashable",
|
|
2848
|
-
"printedName": "Hashable",
|
|
2849
|
-
"usr": "s:SH",
|
|
2850
|
-
"mangledName": "$sSH"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "Conformance",
|
|
2854
|
-
"name": "CVarArg",
|
|
2855
|
-
"printedName": "CVarArg",
|
|
2856
|
-
"usr": "s:s7CVarArgP",
|
|
2857
|
-
"mangledName": "$ss7CVarArgP"
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"kind": "Conformance",
|
|
2861
|
-
"name": "_KeyValueCodingAndObservingPublishing",
|
|
2862
|
-
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
2863
|
-
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
2864
|
-
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"kind": "Conformance",
|
|
2868
|
-
"name": "_KeyValueCodingAndObserving",
|
|
2869
|
-
"printedName": "_KeyValueCodingAndObserving",
|
|
2870
|
-
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
2871
|
-
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"kind": "Conformance",
|
|
2875
|
-
"name": "CustomStringConvertible",
|
|
2876
|
-
"printedName": "CustomStringConvertible",
|
|
2877
|
-
"usr": "s:s23CustomStringConvertibleP",
|
|
2878
|
-
"mangledName": "$ss23CustomStringConvertibleP"
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"kind": "Conformance",
|
|
2882
|
-
"name": "CustomDebugStringConvertible",
|
|
2883
|
-
"printedName": "CustomDebugStringConvertible",
|
|
2884
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2885
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2886
2928
|
}
|
|
2887
2929
|
]
|
|
2888
2930
|
}
|
|
@@ -2893,1512 +2935,1428 @@
|
|
|
2893
2935
|
{
|
|
2894
2936
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2895
2937
|
"kind": "IntegerLiteral",
|
|
2896
|
-
"offset":
|
|
2938
|
+
"offset": 147,
|
|
2897
2939
|
"length": 1,
|
|
2898
2940
|
"value": "0"
|
|
2899
2941
|
},
|
|
2900
2942
|
{
|
|
2901
2943
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2902
2944
|
"kind": "BooleanLiteral",
|
|
2903
|
-
"offset":
|
|
2945
|
+
"offset": 166,
|
|
2904
2946
|
"length": 5,
|
|
2905
2947
|
"value": "false"
|
|
2906
2948
|
},
|
|
2907
2949
|
{
|
|
2908
2950
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2909
2951
|
"kind": "Dictionary",
|
|
2910
|
-
"offset":
|
|
2952
|
+
"offset": 2747,
|
|
2911
2953
|
"length": 3,
|
|
2912
2954
|
"value": "[]"
|
|
2913
2955
|
},
|
|
2914
2956
|
{
|
|
2915
2957
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2916
2958
|
"kind": "StringLiteral",
|
|
2917
|
-
"offset":
|
|
2959
|
+
"offset": 4287,
|
|
2918
2960
|
"length": 19,
|
|
2919
2961
|
"value": "\"swift.sound.queue\""
|
|
2920
2962
|
},
|
|
2921
2963
|
{
|
|
2922
2964
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2923
2965
|
"kind": "Array",
|
|
2924
|
-
"offset":
|
|
2966
|
+
"offset": 4344,
|
|
2925
2967
|
"length": 2,
|
|
2926
2968
|
"value": "[]"
|
|
2927
2969
|
},
|
|
2928
2970
|
{
|
|
2929
2971
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2930
2972
|
"kind": "StringLiteral",
|
|
2931
|
-
"offset":
|
|
2973
|
+
"offset": 17192,
|
|
2932
2974
|
"length": 2,
|
|
2933
2975
|
"value": "\"\""
|
|
2934
2976
|
},
|
|
2935
2977
|
{
|
|
2936
2978
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2937
2979
|
"kind": "IntegerLiteral",
|
|
2938
|
-
"offset":
|
|
2980
|
+
"offset": 19262,
|
|
2939
2981
|
"length": 1,
|
|
2940
2982
|
"value": "0"
|
|
2941
2983
|
},
|
|
2942
2984
|
{
|
|
2943
2985
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2944
2986
|
"kind": "BooleanLiteral",
|
|
2945
|
-
"offset":
|
|
2987
|
+
"offset": 19287,
|
|
2946
2988
|
"length": 5,
|
|
2947
2989
|
"value": "false"
|
|
2948
2990
|
},
|
|
2949
2991
|
{
|
|
2950
2992
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2951
2993
|
"kind": "StringLiteral",
|
|
2952
|
-
"offset":
|
|
2994
|
+
"offset": 19381,
|
|
2953
2995
|
"length": 16,
|
|
2954
2996
|
"value": "\"davtts.control\""
|
|
2955
2997
|
},
|
|
2956
2998
|
{
|
|
2957
2999
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2958
3000
|
"kind": "BooleanLiteral",
|
|
2959
|
-
"offset":
|
|
3001
|
+
"offset": 19458,
|
|
2960
3002
|
"length": 5,
|
|
2961
3003
|
"value": "false"
|
|
2962
3004
|
},
|
|
2963
3005
|
{
|
|
2964
3006
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2965
3007
|
"kind": "BooleanLiteral",
|
|
2966
|
-
"offset":
|
|
3008
|
+
"offset": 19492,
|
|
2967
3009
|
"length": 5,
|
|
2968
3010
|
"value": "false"
|
|
2969
3011
|
},
|
|
2970
3012
|
{
|
|
2971
3013
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2972
3014
|
"kind": "IntegerLiteral",
|
|
2973
|
-
"offset":
|
|
3015
|
+
"offset": 24666,
|
|
2974
3016
|
"length": 6,
|
|
2975
3017
|
"value": "16000"
|
|
2976
3018
|
},
|
|
2977
3019
|
{
|
|
2978
3020
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2979
3021
|
"kind": "IntegerLiteral",
|
|
2980
|
-
"offset":
|
|
3022
|
+
"offset": 24688,
|
|
2981
3023
|
"length": 2,
|
|
2982
3024
|
"value": "20"
|
|
2983
3025
|
},
|
|
2984
3026
|
{
|
|
2985
3027
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2986
3028
|
"kind": "IntegerLiteral",
|
|
2987
|
-
"offset":
|
|
3029
|
+
"offset": 26067,
|
|
2988
3030
|
"length": 1,
|
|
2989
3031
|
"value": "0"
|
|
2990
3032
|
},
|
|
2991
3033
|
{
|
|
2992
3034
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
2993
3035
|
"kind": "IntegerLiteral",
|
|
2994
|
-
"offset":
|
|
3036
|
+
"offset": 26746,
|
|
2995
3037
|
"length": 1,
|
|
2996
3038
|
"value": "0"
|
|
2997
3039
|
},
|
|
2998
3040
|
{
|
|
2999
3041
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3000
3042
|
"kind": "IntegerLiteral",
|
|
3001
|
-
"offset":
|
|
3043
|
+
"offset": 26906,
|
|
3002
3044
|
"length": 5,
|
|
3003
3045
|
"value": "16000"
|
|
3004
3046
|
},
|
|
3005
3047
|
{
|
|
3006
3048
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3007
3049
|
"kind": "IntegerLiteral",
|
|
3008
|
-
"offset":
|
|
3050
|
+
"offset": 26983,
|
|
3009
3051
|
"length": 2,
|
|
3010
3052
|
"value": "-1"
|
|
3011
3053
|
},
|
|
3012
3054
|
{
|
|
3013
3055
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3014
3056
|
"kind": "IntegerLiteral",
|
|
3015
|
-
"offset":
|
|
3057
|
+
"offset": 27134,
|
|
3016
3058
|
"length": 2,
|
|
3017
3059
|
"value": "-1"
|
|
3018
3060
|
},
|
|
3019
3061
|
{
|
|
3020
3062
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3021
3063
|
"kind": "StringLiteral",
|
|
3022
|
-
"offset":
|
|
3064
|
+
"offset": 27754,
|
|
3023
3065
|
"length": 3,
|
|
3024
3066
|
"value": "\"_\""
|
|
3025
3067
|
},
|
|
3026
3068
|
{
|
|
3027
3069
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3028
3070
|
"kind": "StringLiteral",
|
|
3029
|
-
"offset":
|
|
3071
|
+
"offset": 27945,
|
|
3030
3072
|
"length": 11,
|
|
3031
3073
|
"value": "\"!.?,;:…\""
|
|
3032
3074
|
},
|
|
3033
3075
|
{
|
|
3034
3076
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3035
3077
|
"kind": "IntegerLiteral",
|
|
3036
|
-
"offset":
|
|
3078
|
+
"offset": 27999,
|
|
3037
3079
|
"length": 1,
|
|
3038
3080
|
"value": "1"
|
|
3039
3081
|
},
|
|
3040
3082
|
{
|
|
3041
3083
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3042
3084
|
"kind": "StringLiteral",
|
|
3043
|
-
"offset":
|
|
3085
|
+
"offset": 28056,
|
|
3044
3086
|
"length": 45,
|
|
3045
3087
|
"value": "\"endPunct == \""
|
|
3046
3088
|
},
|
|
3047
3089
|
{
|
|
3048
3090
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3049
3091
|
"kind": "StringLiteral",
|
|
3050
|
-
"offset":
|
|
3092
|
+
"offset": 28100,
|
|
3051
3093
|
"length": 2,
|
|
3052
3094
|
"value": "\"\""
|
|
3053
3095
|
},
|
|
3054
3096
|
{
|
|
3055
3097
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3056
3098
|
"kind": "StringLiteral",
|
|
3057
|
-
"offset":
|
|
3099
|
+
"offset": 28117,
|
|
3058
3100
|
"length": 33,
|
|
3059
3101
|
"value": "\"slice:'\""
|
|
3060
3102
|
},
|
|
3061
3103
|
{
|
|
3062
3104
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3063
3105
|
"kind": "StringLiteral",
|
|
3064
|
-
"offset":
|
|
3106
|
+
"offset": 28135,
|
|
3065
3107
|
"length": 58,
|
|
3066
3108
|
"value": "\"' lastScalar:\""
|
|
3067
3109
|
},
|
|
3068
3110
|
{
|
|
3069
3111
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3070
3112
|
"kind": "IntegerLiteral",
|
|
3071
|
-
"offset":
|
|
3113
|
+
"offset": 28190,
|
|
3072
3114
|
"length": 2,
|
|
3073
3115
|
"value": "-1"
|
|
3074
3116
|
},
|
|
3075
3117
|
{
|
|
3076
3118
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3077
3119
|
"kind": "IntegerLiteral",
|
|
3078
|
-
"offset":
|
|
3120
|
+
"offset": 28278,
|
|
3079
3121
|
"length": 4,
|
|
3080
3122
|
"value": "0x02"
|
|
3081
3123
|
},
|
|
3082
3124
|
{
|
|
3083
3125
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3084
3126
|
"kind": "Array",
|
|
3085
|
-
"offset":
|
|
3127
|
+
"offset": 28424,
|
|
3086
3128
|
"length": 2,
|
|
3087
3129
|
"value": "[]"
|
|
3088
3130
|
},
|
|
3089
3131
|
{
|
|
3090
3132
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3091
3133
|
"kind": "IntegerLiteral",
|
|
3092
|
-
"offset":
|
|
3134
|
+
"offset": 28518,
|
|
3093
3135
|
"length": 1,
|
|
3094
3136
|
"value": "0"
|
|
3095
3137
|
},
|
|
3096
3138
|
{
|
|
3097
3139
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3098
3140
|
"kind": "IntegerLiteral",
|
|
3099
|
-
"offset":
|
|
3141
|
+
"offset": 28704,
|
|
3100
3142
|
"length": 1,
|
|
3101
3143
|
"value": "0"
|
|
3102
3144
|
},
|
|
3103
3145
|
{
|
|
3104
3146
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3105
3147
|
"kind": "IntegerLiteral",
|
|
3106
|
-
"offset":
|
|
3148
|
+
"offset": 28755,
|
|
3107
3149
|
"length": 1,
|
|
3108
3150
|
"value": "0"
|
|
3109
3151
|
},
|
|
3110
3152
|
{
|
|
3111
3153
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3112
3154
|
"kind": "IntegerLiteral",
|
|
3113
|
-
"offset":
|
|
3155
|
+
"offset": 28864,
|
|
3114
3156
|
"length": 1,
|
|
3115
3157
|
"value": "0"
|
|
3116
3158
|
},
|
|
3117
3159
|
{
|
|
3118
3160
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3119
3161
|
"kind": "IntegerLiteral",
|
|
3120
|
-
"offset":
|
|
3162
|
+
"offset": 28993,
|
|
3121
3163
|
"length": 1,
|
|
3122
3164
|
"value": "1"
|
|
3123
3165
|
},
|
|
3124
3166
|
{
|
|
3125
3167
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3126
3168
|
"kind": "StringLiteral",
|
|
3127
|
-
"offset":
|
|
3169
|
+
"offset": 29585,
|
|
3128
3170
|
"length": 16,
|
|
3129
3171
|
"value": "\"terminator == \""
|
|
3130
3172
|
},
|
|
3131
3173
|
{
|
|
3132
3174
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3133
3175
|
"kind": "IntegerLiteral",
|
|
3134
|
-
"offset":
|
|
3176
|
+
"offset": 29648,
|
|
3135
3177
|
"length": 6,
|
|
3136
3178
|
"value": "589864"
|
|
3137
3179
|
},
|
|
3138
3180
|
{
|
|
3139
3181
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3140
3182
|
"kind": "IntegerLiteral",
|
|
3141
|
-
"offset":
|
|
3183
|
+
"offset": 30042,
|
|
3142
3184
|
"length": 1,
|
|
3143
3185
|
"value": "1"
|
|
3144
3186
|
},
|
|
3145
3187
|
{
|
|
3146
3188
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3147
3189
|
"kind": "StringLiteral",
|
|
3148
|
-
"offset":
|
|
3190
|
+
"offset": 30079,
|
|
3149
3191
|
"length": 51,
|
|
3150
3192
|
"value": "\"✅ Full cString: \"\""
|
|
3151
3193
|
},
|
|
3152
3194
|
{
|
|
3153
3195
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3154
3196
|
"kind": "StringLiteral",
|
|
3155
|
-
"offset":
|
|
3197
|
+
"offset": 30127,
|
|
3156
3198
|
"length": 1,
|
|
3157
3199
|
"value": "\"\"\""
|
|
3158
3200
|
},
|
|
3159
3201
|
{
|
|
3160
3202
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3161
3203
|
"kind": "StringLiteral",
|
|
3162
|
-
"offset":
|
|
3204
|
+
"offset": 30166,
|
|
3163
3205
|
"length": 62,
|
|
3164
3206
|
"value": "\"🔢 inputPtr offset from base: \""
|
|
3165
3207
|
},
|
|
3166
3208
|
{
|
|
3167
3209
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3168
3210
|
"kind": "StringLiteral",
|
|
3169
|
-
"offset":
|
|
3211
|
+
"offset": 30208,
|
|
3170
3212
|
"length": 1,
|
|
3171
3213
|
"value": "\" (index = \""
|
|
3172
3214
|
},
|
|
3173
3215
|
{
|
|
3174
3216
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3175
3217
|
"kind": "StringLiteral",
|
|
3176
|
-
"offset":
|
|
3218
|
+
"offset": 30226,
|
|
3177
3219
|
"length": 1,
|
|
3178
3220
|
"value": "\")\""
|
|
3179
3221
|
},
|
|
3180
3222
|
{
|
|
3181
3223
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3182
3224
|
"kind": "IntegerLiteral",
|
|
3183
|
-
"offset":
|
|
3225
|
+
"offset": 30274,
|
|
3184
3226
|
"length": 1,
|
|
3185
3227
|
"value": "0"
|
|
3186
3228
|
},
|
|
3187
3229
|
{
|
|
3188
3230
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3189
3231
|
"kind": "StringLiteral",
|
|
3190
|
-
"offset":
|
|
3232
|
+
"offset": 30466,
|
|
3191
3233
|
"length": 64,
|
|
3192
3234
|
"value": "\"🔍 Backward index \""
|
|
3193
3235
|
},
|
|
3194
3236
|
{
|
|
3195
3237
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3196
3238
|
"kind": "StringLiteral",
|
|
3197
|
-
"offset":
|
|
3239
|
+
"offset": 30495,
|
|
3198
3240
|
"length": 1,
|
|
3199
3241
|
"value": "\": byte = \""
|
|
3200
3242
|
},
|
|
3201
3243
|
{
|
|
3202
3244
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3203
3245
|
"kind": "StringLiteral",
|
|
3204
|
-
"offset":
|
|
3246
|
+
"offset": 30511,
|
|
3205
3247
|
"length": 1,
|
|
3206
3248
|
"value": "\", char = '\""
|
|
3207
3249
|
},
|
|
3208
3250
|
{
|
|
3209
3251
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3210
3252
|
"kind": "StringLiteral",
|
|
3211
|
-
"offset":
|
|
3253
|
+
"offset": 30528,
|
|
3212
3254
|
"length": 3,
|
|
3213
3255
|
"value": "\"'\""
|
|
3214
3256
|
},
|
|
3215
3257
|
{
|
|
3216
3258
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3217
3259
|
"kind": "StringLiteral",
|
|
3218
|
-
"offset":
|
|
3260
|
+
"offset": 30667,
|
|
3219
3261
|
"length": 57,
|
|
3220
3262
|
"value": "\"✅ Found terminating char: '\""
|
|
3221
3263
|
},
|
|
3222
3264
|
{
|
|
3223
3265
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3224
3266
|
"kind": "StringLiteral",
|
|
3225
|
-
"offset":
|
|
3267
|
+
"offset": 30704,
|
|
3226
3268
|
"length": 21,
|
|
3227
3269
|
"value": "\"' at index \""
|
|
3228
3270
|
},
|
|
3229
3271
|
{
|
|
3230
3272
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3231
3273
|
"kind": "StringLiteral",
|
|
3232
|
-
"offset":
|
|
3274
|
+
"offset": 30723,
|
|
3233
3275
|
"length": 2,
|
|
3234
3276
|
"value": "\"\""
|
|
3235
3277
|
},
|
|
3236
3278
|
{
|
|
3237
3279
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3238
3280
|
"kind": "IntegerLiteral",
|
|
3239
|
-
"offset":
|
|
3281
|
+
"offset": 30910,
|
|
3240
3282
|
"length": 1,
|
|
3241
3283
|
"value": "1"
|
|
3242
3284
|
},
|
|
3243
3285
|
{
|
|
3244
3286
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3245
3287
|
"kind": "IntegerLiteral",
|
|
3246
|
-
"offset":
|
|
3288
|
+
"offset": 30982,
|
|
3247
3289
|
"length": 1,
|
|
3248
3290
|
"value": "0"
|
|
3249
3291
|
},
|
|
3250
3292
|
{
|
|
3251
3293
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3252
3294
|
"kind": "StringLiteral",
|
|
3253
|
-
"offset":
|
|
3295
|
+
"offset": 31024,
|
|
3254
3296
|
"length": 66,
|
|
3255
3297
|
"value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
|
|
3256
3298
|
},
|
|
3257
3299
|
{
|
|
3258
3300
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3259
3301
|
"kind": "StringLiteral",
|
|
3260
|
-
"offset":
|
|
3302
|
+
"offset": 31412,
|
|
3261
3303
|
"length": 50,
|
|
3262
3304
|
"value": "\"ptr == nil → using last character of cString =\""
|
|
3263
3305
|
},
|
|
3264
3306
|
{
|
|
3265
3307
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3266
3308
|
"kind": "StringLiteral",
|
|
3267
|
-
"offset":
|
|
3309
|
+
"offset": 31747,
|
|
3268
3310
|
"length": 38,
|
|
3269
3311
|
"value": "\"[swift-dav] [debug] Parsed phonemes:\""
|
|
3270
3312
|
},
|
|
3271
3313
|
{
|
|
3272
3314
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3273
3315
|
"kind": "StringLiteral",
|
|
3274
|
-
"offset":
|
|
3316
|
+
"offset": 31811,
|
|
3275
3317
|
"length": 54,
|
|
3276
3318
|
"value": "\"[swift-dav] [debug] Phoneme count: \""
|
|
3277
3319
|
},
|
|
3278
3320
|
{
|
|
3279
3321
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3280
3322
|
"kind": "StringLiteral",
|
|
3281
|
-
"offset":
|
|
3323
|
+
"offset": 31864,
|
|
3282
3324
|
"length": 2,
|
|
3283
3325
|
"value": "\"\""
|
|
3284
3326
|
},
|
|
3285
3327
|
{
|
|
3286
3328
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3287
3329
|
"kind": "StringLiteral",
|
|
3288
|
-
"offset":
|
|
3330
|
+
"offset": 31882,
|
|
3289
3331
|
"length": 42,
|
|
3290
3332
|
"value": "\"[swift-dav] [debug] Converting to IDs...\""
|
|
3291
3333
|
},
|
|
3292
3334
|
{
|
|
3293
3335
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3294
3336
|
"kind": "StringLiteral",
|
|
3295
|
-
"offset":
|
|
3337
|
+
"offset": 32006,
|
|
3296
3338
|
"length": 51,
|
|
3297
3339
|
"value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
|
|
3298
3340
|
},
|
|
3299
3341
|
{
|
|
3300
3342
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3301
3343
|
"kind": "StringLiteral",
|
|
3302
|
-
"offset":
|
|
3344
|
+
"offset": 32056,
|
|
3303
3345
|
"length": 2,
|
|
3304
3346
|
"value": "\"\""
|
|
3305
3347
|
},
|
|
3306
3348
|
{
|
|
3307
3349
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3308
3350
|
"kind": "StringLiteral",
|
|
3309
|
-
"offset":
|
|
3351
|
+
"offset": 32325,
|
|
3310
3352
|
"length": 12,
|
|
3311
3353
|
"value": "\"DaVoiceTTS\""
|
|
3312
3354
|
},
|
|
3313
3355
|
{
|
|
3314
3356
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3315
3357
|
"kind": "IntegerLiteral",
|
|
3316
|
-
"offset":
|
|
3358
|
+
"offset": 32371,
|
|
3317
3359
|
"length": 1,
|
|
3318
3360
|
"value": "3"
|
|
3319
3361
|
},
|
|
3320
3362
|
{
|
|
3321
3363
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3322
3364
|
"kind": "StringLiteral",
|
|
3323
|
-
"offset":
|
|
3365
|
+
"offset": 32475,
|
|
3324
3366
|
"length": 43,
|
|
3325
3367
|
"value": "\"No valid phoneme IDs found for input text\""
|
|
3326
3368
|
},
|
|
3327
3369
|
{
|
|
3328
3370
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3329
3371
|
"kind": "StringLiteral",
|
|
3330
|
-
"offset":
|
|
3372
|
+
"offset": 32546,
|
|
3331
3373
|
"length": 21,
|
|
3332
3374
|
"value": "\"Phoneme IDs: \""
|
|
3333
3375
|
},
|
|
3334
3376
|
{
|
|
3335
3377
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3336
3378
|
"kind": "StringLiteral",
|
|
3337
|
-
"offset":
|
|
3379
|
+
"offset": 32566,
|
|
3338
3380
|
"length": 2,
|
|
3339
3381
|
"value": "\"\""
|
|
3340
3382
|
},
|
|
3341
3383
|
{
|
|
3342
3384
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3343
3385
|
"kind": "IntegerLiteral",
|
|
3344
|
-
"offset":
|
|
3386
|
+
"offset": 32823,
|
|
3345
3387
|
"length": 1,
|
|
3346
3388
|
"value": "1"
|
|
3347
3389
|
},
|
|
3348
3390
|
{
|
|
3349
3391
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3350
3392
|
"kind": "Array",
|
|
3351
|
-
"offset":
|
|
3393
|
+
"offset": 33090,
|
|
3352
3394
|
"length": 3,
|
|
3353
3395
|
"value": "[1]"
|
|
3354
3396
|
},
|
|
3355
3397
|
{
|
|
3356
3398
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3357
3399
|
"kind": "StringLiteral",
|
|
3358
|
-
"offset":
|
|
3400
|
+
"offset": 33600,
|
|
3359
3401
|
"length": 6,
|
|
3360
3402
|
"value": "\"json\""
|
|
3361
3403
|
},
|
|
3362
3404
|
{
|
|
3363
3405
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3364
3406
|
"kind": "FloatLiteral",
|
|
3365
|
-
"offset":
|
|
3407
|
+
"offset": 33789,
|
|
3366
3408
|
"length": 4,
|
|
3367
3409
|
"value": "0.95"
|
|
3368
3410
|
},
|
|
3369
3411
|
{
|
|
3370
3412
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3371
3413
|
"kind": "FloatLiteral",
|
|
3372
|
-
"offset":
|
|
3414
|
+
"offset": 33796,
|
|
3373
3415
|
"length": 4,
|
|
3374
3416
|
"value": "1.05"
|
|
3375
3417
|
},
|
|
3376
3418
|
{
|
|
3377
3419
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3378
3420
|
"kind": "FloatLiteral",
|
|
3379
|
-
"offset":
|
|
3421
|
+
"offset": 33841,
|
|
3380
3422
|
"length": 4,
|
|
3381
3423
|
"value": "0.97"
|
|
3382
3424
|
},
|
|
3383
3425
|
{
|
|
3384
3426
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3385
3427
|
"kind": "FloatLiteral",
|
|
3386
|
-
"offset":
|
|
3428
|
+
"offset": 33848,
|
|
3387
3429
|
"length": 4,
|
|
3388
3430
|
"value": "1.03"
|
|
3389
3431
|
},
|
|
3390
3432
|
{
|
|
3391
3433
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3392
3434
|
"kind": "FloatLiteral",
|
|
3393
|
-
"offset":
|
|
3435
|
+
"offset": 33893,
|
|
3394
3436
|
"length": 4,
|
|
3395
3437
|
"value": "0.95"
|
|
3396
3438
|
},
|
|
3397
3439
|
{
|
|
3398
3440
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3399
3441
|
"kind": "FloatLiteral",
|
|
3400
|
-
"offset":
|
|
3442
|
+
"offset": 33900,
|
|
3401
3443
|
"length": 4,
|
|
3402
3444
|
"value": "1.06"
|
|
3403
3445
|
},
|
|
3404
3446
|
{
|
|
3405
3447
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3406
3448
|
"kind": "IntegerLiteral",
|
|
3407
|
-
"offset":
|
|
3449
|
+
"offset": 33994,
|
|
3408
3450
|
"length": 1,
|
|
3409
3451
|
"value": "1"
|
|
3410
3452
|
},
|
|
3411
3453
|
{
|
|
3412
3454
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3413
3455
|
"kind": "FloatLiteral",
|
|
3414
|
-
"offset":
|
|
3456
|
+
"offset": 34011,
|
|
3415
3457
|
"length": 4,
|
|
3416
3458
|
"value": "0.94"
|
|
3417
3459
|
},
|
|
3418
3460
|
{
|
|
3419
3461
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3420
3462
|
"kind": "FloatLiteral",
|
|
3421
|
-
"offset":
|
|
3463
|
+
"offset": 34017,
|
|
3422
3464
|
"length": 4,
|
|
3423
3465
|
"value": "0.94"
|
|
3424
3466
|
},
|
|
3425
3467
|
{
|
|
3426
3468
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3427
3469
|
"kind": "FloatLiteral",
|
|
3428
|
-
"offset":
|
|
3470
|
+
"offset": 34023,
|
|
3429
3471
|
"length": 4,
|
|
3430
3472
|
"value": "1.06"
|
|
3431
3473
|
},
|
|
3432
3474
|
{
|
|
3433
3475
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3434
3476
|
"kind": "IntegerLiteral",
|
|
3435
|
-
"offset":
|
|
3477
|
+
"offset": 34084,
|
|
3436
3478
|
"length": 1,
|
|
3437
3479
|
"value": "2"
|
|
3438
3480
|
},
|
|
3439
3481
|
{
|
|
3440
3482
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3441
3483
|
"kind": "FloatLiteral",
|
|
3442
|
-
"offset":
|
|
3484
|
+
"offset": 34101,
|
|
3443
3485
|
"length": 4,
|
|
3444
3486
|
"value": "0.96"
|
|
3445
3487
|
},
|
|
3446
3488
|
{
|
|
3447
3489
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3448
3490
|
"kind": "FloatLiteral",
|
|
3449
|
-
"offset":
|
|
3491
|
+
"offset": 34107,
|
|
3450
3492
|
"length": 4,
|
|
3451
3493
|
"value": "0.94"
|
|
3452
3494
|
},
|
|
3453
3495
|
{
|
|
3454
3496
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3455
3497
|
"kind": "FloatLiteral",
|
|
3456
|
-
"offset":
|
|
3498
|
+
"offset": 34113,
|
|
3457
3499
|
"length": 4,
|
|
3458
3500
|
"value": "1.06"
|
|
3459
3501
|
},
|
|
3460
3502
|
{
|
|
3461
3503
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3462
3504
|
"kind": "IntegerLiteral",
|
|
3463
|
-
"offset":
|
|
3505
|
+
"offset": 34136,
|
|
3464
3506
|
"length": 1,
|
|
3465
3507
|
"value": "3"
|
|
3466
3508
|
},
|
|
3467
3509
|
{
|
|
3468
3510
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3469
3511
|
"kind": "FloatLiteral",
|
|
3470
|
-
"offset":
|
|
3512
|
+
"offset": 34153,
|
|
3471
3513
|
"length": 4,
|
|
3472
3514
|
"value": "0.98"
|
|
3473
3515
|
},
|
|
3474
3516
|
{
|
|
3475
3517
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3476
3518
|
"kind": "FloatLiteral",
|
|
3477
|
-
"offset":
|
|
3519
|
+
"offset": 34159,
|
|
3478
3520
|
"length": 4,
|
|
3479
3521
|
"value": "0.94"
|
|
3480
3522
|
},
|
|
3481
3523
|
{
|
|
3482
3524
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3483
3525
|
"kind": "FloatLiteral",
|
|
3484
|
-
"offset":
|
|
3526
|
+
"offset": 34165,
|
|
3485
3527
|
"length": 4,
|
|
3486
3528
|
"value": "1.06"
|
|
3487
3529
|
},
|
|
3488
3530
|
{
|
|
3489
3531
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3490
3532
|
"kind": "IntegerLiteral",
|
|
3491
|
-
"offset":
|
|
3533
|
+
"offset": 34188,
|
|
3492
3534
|
"length": 1,
|
|
3493
3535
|
"value": "4"
|
|
3494
3536
|
},
|
|
3495
3537
|
{
|
|
3496
3538
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3497
3539
|
"kind": "FloatLiteral",
|
|
3498
|
-
"offset":
|
|
3540
|
+
"offset": 34205,
|
|
3499
3541
|
"length": 4,
|
|
3500
3542
|
"value": "0.99"
|
|
3501
3543
|
},
|
|
3502
3544
|
{
|
|
3503
3545
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3504
3546
|
"kind": "FloatLiteral",
|
|
3505
|
-
"offset":
|
|
3547
|
+
"offset": 34211,
|
|
3506
3548
|
"length": 4,
|
|
3507
3549
|
"value": "0.94"
|
|
3508
3550
|
},
|
|
3509
3551
|
{
|
|
3510
3552
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3511
3553
|
"kind": "FloatLiteral",
|
|
3512
|
-
"offset":
|
|
3554
|
+
"offset": 34217,
|
|
3513
3555
|
"length": 4,
|
|
3514
3556
|
"value": "1.06"
|
|
3515
3557
|
},
|
|
3516
3558
|
{
|
|
3517
3559
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3518
3560
|
"kind": "IntegerLiteral",
|
|
3519
|
-
"offset":
|
|
3561
|
+
"offset": 34240,
|
|
3520
3562
|
"length": 1,
|
|
3521
3563
|
"value": "5"
|
|
3522
3564
|
},
|
|
3523
3565
|
{
|
|
3524
3566
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3525
3567
|
"kind": "IntegerLiteral",
|
|
3526
|
-
"offset":
|
|
3568
|
+
"offset": 34244,
|
|
3527
3569
|
"length": 1,
|
|
3528
3570
|
"value": "6"
|
|
3529
3571
|
},
|
|
3530
3572
|
{
|
|
3531
3573
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3532
3574
|
"kind": "FloatLiteral",
|
|
3533
|
-
"offset":
|
|
3575
|
+
"offset": 34260,
|
|
3534
3576
|
"length": 4,
|
|
3535
3577
|
"value": "1.00"
|
|
3536
3578
|
},
|
|
3537
3579
|
{
|
|
3538
3580
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3539
3581
|
"kind": "FloatLiteral",
|
|
3540
|
-
"offset":
|
|
3582
|
+
"offset": 34266,
|
|
3541
3583
|
"length": 4,
|
|
3542
3584
|
"value": "0.94"
|
|
3543
3585
|
},
|
|
3544
3586
|
{
|
|
3545
3587
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3546
3588
|
"kind": "FloatLiteral",
|
|
3547
|
-
"offset":
|
|
3589
|
+
"offset": 34272,
|
|
3548
3590
|
"length": 4,
|
|
3549
3591
|
"value": "1.06"
|
|
3550
3592
|
},
|
|
3551
3593
|
{
|
|
3552
3594
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3553
3595
|
"kind": "IntegerLiteral",
|
|
3554
|
-
"offset":
|
|
3596
|
+
"offset": 34295,
|
|
3555
3597
|
"length": 1,
|
|
3556
3598
|
"value": "7"
|
|
3557
3599
|
},
|
|
3558
3600
|
{
|
|
3559
3601
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3560
3602
|
"kind": "IntegerLiteral",
|
|
3561
|
-
"offset":
|
|
3603
|
+
"offset": 34299,
|
|
3562
3604
|
"length": 2,
|
|
3563
3605
|
"value": "12"
|
|
3564
3606
|
},
|
|
3565
3607
|
{
|
|
3566
3608
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3567
3609
|
"kind": "FloatLiteral",
|
|
3568
|
-
"offset":
|
|
3610
|
+
"offset": 34316,
|
|
3569
3611
|
"length": 4,
|
|
3570
3612
|
"value": "1.02"
|
|
3571
3613
|
},
|
|
3572
3614
|
{
|
|
3573
3615
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3574
3616
|
"kind": "FloatLiteral",
|
|
3575
|
-
"offset":
|
|
3617
|
+
"offset": 34322,
|
|
3576
3618
|
"length": 4,
|
|
3577
3619
|
"value": "0.94"
|
|
3578
3620
|
},
|
|
3579
3621
|
{
|
|
3580
3622
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3581
3623
|
"kind": "FloatLiteral",
|
|
3582
|
-
"offset":
|
|
3624
|
+
"offset": 34328,
|
|
3583
3625
|
"length": 4,
|
|
3584
3626
|
"value": "1.06"
|
|
3585
3627
|
},
|
|
3586
3628
|
{
|
|
3587
3629
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3588
3630
|
"kind": "IntegerLiteral",
|
|
3589
|
-
"offset":
|
|
3631
|
+
"offset": 34351,
|
|
3590
3632
|
"length": 2,
|
|
3591
3633
|
"value": "13"
|
|
3592
3634
|
},
|
|
3593
3635
|
{
|
|
3594
3636
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3595
3637
|
"kind": "IntegerLiteral",
|
|
3596
|
-
"offset":
|
|
3638
|
+
"offset": 34356,
|
|
3597
3639
|
"length": 2,
|
|
3598
3640
|
"value": "18"
|
|
3599
3641
|
},
|
|
3600
3642
|
{
|
|
3601
3643
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3602
3644
|
"kind": "FloatLiteral",
|
|
3603
|
-
"offset":
|
|
3645
|
+
"offset": 34373,
|
|
3604
3646
|
"length": 4,
|
|
3605
3647
|
"value": "1.04"
|
|
3606
3648
|
},
|
|
3607
3649
|
{
|
|
3608
3650
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3609
3651
|
"kind": "FloatLiteral",
|
|
3610
|
-
"offset":
|
|
3652
|
+
"offset": 34379,
|
|
3611
3653
|
"length": 4,
|
|
3612
3654
|
"value": "0.94"
|
|
3613
3655
|
},
|
|
3614
3656
|
{
|
|
3615
3657
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3616
3658
|
"kind": "FloatLiteral",
|
|
3617
|
-
"offset":
|
|
3659
|
+
"offset": 34385,
|
|
3618
3660
|
"length": 4,
|
|
3619
3661
|
"value": "1.06"
|
|
3620
3662
|
},
|
|
3621
3663
|
{
|
|
3622
3664
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3623
3665
|
"kind": "FloatLiteral",
|
|
3624
|
-
"offset":
|
|
3666
|
+
"offset": 34425,
|
|
3625
3667
|
"length": 4,
|
|
3626
3668
|
"value": "1.06"
|
|
3627
3669
|
},
|
|
3628
3670
|
{
|
|
3629
3671
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3630
3672
|
"kind": "FloatLiteral",
|
|
3631
|
-
"offset":
|
|
3673
|
+
"offset": 34431,
|
|
3632
3674
|
"length": 4,
|
|
3633
3675
|
"value": "0.94"
|
|
3634
3676
|
},
|
|
3635
3677
|
{
|
|
3636
3678
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3637
3679
|
"kind": "FloatLiteral",
|
|
3638
|
-
"offset":
|
|
3680
|
+
"offset": 34437,
|
|
3639
3681
|
"length": 4,
|
|
3640
3682
|
"value": "1.06"
|
|
3641
3683
|
},
|
|
3642
3684
|
{
|
|
3643
3685
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3644
3686
|
"kind": "FloatLiteral",
|
|
3645
|
-
"offset":
|
|
3687
|
+
"offset": 34535,
|
|
3688
|
+
"length": 5,
|
|
3689
|
+
"value": "0.667"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3693
|
+
"kind": "FloatLiteral",
|
|
3694
|
+
"offset": 34543,
|
|
3646
3695
|
"length": 3,
|
|
3647
|
-
"value": "0
|
|
3696
|
+
"value": "2.0"
|
|
3648
3697
|
},
|
|
3649
3698
|
{
|
|
3650
3699
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3651
3700
|
"kind": "FloatLiteral",
|
|
3652
|
-
"offset":
|
|
3653
|
-
"length":
|
|
3654
|
-
"value": "1.
|
|
3701
|
+
"offset": 34575,
|
|
3702
|
+
"length": 3,
|
|
3703
|
+
"value": "1.0"
|
|
3655
3704
|
},
|
|
3656
3705
|
{
|
|
3657
3706
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3658
3707
|
"kind": "FloatLiteral",
|
|
3659
|
-
"offset":
|
|
3660
|
-
"length":
|
|
3661
|
-
"value": "0.
|
|
3708
|
+
"offset": 34607,
|
|
3709
|
+
"length": 3,
|
|
3710
|
+
"value": "0.8"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3714
|
+
"kind": "FloatLiteral",
|
|
3715
|
+
"offset": 34613,
|
|
3716
|
+
"length": 3,
|
|
3717
|
+
"value": "2.0"
|
|
3662
3718
|
},
|
|
3663
3719
|
{
|
|
3664
3720
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3665
3721
|
"kind": "StringLiteral",
|
|
3666
|
-
"offset":
|
|
3722
|
+
"offset": 34632,
|
|
3667
3723
|
"length": 25,
|
|
3668
3724
|
"value": "\"endPunct == \""
|
|
3669
3725
|
},
|
|
3670
3726
|
{
|
|
3671
3727
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3672
3728
|
"kind": "StringLiteral",
|
|
3673
|
-
"offset":
|
|
3729
|
+
"offset": 34656,
|
|
3674
3730
|
"length": 2,
|
|
3675
3731
|
"value": "\"\""
|
|
3676
3732
|
},
|
|
3677
3733
|
{
|
|
3678
3734
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3679
3735
|
"kind": "StringLiteral",
|
|
3680
|
-
"offset":
|
|
3736
|
+
"offset": 34714,
|
|
3681
3737
|
"length": 45,
|
|
3682
3738
|
"value": "\"endPunct == \""
|
|
3683
3739
|
},
|
|
3684
3740
|
{
|
|
3685
3741
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3686
3742
|
"kind": "StringLiteral",
|
|
3687
|
-
"offset":
|
|
3743
|
+
"offset": 34758,
|
|
3688
3744
|
"length": 2,
|
|
3689
3745
|
"value": "\"\""
|
|
3690
3746
|
},
|
|
3691
3747
|
{
|
|
3692
3748
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3693
3749
|
"kind": "StringLiteral",
|
|
3694
|
-
"offset":
|
|
3750
|
+
"offset": 34808,
|
|
3695
3751
|
"length": 3,
|
|
3696
3752
|
"value": "\".\""
|
|
3697
3753
|
},
|
|
3698
3754
|
{
|
|
3699
3755
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3700
3756
|
"kind": "FloatLiteral",
|
|
3701
|
-
"offset":
|
|
3702
|
-
"length":
|
|
3703
|
-
"value": "1.
|
|
3757
|
+
"offset": 34839,
|
|
3758
|
+
"length": 4,
|
|
3759
|
+
"value": "1.35"
|
|
3704
3760
|
},
|
|
3705
3761
|
{
|
|
3706
3762
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3707
3763
|
"kind": "StringLiteral",
|
|
3708
|
-
"offset":
|
|
3764
|
+
"offset": 34861,
|
|
3709
3765
|
"length": 3,
|
|
3710
3766
|
"value": "\"?\""
|
|
3711
3767
|
},
|
|
3712
3768
|
{
|
|
3713
3769
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3714
3770
|
"kind": "FloatLiteral",
|
|
3715
|
-
"offset":
|
|
3771
|
+
"offset": 34892,
|
|
3716
3772
|
"length": 4,
|
|
3717
|
-
"value": "1.
|
|
3773
|
+
"value": "1.35"
|
|
3718
3774
|
},
|
|
3719
3775
|
{
|
|
3720
3776
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3721
3777
|
"kind": "StringLiteral",
|
|
3722
|
-
"offset":
|
|
3778
|
+
"offset": 34914,
|
|
3723
3779
|
"length": 3,
|
|
3724
3780
|
"value": "\"!\""
|
|
3725
3781
|
},
|
|
3726
3782
|
{
|
|
3727
3783
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3728
3784
|
"kind": "FloatLiteral",
|
|
3729
|
-
"offset":
|
|
3785
|
+
"offset": 34951,
|
|
3730
3786
|
"length": 3,
|
|
3731
|
-
"value": "0
|
|
3787
|
+
"value": "3.0"
|
|
3732
3788
|
},
|
|
3733
3789
|
{
|
|
3734
3790
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3735
3791
|
"kind": "FloatLiteral",
|
|
3736
|
-
"offset":
|
|
3792
|
+
"offset": 34957,
|
|
3737
3793
|
"length": 3,
|
|
3738
|
-
"value": "0
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3742
|
-
"kind": "IntegerLiteral",
|
|
3743
|
-
"offset": 35998,
|
|
3744
|
-
"length": 1,
|
|
3745
|
-
"value": "1"
|
|
3794
|
+
"value": "4.0"
|
|
3746
3795
|
},
|
|
3747
3796
|
{
|
|
3748
3797
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3749
3798
|
"kind": "FloatLiteral",
|
|
3750
|
-
"offset":
|
|
3799
|
+
"offset": 34995,
|
|
3751
3800
|
"length": 3,
|
|
3752
|
-
"value": "
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3756
|
-
"kind": "IntegerLiteral",
|
|
3757
|
-
"offset": 36104,
|
|
3758
|
-
"length": 1,
|
|
3759
|
-
"value": "2"
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3763
|
-
"kind": "FloatLiteral",
|
|
3764
|
-
"offset": 36141,
|
|
3765
|
-
"length": 4,
|
|
3766
|
-
"value": "1.38"
|
|
3767
|
-
},
|
|
3768
|
-
{
|
|
3769
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3770
|
-
"kind": "IntegerLiteral",
|
|
3771
|
-
"offset": 36211,
|
|
3772
|
-
"length": 1,
|
|
3773
|
-
"value": "3"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3777
|
-
"kind": "FloatLiteral",
|
|
3778
|
-
"offset": 36248,
|
|
3779
|
-
"length": 4,
|
|
3780
|
-
"value": "1.35"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3784
|
-
"kind": "IntegerLiteral",
|
|
3785
|
-
"offset": 36318,
|
|
3786
|
-
"length": 1,
|
|
3787
|
-
"value": "4"
|
|
3801
|
+
"value": "3.0"
|
|
3788
3802
|
},
|
|
3789
3803
|
{
|
|
3790
3804
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3791
3805
|
"kind": "FloatLiteral",
|
|
3792
|
-
"offset":
|
|
3793
|
-
"length":
|
|
3794
|
-
"value": "
|
|
3806
|
+
"offset": 35001,
|
|
3807
|
+
"length": 3,
|
|
3808
|
+
"value": "4.0"
|
|
3795
3809
|
},
|
|
3796
3810
|
{
|
|
3797
3811
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3798
3812
|
"kind": "IntegerLiteral",
|
|
3799
|
-
"offset":
|
|
3813
|
+
"offset": 35118,
|
|
3800
3814
|
"length": 1,
|
|
3801
|
-
"value": "
|
|
3815
|
+
"value": "1"
|
|
3802
3816
|
},
|
|
3803
3817
|
{
|
|
3804
3818
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3805
3819
|
"kind": "IntegerLiteral",
|
|
3806
|
-
"offset":
|
|
3820
|
+
"offset": 35122,
|
|
3807
3821
|
"length": 1,
|
|
3808
3822
|
"value": "6"
|
|
3809
3823
|
},
|
|
3810
3824
|
{
|
|
3811
3825
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3812
3826
|
"kind": "FloatLiteral",
|
|
3813
|
-
"offset":
|
|
3814
|
-
"length":
|
|
3815
|
-
"value": "1.
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3819
|
-
"kind": "IntegerLiteral",
|
|
3820
|
-
"offset": 36536,
|
|
3821
|
-
"length": 1,
|
|
3822
|
-
"value": "7"
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3826
|
-
"kind": "IntegerLiteral",
|
|
3827
|
-
"offset": 36540,
|
|
3828
|
-
"length": 2,
|
|
3829
|
-
"value": "12"
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3833
|
-
"kind": "FloatLiteral",
|
|
3834
|
-
"offset": 36574,
|
|
3835
|
-
"length": 4,
|
|
3836
|
-
"value": "1.05"
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3840
|
-
"kind": "IntegerLiteral",
|
|
3841
|
-
"offset": 36644,
|
|
3842
|
-
"length": 2,
|
|
3843
|
-
"value": "13"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3847
|
-
"kind": "IntegerLiteral",
|
|
3848
|
-
"offset": 36649,
|
|
3849
|
-
"length": 2,
|
|
3850
|
-
"value": "18"
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3854
|
-
"kind": "FloatLiteral",
|
|
3855
|
-
"offset": 36683,
|
|
3856
|
-
"length": 4,
|
|
3857
|
-
"value": "1.05"
|
|
3827
|
+
"offset": 35159,
|
|
3828
|
+
"length": 3,
|
|
3829
|
+
"value": "1.4"
|
|
3858
3830
|
},
|
|
3859
3831
|
{
|
|
3860
3832
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3861
3833
|
"kind": "FloatLiteral",
|
|
3862
|
-
"offset":
|
|
3834
|
+
"offset": 35266,
|
|
3863
3835
|
"length": 4,
|
|
3864
|
-
"value": "1.
|
|
3836
|
+
"value": "1.35"
|
|
3865
3837
|
},
|
|
3866
3838
|
{
|
|
3867
3839
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3868
3840
|
"kind": "StringLiteral",
|
|
3869
|
-
"offset":
|
|
3841
|
+
"offset": 35361,
|
|
3870
3842
|
"length": 3,
|
|
3871
3843
|
"value": "\",\""
|
|
3872
3844
|
},
|
|
3873
3845
|
{
|
|
3874
3846
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3875
3847
|
"kind": "FloatLiteral",
|
|
3876
|
-
"offset":
|
|
3848
|
+
"offset": 35460,
|
|
3877
3849
|
"length": 3,
|
|
3878
|
-
"value": "1.
|
|
3850
|
+
"value": "1.4"
|
|
3879
3851
|
},
|
|
3880
3852
|
{
|
|
3881
3853
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3882
3854
|
"kind": "StringLiteral",
|
|
3883
|
-
"offset":
|
|
3855
|
+
"offset": 35481,
|
|
3884
3856
|
"length": 3,
|
|
3885
3857
|
"value": "\";\""
|
|
3886
3858
|
},
|
|
3887
3859
|
{
|
|
3888
3860
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3889
3861
|
"kind": "StringLiteral",
|
|
3890
|
-
"offset":
|
|
3862
|
+
"offset": 35486,
|
|
3891
3863
|
"length": 3,
|
|
3892
3864
|
"value": "\":\""
|
|
3893
3865
|
},
|
|
3894
3866
|
{
|
|
3895
3867
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3896
3868
|
"kind": "FloatLiteral",
|
|
3897
|
-
"offset":
|
|
3898
|
-
"length":
|
|
3899
|
-
"value": "1.
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3903
|
-
"kind": "FloatLiteral",
|
|
3904
|
-
"offset": 37136,
|
|
3905
|
-
"length": 4,
|
|
3906
|
-
"value": "0.05"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3910
|
-
"kind": "FloatLiteral",
|
|
3911
|
-
"offset": 37167,
|
|
3912
|
-
"length": 4,
|
|
3913
|
-
"value": "0.05"
|
|
3869
|
+
"offset": 35517,
|
|
3870
|
+
"length": 3,
|
|
3871
|
+
"value": "1.4"
|
|
3914
3872
|
},
|
|
3915
3873
|
{
|
|
3916
3874
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3917
3875
|
"kind": "StringLiteral",
|
|
3918
|
-
"offset":
|
|
3876
|
+
"offset": 35538,
|
|
3919
3877
|
"length": 5,
|
|
3920
3878
|
"value": "\"…\""
|
|
3921
3879
|
},
|
|
3922
3880
|
{
|
|
3923
3881
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3924
3882
|
"kind": "FloatLiteral",
|
|
3925
|
-
"offset":
|
|
3926
|
-
"length":
|
|
3927
|
-
"value": "1.
|
|
3883
|
+
"offset": 35607,
|
|
3884
|
+
"length": 3,
|
|
3885
|
+
"value": "1.4"
|
|
3928
3886
|
},
|
|
3929
3887
|
{
|
|
3930
3888
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3931
3889
|
"kind": "FloatLiteral",
|
|
3932
|
-
"offset":
|
|
3933
|
-
"length":
|
|
3934
|
-
"value": "
|
|
3890
|
+
"offset": 35658,
|
|
3891
|
+
"length": 3,
|
|
3892
|
+
"value": "1.4"
|
|
3935
3893
|
},
|
|
3936
3894
|
{
|
|
3937
3895
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3938
3896
|
"kind": "FloatLiteral",
|
|
3939
|
-
"offset":
|
|
3897
|
+
"offset": 35743,
|
|
3940
3898
|
"length": 3,
|
|
3941
|
-
"value": "1.
|
|
3899
|
+
"value": "1.4"
|
|
3942
3900
|
},
|
|
3943
3901
|
{
|
|
3944
3902
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3945
3903
|
"kind": "StringLiteral",
|
|
3946
|
-
"offset":
|
|
3904
|
+
"offset": 35965,
|
|
3947
3905
|
"length": 29,
|
|
3948
3906
|
"value": "\"scalesArray: \""
|
|
3949
3907
|
},
|
|
3950
3908
|
{
|
|
3951
3909
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3952
3910
|
"kind": "StringLiteral",
|
|
3953
|
-
"offset":
|
|
3911
|
+
"offset": 35993,
|
|
3954
3912
|
"length": 2,
|
|
3955
3913
|
"value": "\"\""
|
|
3956
3914
|
},
|
|
3957
3915
|
{
|
|
3958
3916
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3959
3917
|
"kind": "Array",
|
|
3960
|
-
"offset":
|
|
3918
|
+
"offset": 36229,
|
|
3961
3919
|
"length": 3,
|
|
3962
3920
|
"value": "[3]"
|
|
3963
3921
|
},
|
|
3964
3922
|
{
|
|
3965
3923
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3966
3924
|
"kind": "StringLiteral",
|
|
3967
|
-
"offset":
|
|
3925
|
+
"offset": 36258,
|
|
3968
3926
|
"length": 16,
|
|
3969
3927
|
"value": "\"Model inputs :\""
|
|
3970
3928
|
},
|
|
3971
3929
|
{
|
|
3972
3930
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3973
3931
|
"kind": "StringLiteral",
|
|
3974
|
-
"offset":
|
|
3932
|
+
"offset": 36316,
|
|
3975
3933
|
"length": 16,
|
|
3976
3934
|
"value": "\"Model outputs:\""
|
|
3977
3935
|
},
|
|
3978
3936
|
{
|
|
3979
3937
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3980
3938
|
"kind": "Array",
|
|
3981
|
-
"offset":
|
|
3939
|
+
"offset": 36677,
|
|
3982
3940
|
"length": 3,
|
|
3983
3941
|
"value": "[1]"
|
|
3984
3942
|
},
|
|
3985
3943
|
{
|
|
3986
3944
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3987
3945
|
"kind": "StringLiteral",
|
|
3988
|
-
"offset":
|
|
3946
|
+
"offset": 36835,
|
|
3989
3947
|
"length": 7,
|
|
3990
3948
|
"value": "\"input\""
|
|
3991
3949
|
},
|
|
3992
3950
|
{
|
|
3993
3951
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3994
3952
|
"kind": "StringLiteral",
|
|
3995
|
-
"offset":
|
|
3953
|
+
"offset": 36867,
|
|
3996
3954
|
"length": 15,
|
|
3997
3955
|
"value": "\"input_lengths\""
|
|
3998
3956
|
},
|
|
3999
3957
|
{
|
|
4000
3958
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4001
3959
|
"kind": "StringLiteral",
|
|
4002
|
-
"offset":
|
|
3960
|
+
"offset": 36916,
|
|
4003
3961
|
"length": 8,
|
|
4004
3962
|
"value": "\"scales\""
|
|
4005
3963
|
},
|
|
4006
3964
|
{
|
|
4007
3965
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4008
3966
|
"kind": "StringLiteral",
|
|
4009
|
-
"offset":
|
|
3967
|
+
"offset": 36980,
|
|
4010
3968
|
"length": 5,
|
|
4011
3969
|
"value": "\"sid\""
|
|
4012
3970
|
},
|
|
4013
3971
|
{
|
|
4014
3972
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4015
3973
|
"kind": "StringLiteral",
|
|
4016
|
-
"offset":
|
|
3974
|
+
"offset": 37008,
|
|
4017
3975
|
"length": 5,
|
|
4018
3976
|
"value": "\"sid\""
|
|
4019
3977
|
},
|
|
4020
3978
|
{
|
|
4021
3979
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4022
3980
|
"kind": "IntegerLiteral",
|
|
4023
|
-
"offset":
|
|
3981
|
+
"offset": 37107,
|
|
4024
3982
|
"length": 2,
|
|
4025
3983
|
"value": "-1"
|
|
4026
3984
|
},
|
|
4027
3985
|
{
|
|
4028
3986
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4029
3987
|
"kind": "Array",
|
|
4030
|
-
"offset":
|
|
3988
|
+
"offset": 37300,
|
|
4031
3989
|
"length": 10,
|
|
4032
3990
|
"value": "[\"output\"]"
|
|
4033
3991
|
},
|
|
4034
3992
|
{
|
|
4035
3993
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4036
3994
|
"kind": "IntegerLiteral",
|
|
4037
|
-
"offset":
|
|
3995
|
+
"offset": 37506,
|
|
4038
3996
|
"length": 13,
|
|
4039
3997
|
"value": "1000000000"
|
|
4040
3998
|
},
|
|
4041
3999
|
{
|
|
4042
4000
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4043
4001
|
"kind": "IntegerLiteral",
|
|
4044
|
-
"offset":
|
|
4002
|
+
"offset": 37576,
|
|
4045
4003
|
"length": 4,
|
|
4046
4004
|
"value": "1000"
|
|
4047
4005
|
},
|
|
4048
4006
|
{
|
|
4049
4007
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4050
4008
|
"kind": "IntegerLiteral",
|
|
4051
|
-
"offset":
|
|
4009
|
+
"offset": 37614,
|
|
4052
4010
|
"length": 4,
|
|
4053
4011
|
"value": "1000"
|
|
4054
4012
|
},
|
|
4055
4013
|
{
|
|
4056
4014
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4057
4015
|
"kind": "StringLiteral",
|
|
4058
|
-
"offset":
|
|
4016
|
+
"offset": 37699,
|
|
4059
4017
|
"length": 26,
|
|
4060
4018
|
"value": "\"Inference time: %d.%03ds\""
|
|
4061
4019
|
},
|
|
4062
4020
|
{
|
|
4063
4021
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4064
4022
|
"kind": "IntegerLiteral",
|
|
4065
|
-
"offset":
|
|
4023
|
+
"offset": 37821,
|
|
4066
4024
|
"length": 2,
|
|
4067
4025
|
"value": "-1"
|
|
4068
4026
|
},
|
|
4069
4027
|
{
|
|
4070
4028
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4071
4029
|
"kind": "StringLiteral",
|
|
4072
|
-
"offset":
|
|
4030
|
+
"offset": 37842,
|
|
4073
4031
|
"length": 14,
|
|
4074
4032
|
"value": "\"Output keys:\""
|
|
4075
4033
|
},
|
|
4076
4034
|
{
|
|
4077
4035
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4078
4036
|
"kind": "StringLiteral",
|
|
4079
|
-
"offset":
|
|
4037
|
+
"offset": 37942,
|
|
4080
4038
|
"length": 8,
|
|
4081
4039
|
"value": "\"output\""
|
|
4082
4040
|
},
|
|
4083
4041
|
{
|
|
4084
4042
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4085
4043
|
"kind": "StringLiteral",
|
|
4086
|
-
"offset":
|
|
4044
|
+
"offset": 37993,
|
|
4087
4045
|
"length": 12,
|
|
4088
4046
|
"value": "\"DaVoiceTTS\""
|
|
4089
4047
|
},
|
|
4090
4048
|
{
|
|
4091
4049
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4092
4050
|
"kind": "IntegerLiteral",
|
|
4093
|
-
"offset":
|
|
4051
|
+
"offset": 38013,
|
|
4094
4052
|
"length": 1,
|
|
4095
4053
|
"value": "4"
|
|
4096
4054
|
},
|
|
4097
4055
|
{
|
|
4098
4056
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4099
4057
|
"kind": "StringLiteral",
|
|
4100
|
-
"offset":
|
|
4058
|
+
"offset": 38080,
|
|
4101
4059
|
"length": 25,
|
|
4102
4060
|
"value": "\"'output' tensor missing\""
|
|
4103
4061
|
},
|
|
4104
4062
|
{
|
|
4105
4063
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4106
4064
|
"kind": "IntegerLiteral",
|
|
4107
|
-
"offset":
|
|
4065
|
+
"offset": 38299,
|
|
4108
4066
|
"length": 1,
|
|
4109
4067
|
"value": "0"
|
|
4110
4068
|
},
|
|
4111
4069
|
{
|
|
4112
4070
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4113
4071
|
"kind": "IntegerLiteral",
|
|
4114
|
-
"offset":
|
|
4072
|
+
"offset": 38816,
|
|
4115
4073
|
"length": 1,
|
|
4116
4074
|
"value": "0"
|
|
4117
4075
|
},
|
|
4118
4076
|
{
|
|
4119
4077
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4120
4078
|
"kind": "IntegerLiteral",
|
|
4121
|
-
"offset":
|
|
4079
|
+
"offset": 39020,
|
|
4122
4080
|
"length": 6,
|
|
4123
4081
|
"value": "16000"
|
|
4124
4082
|
},
|
|
4125
4083
|
{
|
|
4126
4084
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4127
4085
|
"kind": "IntegerLiteral",
|
|
4128
|
-
"offset":
|
|
4086
|
+
"offset": 39038,
|
|
4129
4087
|
"length": 1,
|
|
4130
4088
|
"value": "1"
|
|
4131
4089
|
},
|
|
4132
4090
|
{
|
|
4133
4091
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4134
4092
|
"kind": "StringLiteral",
|
|
4135
|
-
"offset":
|
|
4093
|
+
"offset": 39735,
|
|
4136
4094
|
"length": 22,
|
|
4137
4095
|
"value": "\"Resample error: \""
|
|
4138
4096
|
},
|
|
4139
4097
|
{
|
|
4140
4098
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4141
4099
|
"kind": "StringLiteral",
|
|
4142
|
-
"offset":
|
|
4100
|
+
"offset": 39756,
|
|
4143
4101
|
"length": 4,
|
|
4144
4102
|
"value": "\"\""
|
|
4145
4103
|
},
|
|
4146
4104
|
{
|
|
4147
4105
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4148
4106
|
"kind": "StringLiteral",
|
|
4149
|
-
"offset":
|
|
4107
|
+
"offset": 39978,
|
|
4150
4108
|
"length": 3,
|
|
4151
4109
|
"value": "\"?\""
|
|
4152
4110
|
},
|
|
4153
4111
|
{
|
|
4154
4112
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4155
4113
|
"kind": "IntegerLiteral",
|
|
4156
|
-
"offset":
|
|
4114
|
+
"offset": 40008,
|
|
4157
4115
|
"length": 2,
|
|
4158
4116
|
"value": "80"
|
|
4159
4117
|
},
|
|
4160
4118
|
{
|
|
4161
4119
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4162
4120
|
"kind": "IntegerLiteral",
|
|
4163
|
-
"offset":
|
|
4121
|
+
"offset": 40013,
|
|
4164
4122
|
"length": 3,
|
|
4165
4123
|
"value": "120"
|
|
4166
4124
|
},
|
|
4167
4125
|
{
|
|
4168
4126
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4169
4127
|
"kind": "StringLiteral",
|
|
4170
|
-
"offset":
|
|
4128
|
+
"offset": 40035,
|
|
4171
4129
|
"length": 3,
|
|
4172
4130
|
"value": "\".\""
|
|
4173
4131
|
},
|
|
4174
4132
|
{
|
|
4175
4133
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4176
4134
|
"kind": "IntegerLiteral",
|
|
4177
|
-
"offset":
|
|
4135
|
+
"offset": 40065,
|
|
4178
4136
|
"length": 2,
|
|
4179
4137
|
"value": "50"
|
|
4180
4138
|
},
|
|
4181
4139
|
{
|
|
4182
4140
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4183
4141
|
"kind": "IntegerLiteral",
|
|
4184
|
-
"offset":
|
|
4142
|
+
"offset": 40070,
|
|
4185
4143
|
"length": 2,
|
|
4186
4144
|
"value": "90"
|
|
4187
4145
|
},
|
|
4188
4146
|
{
|
|
4189
4147
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4190
4148
|
"kind": "StringLiteral",
|
|
4191
|
-
"offset":
|
|
4149
|
+
"offset": 40091,
|
|
4192
4150
|
"length": 3,
|
|
4193
4151
|
"value": "\"!\""
|
|
4194
4152
|
},
|
|
4195
4153
|
{
|
|
4196
4154
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4197
4155
|
"kind": "IntegerLiteral",
|
|
4198
|
-
"offset":
|
|
4156
|
+
"offset": 40121,
|
|
4199
4157
|
"length": 2,
|
|
4200
4158
|
"value": "60"
|
|
4201
4159
|
},
|
|
4202
4160
|
{
|
|
4203
4161
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4204
4162
|
"kind": "IntegerLiteral",
|
|
4205
|
-
"offset":
|
|
4163
|
+
"offset": 40126,
|
|
4206
4164
|
"length": 2,
|
|
4207
4165
|
"value": "90"
|
|
4208
4166
|
},
|
|
4209
4167
|
{
|
|
4210
4168
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4211
4169
|
"kind": "StringLiteral",
|
|
4212
|
-
"offset":
|
|
4170
|
+
"offset": 40147,
|
|
4213
4171
|
"length": 3,
|
|
4214
4172
|
"value": "\",\""
|
|
4215
4173
|
},
|
|
4216
4174
|
{
|
|
4217
4175
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4218
4176
|
"kind": "IntegerLiteral",
|
|
4219
|
-
"offset":
|
|
4177
|
+
"offset": 40177,
|
|
4220
4178
|
"length": 2,
|
|
4221
4179
|
"value": "50"
|
|
4222
4180
|
},
|
|
4223
4181
|
{
|
|
4224
4182
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4225
4183
|
"kind": "IntegerLiteral",
|
|
4226
|
-
"offset":
|
|
4184
|
+
"offset": 40182,
|
|
4227
4185
|
"length": 2,
|
|
4228
4186
|
"value": "70"
|
|
4229
4187
|
},
|
|
4230
4188
|
{
|
|
4231
4189
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4232
4190
|
"kind": "StringLiteral",
|
|
4233
|
-
"offset":
|
|
4191
|
+
"offset": 40203,
|
|
4234
4192
|
"length": 3,
|
|
4235
4193
|
"value": "\";\""
|
|
4236
4194
|
},
|
|
4237
4195
|
{
|
|
4238
4196
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4239
4197
|
"kind": "StringLiteral",
|
|
4240
|
-
"offset":
|
|
4198
|
+
"offset": 40208,
|
|
4241
4199
|
"length": 3,
|
|
4242
4200
|
"value": "\":\""
|
|
4243
4201
|
},
|
|
4244
4202
|
{
|
|
4245
4203
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4246
4204
|
"kind": "IntegerLiteral",
|
|
4247
|
-
"offset":
|
|
4205
|
+
"offset": 40238,
|
|
4248
4206
|
"length": 2,
|
|
4249
4207
|
"value": "50"
|
|
4250
4208
|
},
|
|
4251
4209
|
{
|
|
4252
4210
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4253
4211
|
"kind": "IntegerLiteral",
|
|
4254
|
-
"offset":
|
|
4212
|
+
"offset": 40243,
|
|
4255
4213
|
"length": 3,
|
|
4256
4214
|
"value": "100"
|
|
4257
4215
|
},
|
|
4258
4216
|
{
|
|
4259
4217
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4260
4218
|
"kind": "StringLiteral",
|
|
4261
|
-
"offset":
|
|
4219
|
+
"offset": 40265,
|
|
4262
4220
|
"length": 5,
|
|
4263
4221
|
"value": "\"…\""
|
|
4264
4222
|
},
|
|
4265
4223
|
{
|
|
4266
4224
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4267
4225
|
"kind": "IntegerLiteral",
|
|
4268
|
-
"offset":
|
|
4226
|
+
"offset": 40297,
|
|
4269
4227
|
"length": 3,
|
|
4270
4228
|
"value": "100"
|
|
4271
4229
|
},
|
|
4272
4230
|
{
|
|
4273
4231
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4274
4232
|
"kind": "IntegerLiteral",
|
|
4275
|
-
"offset":
|
|
4233
|
+
"offset": 40303,
|
|
4276
4234
|
"length": 3,
|
|
4277
4235
|
"value": "150"
|
|
4278
4236
|
},
|
|
4279
4237
|
{
|
|
4280
4238
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4281
4239
|
"kind": "IntegerLiteral",
|
|
4282
|
-
"offset":
|
|
4240
|
+
"offset": 40355,
|
|
4283
4241
|
"length": 2,
|
|
4284
4242
|
"value": "50"
|
|
4285
4243
|
},
|
|
4286
4244
|
{
|
|
4287
4245
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4288
4246
|
"kind": "IntegerLiteral",
|
|
4289
|
-
"offset":
|
|
4247
|
+
"offset": 40360,
|
|
4290
4248
|
"length": 3,
|
|
4291
4249
|
"value": "100"
|
|
4292
4250
|
},
|
|
4293
4251
|
{
|
|
4294
4252
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4295
4253
|
"kind": "FloatLiteral",
|
|
4296
|
-
"offset":
|
|
4254
|
+
"offset": 40459,
|
|
4297
4255
|
"length": 6,
|
|
4298
4256
|
"value": "1000.0"
|
|
4299
4257
|
},
|
|
4300
4258
|
{
|
|
4301
4259
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4302
4260
|
"kind": "IntegerLiteral",
|
|
4303
|
-
"offset":
|
|
4261
|
+
"offset": 40863,
|
|
4304
4262
|
"length": 1,
|
|
4305
4263
|
"value": "0"
|
|
4306
4264
|
},
|
|
4307
4265
|
{
|
|
4308
4266
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4309
4267
|
"kind": "IntegerLiteral",
|
|
4310
|
-
"offset":
|
|
4268
|
+
"offset": 40904,
|
|
4311
4269
|
"length": 1,
|
|
4312
4270
|
"value": "0"
|
|
4313
4271
|
},
|
|
4314
4272
|
{
|
|
4315
4273
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4316
4274
|
"kind": "IntegerLiteral",
|
|
4317
|
-
"offset":
|
|
4275
|
+
"offset": 41067,
|
|
4318
4276
|
"length": 1,
|
|
4319
4277
|
"value": "0"
|
|
4320
4278
|
},
|
|
4321
4279
|
{
|
|
4322
4280
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4323
4281
|
"kind": "IntegerLiteral",
|
|
4324
|
-
"offset":
|
|
4282
|
+
"offset": 41130,
|
|
4325
4283
|
"length": 1,
|
|
4326
4284
|
"value": "0"
|
|
4327
4285
|
},
|
|
4328
4286
|
{
|
|
4329
4287
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4330
4288
|
"kind": "IntegerLiteral",
|
|
4331
|
-
"offset":
|
|
4289
|
+
"offset": 41315,
|
|
4332
4290
|
"length": 6,
|
|
4333
4291
|
"value": "16000"
|
|
4334
4292
|
},
|
|
4335
4293
|
{
|
|
4336
4294
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4337
4295
|
"kind": "IntegerLiteral",
|
|
4338
|
-
"offset":
|
|
4296
|
+
"offset": 41324,
|
|
4339
4297
|
"length": 2,
|
|
4340
4298
|
"value": "-1"
|
|
4341
4299
|
},
|
|
4342
4300
|
{
|
|
4343
4301
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4344
4302
|
"kind": "StringLiteral",
|
|
4345
|
-
"offset":
|
|
4303
|
+
"offset": 41515,
|
|
4346
4304
|
"length": 12,
|
|
4347
4305
|
"value": "\"tts_output\""
|
|
4348
4306
|
},
|
|
4349
4307
|
{
|
|
4350
4308
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4351
4309
|
"kind": "StringLiteral",
|
|
4352
|
-
"offset":
|
|
4310
|
+
"offset": 41545,
|
|
4353
4311
|
"length": 6,
|
|
4354
4312
|
"value": "\".wav\""
|
|
4355
4313
|
},
|
|
4356
4314
|
{
|
|
4357
4315
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4358
4316
|
"kind": "StringLiteral",
|
|
4359
|
-
"offset":
|
|
4317
|
+
"offset": 41706,
|
|
4360
4318
|
"length": 15,
|
|
4361
4319
|
"value": "\"✅ WAV saved\""
|
|
4362
4320
|
},
|
|
4363
4321
|
{
|
|
4364
4322
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4365
4323
|
"kind": "StringLiteral",
|
|
4366
|
-
"offset":
|
|
4324
|
+
"offset": 41737,
|
|
4367
4325
|
"length": 15,
|
|
4368
4326
|
"value": "\"✅ WAV saved\""
|
|
4369
4327
|
},
|
|
4370
4328
|
{
|
|
4371
4329
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4372
4330
|
"kind": "StringLiteral",
|
|
4373
|
-
"offset":
|
|
4331
|
+
"offset": 41768,
|
|
4374
4332
|
"length": 15,
|
|
4375
4333
|
"value": "\"✅ WAV saved\""
|
|
4376
4334
|
},
|
|
4377
4335
|
{
|
|
4378
4336
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4379
4337
|
"kind": "IntegerLiteral",
|
|
4380
|
-
"offset":
|
|
4338
|
+
"offset": 42030,
|
|
4381
4339
|
"length": 2,
|
|
4382
4340
|
"value": "-1"
|
|
4383
4341
|
},
|
|
4384
4342
|
{
|
|
4385
4343
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4386
4344
|
"kind": "StringLiteral",
|
|
4387
|
-
"offset":
|
|
4345
|
+
"offset": 42102,
|
|
4388
4346
|
"length": 7,
|
|
4389
4347
|
"value": "\"first\""
|
|
4390
4348
|
},
|
|
4391
4349
|
{
|
|
4392
4350
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4393
4351
|
"kind": "StringLiteral",
|
|
4394
|
-
"offset":
|
|
4352
|
+
"offset": 42126,
|
|
4395
4353
|
"length": 6,
|
|
4396
4354
|
"value": "\".wav\""
|
|
4397
4355
|
},
|
|
4398
4356
|
{
|
|
4399
4357
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4400
4358
|
"kind": "IntegerLiteral",
|
|
4401
|
-
"offset":
|
|
4359
|
+
"offset": 43956,
|
|
4402
4360
|
"length": 1,
|
|
4403
4361
|
"value": "0"
|
|
4404
4362
|
},
|
|
@@ -4552,91 +4510,98 @@
|
|
|
4552
4510
|
{
|
|
4553
4511
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4554
4512
|
"kind": "BooleanLiteral",
|
|
4555
|
-
"offset":
|
|
4513
|
+
"offset": 2312,
|
|
4514
|
+
"length": 5,
|
|
4515
|
+
"value": "false"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4519
|
+
"kind": "BooleanLiteral",
|
|
4520
|
+
"offset": 2616,
|
|
4556
4521
|
"length": 5,
|
|
4557
4522
|
"value": "false"
|
|
4558
4523
|
},
|
|
4559
4524
|
{
|
|
4560
4525
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4561
4526
|
"kind": "IntegerLiteral",
|
|
4562
|
-
"offset":
|
|
4527
|
+
"offset": 2694,
|
|
4563
4528
|
"length": 1,
|
|
4564
4529
|
"value": "0"
|
|
4565
4530
|
},
|
|
4566
4531
|
{
|
|
4567
4532
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4568
4533
|
"kind": "FloatLiteral",
|
|
4569
|
-
"offset":
|
|
4534
|
+
"offset": 2788,
|
|
4570
4535
|
"length": 3,
|
|
4571
4536
|
"value": "0.3"
|
|
4572
4537
|
},
|
|
4573
4538
|
{
|
|
4574
4539
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4575
4540
|
"kind": "IntegerLiteral",
|
|
4576
|
-
"offset":
|
|
4541
|
+
"offset": 2869,
|
|
4577
4542
|
"length": 1,
|
|
4578
4543
|
"value": "0"
|
|
4579
4544
|
},
|
|
4580
4545
|
{
|
|
4581
4546
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4582
4547
|
"kind": "BooleanLiteral",
|
|
4583
|
-
"offset":
|
|
4548
|
+
"offset": 2930,
|
|
4584
4549
|
"length": 5,
|
|
4585
4550
|
"value": "false"
|
|
4586
4551
|
},
|
|
4587
4552
|
{
|
|
4588
4553
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4589
4554
|
"kind": "Array",
|
|
4590
|
-
"offset":
|
|
4555
|
+
"offset": 2994,
|
|
4591
4556
|
"length": 2,
|
|
4592
4557
|
"value": "[]"
|
|
4593
4558
|
},
|
|
4594
4559
|
{
|
|
4595
4560
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4596
4561
|
"kind": "StringLiteral",
|
|
4597
|
-
"offset":
|
|
4562
|
+
"offset": 3046,
|
|
4598
4563
|
"length": 16,
|
|
4599
4564
|
"value": "\"stt.tts.serial\""
|
|
4600
4565
|
},
|
|
4601
4566
|
{
|
|
4602
4567
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4603
4568
|
"kind": "BooleanLiteral",
|
|
4604
|
-
"offset":
|
|
4569
|
+
"offset": 3135,
|
|
4605
4570
|
"length": 5,
|
|
4606
4571
|
"value": "false"
|
|
4607
4572
|
},
|
|
4608
4573
|
{
|
|
4609
4574
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4610
4575
|
"kind": "Array",
|
|
4611
|
-
"offset":
|
|
4576
|
+
"offset": 3231,
|
|
4612
4577
|
"length": 203,
|
|
4613
4578
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
4614
4579
|
},
|
|
4615
4580
|
{
|
|
4616
4581
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4617
4582
|
"kind": "IntegerLiteral",
|
|
4618
|
-
"offset":
|
|
4583
|
+
"offset": 3471,
|
|
4619
4584
|
"length": 1,
|
|
4620
4585
|
"value": "0"
|
|
4621
4586
|
},
|
|
4622
4587
|
{
|
|
4623
4588
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4624
4589
|
"kind": "IntegerLiteral",
|
|
4625
|
-
"offset":
|
|
4590
|
+
"offset": 3662,
|
|
4626
4591
|
"length": 1,
|
|
4627
4592
|
"value": "0"
|
|
4628
4593
|
},
|
|
4629
4594
|
{
|
|
4630
4595
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4631
4596
|
"kind": "BooleanLiteral",
|
|
4632
|
-
"offset":
|
|
4597
|
+
"offset": 15020,
|
|
4633
4598
|
"length": 4,
|
|
4634
4599
|
"value": "true"
|
|
4635
4600
|
},
|
|
4636
4601
|
{
|
|
4637
4602
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4638
4603
|
"kind": "FloatLiteral",
|
|
4639
|
-
"offset":
|
|
4604
|
+
"offset": 37872,
|
|
4640
4605
|
"length": 3,
|
|
4641
4606
|
"value": "0.7"
|
|
4642
4607
|
}
|