react-native-davoice-tts 1.0.307 → 1.0.308
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/ios/SpeechBridge/SpeechBridge.m +103 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +10163 -7774
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +75 -35
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +75 -35
- 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/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +2588 -199
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +40 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +40 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +2588 -199
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +40 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +40 -0
- 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 +24 -39
- package/package.json +1 -1
- package/speech/index.ts +24 -0
|
@@ -9458,6 +9458,2115 @@
|
|
|
9458
9458
|
],
|
|
9459
9459
|
"funcSelfKind": "NonMutating"
|
|
9460
9460
|
},
|
|
9461
|
+
{
|
|
9462
|
+
"kind": "TypeDecl",
|
|
9463
|
+
"name": "SpeechCleanupConfig",
|
|
9464
|
+
"printedName": "SpeechCleanupConfig",
|
|
9465
|
+
"children": [
|
|
9466
|
+
{
|
|
9467
|
+
"kind": "Var",
|
|
9468
|
+
"name": "hiss",
|
|
9469
|
+
"printedName": "hiss",
|
|
9470
|
+
"children": [
|
|
9471
|
+
{
|
|
9472
|
+
"kind": "TypeNominal",
|
|
9473
|
+
"name": "Float",
|
|
9474
|
+
"printedName": "Swift.Float",
|
|
9475
|
+
"usr": "s:Sf"
|
|
9476
|
+
}
|
|
9477
|
+
],
|
|
9478
|
+
"declKind": "Var",
|
|
9479
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvp",
|
|
9480
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvp",
|
|
9481
|
+
"moduleName": "DavoiceTTS",
|
|
9482
|
+
"declAttributes": [
|
|
9483
|
+
"HasStorage",
|
|
9484
|
+
"AccessControl"
|
|
9485
|
+
],
|
|
9486
|
+
"hasStorage": true,
|
|
9487
|
+
"accessors": [
|
|
9488
|
+
{
|
|
9489
|
+
"kind": "Accessor",
|
|
9490
|
+
"name": "Get",
|
|
9491
|
+
"printedName": "Get()",
|
|
9492
|
+
"children": [
|
|
9493
|
+
{
|
|
9494
|
+
"kind": "TypeNominal",
|
|
9495
|
+
"name": "Float",
|
|
9496
|
+
"printedName": "Swift.Float",
|
|
9497
|
+
"usr": "s:Sf"
|
|
9498
|
+
}
|
|
9499
|
+
],
|
|
9500
|
+
"declKind": "Accessor",
|
|
9501
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvg",
|
|
9502
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvg",
|
|
9503
|
+
"moduleName": "DavoiceTTS",
|
|
9504
|
+
"implicit": true,
|
|
9505
|
+
"accessorKind": "get"
|
|
9506
|
+
},
|
|
9507
|
+
{
|
|
9508
|
+
"kind": "Accessor",
|
|
9509
|
+
"name": "Set",
|
|
9510
|
+
"printedName": "Set()",
|
|
9511
|
+
"children": [
|
|
9512
|
+
{
|
|
9513
|
+
"kind": "TypeNominal",
|
|
9514
|
+
"name": "Void",
|
|
9515
|
+
"printedName": "()"
|
|
9516
|
+
},
|
|
9517
|
+
{
|
|
9518
|
+
"kind": "TypeNominal",
|
|
9519
|
+
"name": "Float",
|
|
9520
|
+
"printedName": "Swift.Float",
|
|
9521
|
+
"usr": "s:Sf"
|
|
9522
|
+
}
|
|
9523
|
+
],
|
|
9524
|
+
"declKind": "Accessor",
|
|
9525
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvs",
|
|
9526
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvs",
|
|
9527
|
+
"moduleName": "DavoiceTTS",
|
|
9528
|
+
"implicit": true,
|
|
9529
|
+
"accessorKind": "set"
|
|
9530
|
+
},
|
|
9531
|
+
{
|
|
9532
|
+
"kind": "Accessor",
|
|
9533
|
+
"name": "Modify",
|
|
9534
|
+
"printedName": "Modify()",
|
|
9535
|
+
"children": [
|
|
9536
|
+
{
|
|
9537
|
+
"kind": "TypeNominal",
|
|
9538
|
+
"name": "Void",
|
|
9539
|
+
"printedName": "()"
|
|
9540
|
+
}
|
|
9541
|
+
],
|
|
9542
|
+
"declKind": "Accessor",
|
|
9543
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvM",
|
|
9544
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hissSfvM",
|
|
9545
|
+
"moduleName": "DavoiceTTS",
|
|
9546
|
+
"implicit": true,
|
|
9547
|
+
"accessorKind": "_modify"
|
|
9548
|
+
}
|
|
9549
|
+
]
|
|
9550
|
+
},
|
|
9551
|
+
{
|
|
9552
|
+
"kind": "Var",
|
|
9553
|
+
"name": "staticNoise",
|
|
9554
|
+
"printedName": "staticNoise",
|
|
9555
|
+
"children": [
|
|
9556
|
+
{
|
|
9557
|
+
"kind": "TypeNominal",
|
|
9558
|
+
"name": "Float",
|
|
9559
|
+
"printedName": "Swift.Float",
|
|
9560
|
+
"usr": "s:Sf"
|
|
9561
|
+
}
|
|
9562
|
+
],
|
|
9563
|
+
"declKind": "Var",
|
|
9564
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvp",
|
|
9565
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvp",
|
|
9566
|
+
"moduleName": "DavoiceTTS",
|
|
9567
|
+
"declAttributes": [
|
|
9568
|
+
"HasStorage",
|
|
9569
|
+
"AccessControl",
|
|
9570
|
+
"RawDocComment"
|
|
9571
|
+
],
|
|
9572
|
+
"hasStorage": true,
|
|
9573
|
+
"accessors": [
|
|
9574
|
+
{
|
|
9575
|
+
"kind": "Accessor",
|
|
9576
|
+
"name": "Get",
|
|
9577
|
+
"printedName": "Get()",
|
|
9578
|
+
"children": [
|
|
9579
|
+
{
|
|
9580
|
+
"kind": "TypeNominal",
|
|
9581
|
+
"name": "Float",
|
|
9582
|
+
"printedName": "Swift.Float",
|
|
9583
|
+
"usr": "s:Sf"
|
|
9584
|
+
}
|
|
9585
|
+
],
|
|
9586
|
+
"declKind": "Accessor",
|
|
9587
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvg",
|
|
9588
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvg",
|
|
9589
|
+
"moduleName": "DavoiceTTS",
|
|
9590
|
+
"implicit": true,
|
|
9591
|
+
"accessorKind": "get"
|
|
9592
|
+
},
|
|
9593
|
+
{
|
|
9594
|
+
"kind": "Accessor",
|
|
9595
|
+
"name": "Set",
|
|
9596
|
+
"printedName": "Set()",
|
|
9597
|
+
"children": [
|
|
9598
|
+
{
|
|
9599
|
+
"kind": "TypeNominal",
|
|
9600
|
+
"name": "Void",
|
|
9601
|
+
"printedName": "()"
|
|
9602
|
+
},
|
|
9603
|
+
{
|
|
9604
|
+
"kind": "TypeNominal",
|
|
9605
|
+
"name": "Float",
|
|
9606
|
+
"printedName": "Swift.Float",
|
|
9607
|
+
"usr": "s:Sf"
|
|
9608
|
+
}
|
|
9609
|
+
],
|
|
9610
|
+
"declKind": "Accessor",
|
|
9611
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvs",
|
|
9612
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvs",
|
|
9613
|
+
"moduleName": "DavoiceTTS",
|
|
9614
|
+
"implicit": true,
|
|
9615
|
+
"accessorKind": "set"
|
|
9616
|
+
},
|
|
9617
|
+
{
|
|
9618
|
+
"kind": "Accessor",
|
|
9619
|
+
"name": "Modify",
|
|
9620
|
+
"printedName": "Modify()",
|
|
9621
|
+
"children": [
|
|
9622
|
+
{
|
|
9623
|
+
"kind": "TypeNominal",
|
|
9624
|
+
"name": "Void",
|
|
9625
|
+
"printedName": "()"
|
|
9626
|
+
}
|
|
9627
|
+
],
|
|
9628
|
+
"declKind": "Accessor",
|
|
9629
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvM",
|
|
9630
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV11staticNoiseSfvM",
|
|
9631
|
+
"moduleName": "DavoiceTTS",
|
|
9632
|
+
"implicit": true,
|
|
9633
|
+
"accessorKind": "_modify"
|
|
9634
|
+
}
|
|
9635
|
+
]
|
|
9636
|
+
},
|
|
9637
|
+
{
|
|
9638
|
+
"kind": "Var",
|
|
9639
|
+
"name": "whiteNoise",
|
|
9640
|
+
"printedName": "whiteNoise",
|
|
9641
|
+
"children": [
|
|
9642
|
+
{
|
|
9643
|
+
"kind": "TypeNominal",
|
|
9644
|
+
"name": "Float",
|
|
9645
|
+
"printedName": "Swift.Float",
|
|
9646
|
+
"usr": "s:Sf"
|
|
9647
|
+
}
|
|
9648
|
+
],
|
|
9649
|
+
"declKind": "Var",
|
|
9650
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvp",
|
|
9651
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvp",
|
|
9652
|
+
"moduleName": "DavoiceTTS",
|
|
9653
|
+
"declAttributes": [
|
|
9654
|
+
"HasStorage",
|
|
9655
|
+
"AccessControl",
|
|
9656
|
+
"RawDocComment"
|
|
9657
|
+
],
|
|
9658
|
+
"hasStorage": true,
|
|
9659
|
+
"accessors": [
|
|
9660
|
+
{
|
|
9661
|
+
"kind": "Accessor",
|
|
9662
|
+
"name": "Get",
|
|
9663
|
+
"printedName": "Get()",
|
|
9664
|
+
"children": [
|
|
9665
|
+
{
|
|
9666
|
+
"kind": "TypeNominal",
|
|
9667
|
+
"name": "Float",
|
|
9668
|
+
"printedName": "Swift.Float",
|
|
9669
|
+
"usr": "s:Sf"
|
|
9670
|
+
}
|
|
9671
|
+
],
|
|
9672
|
+
"declKind": "Accessor",
|
|
9673
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvg",
|
|
9674
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvg",
|
|
9675
|
+
"moduleName": "DavoiceTTS",
|
|
9676
|
+
"implicit": true,
|
|
9677
|
+
"accessorKind": "get"
|
|
9678
|
+
},
|
|
9679
|
+
{
|
|
9680
|
+
"kind": "Accessor",
|
|
9681
|
+
"name": "Set",
|
|
9682
|
+
"printedName": "Set()",
|
|
9683
|
+
"children": [
|
|
9684
|
+
{
|
|
9685
|
+
"kind": "TypeNominal",
|
|
9686
|
+
"name": "Void",
|
|
9687
|
+
"printedName": "()"
|
|
9688
|
+
},
|
|
9689
|
+
{
|
|
9690
|
+
"kind": "TypeNominal",
|
|
9691
|
+
"name": "Float",
|
|
9692
|
+
"printedName": "Swift.Float",
|
|
9693
|
+
"usr": "s:Sf"
|
|
9694
|
+
}
|
|
9695
|
+
],
|
|
9696
|
+
"declKind": "Accessor",
|
|
9697
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvs",
|
|
9698
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvs",
|
|
9699
|
+
"moduleName": "DavoiceTTS",
|
|
9700
|
+
"implicit": true,
|
|
9701
|
+
"accessorKind": "set"
|
|
9702
|
+
},
|
|
9703
|
+
{
|
|
9704
|
+
"kind": "Accessor",
|
|
9705
|
+
"name": "Modify",
|
|
9706
|
+
"printedName": "Modify()",
|
|
9707
|
+
"children": [
|
|
9708
|
+
{
|
|
9709
|
+
"kind": "TypeNominal",
|
|
9710
|
+
"name": "Void",
|
|
9711
|
+
"printedName": "()"
|
|
9712
|
+
}
|
|
9713
|
+
],
|
|
9714
|
+
"declKind": "Accessor",
|
|
9715
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvM",
|
|
9716
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10whiteNoiseSfvM",
|
|
9717
|
+
"moduleName": "DavoiceTTS",
|
|
9718
|
+
"implicit": true,
|
|
9719
|
+
"accessorKind": "_modify"
|
|
9720
|
+
}
|
|
9721
|
+
]
|
|
9722
|
+
},
|
|
9723
|
+
{
|
|
9724
|
+
"kind": "Var",
|
|
9725
|
+
"name": "rfNoise",
|
|
9726
|
+
"printedName": "rfNoise",
|
|
9727
|
+
"children": [
|
|
9728
|
+
{
|
|
9729
|
+
"kind": "TypeNominal",
|
|
9730
|
+
"name": "Float",
|
|
9731
|
+
"printedName": "Swift.Float",
|
|
9732
|
+
"usr": "s:Sf"
|
|
9733
|
+
}
|
|
9734
|
+
],
|
|
9735
|
+
"declKind": "Var",
|
|
9736
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvp",
|
|
9737
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvp",
|
|
9738
|
+
"moduleName": "DavoiceTTS",
|
|
9739
|
+
"declAttributes": [
|
|
9740
|
+
"HasStorage",
|
|
9741
|
+
"AccessControl",
|
|
9742
|
+
"RawDocComment"
|
|
9743
|
+
],
|
|
9744
|
+
"hasStorage": true,
|
|
9745
|
+
"accessors": [
|
|
9746
|
+
{
|
|
9747
|
+
"kind": "Accessor",
|
|
9748
|
+
"name": "Get",
|
|
9749
|
+
"printedName": "Get()",
|
|
9750
|
+
"children": [
|
|
9751
|
+
{
|
|
9752
|
+
"kind": "TypeNominal",
|
|
9753
|
+
"name": "Float",
|
|
9754
|
+
"printedName": "Swift.Float",
|
|
9755
|
+
"usr": "s:Sf"
|
|
9756
|
+
}
|
|
9757
|
+
],
|
|
9758
|
+
"declKind": "Accessor",
|
|
9759
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvg",
|
|
9760
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvg",
|
|
9761
|
+
"moduleName": "DavoiceTTS",
|
|
9762
|
+
"implicit": true,
|
|
9763
|
+
"accessorKind": "get"
|
|
9764
|
+
},
|
|
9765
|
+
{
|
|
9766
|
+
"kind": "Accessor",
|
|
9767
|
+
"name": "Set",
|
|
9768
|
+
"printedName": "Set()",
|
|
9769
|
+
"children": [
|
|
9770
|
+
{
|
|
9771
|
+
"kind": "TypeNominal",
|
|
9772
|
+
"name": "Void",
|
|
9773
|
+
"printedName": "()"
|
|
9774
|
+
},
|
|
9775
|
+
{
|
|
9776
|
+
"kind": "TypeNominal",
|
|
9777
|
+
"name": "Float",
|
|
9778
|
+
"printedName": "Swift.Float",
|
|
9779
|
+
"usr": "s:Sf"
|
|
9780
|
+
}
|
|
9781
|
+
],
|
|
9782
|
+
"declKind": "Accessor",
|
|
9783
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvs",
|
|
9784
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvs",
|
|
9785
|
+
"moduleName": "DavoiceTTS",
|
|
9786
|
+
"implicit": true,
|
|
9787
|
+
"accessorKind": "set"
|
|
9788
|
+
},
|
|
9789
|
+
{
|
|
9790
|
+
"kind": "Accessor",
|
|
9791
|
+
"name": "Modify",
|
|
9792
|
+
"printedName": "Modify()",
|
|
9793
|
+
"children": [
|
|
9794
|
+
{
|
|
9795
|
+
"kind": "TypeNominal",
|
|
9796
|
+
"name": "Void",
|
|
9797
|
+
"printedName": "()"
|
|
9798
|
+
}
|
|
9799
|
+
],
|
|
9800
|
+
"declKind": "Accessor",
|
|
9801
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvM",
|
|
9802
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV7rfNoiseSfvM",
|
|
9803
|
+
"moduleName": "DavoiceTTS",
|
|
9804
|
+
"implicit": true,
|
|
9805
|
+
"accessorKind": "_modify"
|
|
9806
|
+
}
|
|
9807
|
+
]
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"kind": "Var",
|
|
9811
|
+
"name": "attackMs",
|
|
9812
|
+
"printedName": "attackMs",
|
|
9813
|
+
"children": [
|
|
9814
|
+
{
|
|
9815
|
+
"kind": "TypeNominal",
|
|
9816
|
+
"name": "Double",
|
|
9817
|
+
"printedName": "Swift.Double",
|
|
9818
|
+
"usr": "s:Sd"
|
|
9819
|
+
}
|
|
9820
|
+
],
|
|
9821
|
+
"declKind": "Var",
|
|
9822
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvp",
|
|
9823
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvp",
|
|
9824
|
+
"moduleName": "DavoiceTTS",
|
|
9825
|
+
"declAttributes": [
|
|
9826
|
+
"HasStorage",
|
|
9827
|
+
"AccessControl",
|
|
9828
|
+
"RawDocComment"
|
|
9829
|
+
],
|
|
9830
|
+
"hasStorage": true,
|
|
9831
|
+
"accessors": [
|
|
9832
|
+
{
|
|
9833
|
+
"kind": "Accessor",
|
|
9834
|
+
"name": "Get",
|
|
9835
|
+
"printedName": "Get()",
|
|
9836
|
+
"children": [
|
|
9837
|
+
{
|
|
9838
|
+
"kind": "TypeNominal",
|
|
9839
|
+
"name": "Double",
|
|
9840
|
+
"printedName": "Swift.Double",
|
|
9841
|
+
"usr": "s:Sd"
|
|
9842
|
+
}
|
|
9843
|
+
],
|
|
9844
|
+
"declKind": "Accessor",
|
|
9845
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvg",
|
|
9846
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvg",
|
|
9847
|
+
"moduleName": "DavoiceTTS",
|
|
9848
|
+
"implicit": true,
|
|
9849
|
+
"accessorKind": "get"
|
|
9850
|
+
},
|
|
9851
|
+
{
|
|
9852
|
+
"kind": "Accessor",
|
|
9853
|
+
"name": "Set",
|
|
9854
|
+
"printedName": "Set()",
|
|
9855
|
+
"children": [
|
|
9856
|
+
{
|
|
9857
|
+
"kind": "TypeNominal",
|
|
9858
|
+
"name": "Void",
|
|
9859
|
+
"printedName": "()"
|
|
9860
|
+
},
|
|
9861
|
+
{
|
|
9862
|
+
"kind": "TypeNominal",
|
|
9863
|
+
"name": "Double",
|
|
9864
|
+
"printedName": "Swift.Double",
|
|
9865
|
+
"usr": "s:Sd"
|
|
9866
|
+
}
|
|
9867
|
+
],
|
|
9868
|
+
"declKind": "Accessor",
|
|
9869
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvs",
|
|
9870
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvs",
|
|
9871
|
+
"moduleName": "DavoiceTTS",
|
|
9872
|
+
"implicit": true,
|
|
9873
|
+
"accessorKind": "set"
|
|
9874
|
+
},
|
|
9875
|
+
{
|
|
9876
|
+
"kind": "Accessor",
|
|
9877
|
+
"name": "Modify",
|
|
9878
|
+
"printedName": "Modify()",
|
|
9879
|
+
"children": [
|
|
9880
|
+
{
|
|
9881
|
+
"kind": "TypeNominal",
|
|
9882
|
+
"name": "Void",
|
|
9883
|
+
"printedName": "()"
|
|
9884
|
+
}
|
|
9885
|
+
],
|
|
9886
|
+
"declKind": "Accessor",
|
|
9887
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvM",
|
|
9888
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV8attackMsSdvM",
|
|
9889
|
+
"moduleName": "DavoiceTTS",
|
|
9890
|
+
"implicit": true,
|
|
9891
|
+
"accessorKind": "_modify"
|
|
9892
|
+
}
|
|
9893
|
+
]
|
|
9894
|
+
},
|
|
9895
|
+
{
|
|
9896
|
+
"kind": "Var",
|
|
9897
|
+
"name": "releaseMs",
|
|
9898
|
+
"printedName": "releaseMs",
|
|
9899
|
+
"children": [
|
|
9900
|
+
{
|
|
9901
|
+
"kind": "TypeNominal",
|
|
9902
|
+
"name": "Double",
|
|
9903
|
+
"printedName": "Swift.Double",
|
|
9904
|
+
"usr": "s:Sd"
|
|
9905
|
+
}
|
|
9906
|
+
],
|
|
9907
|
+
"declKind": "Var",
|
|
9908
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvp",
|
|
9909
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvp",
|
|
9910
|
+
"moduleName": "DavoiceTTS",
|
|
9911
|
+
"declAttributes": [
|
|
9912
|
+
"HasStorage",
|
|
9913
|
+
"AccessControl"
|
|
9914
|
+
],
|
|
9915
|
+
"hasStorage": true,
|
|
9916
|
+
"accessors": [
|
|
9917
|
+
{
|
|
9918
|
+
"kind": "Accessor",
|
|
9919
|
+
"name": "Get",
|
|
9920
|
+
"printedName": "Get()",
|
|
9921
|
+
"children": [
|
|
9922
|
+
{
|
|
9923
|
+
"kind": "TypeNominal",
|
|
9924
|
+
"name": "Double",
|
|
9925
|
+
"printedName": "Swift.Double",
|
|
9926
|
+
"usr": "s:Sd"
|
|
9927
|
+
}
|
|
9928
|
+
],
|
|
9929
|
+
"declKind": "Accessor",
|
|
9930
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvg",
|
|
9931
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvg",
|
|
9932
|
+
"moduleName": "DavoiceTTS",
|
|
9933
|
+
"implicit": true,
|
|
9934
|
+
"accessorKind": "get"
|
|
9935
|
+
},
|
|
9936
|
+
{
|
|
9937
|
+
"kind": "Accessor",
|
|
9938
|
+
"name": "Set",
|
|
9939
|
+
"printedName": "Set()",
|
|
9940
|
+
"children": [
|
|
9941
|
+
{
|
|
9942
|
+
"kind": "TypeNominal",
|
|
9943
|
+
"name": "Void",
|
|
9944
|
+
"printedName": "()"
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"kind": "TypeNominal",
|
|
9948
|
+
"name": "Double",
|
|
9949
|
+
"printedName": "Swift.Double",
|
|
9950
|
+
"usr": "s:Sd"
|
|
9951
|
+
}
|
|
9952
|
+
],
|
|
9953
|
+
"declKind": "Accessor",
|
|
9954
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvs",
|
|
9955
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvs",
|
|
9956
|
+
"moduleName": "DavoiceTTS",
|
|
9957
|
+
"implicit": true,
|
|
9958
|
+
"accessorKind": "set"
|
|
9959
|
+
},
|
|
9960
|
+
{
|
|
9961
|
+
"kind": "Accessor",
|
|
9962
|
+
"name": "Modify",
|
|
9963
|
+
"printedName": "Modify()",
|
|
9964
|
+
"children": [
|
|
9965
|
+
{
|
|
9966
|
+
"kind": "TypeNominal",
|
|
9967
|
+
"name": "Void",
|
|
9968
|
+
"printedName": "()"
|
|
9969
|
+
}
|
|
9970
|
+
],
|
|
9971
|
+
"declKind": "Accessor",
|
|
9972
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvM",
|
|
9973
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV9releaseMsSdvM",
|
|
9974
|
+
"moduleName": "DavoiceTTS",
|
|
9975
|
+
"implicit": true,
|
|
9976
|
+
"accessorKind": "_modify"
|
|
9977
|
+
}
|
|
9978
|
+
]
|
|
9979
|
+
},
|
|
9980
|
+
{
|
|
9981
|
+
"kind": "Var",
|
|
9982
|
+
"name": "noiseFloor",
|
|
9983
|
+
"printedName": "noiseFloor",
|
|
9984
|
+
"children": [
|
|
9985
|
+
{
|
|
9986
|
+
"kind": "TypeNominal",
|
|
9987
|
+
"name": "Float",
|
|
9988
|
+
"printedName": "Swift.Float",
|
|
9989
|
+
"usr": "s:Sf"
|
|
9990
|
+
}
|
|
9991
|
+
],
|
|
9992
|
+
"declKind": "Var",
|
|
9993
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvp",
|
|
9994
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvp",
|
|
9995
|
+
"moduleName": "DavoiceTTS",
|
|
9996
|
+
"declAttributes": [
|
|
9997
|
+
"HasStorage",
|
|
9998
|
+
"AccessControl"
|
|
9999
|
+
],
|
|
10000
|
+
"hasStorage": true,
|
|
10001
|
+
"accessors": [
|
|
10002
|
+
{
|
|
10003
|
+
"kind": "Accessor",
|
|
10004
|
+
"name": "Get",
|
|
10005
|
+
"printedName": "Get()",
|
|
10006
|
+
"children": [
|
|
10007
|
+
{
|
|
10008
|
+
"kind": "TypeNominal",
|
|
10009
|
+
"name": "Float",
|
|
10010
|
+
"printedName": "Swift.Float",
|
|
10011
|
+
"usr": "s:Sf"
|
|
10012
|
+
}
|
|
10013
|
+
],
|
|
10014
|
+
"declKind": "Accessor",
|
|
10015
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvg",
|
|
10016
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvg",
|
|
10017
|
+
"moduleName": "DavoiceTTS",
|
|
10018
|
+
"implicit": true,
|
|
10019
|
+
"accessorKind": "get"
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"kind": "Accessor",
|
|
10023
|
+
"name": "Set",
|
|
10024
|
+
"printedName": "Set()",
|
|
10025
|
+
"children": [
|
|
10026
|
+
{
|
|
10027
|
+
"kind": "TypeNominal",
|
|
10028
|
+
"name": "Void",
|
|
10029
|
+
"printedName": "()"
|
|
10030
|
+
},
|
|
10031
|
+
{
|
|
10032
|
+
"kind": "TypeNominal",
|
|
10033
|
+
"name": "Float",
|
|
10034
|
+
"printedName": "Swift.Float",
|
|
10035
|
+
"usr": "s:Sf"
|
|
10036
|
+
}
|
|
10037
|
+
],
|
|
10038
|
+
"declKind": "Accessor",
|
|
10039
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvs",
|
|
10040
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvs",
|
|
10041
|
+
"moduleName": "DavoiceTTS",
|
|
10042
|
+
"implicit": true,
|
|
10043
|
+
"accessorKind": "set"
|
|
10044
|
+
},
|
|
10045
|
+
{
|
|
10046
|
+
"kind": "Accessor",
|
|
10047
|
+
"name": "Modify",
|
|
10048
|
+
"printedName": "Modify()",
|
|
10049
|
+
"children": [
|
|
10050
|
+
{
|
|
10051
|
+
"kind": "TypeNominal",
|
|
10052
|
+
"name": "Void",
|
|
10053
|
+
"printedName": "()"
|
|
10054
|
+
}
|
|
10055
|
+
],
|
|
10056
|
+
"declKind": "Accessor",
|
|
10057
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvM",
|
|
10058
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10noiseFloorSfvM",
|
|
10059
|
+
"moduleName": "DavoiceTTS",
|
|
10060
|
+
"implicit": true,
|
|
10061
|
+
"accessorKind": "_modify"
|
|
10062
|
+
}
|
|
10063
|
+
]
|
|
10064
|
+
},
|
|
10065
|
+
{
|
|
10066
|
+
"kind": "Var",
|
|
10067
|
+
"name": "brightenComp",
|
|
10068
|
+
"printedName": "brightenComp",
|
|
10069
|
+
"children": [
|
|
10070
|
+
{
|
|
10071
|
+
"kind": "TypeNominal",
|
|
10072
|
+
"name": "Float",
|
|
10073
|
+
"printedName": "Swift.Float",
|
|
10074
|
+
"usr": "s:Sf"
|
|
10075
|
+
}
|
|
10076
|
+
],
|
|
10077
|
+
"declKind": "Var",
|
|
10078
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvp",
|
|
10079
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvp",
|
|
10080
|
+
"moduleName": "DavoiceTTS",
|
|
10081
|
+
"declAttributes": [
|
|
10082
|
+
"HasStorage",
|
|
10083
|
+
"AccessControl"
|
|
10084
|
+
],
|
|
10085
|
+
"hasStorage": true,
|
|
10086
|
+
"accessors": [
|
|
10087
|
+
{
|
|
10088
|
+
"kind": "Accessor",
|
|
10089
|
+
"name": "Get",
|
|
10090
|
+
"printedName": "Get()",
|
|
10091
|
+
"children": [
|
|
10092
|
+
{
|
|
10093
|
+
"kind": "TypeNominal",
|
|
10094
|
+
"name": "Float",
|
|
10095
|
+
"printedName": "Swift.Float",
|
|
10096
|
+
"usr": "s:Sf"
|
|
10097
|
+
}
|
|
10098
|
+
],
|
|
10099
|
+
"declKind": "Accessor",
|
|
10100
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvg",
|
|
10101
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvg",
|
|
10102
|
+
"moduleName": "DavoiceTTS",
|
|
10103
|
+
"implicit": true,
|
|
10104
|
+
"accessorKind": "get"
|
|
10105
|
+
},
|
|
10106
|
+
{
|
|
10107
|
+
"kind": "Accessor",
|
|
10108
|
+
"name": "Set",
|
|
10109
|
+
"printedName": "Set()",
|
|
10110
|
+
"children": [
|
|
10111
|
+
{
|
|
10112
|
+
"kind": "TypeNominal",
|
|
10113
|
+
"name": "Void",
|
|
10114
|
+
"printedName": "()"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"kind": "TypeNominal",
|
|
10118
|
+
"name": "Float",
|
|
10119
|
+
"printedName": "Swift.Float",
|
|
10120
|
+
"usr": "s:Sf"
|
|
10121
|
+
}
|
|
10122
|
+
],
|
|
10123
|
+
"declKind": "Accessor",
|
|
10124
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvs",
|
|
10125
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvs",
|
|
10126
|
+
"moduleName": "DavoiceTTS",
|
|
10127
|
+
"implicit": true,
|
|
10128
|
+
"accessorKind": "set"
|
|
10129
|
+
},
|
|
10130
|
+
{
|
|
10131
|
+
"kind": "Accessor",
|
|
10132
|
+
"name": "Modify",
|
|
10133
|
+
"printedName": "Modify()",
|
|
10134
|
+
"children": [
|
|
10135
|
+
{
|
|
10136
|
+
"kind": "TypeNominal",
|
|
10137
|
+
"name": "Void",
|
|
10138
|
+
"printedName": "()"
|
|
10139
|
+
}
|
|
10140
|
+
],
|
|
10141
|
+
"declKind": "Accessor",
|
|
10142
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvM",
|
|
10143
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV12brightenCompSfvM",
|
|
10144
|
+
"moduleName": "DavoiceTTS",
|
|
10145
|
+
"implicit": true,
|
|
10146
|
+
"accessorKind": "_modify"
|
|
10147
|
+
}
|
|
10148
|
+
]
|
|
10149
|
+
},
|
|
10150
|
+
{
|
|
10151
|
+
"kind": "Constructor",
|
|
10152
|
+
"name": "init",
|
|
10153
|
+
"printedName": "init(hiss:staticNoise:whiteNoise:rfNoise:attackMs:releaseMs:noiseFloor:brightenComp:)",
|
|
10154
|
+
"children": [
|
|
10155
|
+
{
|
|
10156
|
+
"kind": "TypeNominal",
|
|
10157
|
+
"name": "SpeechCleanupConfig",
|
|
10158
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10159
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10160
|
+
},
|
|
10161
|
+
{
|
|
10162
|
+
"kind": "TypeNominal",
|
|
10163
|
+
"name": "Float",
|
|
10164
|
+
"printedName": "Swift.Float",
|
|
10165
|
+
"hasDefaultArg": true,
|
|
10166
|
+
"usr": "s:Sf"
|
|
10167
|
+
},
|
|
10168
|
+
{
|
|
10169
|
+
"kind": "TypeNominal",
|
|
10170
|
+
"name": "Float",
|
|
10171
|
+
"printedName": "Swift.Float",
|
|
10172
|
+
"hasDefaultArg": true,
|
|
10173
|
+
"usr": "s:Sf"
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
"kind": "TypeNominal",
|
|
10177
|
+
"name": "Float",
|
|
10178
|
+
"printedName": "Swift.Float",
|
|
10179
|
+
"hasDefaultArg": true,
|
|
10180
|
+
"usr": "s:Sf"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"kind": "TypeNominal",
|
|
10184
|
+
"name": "Float",
|
|
10185
|
+
"printedName": "Swift.Float",
|
|
10186
|
+
"hasDefaultArg": true,
|
|
10187
|
+
"usr": "s:Sf"
|
|
10188
|
+
},
|
|
10189
|
+
{
|
|
10190
|
+
"kind": "TypeNominal",
|
|
10191
|
+
"name": "Double",
|
|
10192
|
+
"printedName": "Swift.Double",
|
|
10193
|
+
"hasDefaultArg": true,
|
|
10194
|
+
"usr": "s:Sd"
|
|
10195
|
+
},
|
|
10196
|
+
{
|
|
10197
|
+
"kind": "TypeNominal",
|
|
10198
|
+
"name": "Double",
|
|
10199
|
+
"printedName": "Swift.Double",
|
|
10200
|
+
"hasDefaultArg": true,
|
|
10201
|
+
"usr": "s:Sd"
|
|
10202
|
+
},
|
|
10203
|
+
{
|
|
10204
|
+
"kind": "TypeNominal",
|
|
10205
|
+
"name": "Float",
|
|
10206
|
+
"printedName": "Swift.Float",
|
|
10207
|
+
"hasDefaultArg": true,
|
|
10208
|
+
"usr": "s:Sf"
|
|
10209
|
+
},
|
|
10210
|
+
{
|
|
10211
|
+
"kind": "TypeNominal",
|
|
10212
|
+
"name": "Float",
|
|
10213
|
+
"printedName": "Swift.Float",
|
|
10214
|
+
"hasDefaultArg": true,
|
|
10215
|
+
"usr": "s:Sf"
|
|
10216
|
+
}
|
|
10217
|
+
],
|
|
10218
|
+
"declKind": "Constructor",
|
|
10219
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hiss11staticNoise05whiteJ002rfJ08attackMs07releaseN010noiseFloor12brightenCompAESf_S3fS2dS2ftcfc",
|
|
10220
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV4hiss11staticNoise05whiteJ002rfJ08attackMs07releaseN010noiseFloor12brightenCompAESf_S3fS2dS2ftcfc",
|
|
10221
|
+
"moduleName": "DavoiceTTS",
|
|
10222
|
+
"declAttributes": [
|
|
10223
|
+
"AccessControl",
|
|
10224
|
+
"RawDocComment"
|
|
10225
|
+
],
|
|
10226
|
+
"init_kind": "Designated"
|
|
10227
|
+
},
|
|
10228
|
+
{
|
|
10229
|
+
"kind": "Var",
|
|
10230
|
+
"name": "off",
|
|
10231
|
+
"printedName": "off",
|
|
10232
|
+
"children": [
|
|
10233
|
+
{
|
|
10234
|
+
"kind": "TypeNominal",
|
|
10235
|
+
"name": "SpeechCleanupConfig",
|
|
10236
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10237
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10238
|
+
}
|
|
10239
|
+
],
|
|
10240
|
+
"declKind": "Var",
|
|
10241
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV3offAEvpZ",
|
|
10242
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV3offAEvpZ",
|
|
10243
|
+
"moduleName": "DavoiceTTS",
|
|
10244
|
+
"static": true,
|
|
10245
|
+
"declAttributes": [
|
|
10246
|
+
"HasInitialValue",
|
|
10247
|
+
"HasStorage",
|
|
10248
|
+
"AccessControl"
|
|
10249
|
+
],
|
|
10250
|
+
"isLet": true,
|
|
10251
|
+
"hasStorage": true,
|
|
10252
|
+
"accessors": [
|
|
10253
|
+
{
|
|
10254
|
+
"kind": "Accessor",
|
|
10255
|
+
"name": "Get",
|
|
10256
|
+
"printedName": "Get()",
|
|
10257
|
+
"children": [
|
|
10258
|
+
{
|
|
10259
|
+
"kind": "TypeNominal",
|
|
10260
|
+
"name": "SpeechCleanupConfig",
|
|
10261
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10262
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10263
|
+
}
|
|
10264
|
+
],
|
|
10265
|
+
"declKind": "Accessor",
|
|
10266
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV3offAEvgZ",
|
|
10267
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV3offAEvgZ",
|
|
10268
|
+
"moduleName": "DavoiceTTS",
|
|
10269
|
+
"static": true,
|
|
10270
|
+
"implicit": true,
|
|
10271
|
+
"accessorKind": "get"
|
|
10272
|
+
}
|
|
10273
|
+
]
|
|
10274
|
+
},
|
|
10275
|
+
{
|
|
10276
|
+
"kind": "Var",
|
|
10277
|
+
"name": "medium",
|
|
10278
|
+
"printedName": "medium",
|
|
10279
|
+
"children": [
|
|
10280
|
+
{
|
|
10281
|
+
"kind": "TypeNominal",
|
|
10282
|
+
"name": "SpeechCleanupConfig",
|
|
10283
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10284
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10285
|
+
}
|
|
10286
|
+
],
|
|
10287
|
+
"declKind": "Var",
|
|
10288
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV6mediumAEvpZ",
|
|
10289
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV6mediumAEvpZ",
|
|
10290
|
+
"moduleName": "DavoiceTTS",
|
|
10291
|
+
"static": true,
|
|
10292
|
+
"declAttributes": [
|
|
10293
|
+
"HasInitialValue",
|
|
10294
|
+
"HasStorage",
|
|
10295
|
+
"AccessControl"
|
|
10296
|
+
],
|
|
10297
|
+
"isLet": true,
|
|
10298
|
+
"hasStorage": true,
|
|
10299
|
+
"accessors": [
|
|
10300
|
+
{
|
|
10301
|
+
"kind": "Accessor",
|
|
10302
|
+
"name": "Get",
|
|
10303
|
+
"printedName": "Get()",
|
|
10304
|
+
"children": [
|
|
10305
|
+
{
|
|
10306
|
+
"kind": "TypeNominal",
|
|
10307
|
+
"name": "SpeechCleanupConfig",
|
|
10308
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10309
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10310
|
+
}
|
|
10311
|
+
],
|
|
10312
|
+
"declKind": "Accessor",
|
|
10313
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV6mediumAEvgZ",
|
|
10314
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV6mediumAEvgZ",
|
|
10315
|
+
"moduleName": "DavoiceTTS",
|
|
10316
|
+
"static": true,
|
|
10317
|
+
"implicit": true,
|
|
10318
|
+
"accessorKind": "get"
|
|
10319
|
+
}
|
|
10320
|
+
]
|
|
10321
|
+
},
|
|
10322
|
+
{
|
|
10323
|
+
"kind": "Var",
|
|
10324
|
+
"name": "aggressive",
|
|
10325
|
+
"printedName": "aggressive",
|
|
10326
|
+
"children": [
|
|
10327
|
+
{
|
|
10328
|
+
"kind": "TypeNominal",
|
|
10329
|
+
"name": "SpeechCleanupConfig",
|
|
10330
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10331
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10332
|
+
}
|
|
10333
|
+
],
|
|
10334
|
+
"declKind": "Var",
|
|
10335
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10aggressiveAEvpZ",
|
|
10336
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10aggressiveAEvpZ",
|
|
10337
|
+
"moduleName": "DavoiceTTS",
|
|
10338
|
+
"static": true,
|
|
10339
|
+
"declAttributes": [
|
|
10340
|
+
"HasInitialValue",
|
|
10341
|
+
"HasStorage",
|
|
10342
|
+
"AccessControl"
|
|
10343
|
+
],
|
|
10344
|
+
"isLet": true,
|
|
10345
|
+
"hasStorage": true,
|
|
10346
|
+
"accessors": [
|
|
10347
|
+
{
|
|
10348
|
+
"kind": "Accessor",
|
|
10349
|
+
"name": "Get",
|
|
10350
|
+
"printedName": "Get()",
|
|
10351
|
+
"children": [
|
|
10352
|
+
{
|
|
10353
|
+
"kind": "TypeNominal",
|
|
10354
|
+
"name": "SpeechCleanupConfig",
|
|
10355
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupConfig",
|
|
10356
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV"
|
|
10357
|
+
}
|
|
10358
|
+
],
|
|
10359
|
+
"declKind": "Accessor",
|
|
10360
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10aggressiveAEvgZ",
|
|
10361
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV10aggressiveAEvgZ",
|
|
10362
|
+
"moduleName": "DavoiceTTS",
|
|
10363
|
+
"static": true,
|
|
10364
|
+
"implicit": true,
|
|
10365
|
+
"accessorKind": "get"
|
|
10366
|
+
}
|
|
10367
|
+
]
|
|
10368
|
+
}
|
|
10369
|
+
],
|
|
10370
|
+
"declKind": "Struct",
|
|
10371
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV",
|
|
10372
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupConfigV",
|
|
10373
|
+
"moduleName": "DavoiceTTS",
|
|
10374
|
+
"declAttributes": [
|
|
10375
|
+
"AccessControl"
|
|
10376
|
+
],
|
|
10377
|
+
"conformances": [
|
|
10378
|
+
{
|
|
10379
|
+
"kind": "Conformance",
|
|
10380
|
+
"name": "Copyable",
|
|
10381
|
+
"printedName": "Copyable",
|
|
10382
|
+
"usr": "s:s8CopyableP",
|
|
10383
|
+
"mangledName": "$ss8CopyableP"
|
|
10384
|
+
},
|
|
10385
|
+
{
|
|
10386
|
+
"kind": "Conformance",
|
|
10387
|
+
"name": "Escapable",
|
|
10388
|
+
"printedName": "Escapable",
|
|
10389
|
+
"usr": "s:s9EscapableP",
|
|
10390
|
+
"mangledName": "$ss9EscapableP"
|
|
10391
|
+
}
|
|
10392
|
+
]
|
|
10393
|
+
},
|
|
10394
|
+
{
|
|
10395
|
+
"kind": "TypeDecl",
|
|
10396
|
+
"name": "NoiseReductionConfig",
|
|
10397
|
+
"printedName": "NoiseReductionConfig",
|
|
10398
|
+
"children": [
|
|
10399
|
+
{
|
|
10400
|
+
"kind": "Var",
|
|
10401
|
+
"name": "hissAmount",
|
|
10402
|
+
"printedName": "hissAmount",
|
|
10403
|
+
"children": [
|
|
10404
|
+
{
|
|
10405
|
+
"kind": "TypeNominal",
|
|
10406
|
+
"name": "Float",
|
|
10407
|
+
"printedName": "Swift.Float",
|
|
10408
|
+
"usr": "s:Sf"
|
|
10409
|
+
}
|
|
10410
|
+
],
|
|
10411
|
+
"declKind": "Var",
|
|
10412
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvp",
|
|
10413
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvp",
|
|
10414
|
+
"moduleName": "DavoiceTTS",
|
|
10415
|
+
"declAttributes": [
|
|
10416
|
+
"HasStorage",
|
|
10417
|
+
"AccessControl",
|
|
10418
|
+
"RawDocComment"
|
|
10419
|
+
],
|
|
10420
|
+
"hasStorage": true,
|
|
10421
|
+
"accessors": [
|
|
10422
|
+
{
|
|
10423
|
+
"kind": "Accessor",
|
|
10424
|
+
"name": "Get",
|
|
10425
|
+
"printedName": "Get()",
|
|
10426
|
+
"children": [
|
|
10427
|
+
{
|
|
10428
|
+
"kind": "TypeNominal",
|
|
10429
|
+
"name": "Float",
|
|
10430
|
+
"printedName": "Swift.Float",
|
|
10431
|
+
"usr": "s:Sf"
|
|
10432
|
+
}
|
|
10433
|
+
],
|
|
10434
|
+
"declKind": "Accessor",
|
|
10435
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvg",
|
|
10436
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvg",
|
|
10437
|
+
"moduleName": "DavoiceTTS",
|
|
10438
|
+
"implicit": true,
|
|
10439
|
+
"accessorKind": "get"
|
|
10440
|
+
},
|
|
10441
|
+
{
|
|
10442
|
+
"kind": "Accessor",
|
|
10443
|
+
"name": "Set",
|
|
10444
|
+
"printedName": "Set()",
|
|
10445
|
+
"children": [
|
|
10446
|
+
{
|
|
10447
|
+
"kind": "TypeNominal",
|
|
10448
|
+
"name": "Void",
|
|
10449
|
+
"printedName": "()"
|
|
10450
|
+
},
|
|
10451
|
+
{
|
|
10452
|
+
"kind": "TypeNominal",
|
|
10453
|
+
"name": "Float",
|
|
10454
|
+
"printedName": "Swift.Float",
|
|
10455
|
+
"usr": "s:Sf"
|
|
10456
|
+
}
|
|
10457
|
+
],
|
|
10458
|
+
"declKind": "Accessor",
|
|
10459
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvs",
|
|
10460
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvs",
|
|
10461
|
+
"moduleName": "DavoiceTTS",
|
|
10462
|
+
"implicit": true,
|
|
10463
|
+
"accessorKind": "set"
|
|
10464
|
+
},
|
|
10465
|
+
{
|
|
10466
|
+
"kind": "Accessor",
|
|
10467
|
+
"name": "Modify",
|
|
10468
|
+
"printedName": "Modify()",
|
|
10469
|
+
"children": [
|
|
10470
|
+
{
|
|
10471
|
+
"kind": "TypeNominal",
|
|
10472
|
+
"name": "Void",
|
|
10473
|
+
"printedName": "()"
|
|
10474
|
+
}
|
|
10475
|
+
],
|
|
10476
|
+
"declKind": "Accessor",
|
|
10477
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvM",
|
|
10478
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmountSfvM",
|
|
10479
|
+
"moduleName": "DavoiceTTS",
|
|
10480
|
+
"implicit": true,
|
|
10481
|
+
"accessorKind": "_modify"
|
|
10482
|
+
}
|
|
10483
|
+
]
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"kind": "Var",
|
|
10487
|
+
"name": "staticAmount",
|
|
10488
|
+
"printedName": "staticAmount",
|
|
10489
|
+
"children": [
|
|
10490
|
+
{
|
|
10491
|
+
"kind": "TypeNominal",
|
|
10492
|
+
"name": "Float",
|
|
10493
|
+
"printedName": "Swift.Float",
|
|
10494
|
+
"usr": "s:Sf"
|
|
10495
|
+
}
|
|
10496
|
+
],
|
|
10497
|
+
"declKind": "Var",
|
|
10498
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvp",
|
|
10499
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvp",
|
|
10500
|
+
"moduleName": "DavoiceTTS",
|
|
10501
|
+
"declAttributes": [
|
|
10502
|
+
"HasStorage",
|
|
10503
|
+
"AccessControl"
|
|
10504
|
+
],
|
|
10505
|
+
"hasStorage": true,
|
|
10506
|
+
"accessors": [
|
|
10507
|
+
{
|
|
10508
|
+
"kind": "Accessor",
|
|
10509
|
+
"name": "Get",
|
|
10510
|
+
"printedName": "Get()",
|
|
10511
|
+
"children": [
|
|
10512
|
+
{
|
|
10513
|
+
"kind": "TypeNominal",
|
|
10514
|
+
"name": "Float",
|
|
10515
|
+
"printedName": "Swift.Float",
|
|
10516
|
+
"usr": "s:Sf"
|
|
10517
|
+
}
|
|
10518
|
+
],
|
|
10519
|
+
"declKind": "Accessor",
|
|
10520
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvg",
|
|
10521
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvg",
|
|
10522
|
+
"moduleName": "DavoiceTTS",
|
|
10523
|
+
"implicit": true,
|
|
10524
|
+
"accessorKind": "get"
|
|
10525
|
+
},
|
|
10526
|
+
{
|
|
10527
|
+
"kind": "Accessor",
|
|
10528
|
+
"name": "Set",
|
|
10529
|
+
"printedName": "Set()",
|
|
10530
|
+
"children": [
|
|
10531
|
+
{
|
|
10532
|
+
"kind": "TypeNominal",
|
|
10533
|
+
"name": "Void",
|
|
10534
|
+
"printedName": "()"
|
|
10535
|
+
},
|
|
10536
|
+
{
|
|
10537
|
+
"kind": "TypeNominal",
|
|
10538
|
+
"name": "Float",
|
|
10539
|
+
"printedName": "Swift.Float",
|
|
10540
|
+
"usr": "s:Sf"
|
|
10541
|
+
}
|
|
10542
|
+
],
|
|
10543
|
+
"declKind": "Accessor",
|
|
10544
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvs",
|
|
10545
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvs",
|
|
10546
|
+
"moduleName": "DavoiceTTS",
|
|
10547
|
+
"implicit": true,
|
|
10548
|
+
"accessorKind": "set"
|
|
10549
|
+
},
|
|
10550
|
+
{
|
|
10551
|
+
"kind": "Accessor",
|
|
10552
|
+
"name": "Modify",
|
|
10553
|
+
"printedName": "Modify()",
|
|
10554
|
+
"children": [
|
|
10555
|
+
{
|
|
10556
|
+
"kind": "TypeNominal",
|
|
10557
|
+
"name": "Void",
|
|
10558
|
+
"printedName": "()"
|
|
10559
|
+
}
|
|
10560
|
+
],
|
|
10561
|
+
"declKind": "Accessor",
|
|
10562
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvM",
|
|
10563
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV12staticAmountSfvM",
|
|
10564
|
+
"moduleName": "DavoiceTTS",
|
|
10565
|
+
"implicit": true,
|
|
10566
|
+
"accessorKind": "_modify"
|
|
10567
|
+
}
|
|
10568
|
+
]
|
|
10569
|
+
},
|
|
10570
|
+
{
|
|
10571
|
+
"kind": "Var",
|
|
10572
|
+
"name": "whiteNoiseAmount",
|
|
10573
|
+
"printedName": "whiteNoiseAmount",
|
|
10574
|
+
"children": [
|
|
10575
|
+
{
|
|
10576
|
+
"kind": "TypeNominal",
|
|
10577
|
+
"name": "Float",
|
|
10578
|
+
"printedName": "Swift.Float",
|
|
10579
|
+
"usr": "s:Sf"
|
|
10580
|
+
}
|
|
10581
|
+
],
|
|
10582
|
+
"declKind": "Var",
|
|
10583
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvp",
|
|
10584
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvp",
|
|
10585
|
+
"moduleName": "DavoiceTTS",
|
|
10586
|
+
"declAttributes": [
|
|
10587
|
+
"HasStorage",
|
|
10588
|
+
"AccessControl"
|
|
10589
|
+
],
|
|
10590
|
+
"hasStorage": true,
|
|
10591
|
+
"accessors": [
|
|
10592
|
+
{
|
|
10593
|
+
"kind": "Accessor",
|
|
10594
|
+
"name": "Get",
|
|
10595
|
+
"printedName": "Get()",
|
|
10596
|
+
"children": [
|
|
10597
|
+
{
|
|
10598
|
+
"kind": "TypeNominal",
|
|
10599
|
+
"name": "Float",
|
|
10600
|
+
"printedName": "Swift.Float",
|
|
10601
|
+
"usr": "s:Sf"
|
|
10602
|
+
}
|
|
10603
|
+
],
|
|
10604
|
+
"declKind": "Accessor",
|
|
10605
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvg",
|
|
10606
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvg",
|
|
10607
|
+
"moduleName": "DavoiceTTS",
|
|
10608
|
+
"implicit": true,
|
|
10609
|
+
"accessorKind": "get"
|
|
10610
|
+
},
|
|
10611
|
+
{
|
|
10612
|
+
"kind": "Accessor",
|
|
10613
|
+
"name": "Set",
|
|
10614
|
+
"printedName": "Set()",
|
|
10615
|
+
"children": [
|
|
10616
|
+
{
|
|
10617
|
+
"kind": "TypeNominal",
|
|
10618
|
+
"name": "Void",
|
|
10619
|
+
"printedName": "()"
|
|
10620
|
+
},
|
|
10621
|
+
{
|
|
10622
|
+
"kind": "TypeNominal",
|
|
10623
|
+
"name": "Float",
|
|
10624
|
+
"printedName": "Swift.Float",
|
|
10625
|
+
"usr": "s:Sf"
|
|
10626
|
+
}
|
|
10627
|
+
],
|
|
10628
|
+
"declKind": "Accessor",
|
|
10629
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvs",
|
|
10630
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvs",
|
|
10631
|
+
"moduleName": "DavoiceTTS",
|
|
10632
|
+
"implicit": true,
|
|
10633
|
+
"accessorKind": "set"
|
|
10634
|
+
},
|
|
10635
|
+
{
|
|
10636
|
+
"kind": "Accessor",
|
|
10637
|
+
"name": "Modify",
|
|
10638
|
+
"printedName": "Modify()",
|
|
10639
|
+
"children": [
|
|
10640
|
+
{
|
|
10641
|
+
"kind": "TypeNominal",
|
|
10642
|
+
"name": "Void",
|
|
10643
|
+
"printedName": "()"
|
|
10644
|
+
}
|
|
10645
|
+
],
|
|
10646
|
+
"declKind": "Accessor",
|
|
10647
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvM",
|
|
10648
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV05whiteE6AmountSfvM",
|
|
10649
|
+
"moduleName": "DavoiceTTS",
|
|
10650
|
+
"implicit": true,
|
|
10651
|
+
"accessorKind": "_modify"
|
|
10652
|
+
}
|
|
10653
|
+
]
|
|
10654
|
+
},
|
|
10655
|
+
{
|
|
10656
|
+
"kind": "Var",
|
|
10657
|
+
"name": "rfNoiseAmount",
|
|
10658
|
+
"printedName": "rfNoiseAmount",
|
|
10659
|
+
"children": [
|
|
10660
|
+
{
|
|
10661
|
+
"kind": "TypeNominal",
|
|
10662
|
+
"name": "Float",
|
|
10663
|
+
"printedName": "Swift.Float",
|
|
10664
|
+
"usr": "s:Sf"
|
|
10665
|
+
}
|
|
10666
|
+
],
|
|
10667
|
+
"declKind": "Var",
|
|
10668
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvp",
|
|
10669
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvp",
|
|
10670
|
+
"moduleName": "DavoiceTTS",
|
|
10671
|
+
"declAttributes": [
|
|
10672
|
+
"HasStorage",
|
|
10673
|
+
"AccessControl"
|
|
10674
|
+
],
|
|
10675
|
+
"hasStorage": true,
|
|
10676
|
+
"accessors": [
|
|
10677
|
+
{
|
|
10678
|
+
"kind": "Accessor",
|
|
10679
|
+
"name": "Get",
|
|
10680
|
+
"printedName": "Get()",
|
|
10681
|
+
"children": [
|
|
10682
|
+
{
|
|
10683
|
+
"kind": "TypeNominal",
|
|
10684
|
+
"name": "Float",
|
|
10685
|
+
"printedName": "Swift.Float",
|
|
10686
|
+
"usr": "s:Sf"
|
|
10687
|
+
}
|
|
10688
|
+
],
|
|
10689
|
+
"declKind": "Accessor",
|
|
10690
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvg",
|
|
10691
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvg",
|
|
10692
|
+
"moduleName": "DavoiceTTS",
|
|
10693
|
+
"implicit": true,
|
|
10694
|
+
"accessorKind": "get"
|
|
10695
|
+
},
|
|
10696
|
+
{
|
|
10697
|
+
"kind": "Accessor",
|
|
10698
|
+
"name": "Set",
|
|
10699
|
+
"printedName": "Set()",
|
|
10700
|
+
"children": [
|
|
10701
|
+
{
|
|
10702
|
+
"kind": "TypeNominal",
|
|
10703
|
+
"name": "Void",
|
|
10704
|
+
"printedName": "()"
|
|
10705
|
+
},
|
|
10706
|
+
{
|
|
10707
|
+
"kind": "TypeNominal",
|
|
10708
|
+
"name": "Float",
|
|
10709
|
+
"printedName": "Swift.Float",
|
|
10710
|
+
"usr": "s:Sf"
|
|
10711
|
+
}
|
|
10712
|
+
],
|
|
10713
|
+
"declKind": "Accessor",
|
|
10714
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvs",
|
|
10715
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvs",
|
|
10716
|
+
"moduleName": "DavoiceTTS",
|
|
10717
|
+
"implicit": true,
|
|
10718
|
+
"accessorKind": "set"
|
|
10719
|
+
},
|
|
10720
|
+
{
|
|
10721
|
+
"kind": "Accessor",
|
|
10722
|
+
"name": "Modify",
|
|
10723
|
+
"printedName": "Modify()",
|
|
10724
|
+
"children": [
|
|
10725
|
+
{
|
|
10726
|
+
"kind": "TypeNominal",
|
|
10727
|
+
"name": "Void",
|
|
10728
|
+
"printedName": "()"
|
|
10729
|
+
}
|
|
10730
|
+
],
|
|
10731
|
+
"declKind": "Accessor",
|
|
10732
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvM",
|
|
10733
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV02rfE6AmountSfvM",
|
|
10734
|
+
"moduleName": "DavoiceTTS",
|
|
10735
|
+
"implicit": true,
|
|
10736
|
+
"accessorKind": "_modify"
|
|
10737
|
+
}
|
|
10738
|
+
]
|
|
10739
|
+
},
|
|
10740
|
+
{
|
|
10741
|
+
"kind": "Var",
|
|
10742
|
+
"name": "noiseFloor",
|
|
10743
|
+
"printedName": "noiseFloor",
|
|
10744
|
+
"children": [
|
|
10745
|
+
{
|
|
10746
|
+
"kind": "TypeNominal",
|
|
10747
|
+
"name": "Float",
|
|
10748
|
+
"printedName": "Swift.Float",
|
|
10749
|
+
"usr": "s:Sf"
|
|
10750
|
+
}
|
|
10751
|
+
],
|
|
10752
|
+
"declKind": "Var",
|
|
10753
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvp",
|
|
10754
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvp",
|
|
10755
|
+
"moduleName": "DavoiceTTS",
|
|
10756
|
+
"declAttributes": [
|
|
10757
|
+
"HasStorage",
|
|
10758
|
+
"AccessControl",
|
|
10759
|
+
"RawDocComment"
|
|
10760
|
+
],
|
|
10761
|
+
"hasStorage": true,
|
|
10762
|
+
"accessors": [
|
|
10763
|
+
{
|
|
10764
|
+
"kind": "Accessor",
|
|
10765
|
+
"name": "Get",
|
|
10766
|
+
"printedName": "Get()",
|
|
10767
|
+
"children": [
|
|
10768
|
+
{
|
|
10769
|
+
"kind": "TypeNominal",
|
|
10770
|
+
"name": "Float",
|
|
10771
|
+
"printedName": "Swift.Float",
|
|
10772
|
+
"usr": "s:Sf"
|
|
10773
|
+
}
|
|
10774
|
+
],
|
|
10775
|
+
"declKind": "Accessor",
|
|
10776
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvg",
|
|
10777
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvg",
|
|
10778
|
+
"moduleName": "DavoiceTTS",
|
|
10779
|
+
"implicit": true,
|
|
10780
|
+
"accessorKind": "get"
|
|
10781
|
+
},
|
|
10782
|
+
{
|
|
10783
|
+
"kind": "Accessor",
|
|
10784
|
+
"name": "Set",
|
|
10785
|
+
"printedName": "Set()",
|
|
10786
|
+
"children": [
|
|
10787
|
+
{
|
|
10788
|
+
"kind": "TypeNominal",
|
|
10789
|
+
"name": "Void",
|
|
10790
|
+
"printedName": "()"
|
|
10791
|
+
},
|
|
10792
|
+
{
|
|
10793
|
+
"kind": "TypeNominal",
|
|
10794
|
+
"name": "Float",
|
|
10795
|
+
"printedName": "Swift.Float",
|
|
10796
|
+
"usr": "s:Sf"
|
|
10797
|
+
}
|
|
10798
|
+
],
|
|
10799
|
+
"declKind": "Accessor",
|
|
10800
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvs",
|
|
10801
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvs",
|
|
10802
|
+
"moduleName": "DavoiceTTS",
|
|
10803
|
+
"implicit": true,
|
|
10804
|
+
"accessorKind": "set"
|
|
10805
|
+
},
|
|
10806
|
+
{
|
|
10807
|
+
"kind": "Accessor",
|
|
10808
|
+
"name": "Modify",
|
|
10809
|
+
"printedName": "Modify()",
|
|
10810
|
+
"children": [
|
|
10811
|
+
{
|
|
10812
|
+
"kind": "TypeNominal",
|
|
10813
|
+
"name": "Void",
|
|
10814
|
+
"printedName": "()"
|
|
10815
|
+
}
|
|
10816
|
+
],
|
|
10817
|
+
"declKind": "Accessor",
|
|
10818
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvM",
|
|
10819
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10noiseFloorSfvM",
|
|
10820
|
+
"moduleName": "DavoiceTTS",
|
|
10821
|
+
"implicit": true,
|
|
10822
|
+
"accessorKind": "_modify"
|
|
10823
|
+
}
|
|
10824
|
+
]
|
|
10825
|
+
},
|
|
10826
|
+
{
|
|
10827
|
+
"kind": "Var",
|
|
10828
|
+
"name": "attackMs",
|
|
10829
|
+
"printedName": "attackMs",
|
|
10830
|
+
"children": [
|
|
10831
|
+
{
|
|
10832
|
+
"kind": "TypeNominal",
|
|
10833
|
+
"name": "Double",
|
|
10834
|
+
"printedName": "Swift.Double",
|
|
10835
|
+
"usr": "s:Sd"
|
|
10836
|
+
}
|
|
10837
|
+
],
|
|
10838
|
+
"declKind": "Var",
|
|
10839
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvp",
|
|
10840
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvp",
|
|
10841
|
+
"moduleName": "DavoiceTTS",
|
|
10842
|
+
"declAttributes": [
|
|
10843
|
+
"HasStorage",
|
|
10844
|
+
"AccessControl",
|
|
10845
|
+
"RawDocComment"
|
|
10846
|
+
],
|
|
10847
|
+
"hasStorage": true,
|
|
10848
|
+
"accessors": [
|
|
10849
|
+
{
|
|
10850
|
+
"kind": "Accessor",
|
|
10851
|
+
"name": "Get",
|
|
10852
|
+
"printedName": "Get()",
|
|
10853
|
+
"children": [
|
|
10854
|
+
{
|
|
10855
|
+
"kind": "TypeNominal",
|
|
10856
|
+
"name": "Double",
|
|
10857
|
+
"printedName": "Swift.Double",
|
|
10858
|
+
"usr": "s:Sd"
|
|
10859
|
+
}
|
|
10860
|
+
],
|
|
10861
|
+
"declKind": "Accessor",
|
|
10862
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvg",
|
|
10863
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvg",
|
|
10864
|
+
"moduleName": "DavoiceTTS",
|
|
10865
|
+
"implicit": true,
|
|
10866
|
+
"accessorKind": "get"
|
|
10867
|
+
},
|
|
10868
|
+
{
|
|
10869
|
+
"kind": "Accessor",
|
|
10870
|
+
"name": "Set",
|
|
10871
|
+
"printedName": "Set()",
|
|
10872
|
+
"children": [
|
|
10873
|
+
{
|
|
10874
|
+
"kind": "TypeNominal",
|
|
10875
|
+
"name": "Void",
|
|
10876
|
+
"printedName": "()"
|
|
10877
|
+
},
|
|
10878
|
+
{
|
|
10879
|
+
"kind": "TypeNominal",
|
|
10880
|
+
"name": "Double",
|
|
10881
|
+
"printedName": "Swift.Double",
|
|
10882
|
+
"usr": "s:Sd"
|
|
10883
|
+
}
|
|
10884
|
+
],
|
|
10885
|
+
"declKind": "Accessor",
|
|
10886
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvs",
|
|
10887
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvs",
|
|
10888
|
+
"moduleName": "DavoiceTTS",
|
|
10889
|
+
"implicit": true,
|
|
10890
|
+
"accessorKind": "set"
|
|
10891
|
+
},
|
|
10892
|
+
{
|
|
10893
|
+
"kind": "Accessor",
|
|
10894
|
+
"name": "Modify",
|
|
10895
|
+
"printedName": "Modify()",
|
|
10896
|
+
"children": [
|
|
10897
|
+
{
|
|
10898
|
+
"kind": "TypeNominal",
|
|
10899
|
+
"name": "Void",
|
|
10900
|
+
"printedName": "()"
|
|
10901
|
+
}
|
|
10902
|
+
],
|
|
10903
|
+
"declKind": "Accessor",
|
|
10904
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvM",
|
|
10905
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV8attackMsSdvM",
|
|
10906
|
+
"moduleName": "DavoiceTTS",
|
|
10907
|
+
"implicit": true,
|
|
10908
|
+
"accessorKind": "_modify"
|
|
10909
|
+
}
|
|
10910
|
+
]
|
|
10911
|
+
},
|
|
10912
|
+
{
|
|
10913
|
+
"kind": "Var",
|
|
10914
|
+
"name": "releaseMs",
|
|
10915
|
+
"printedName": "releaseMs",
|
|
10916
|
+
"children": [
|
|
10917
|
+
{
|
|
10918
|
+
"kind": "TypeNominal",
|
|
10919
|
+
"name": "Double",
|
|
10920
|
+
"printedName": "Swift.Double",
|
|
10921
|
+
"usr": "s:Sd"
|
|
10922
|
+
}
|
|
10923
|
+
],
|
|
10924
|
+
"declKind": "Var",
|
|
10925
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvp",
|
|
10926
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvp",
|
|
10927
|
+
"moduleName": "DavoiceTTS",
|
|
10928
|
+
"declAttributes": [
|
|
10929
|
+
"HasStorage",
|
|
10930
|
+
"AccessControl",
|
|
10931
|
+
"RawDocComment"
|
|
10932
|
+
],
|
|
10933
|
+
"hasStorage": true,
|
|
10934
|
+
"accessors": [
|
|
10935
|
+
{
|
|
10936
|
+
"kind": "Accessor",
|
|
10937
|
+
"name": "Get",
|
|
10938
|
+
"printedName": "Get()",
|
|
10939
|
+
"children": [
|
|
10940
|
+
{
|
|
10941
|
+
"kind": "TypeNominal",
|
|
10942
|
+
"name": "Double",
|
|
10943
|
+
"printedName": "Swift.Double",
|
|
10944
|
+
"usr": "s:Sd"
|
|
10945
|
+
}
|
|
10946
|
+
],
|
|
10947
|
+
"declKind": "Accessor",
|
|
10948
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvg",
|
|
10949
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvg",
|
|
10950
|
+
"moduleName": "DavoiceTTS",
|
|
10951
|
+
"implicit": true,
|
|
10952
|
+
"accessorKind": "get"
|
|
10953
|
+
},
|
|
10954
|
+
{
|
|
10955
|
+
"kind": "Accessor",
|
|
10956
|
+
"name": "Set",
|
|
10957
|
+
"printedName": "Set()",
|
|
10958
|
+
"children": [
|
|
10959
|
+
{
|
|
10960
|
+
"kind": "TypeNominal",
|
|
10961
|
+
"name": "Void",
|
|
10962
|
+
"printedName": "()"
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"kind": "TypeNominal",
|
|
10966
|
+
"name": "Double",
|
|
10967
|
+
"printedName": "Swift.Double",
|
|
10968
|
+
"usr": "s:Sd"
|
|
10969
|
+
}
|
|
10970
|
+
],
|
|
10971
|
+
"declKind": "Accessor",
|
|
10972
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvs",
|
|
10973
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvs",
|
|
10974
|
+
"moduleName": "DavoiceTTS",
|
|
10975
|
+
"implicit": true,
|
|
10976
|
+
"accessorKind": "set"
|
|
10977
|
+
},
|
|
10978
|
+
{
|
|
10979
|
+
"kind": "Accessor",
|
|
10980
|
+
"name": "Modify",
|
|
10981
|
+
"printedName": "Modify()",
|
|
10982
|
+
"children": [
|
|
10983
|
+
{
|
|
10984
|
+
"kind": "TypeNominal",
|
|
10985
|
+
"name": "Void",
|
|
10986
|
+
"printedName": "()"
|
|
10987
|
+
}
|
|
10988
|
+
],
|
|
10989
|
+
"declKind": "Accessor",
|
|
10990
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvM",
|
|
10991
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV9releaseMsSdvM",
|
|
10992
|
+
"moduleName": "DavoiceTTS",
|
|
10993
|
+
"implicit": true,
|
|
10994
|
+
"accessorKind": "_modify"
|
|
10995
|
+
}
|
|
10996
|
+
]
|
|
10997
|
+
},
|
|
10998
|
+
{
|
|
10999
|
+
"kind": "Var",
|
|
11000
|
+
"name": "preserveBrightness",
|
|
11001
|
+
"printedName": "preserveBrightness",
|
|
11002
|
+
"children": [
|
|
11003
|
+
{
|
|
11004
|
+
"kind": "TypeNominal",
|
|
11005
|
+
"name": "Float",
|
|
11006
|
+
"printedName": "Swift.Float",
|
|
11007
|
+
"usr": "s:Sf"
|
|
11008
|
+
}
|
|
11009
|
+
],
|
|
11010
|
+
"declKind": "Var",
|
|
11011
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvp",
|
|
11012
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvp",
|
|
11013
|
+
"moduleName": "DavoiceTTS",
|
|
11014
|
+
"declAttributes": [
|
|
11015
|
+
"HasStorage",
|
|
11016
|
+
"AccessControl",
|
|
11017
|
+
"RawDocComment"
|
|
11018
|
+
],
|
|
11019
|
+
"hasStorage": true,
|
|
11020
|
+
"accessors": [
|
|
11021
|
+
{
|
|
11022
|
+
"kind": "Accessor",
|
|
11023
|
+
"name": "Get",
|
|
11024
|
+
"printedName": "Get()",
|
|
11025
|
+
"children": [
|
|
11026
|
+
{
|
|
11027
|
+
"kind": "TypeNominal",
|
|
11028
|
+
"name": "Float",
|
|
11029
|
+
"printedName": "Swift.Float",
|
|
11030
|
+
"usr": "s:Sf"
|
|
11031
|
+
}
|
|
11032
|
+
],
|
|
11033
|
+
"declKind": "Accessor",
|
|
11034
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvg",
|
|
11035
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvg",
|
|
11036
|
+
"moduleName": "DavoiceTTS",
|
|
11037
|
+
"implicit": true,
|
|
11038
|
+
"accessorKind": "get"
|
|
11039
|
+
},
|
|
11040
|
+
{
|
|
11041
|
+
"kind": "Accessor",
|
|
11042
|
+
"name": "Set",
|
|
11043
|
+
"printedName": "Set()",
|
|
11044
|
+
"children": [
|
|
11045
|
+
{
|
|
11046
|
+
"kind": "TypeNominal",
|
|
11047
|
+
"name": "Void",
|
|
11048
|
+
"printedName": "()"
|
|
11049
|
+
},
|
|
11050
|
+
{
|
|
11051
|
+
"kind": "TypeNominal",
|
|
11052
|
+
"name": "Float",
|
|
11053
|
+
"printedName": "Swift.Float",
|
|
11054
|
+
"usr": "s:Sf"
|
|
11055
|
+
}
|
|
11056
|
+
],
|
|
11057
|
+
"declKind": "Accessor",
|
|
11058
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvs",
|
|
11059
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvs",
|
|
11060
|
+
"moduleName": "DavoiceTTS",
|
|
11061
|
+
"implicit": true,
|
|
11062
|
+
"accessorKind": "set"
|
|
11063
|
+
},
|
|
11064
|
+
{
|
|
11065
|
+
"kind": "Accessor",
|
|
11066
|
+
"name": "Modify",
|
|
11067
|
+
"printedName": "Modify()",
|
|
11068
|
+
"children": [
|
|
11069
|
+
{
|
|
11070
|
+
"kind": "TypeNominal",
|
|
11071
|
+
"name": "Void",
|
|
11072
|
+
"printedName": "()"
|
|
11073
|
+
}
|
|
11074
|
+
],
|
|
11075
|
+
"declKind": "Accessor",
|
|
11076
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvM",
|
|
11077
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV18preserveBrightnessSfvM",
|
|
11078
|
+
"moduleName": "DavoiceTTS",
|
|
11079
|
+
"implicit": true,
|
|
11080
|
+
"accessorKind": "_modify"
|
|
11081
|
+
}
|
|
11082
|
+
]
|
|
11083
|
+
},
|
|
11084
|
+
{
|
|
11085
|
+
"kind": "Constructor",
|
|
11086
|
+
"name": "init",
|
|
11087
|
+
"printedName": "init(hissAmount:staticAmount:whiteNoiseAmount:rfNoiseAmount:noiseFloor:attackMs:releaseMs:preserveBrightness:)",
|
|
11088
|
+
"children": [
|
|
11089
|
+
{
|
|
11090
|
+
"kind": "TypeNominal",
|
|
11091
|
+
"name": "NoiseReductionConfig",
|
|
11092
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.NoiseReductionConfig",
|
|
11093
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV"
|
|
11094
|
+
},
|
|
11095
|
+
{
|
|
11096
|
+
"kind": "TypeNominal",
|
|
11097
|
+
"name": "Float",
|
|
11098
|
+
"printedName": "Swift.Float",
|
|
11099
|
+
"hasDefaultArg": true,
|
|
11100
|
+
"usr": "s:Sf"
|
|
11101
|
+
},
|
|
11102
|
+
{
|
|
11103
|
+
"kind": "TypeNominal",
|
|
11104
|
+
"name": "Float",
|
|
11105
|
+
"printedName": "Swift.Float",
|
|
11106
|
+
"hasDefaultArg": true,
|
|
11107
|
+
"usr": "s:Sf"
|
|
11108
|
+
},
|
|
11109
|
+
{
|
|
11110
|
+
"kind": "TypeNominal",
|
|
11111
|
+
"name": "Float",
|
|
11112
|
+
"printedName": "Swift.Float",
|
|
11113
|
+
"hasDefaultArg": true,
|
|
11114
|
+
"usr": "s:Sf"
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"kind": "TypeNominal",
|
|
11118
|
+
"name": "Float",
|
|
11119
|
+
"printedName": "Swift.Float",
|
|
11120
|
+
"hasDefaultArg": true,
|
|
11121
|
+
"usr": "s:Sf"
|
|
11122
|
+
},
|
|
11123
|
+
{
|
|
11124
|
+
"kind": "TypeNominal",
|
|
11125
|
+
"name": "Float",
|
|
11126
|
+
"printedName": "Swift.Float",
|
|
11127
|
+
"hasDefaultArg": true,
|
|
11128
|
+
"usr": "s:Sf"
|
|
11129
|
+
},
|
|
11130
|
+
{
|
|
11131
|
+
"kind": "TypeNominal",
|
|
11132
|
+
"name": "Double",
|
|
11133
|
+
"printedName": "Swift.Double",
|
|
11134
|
+
"hasDefaultArg": true,
|
|
11135
|
+
"usr": "s:Sd"
|
|
11136
|
+
},
|
|
11137
|
+
{
|
|
11138
|
+
"kind": "TypeNominal",
|
|
11139
|
+
"name": "Double",
|
|
11140
|
+
"printedName": "Swift.Double",
|
|
11141
|
+
"hasDefaultArg": true,
|
|
11142
|
+
"usr": "s:Sd"
|
|
11143
|
+
},
|
|
11144
|
+
{
|
|
11145
|
+
"kind": "TypeNominal",
|
|
11146
|
+
"name": "Float",
|
|
11147
|
+
"printedName": "Swift.Float",
|
|
11148
|
+
"hasDefaultArg": true,
|
|
11149
|
+
"usr": "s:Sf"
|
|
11150
|
+
}
|
|
11151
|
+
],
|
|
11152
|
+
"declKind": "Constructor",
|
|
11153
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmount06staticI005whiteeI002rfeI010noiseFloor8attackMs07releaseP018preserveBrightnessAESf_S4fS2dSftcfc",
|
|
11154
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV10hissAmount06staticI005whiteeI002rfeI010noiseFloor8attackMs07releaseP018preserveBrightnessAESf_S4fS2dSftcfc",
|
|
11155
|
+
"moduleName": "DavoiceTTS",
|
|
11156
|
+
"declAttributes": [
|
|
11157
|
+
"AccessControl",
|
|
11158
|
+
"RawDocComment"
|
|
11159
|
+
],
|
|
11160
|
+
"init_kind": "Designated"
|
|
11161
|
+
},
|
|
11162
|
+
{
|
|
11163
|
+
"kind": "Var",
|
|
11164
|
+
"name": "off",
|
|
11165
|
+
"printedName": "off",
|
|
11166
|
+
"children": [
|
|
11167
|
+
{
|
|
11168
|
+
"kind": "TypeNominal",
|
|
11169
|
+
"name": "NoiseReductionConfig",
|
|
11170
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.NoiseReductionConfig",
|
|
11171
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV"
|
|
11172
|
+
}
|
|
11173
|
+
],
|
|
11174
|
+
"declKind": "Var",
|
|
11175
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV3offAEvpZ",
|
|
11176
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV3offAEvpZ",
|
|
11177
|
+
"moduleName": "DavoiceTTS",
|
|
11178
|
+
"static": true,
|
|
11179
|
+
"declAttributes": [
|
|
11180
|
+
"HasInitialValue",
|
|
11181
|
+
"HasStorage",
|
|
11182
|
+
"AccessControl"
|
|
11183
|
+
],
|
|
11184
|
+
"isLet": true,
|
|
11185
|
+
"hasStorage": true,
|
|
11186
|
+
"accessors": [
|
|
11187
|
+
{
|
|
11188
|
+
"kind": "Accessor",
|
|
11189
|
+
"name": "Get",
|
|
11190
|
+
"printedName": "Get()",
|
|
11191
|
+
"children": [
|
|
11192
|
+
{
|
|
11193
|
+
"kind": "TypeNominal",
|
|
11194
|
+
"name": "NoiseReductionConfig",
|
|
11195
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.NoiseReductionConfig",
|
|
11196
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV"
|
|
11197
|
+
}
|
|
11198
|
+
],
|
|
11199
|
+
"declKind": "Accessor",
|
|
11200
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV3offAEvgZ",
|
|
11201
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV3offAEvgZ",
|
|
11202
|
+
"moduleName": "DavoiceTTS",
|
|
11203
|
+
"static": true,
|
|
11204
|
+
"implicit": true,
|
|
11205
|
+
"accessorKind": "get"
|
|
11206
|
+
}
|
|
11207
|
+
]
|
|
11208
|
+
},
|
|
11209
|
+
{
|
|
11210
|
+
"kind": "Var",
|
|
11211
|
+
"name": "speechCleanup",
|
|
11212
|
+
"printedName": "speechCleanup",
|
|
11213
|
+
"children": [
|
|
11214
|
+
{
|
|
11215
|
+
"kind": "TypeNominal",
|
|
11216
|
+
"name": "NoiseReductionConfig",
|
|
11217
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.NoiseReductionConfig",
|
|
11218
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV"
|
|
11219
|
+
}
|
|
11220
|
+
],
|
|
11221
|
+
"declKind": "Var",
|
|
11222
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV13speechCleanupAEvpZ",
|
|
11223
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV13speechCleanupAEvpZ",
|
|
11224
|
+
"moduleName": "DavoiceTTS",
|
|
11225
|
+
"static": true,
|
|
11226
|
+
"declAttributes": [
|
|
11227
|
+
"HasInitialValue",
|
|
11228
|
+
"HasStorage",
|
|
11229
|
+
"AccessControl",
|
|
11230
|
+
"RawDocComment"
|
|
11231
|
+
],
|
|
11232
|
+
"isLet": true,
|
|
11233
|
+
"hasStorage": true,
|
|
11234
|
+
"accessors": [
|
|
11235
|
+
{
|
|
11236
|
+
"kind": "Accessor",
|
|
11237
|
+
"name": "Get",
|
|
11238
|
+
"printedName": "Get()",
|
|
11239
|
+
"children": [
|
|
11240
|
+
{
|
|
11241
|
+
"kind": "TypeNominal",
|
|
11242
|
+
"name": "NoiseReductionConfig",
|
|
11243
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.NoiseReductionConfig",
|
|
11244
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV"
|
|
11245
|
+
}
|
|
11246
|
+
],
|
|
11247
|
+
"declKind": "Accessor",
|
|
11248
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV13speechCleanupAEvgZ",
|
|
11249
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV13speechCleanupAEvgZ",
|
|
11250
|
+
"moduleName": "DavoiceTTS",
|
|
11251
|
+
"static": true,
|
|
11252
|
+
"implicit": true,
|
|
11253
|
+
"accessorKind": "get"
|
|
11254
|
+
}
|
|
11255
|
+
]
|
|
11256
|
+
}
|
|
11257
|
+
],
|
|
11258
|
+
"declKind": "Struct",
|
|
11259
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV",
|
|
11260
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C20NoiseReductionConfigV",
|
|
11261
|
+
"moduleName": "DavoiceTTS",
|
|
11262
|
+
"declAttributes": [
|
|
11263
|
+
"AccessControl"
|
|
11264
|
+
],
|
|
11265
|
+
"conformances": [
|
|
11266
|
+
{
|
|
11267
|
+
"kind": "Conformance",
|
|
11268
|
+
"name": "Copyable",
|
|
11269
|
+
"printedName": "Copyable",
|
|
11270
|
+
"usr": "s:s8CopyableP",
|
|
11271
|
+
"mangledName": "$ss8CopyableP"
|
|
11272
|
+
},
|
|
11273
|
+
{
|
|
11274
|
+
"kind": "Conformance",
|
|
11275
|
+
"name": "Escapable",
|
|
11276
|
+
"printedName": "Escapable",
|
|
11277
|
+
"usr": "s:s9EscapableP",
|
|
11278
|
+
"mangledName": "$ss9EscapableP"
|
|
11279
|
+
}
|
|
11280
|
+
]
|
|
11281
|
+
},
|
|
11282
|
+
{
|
|
11283
|
+
"kind": "TypeDecl",
|
|
11284
|
+
"name": "SpeechCleanupPreset",
|
|
11285
|
+
"printedName": "SpeechCleanupPreset",
|
|
11286
|
+
"children": [
|
|
11287
|
+
{
|
|
11288
|
+
"kind": "Var",
|
|
11289
|
+
"name": "off",
|
|
11290
|
+
"printedName": "off",
|
|
11291
|
+
"children": [
|
|
11292
|
+
{
|
|
11293
|
+
"kind": "TypeFunc",
|
|
11294
|
+
"name": "Function",
|
|
11295
|
+
"printedName": "(DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type) -> DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11296
|
+
"children": [
|
|
11297
|
+
{
|
|
11298
|
+
"kind": "TypeNominal",
|
|
11299
|
+
"name": "SpeechCleanupPreset",
|
|
11300
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11301
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11302
|
+
},
|
|
11303
|
+
{
|
|
11304
|
+
"kind": "TypeNominal",
|
|
11305
|
+
"name": "Metatype",
|
|
11306
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type",
|
|
11307
|
+
"children": [
|
|
11308
|
+
{
|
|
11309
|
+
"kind": "TypeNominal",
|
|
11310
|
+
"name": "SpeechCleanupPreset",
|
|
11311
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11312
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11313
|
+
}
|
|
11314
|
+
]
|
|
11315
|
+
}
|
|
11316
|
+
]
|
|
11317
|
+
}
|
|
11318
|
+
],
|
|
11319
|
+
"declKind": "EnumElement",
|
|
11320
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO3offyA2EmF",
|
|
11321
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO3offyA2EmF",
|
|
11322
|
+
"moduleName": "DavoiceTTS"
|
|
11323
|
+
},
|
|
11324
|
+
{
|
|
11325
|
+
"kind": "Var",
|
|
11326
|
+
"name": "light",
|
|
11327
|
+
"printedName": "light",
|
|
11328
|
+
"children": [
|
|
11329
|
+
{
|
|
11330
|
+
"kind": "TypeFunc",
|
|
11331
|
+
"name": "Function",
|
|
11332
|
+
"printedName": "(DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type) -> DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11333
|
+
"children": [
|
|
11334
|
+
{
|
|
11335
|
+
"kind": "TypeNominal",
|
|
11336
|
+
"name": "SpeechCleanupPreset",
|
|
11337
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11338
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11339
|
+
},
|
|
11340
|
+
{
|
|
11341
|
+
"kind": "TypeNominal",
|
|
11342
|
+
"name": "Metatype",
|
|
11343
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type",
|
|
11344
|
+
"children": [
|
|
11345
|
+
{
|
|
11346
|
+
"kind": "TypeNominal",
|
|
11347
|
+
"name": "SpeechCleanupPreset",
|
|
11348
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11349
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11350
|
+
}
|
|
11351
|
+
]
|
|
11352
|
+
}
|
|
11353
|
+
]
|
|
11354
|
+
}
|
|
11355
|
+
],
|
|
11356
|
+
"declKind": "EnumElement",
|
|
11357
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO5lightyA2EmF",
|
|
11358
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO5lightyA2EmF",
|
|
11359
|
+
"moduleName": "DavoiceTTS"
|
|
11360
|
+
},
|
|
11361
|
+
{
|
|
11362
|
+
"kind": "Var",
|
|
11363
|
+
"name": "medium",
|
|
11364
|
+
"printedName": "medium",
|
|
11365
|
+
"children": [
|
|
11366
|
+
{
|
|
11367
|
+
"kind": "TypeFunc",
|
|
11368
|
+
"name": "Function",
|
|
11369
|
+
"printedName": "(DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type) -> DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11370
|
+
"children": [
|
|
11371
|
+
{
|
|
11372
|
+
"kind": "TypeNominal",
|
|
11373
|
+
"name": "SpeechCleanupPreset",
|
|
11374
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11375
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11376
|
+
},
|
|
11377
|
+
{
|
|
11378
|
+
"kind": "TypeNominal",
|
|
11379
|
+
"name": "Metatype",
|
|
11380
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type",
|
|
11381
|
+
"children": [
|
|
11382
|
+
{
|
|
11383
|
+
"kind": "TypeNominal",
|
|
11384
|
+
"name": "SpeechCleanupPreset",
|
|
11385
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11386
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11387
|
+
}
|
|
11388
|
+
]
|
|
11389
|
+
}
|
|
11390
|
+
]
|
|
11391
|
+
}
|
|
11392
|
+
],
|
|
11393
|
+
"declKind": "EnumElement",
|
|
11394
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO6mediumyA2EmF",
|
|
11395
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO6mediumyA2EmF",
|
|
11396
|
+
"moduleName": "DavoiceTTS"
|
|
11397
|
+
},
|
|
11398
|
+
{
|
|
11399
|
+
"kind": "Var",
|
|
11400
|
+
"name": "aggressive",
|
|
11401
|
+
"printedName": "aggressive",
|
|
11402
|
+
"children": [
|
|
11403
|
+
{
|
|
11404
|
+
"kind": "TypeFunc",
|
|
11405
|
+
"name": "Function",
|
|
11406
|
+
"printedName": "(DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type) -> DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11407
|
+
"children": [
|
|
11408
|
+
{
|
|
11409
|
+
"kind": "TypeNominal",
|
|
11410
|
+
"name": "SpeechCleanupPreset",
|
|
11411
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11412
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11413
|
+
},
|
|
11414
|
+
{
|
|
11415
|
+
"kind": "TypeNominal",
|
|
11416
|
+
"name": "Metatype",
|
|
11417
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset.Type",
|
|
11418
|
+
"children": [
|
|
11419
|
+
{
|
|
11420
|
+
"kind": "TypeNominal",
|
|
11421
|
+
"name": "SpeechCleanupPreset",
|
|
11422
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11423
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11424
|
+
}
|
|
11425
|
+
]
|
|
11426
|
+
}
|
|
11427
|
+
]
|
|
11428
|
+
}
|
|
11429
|
+
],
|
|
11430
|
+
"declKind": "EnumElement",
|
|
11431
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO10aggressiveyA2EmF",
|
|
11432
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO10aggressiveyA2EmF",
|
|
11433
|
+
"moduleName": "DavoiceTTS"
|
|
11434
|
+
},
|
|
11435
|
+
{
|
|
11436
|
+
"kind": "Function",
|
|
11437
|
+
"name": "==",
|
|
11438
|
+
"printedName": "==(_:_:)",
|
|
11439
|
+
"children": [
|
|
11440
|
+
{
|
|
11441
|
+
"kind": "TypeNominal",
|
|
11442
|
+
"name": "Bool",
|
|
11443
|
+
"printedName": "Swift.Bool",
|
|
11444
|
+
"usr": "s:Sb"
|
|
11445
|
+
},
|
|
11446
|
+
{
|
|
11447
|
+
"kind": "TypeNominal",
|
|
11448
|
+
"name": "SpeechCleanupPreset",
|
|
11449
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11450
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11451
|
+
},
|
|
11452
|
+
{
|
|
11453
|
+
"kind": "TypeNominal",
|
|
11454
|
+
"name": "SpeechCleanupPreset",
|
|
11455
|
+
"printedName": "DavoiceTTS.DaVoiceTTS.SpeechCleanupPreset",
|
|
11456
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO"
|
|
11457
|
+
}
|
|
11458
|
+
],
|
|
11459
|
+
"declKind": "Func",
|
|
11460
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO2eeoiySbAE_AEtFZ",
|
|
11461
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO2eeoiySbAE_AEtFZ",
|
|
11462
|
+
"moduleName": "DavoiceTTS",
|
|
11463
|
+
"static": true,
|
|
11464
|
+
"implicit": true,
|
|
11465
|
+
"funcSelfKind": "NonMutating"
|
|
11466
|
+
},
|
|
11467
|
+
{
|
|
11468
|
+
"kind": "Var",
|
|
11469
|
+
"name": "hashValue",
|
|
11470
|
+
"printedName": "hashValue",
|
|
11471
|
+
"children": [
|
|
11472
|
+
{
|
|
11473
|
+
"kind": "TypeNominal",
|
|
11474
|
+
"name": "Int",
|
|
11475
|
+
"printedName": "Swift.Int",
|
|
11476
|
+
"usr": "s:Si"
|
|
11477
|
+
}
|
|
11478
|
+
],
|
|
11479
|
+
"declKind": "Var",
|
|
11480
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO9hashValueSivp",
|
|
11481
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO9hashValueSivp",
|
|
11482
|
+
"moduleName": "DavoiceTTS",
|
|
11483
|
+
"implicit": true,
|
|
11484
|
+
"accessors": [
|
|
11485
|
+
{
|
|
11486
|
+
"kind": "Accessor",
|
|
11487
|
+
"name": "Get",
|
|
11488
|
+
"printedName": "Get()",
|
|
11489
|
+
"children": [
|
|
11490
|
+
{
|
|
11491
|
+
"kind": "TypeNominal",
|
|
11492
|
+
"name": "Int",
|
|
11493
|
+
"printedName": "Swift.Int",
|
|
11494
|
+
"usr": "s:Si"
|
|
11495
|
+
}
|
|
11496
|
+
],
|
|
11497
|
+
"declKind": "Accessor",
|
|
11498
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO9hashValueSivg",
|
|
11499
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO9hashValueSivg",
|
|
11500
|
+
"moduleName": "DavoiceTTS",
|
|
11501
|
+
"implicit": true,
|
|
11502
|
+
"accessorKind": "get"
|
|
11503
|
+
}
|
|
11504
|
+
]
|
|
11505
|
+
},
|
|
11506
|
+
{
|
|
11507
|
+
"kind": "Function",
|
|
11508
|
+
"name": "hash",
|
|
11509
|
+
"printedName": "hash(into:)",
|
|
11510
|
+
"children": [
|
|
11511
|
+
{
|
|
11512
|
+
"kind": "TypeNominal",
|
|
11513
|
+
"name": "Void",
|
|
11514
|
+
"printedName": "()"
|
|
11515
|
+
},
|
|
11516
|
+
{
|
|
11517
|
+
"kind": "TypeNominal",
|
|
11518
|
+
"name": "Hasher",
|
|
11519
|
+
"printedName": "Swift.Hasher",
|
|
11520
|
+
"paramValueOwnership": "InOut",
|
|
11521
|
+
"usr": "s:s6HasherV"
|
|
11522
|
+
}
|
|
11523
|
+
],
|
|
11524
|
+
"declKind": "Func",
|
|
11525
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO4hash4intoys6HasherVz_tF",
|
|
11526
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO4hash4intoys6HasherVz_tF",
|
|
11527
|
+
"moduleName": "DavoiceTTS",
|
|
11528
|
+
"implicit": true,
|
|
11529
|
+
"funcSelfKind": "NonMutating"
|
|
11530
|
+
}
|
|
11531
|
+
],
|
|
11532
|
+
"declKind": "Enum",
|
|
11533
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO",
|
|
11534
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C19SpeechCleanupPresetO",
|
|
11535
|
+
"moduleName": "DavoiceTTS",
|
|
11536
|
+
"declAttributes": [
|
|
11537
|
+
"AccessControl"
|
|
11538
|
+
],
|
|
11539
|
+
"conformances": [
|
|
11540
|
+
{
|
|
11541
|
+
"kind": "Conformance",
|
|
11542
|
+
"name": "Copyable",
|
|
11543
|
+
"printedName": "Copyable",
|
|
11544
|
+
"usr": "s:s8CopyableP",
|
|
11545
|
+
"mangledName": "$ss8CopyableP"
|
|
11546
|
+
},
|
|
11547
|
+
{
|
|
11548
|
+
"kind": "Conformance",
|
|
11549
|
+
"name": "Escapable",
|
|
11550
|
+
"printedName": "Escapable",
|
|
11551
|
+
"usr": "s:s9EscapableP",
|
|
11552
|
+
"mangledName": "$ss9EscapableP"
|
|
11553
|
+
},
|
|
11554
|
+
{
|
|
11555
|
+
"kind": "Conformance",
|
|
11556
|
+
"name": "Equatable",
|
|
11557
|
+
"printedName": "Equatable",
|
|
11558
|
+
"usr": "s:SQ",
|
|
11559
|
+
"mangledName": "$sSQ"
|
|
11560
|
+
},
|
|
11561
|
+
{
|
|
11562
|
+
"kind": "Conformance",
|
|
11563
|
+
"name": "Hashable",
|
|
11564
|
+
"printedName": "Hashable",
|
|
11565
|
+
"usr": "s:SH",
|
|
11566
|
+
"mangledName": "$sSH"
|
|
11567
|
+
}
|
|
11568
|
+
]
|
|
11569
|
+
},
|
|
9461
11570
|
{
|
|
9462
11571
|
"kind": "Function",
|
|
9463
11572
|
"name": "synthesize_top",
|
|
@@ -11443,1372 +13552,1652 @@
|
|
|
11443
13552
|
{
|
|
11444
13553
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11445
13554
|
"kind": "FloatLiteral",
|
|
11446
|
-
"offset":
|
|
13555
|
+
"offset": 34078,
|
|
11447
13556
|
"length": 4,
|
|
11448
13557
|
"value": "10.0"
|
|
11449
13558
|
},
|
|
11450
13559
|
{
|
|
11451
13560
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11452
13561
|
"kind": "FloatLiteral",
|
|
11453
|
-
"offset":
|
|
13562
|
+
"offset": 34091,
|
|
11454
13563
|
"length": 4,
|
|
11455
13564
|
"value": "40.0"
|
|
11456
13565
|
},
|
|
11457
13566
|
{
|
|
11458
13567
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11459
13568
|
"kind": "FloatLiteral",
|
|
11460
|
-
"offset":
|
|
13569
|
+
"offset": 34110,
|
|
11461
13570
|
"length": 3,
|
|
11462
13571
|
"value": "2.0"
|
|
11463
13572
|
},
|
|
11464
13573
|
{
|
|
11465
13574
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11466
13575
|
"kind": "IntegerLiteral",
|
|
11467
|
-
"offset":
|
|
13576
|
+
"offset": 34196,
|
|
11468
13577
|
"length": 1,
|
|
11469
13578
|
"value": "2"
|
|
11470
13579
|
},
|
|
11471
13580
|
{
|
|
11472
13581
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11473
13582
|
"kind": "IntegerLiteral",
|
|
11474
|
-
"offset":
|
|
13583
|
+
"offset": 34211,
|
|
11475
13584
|
"length": 1,
|
|
11476
13585
|
"value": "1"
|
|
11477
13586
|
},
|
|
11478
13587
|
{
|
|
11479
13588
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11480
13589
|
"kind": "IntegerLiteral",
|
|
11481
|
-
"offset":
|
|
13590
|
+
"offset": 34217,
|
|
11482
13591
|
"length": 1,
|
|
11483
13592
|
"value": "1"
|
|
11484
13593
|
},
|
|
11485
13594
|
{
|
|
11486
13595
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11487
13596
|
"kind": "IntegerLiteral",
|
|
11488
|
-
"offset":
|
|
13597
|
+
"offset": 34227,
|
|
11489
13598
|
"length": 1,
|
|
11490
13599
|
"value": "1"
|
|
11491
13600
|
},
|
|
11492
13601
|
{
|
|
11493
13602
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11494
13603
|
"kind": "IntegerLiteral",
|
|
11495
|
-
"offset":
|
|
13604
|
+
"offset": 34232,
|
|
11496
13605
|
"length": 1,
|
|
11497
13606
|
"value": "2"
|
|
11498
13607
|
},
|
|
11499
13608
|
{
|
|
11500
13609
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11501
13610
|
"kind": "IntegerLiteral",
|
|
11502
|
-
"offset":
|
|
13611
|
+
"offset": 34256,
|
|
11503
13612
|
"length": 1,
|
|
11504
13613
|
"value": "1"
|
|
11505
13614
|
},
|
|
11506
13615
|
{
|
|
11507
13616
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11508
13617
|
"kind": "IntegerLiteral",
|
|
11509
|
-
"offset":
|
|
13618
|
+
"offset": 34264,
|
|
11510
13619
|
"length": 1,
|
|
11511
13620
|
"value": "1"
|
|
11512
13621
|
},
|
|
11513
13622
|
{
|
|
11514
13623
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11515
13624
|
"kind": "IntegerLiteral",
|
|
11516
|
-
"offset":
|
|
13625
|
+
"offset": 34274,
|
|
11517
13626
|
"length": 1,
|
|
11518
13627
|
"value": "2"
|
|
11519
13628
|
},
|
|
11520
13629
|
{
|
|
11521
13630
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11522
13631
|
"kind": "IntegerLiteral",
|
|
11523
|
-
"offset":
|
|
13632
|
+
"offset": 34305,
|
|
11524
13633
|
"length": 2,
|
|
11525
13634
|
"value": "-2"
|
|
11526
13635
|
},
|
|
11527
13636
|
{
|
|
11528
13637
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11529
13638
|
"kind": "IntegerLiteral",
|
|
11530
|
-
"offset":
|
|
13639
|
+
"offset": 34315,
|
|
11531
13640
|
"length": 1,
|
|
11532
13641
|
"value": "1"
|
|
11533
13642
|
},
|
|
11534
13643
|
{
|
|
11535
13644
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11536
13645
|
"kind": "IntegerLiteral",
|
|
11537
|
-
"offset":
|
|
13646
|
+
"offset": 34323,
|
|
11538
13647
|
"length": 1,
|
|
11539
13648
|
"value": "1"
|
|
11540
13649
|
},
|
|
11541
13650
|
{
|
|
11542
13651
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11543
13652
|
"kind": "IntegerLiteral",
|
|
11544
|
-
"offset":
|
|
13653
|
+
"offset": 34353,
|
|
11545
13654
|
"length": 1,
|
|
11546
13655
|
"value": "1"
|
|
11547
13656
|
},
|
|
11548
13657
|
{
|
|
11549
13658
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11550
13659
|
"kind": "IntegerLiteral",
|
|
11551
|
-
"offset":
|
|
13660
|
+
"offset": 34361,
|
|
11552
13661
|
"length": 1,
|
|
11553
13662
|
"value": "1"
|
|
11554
13663
|
},
|
|
11555
13664
|
{
|
|
11556
13665
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11557
13666
|
"kind": "IntegerLiteral",
|
|
11558
|
-
"offset":
|
|
13667
|
+
"offset": 34371,
|
|
11559
13668
|
"length": 1,
|
|
11560
13669
|
"value": "2"
|
|
11561
13670
|
},
|
|
11562
13671
|
{
|
|
11563
13672
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11564
13673
|
"kind": "IntegerLiteral",
|
|
11565
|
-
"offset":
|
|
13674
|
+
"offset": 34405,
|
|
11566
13675
|
"length": 1,
|
|
11567
13676
|
"value": "1"
|
|
11568
13677
|
},
|
|
11569
13678
|
{
|
|
11570
13679
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11571
13680
|
"kind": "IntegerLiteral",
|
|
11572
|
-
"offset":
|
|
13681
|
+
"offset": 34413,
|
|
11573
13682
|
"length": 1,
|
|
11574
13683
|
"value": "1"
|
|
11575
13684
|
},
|
|
11576
13685
|
{
|
|
11577
13686
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11578
13687
|
"kind": "IntegerLiteral",
|
|
11579
|
-
"offset":
|
|
13688
|
+
"offset": 34423,
|
|
11580
13689
|
"length": 1,
|
|
11581
13690
|
"value": "2"
|
|
11582
13691
|
},
|
|
11583
13692
|
{
|
|
11584
13693
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11585
13694
|
"kind": "IntegerLiteral",
|
|
11586
|
-
"offset":
|
|
13695
|
+
"offset": 34453,
|
|
11587
13696
|
"length": 1,
|
|
11588
13697
|
"value": "2"
|
|
11589
13698
|
},
|
|
11590
13699
|
{
|
|
11591
13700
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11592
13701
|
"kind": "IntegerLiteral",
|
|
11593
|
-
"offset":
|
|
13702
|
+
"offset": 34460,
|
|
11594
13703
|
"length": 1,
|
|
11595
13704
|
"value": "1"
|
|
11596
13705
|
},
|
|
11597
13706
|
{
|
|
11598
13707
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11599
13708
|
"kind": "IntegerLiteral",
|
|
11600
|
-
"offset":
|
|
13709
|
+
"offset": 34468,
|
|
11601
13710
|
"length": 1,
|
|
11602
13711
|
"value": "1"
|
|
11603
13712
|
},
|
|
11604
13713
|
{
|
|
11605
13714
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11606
13715
|
"kind": "IntegerLiteral",
|
|
11607
|
-
"offset":
|
|
13716
|
+
"offset": 34494,
|
|
11608
13717
|
"length": 1,
|
|
11609
13718
|
"value": "1"
|
|
11610
13719
|
},
|
|
11611
13720
|
{
|
|
11612
13721
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11613
13722
|
"kind": "IntegerLiteral",
|
|
11614
|
-
"offset":
|
|
13723
|
+
"offset": 34502,
|
|
11615
13724
|
"length": 1,
|
|
11616
13725
|
"value": "1"
|
|
11617
13726
|
},
|
|
11618
13727
|
{
|
|
11619
13728
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11620
13729
|
"kind": "IntegerLiteral",
|
|
11621
|
-
"offset":
|
|
13730
|
+
"offset": 34512,
|
|
11622
13731
|
"length": 1,
|
|
11623
13732
|
"value": "2"
|
|
11624
13733
|
},
|
|
11625
13734
|
{
|
|
11626
13735
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11627
13736
|
"kind": "IntegerLiteral",
|
|
11628
|
-
"offset":
|
|
13737
|
+
"offset": 39860,
|
|
11629
13738
|
"length": 6,
|
|
11630
13739
|
"value": "16000"
|
|
11631
13740
|
},
|
|
11632
13741
|
{
|
|
11633
13742
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11634
13743
|
"kind": "IntegerLiteral",
|
|
11635
|
-
"offset":
|
|
13744
|
+
"offset": 39882,
|
|
11636
13745
|
"length": 2,
|
|
11637
13746
|
"value": "20"
|
|
11638
13747
|
},
|
|
11639
13748
|
{
|
|
11640
13749
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11641
13750
|
"kind": "IntegerLiteral",
|
|
11642
|
-
"offset":
|
|
13751
|
+
"offset": 41330,
|
|
11643
13752
|
"length": 1,
|
|
11644
13753
|
"value": "0"
|
|
11645
13754
|
},
|
|
11646
13755
|
{
|
|
11647
13756
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11648
13757
|
"kind": "IntegerLiteral",
|
|
11649
|
-
"offset":
|
|
13758
|
+
"offset": 42369,
|
|
11650
13759
|
"length": 1,
|
|
11651
13760
|
"value": "0"
|
|
11652
13761
|
},
|
|
11653
13762
|
{
|
|
11654
13763
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11655
13764
|
"kind": "IntegerLiteral",
|
|
11656
|
-
"offset":
|
|
13765
|
+
"offset": 44065,
|
|
11657
13766
|
"length": 1,
|
|
11658
13767
|
"value": "0"
|
|
11659
13768
|
},
|
|
11660
13769
|
{
|
|
11661
13770
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11662
13771
|
"kind": "IntegerLiteral",
|
|
11663
|
-
"offset":
|
|
13772
|
+
"offset": 44194,
|
|
11664
13773
|
"length": 5,
|
|
11665
13774
|
"value": "48000"
|
|
11666
13775
|
},
|
|
11667
13776
|
{
|
|
11668
13777
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11669
13778
|
"kind": "IntegerLiteral",
|
|
11670
|
-
"offset":
|
|
13779
|
+
"offset": 44282,
|
|
11671
13780
|
"length": 2,
|
|
11672
13781
|
"value": "-1"
|
|
11673
13782
|
},
|
|
11674
13783
|
{
|
|
11675
13784
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11676
13785
|
"kind": "IntegerLiteral",
|
|
11677
|
-
"offset":
|
|
13786
|
+
"offset": 44433,
|
|
11678
13787
|
"length": 2,
|
|
11679
13788
|
"value": "-1"
|
|
11680
13789
|
},
|
|
11681
13790
|
{
|
|
11682
13791
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11683
13792
|
"kind": "StringLiteral",
|
|
11684
|
-
"offset":
|
|
13793
|
+
"offset": 45067,
|
|
11685
13794
|
"length": 3,
|
|
11686
13795
|
"value": "\"_\""
|
|
11687
13796
|
},
|
|
11688
13797
|
{
|
|
11689
13798
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11690
13799
|
"kind": "IntegerLiteral",
|
|
11691
|
-
"offset":
|
|
13800
|
+
"offset": 45315,
|
|
11692
13801
|
"length": 1,
|
|
11693
13802
|
"value": "1"
|
|
11694
13803
|
},
|
|
11695
13804
|
{
|
|
11696
13805
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11697
13806
|
"kind": "StringLiteral",
|
|
11698
|
-
"offset":
|
|
13807
|
+
"offset": 45455,
|
|
11699
13808
|
"length": 40,
|
|
11700
13809
|
"value": "\"[TTS]: slice:'\""
|
|
11701
13810
|
},
|
|
11702
13811
|
{
|
|
11703
13812
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11704
13813
|
"kind": "StringLiteral",
|
|
11705
|
-
"offset":
|
|
13814
|
+
"offset": 45480,
|
|
11706
13815
|
"length": 58,
|
|
11707
13816
|
"value": "\"' lastScalar:\""
|
|
11708
13817
|
},
|
|
11709
13818
|
{
|
|
11710
13819
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11711
13820
|
"kind": "IntegerLiteral",
|
|
11712
|
-
"offset":
|
|
13821
|
+
"offset": 45535,
|
|
11713
13822
|
"length": 2,
|
|
11714
13823
|
"value": "-1"
|
|
11715
13824
|
},
|
|
11716
13825
|
{
|
|
11717
13826
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11718
13827
|
"kind": "IntegerLiteral",
|
|
11719
|
-
"offset":
|
|
13828
|
+
"offset": 45623,
|
|
11720
13829
|
"length": 4,
|
|
11721
13830
|
"value": "0x02"
|
|
11722
13831
|
},
|
|
11723
13832
|
{
|
|
11724
13833
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11725
13834
|
"kind": "Array",
|
|
11726
|
-
"offset":
|
|
13835
|
+
"offset": 45769,
|
|
11727
13836
|
"length": 2,
|
|
11728
13837
|
"value": "[]"
|
|
11729
13838
|
},
|
|
11730
13839
|
{
|
|
11731
13840
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11732
13841
|
"kind": "IntegerLiteral",
|
|
11733
|
-
"offset":
|
|
13842
|
+
"offset": 45863,
|
|
11734
13843
|
"length": 1,
|
|
11735
13844
|
"value": "0"
|
|
11736
13845
|
},
|
|
11737
13846
|
{
|
|
11738
13847
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11739
13848
|
"kind": "IntegerLiteral",
|
|
11740
|
-
"offset":
|
|
13849
|
+
"offset": 46049,
|
|
11741
13850
|
"length": 1,
|
|
11742
13851
|
"value": "0"
|
|
11743
13852
|
},
|
|
11744
13853
|
{
|
|
11745
13854
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11746
13855
|
"kind": "IntegerLiteral",
|
|
11747
|
-
"offset":
|
|
13856
|
+
"offset": 46100,
|
|
11748
13857
|
"length": 1,
|
|
11749
13858
|
"value": "0"
|
|
11750
13859
|
},
|
|
11751
13860
|
{
|
|
11752
13861
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11753
13862
|
"kind": "IntegerLiteral",
|
|
11754
|
-
"offset":
|
|
13863
|
+
"offset": 46209,
|
|
11755
13864
|
"length": 1,
|
|
11756
13865
|
"value": "0"
|
|
11757
13866
|
},
|
|
11758
13867
|
{
|
|
11759
13868
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11760
13869
|
"kind": "IntegerLiteral",
|
|
11761
|
-
"offset":
|
|
13870
|
+
"offset": 46338,
|
|
11762
13871
|
"length": 1,
|
|
11763
13872
|
"value": "1"
|
|
11764
13873
|
},
|
|
11765
13874
|
{
|
|
11766
13875
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11767
13876
|
"kind": "StringLiteral",
|
|
11768
|
-
"offset":
|
|
13877
|
+
"offset": 46930,
|
|
11769
13878
|
"length": 23,
|
|
11770
13879
|
"value": "\"[TTS]: terminator == \""
|
|
11771
13880
|
},
|
|
11772
13881
|
{
|
|
11773
13882
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11774
13883
|
"kind": "IntegerLiteral",
|
|
11775
|
-
"offset":
|
|
13884
|
+
"offset": 47000,
|
|
11776
13885
|
"length": 6,
|
|
11777
13886
|
"value": "589864"
|
|
11778
13887
|
},
|
|
11779
13888
|
{
|
|
11780
13889
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11781
13890
|
"kind": "IntegerLiteral",
|
|
11782
|
-
"offset":
|
|
13891
|
+
"offset": 47394,
|
|
11783
13892
|
"length": 1,
|
|
11784
13893
|
"value": "1"
|
|
11785
13894
|
},
|
|
11786
13895
|
{
|
|
11787
13896
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11788
13897
|
"kind": "StringLiteral",
|
|
11789
|
-
"offset":
|
|
13898
|
+
"offset": 47441,
|
|
11790
13899
|
"length": 51,
|
|
11791
13900
|
"value": "\"✅ Full cString: \"\""
|
|
11792
13901
|
},
|
|
11793
13902
|
{
|
|
11794
13903
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11795
13904
|
"kind": "StringLiteral",
|
|
11796
|
-
"offset":
|
|
13905
|
+
"offset": 47489,
|
|
11797
13906
|
"length": 1,
|
|
11798
13907
|
"value": "\"\"\""
|
|
11799
13908
|
},
|
|
11800
13909
|
{
|
|
11801
13910
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11802
13911
|
"kind": "StringLiteral",
|
|
11803
|
-
"offset":
|
|
13912
|
+
"offset": 47538,
|
|
11804
13913
|
"length": 62,
|
|
11805
13914
|
"value": "\"🔢 inputPtr offset from base: \""
|
|
11806
13915
|
},
|
|
11807
13916
|
{
|
|
11808
13917
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11809
13918
|
"kind": "StringLiteral",
|
|
11810
|
-
"offset":
|
|
13919
|
+
"offset": 47580,
|
|
11811
13920
|
"length": 1,
|
|
11812
13921
|
"value": "\" (index = \""
|
|
11813
13922
|
},
|
|
11814
13923
|
{
|
|
11815
13924
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11816
13925
|
"kind": "StringLiteral",
|
|
11817
|
-
"offset":
|
|
13926
|
+
"offset": 47598,
|
|
11818
13927
|
"length": 1,
|
|
11819
13928
|
"value": "\")\""
|
|
11820
13929
|
},
|
|
11821
13930
|
{
|
|
11822
13931
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11823
13932
|
"kind": "IntegerLiteral",
|
|
11824
|
-
"offset":
|
|
13933
|
+
"offset": 47646,
|
|
11825
13934
|
"length": 1,
|
|
11826
13935
|
"value": "0"
|
|
11827
13936
|
},
|
|
11828
13937
|
{
|
|
11829
13938
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11830
13939
|
"kind": "StringLiteral",
|
|
11831
|
-
"offset":
|
|
13940
|
+
"offset": 47848,
|
|
11832
13941
|
"length": 64,
|
|
11833
13942
|
"value": "\"🔍 Backward index \""
|
|
11834
13943
|
},
|
|
11835
13944
|
{
|
|
11836
13945
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11837
13946
|
"kind": "StringLiteral",
|
|
11838
|
-
"offset":
|
|
13947
|
+
"offset": 47877,
|
|
11839
13948
|
"length": 1,
|
|
11840
13949
|
"value": "\": byte = \""
|
|
11841
13950
|
},
|
|
11842
13951
|
{
|
|
11843
13952
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11844
13953
|
"kind": "StringLiteral",
|
|
11845
|
-
"offset":
|
|
13954
|
+
"offset": 47893,
|
|
11846
13955
|
"length": 1,
|
|
11847
13956
|
"value": "\", char = '\""
|
|
11848
13957
|
},
|
|
11849
13958
|
{
|
|
11850
13959
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11851
13960
|
"kind": "StringLiteral",
|
|
11852
|
-
"offset":
|
|
13961
|
+
"offset": 47910,
|
|
11853
13962
|
"length": 3,
|
|
11854
13963
|
"value": "\"'\""
|
|
11855
13964
|
},
|
|
11856
13965
|
{
|
|
11857
13966
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11858
13967
|
"kind": "StringLiteral",
|
|
11859
|
-
"offset":
|
|
13968
|
+
"offset": 48059,
|
|
11860
13969
|
"length": 57,
|
|
11861
13970
|
"value": "\"✅ Found terminating char: '\""
|
|
11862
13971
|
},
|
|
11863
13972
|
{
|
|
11864
13973
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11865
13974
|
"kind": "StringLiteral",
|
|
11866
|
-
"offset":
|
|
13975
|
+
"offset": 48096,
|
|
11867
13976
|
"length": 21,
|
|
11868
13977
|
"value": "\"' at index \""
|
|
11869
13978
|
},
|
|
11870
13979
|
{
|
|
11871
13980
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11872
13981
|
"kind": "StringLiteral",
|
|
11873
|
-
"offset":
|
|
13982
|
+
"offset": 48115,
|
|
11874
13983
|
"length": 2,
|
|
11875
13984
|
"value": "\"\""
|
|
11876
13985
|
},
|
|
11877
13986
|
{
|
|
11878
13987
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11879
13988
|
"kind": "IntegerLiteral",
|
|
11880
|
-
"offset":
|
|
13989
|
+
"offset": 48302,
|
|
11881
13990
|
"length": 1,
|
|
11882
13991
|
"value": "1"
|
|
11883
13992
|
},
|
|
11884
13993
|
{
|
|
11885
13994
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11886
13995
|
"kind": "IntegerLiteral",
|
|
11887
|
-
"offset":
|
|
13996
|
+
"offset": 48374,
|
|
11888
13997
|
"length": 1,
|
|
11889
13998
|
"value": "0"
|
|
11890
13999
|
},
|
|
11891
14000
|
{
|
|
11892
14001
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11893
14002
|
"kind": "StringLiteral",
|
|
11894
|
-
"offset":
|
|
14003
|
+
"offset": 48426,
|
|
11895
14004
|
"length": 66,
|
|
11896
14005
|
"value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
|
|
11897
14006
|
},
|
|
11898
14007
|
{
|
|
11899
14008
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11900
14009
|
"kind": "StringLiteral",
|
|
11901
|
-
"offset":
|
|
14010
|
+
"offset": 48824,
|
|
11902
14011
|
"length": 50,
|
|
11903
14012
|
"value": "\"ptr == nil → using last character of cString =\""
|
|
11904
14013
|
},
|
|
11905
14014
|
{
|
|
11906
14015
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11907
14016
|
"kind": "StringLiteral",
|
|
11908
|
-
"offset":
|
|
14017
|
+
"offset": 49169,
|
|
11909
14018
|
"length": 38,
|
|
11910
14019
|
"value": "\"[swift-dav] [debug] Parsed phonemes:\""
|
|
11911
14020
|
},
|
|
11912
14021
|
{
|
|
11913
14022
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11914
14023
|
"kind": "StringLiteral",
|
|
11915
|
-
"offset":
|
|
14024
|
+
"offset": 49243,
|
|
11916
14025
|
"length": 54,
|
|
11917
14026
|
"value": "\"[swift-dav] [debug] Phoneme count: \""
|
|
11918
14027
|
},
|
|
11919
14028
|
{
|
|
11920
14029
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11921
14030
|
"kind": "StringLiteral",
|
|
11922
|
-
"offset":
|
|
14031
|
+
"offset": 49296,
|
|
11923
14032
|
"length": 2,
|
|
11924
14033
|
"value": "\"\""
|
|
11925
14034
|
},
|
|
11926
14035
|
{
|
|
11927
14036
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11928
14037
|
"kind": "StringLiteral",
|
|
11929
|
-
"offset":
|
|
14038
|
+
"offset": 49324,
|
|
11930
14039
|
"length": 42,
|
|
11931
14040
|
"value": "\"[swift-dav] [debug] Converting to IDs...\""
|
|
11932
14041
|
},
|
|
11933
14042
|
{
|
|
11934
14043
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11935
14044
|
"kind": "StringLiteral",
|
|
11936
|
-
"offset":
|
|
14045
|
+
"offset": 49458,
|
|
11937
14046
|
"length": 51,
|
|
11938
14047
|
"value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
|
|
11939
14048
|
},
|
|
11940
14049
|
{
|
|
11941
14050
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11942
14051
|
"kind": "StringLiteral",
|
|
11943
|
-
"offset":
|
|
14052
|
+
"offset": 49508,
|
|
11944
14053
|
"length": 2,
|
|
11945
14054
|
"value": "\"\""
|
|
11946
14055
|
},
|
|
11947
14056
|
{
|
|
11948
14057
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11949
14058
|
"kind": "StringLiteral",
|
|
11950
|
-
"offset":
|
|
14059
|
+
"offset": 49777,
|
|
11951
14060
|
"length": 12,
|
|
11952
14061
|
"value": "\"DaVoiceTTS\""
|
|
11953
14062
|
},
|
|
11954
14063
|
{
|
|
11955
14064
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11956
14065
|
"kind": "IntegerLiteral",
|
|
11957
|
-
"offset":
|
|
14066
|
+
"offset": 49823,
|
|
11958
14067
|
"length": 1,
|
|
11959
14068
|
"value": "3"
|
|
11960
14069
|
},
|
|
11961
14070
|
{
|
|
11962
14071
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11963
14072
|
"kind": "StringLiteral",
|
|
11964
|
-
"offset":
|
|
14073
|
+
"offset": 49927,
|
|
11965
14074
|
"length": 43,
|
|
11966
14075
|
"value": "\"No valid phoneme IDs found for input text\""
|
|
11967
14076
|
},
|
|
11968
14077
|
{
|
|
11969
14078
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11970
14079
|
"kind": "StringLiteral",
|
|
11971
|
-
"offset":
|
|
14080
|
+
"offset": 50008,
|
|
11972
14081
|
"length": 21,
|
|
11973
14082
|
"value": "\"Phoneme IDs: \""
|
|
11974
14083
|
},
|
|
11975
14084
|
{
|
|
11976
14085
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11977
14086
|
"kind": "StringLiteral",
|
|
11978
|
-
"offset":
|
|
14087
|
+
"offset": 50028,
|
|
11979
14088
|
"length": 2,
|
|
11980
14089
|
"value": "\"\""
|
|
11981
14090
|
},
|
|
11982
14091
|
{
|
|
11983
14092
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11984
14093
|
"kind": "IntegerLiteral",
|
|
11985
|
-
"offset":
|
|
14094
|
+
"offset": 50285,
|
|
11986
14095
|
"length": 1,
|
|
11987
14096
|
"value": "1"
|
|
11988
14097
|
},
|
|
11989
14098
|
{
|
|
11990
14099
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11991
14100
|
"kind": "Array",
|
|
11992
|
-
"offset":
|
|
14101
|
+
"offset": 50552,
|
|
11993
14102
|
"length": 3,
|
|
11994
14103
|
"value": "[1]"
|
|
11995
14104
|
},
|
|
11996
14105
|
{
|
|
11997
14106
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11998
14107
|
"kind": "FloatLiteral",
|
|
11999
|
-
"offset":
|
|
14108
|
+
"offset": 51250,
|
|
12000
14109
|
"length": 4,
|
|
12001
14110
|
"value": "0.95"
|
|
12002
14111
|
},
|
|
12003
14112
|
{
|
|
12004
14113
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12005
14114
|
"kind": "FloatLiteral",
|
|
12006
|
-
"offset":
|
|
14115
|
+
"offset": 51257,
|
|
12007
14116
|
"length": 4,
|
|
12008
14117
|
"value": "1.05"
|
|
12009
14118
|
},
|
|
12010
14119
|
{
|
|
12011
14120
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12012
14121
|
"kind": "FloatLiteral",
|
|
12013
|
-
"offset":
|
|
14122
|
+
"offset": 51302,
|
|
12014
14123
|
"length": 4,
|
|
12015
14124
|
"value": "0.97"
|
|
12016
14125
|
},
|
|
12017
14126
|
{
|
|
12018
14127
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12019
14128
|
"kind": "FloatLiteral",
|
|
12020
|
-
"offset":
|
|
14129
|
+
"offset": 51309,
|
|
12021
14130
|
"length": 4,
|
|
12022
14131
|
"value": "1.03"
|
|
12023
14132
|
},
|
|
12024
14133
|
{
|
|
12025
14134
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12026
14135
|
"kind": "FloatLiteral",
|
|
12027
|
-
"offset":
|
|
14136
|
+
"offset": 51354,
|
|
12028
14137
|
"length": 4,
|
|
12029
14138
|
"value": "0.95"
|
|
12030
14139
|
},
|
|
12031
14140
|
{
|
|
12032
14141
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12033
14142
|
"kind": "FloatLiteral",
|
|
12034
|
-
"offset":
|
|
14143
|
+
"offset": 51361,
|
|
12035
14144
|
"length": 4,
|
|
12036
14145
|
"value": "1.06"
|
|
12037
14146
|
},
|
|
12038
14147
|
{
|
|
12039
14148
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12040
14149
|
"kind": "IntegerLiteral",
|
|
12041
|
-
"offset":
|
|
14150
|
+
"offset": 51447,
|
|
12042
14151
|
"length": 1,
|
|
12043
14152
|
"value": "1"
|
|
12044
14153
|
},
|
|
12045
14154
|
{
|
|
12046
14155
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12047
14156
|
"kind": "FloatLiteral",
|
|
12048
|
-
"offset":
|
|
14157
|
+
"offset": 51464,
|
|
12049
14158
|
"length": 4,
|
|
12050
14159
|
"value": "0.94"
|
|
12051
14160
|
},
|
|
12052
14161
|
{
|
|
12053
14162
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12054
14163
|
"kind": "FloatLiteral",
|
|
12055
|
-
"offset":
|
|
14164
|
+
"offset": 51470,
|
|
12056
14165
|
"length": 4,
|
|
12057
14166
|
"value": "0.94"
|
|
12058
14167
|
},
|
|
12059
14168
|
{
|
|
12060
14169
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12061
14170
|
"kind": "FloatLiteral",
|
|
12062
|
-
"offset":
|
|
14171
|
+
"offset": 51476,
|
|
12063
14172
|
"length": 4,
|
|
12064
14173
|
"value": "1.06"
|
|
12065
14174
|
},
|
|
12066
14175
|
{
|
|
12067
14176
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12068
14177
|
"kind": "IntegerLiteral",
|
|
12069
|
-
"offset":
|
|
14178
|
+
"offset": 51537,
|
|
12070
14179
|
"length": 1,
|
|
12071
14180
|
"value": "2"
|
|
12072
14181
|
},
|
|
12073
14182
|
{
|
|
12074
14183
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12075
14184
|
"kind": "FloatLiteral",
|
|
12076
|
-
"offset":
|
|
14185
|
+
"offset": 51554,
|
|
12077
14186
|
"length": 4,
|
|
12078
14187
|
"value": "0.96"
|
|
12079
14188
|
},
|
|
12080
14189
|
{
|
|
12081
14190
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12082
14191
|
"kind": "FloatLiteral",
|
|
12083
|
-
"offset":
|
|
14192
|
+
"offset": 51560,
|
|
12084
14193
|
"length": 4,
|
|
12085
14194
|
"value": "0.94"
|
|
12086
14195
|
},
|
|
12087
14196
|
{
|
|
12088
14197
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12089
14198
|
"kind": "FloatLiteral",
|
|
12090
|
-
"offset":
|
|
14199
|
+
"offset": 51566,
|
|
12091
14200
|
"length": 4,
|
|
12092
14201
|
"value": "1.06"
|
|
12093
14202
|
},
|
|
12094
14203
|
{
|
|
12095
14204
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12096
14205
|
"kind": "IntegerLiteral",
|
|
12097
|
-
"offset":
|
|
14206
|
+
"offset": 51589,
|
|
12098
14207
|
"length": 1,
|
|
12099
14208
|
"value": "3"
|
|
12100
14209
|
},
|
|
12101
14210
|
{
|
|
12102
14211
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12103
14212
|
"kind": "FloatLiteral",
|
|
12104
|
-
"offset":
|
|
14213
|
+
"offset": 51606,
|
|
12105
14214
|
"length": 4,
|
|
12106
14215
|
"value": "0.98"
|
|
12107
14216
|
},
|
|
12108
14217
|
{
|
|
12109
14218
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12110
14219
|
"kind": "FloatLiteral",
|
|
12111
|
-
"offset":
|
|
14220
|
+
"offset": 51612,
|
|
12112
14221
|
"length": 4,
|
|
12113
14222
|
"value": "0.94"
|
|
12114
14223
|
},
|
|
12115
14224
|
{
|
|
12116
14225
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12117
14226
|
"kind": "FloatLiteral",
|
|
12118
|
-
"offset":
|
|
14227
|
+
"offset": 51618,
|
|
12119
14228
|
"length": 4,
|
|
12120
14229
|
"value": "1.06"
|
|
12121
14230
|
},
|
|
12122
14231
|
{
|
|
12123
14232
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12124
14233
|
"kind": "IntegerLiteral",
|
|
12125
|
-
"offset":
|
|
14234
|
+
"offset": 51641,
|
|
12126
14235
|
"length": 1,
|
|
12127
14236
|
"value": "4"
|
|
12128
14237
|
},
|
|
12129
14238
|
{
|
|
12130
14239
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12131
14240
|
"kind": "FloatLiteral",
|
|
12132
|
-
"offset":
|
|
14241
|
+
"offset": 51658,
|
|
12133
14242
|
"length": 4,
|
|
12134
14243
|
"value": "0.99"
|
|
12135
14244
|
},
|
|
12136
14245
|
{
|
|
12137
14246
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12138
14247
|
"kind": "FloatLiteral",
|
|
12139
|
-
"offset":
|
|
14248
|
+
"offset": 51664,
|
|
12140
14249
|
"length": 4,
|
|
12141
14250
|
"value": "0.94"
|
|
12142
14251
|
},
|
|
12143
14252
|
{
|
|
12144
14253
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12145
14254
|
"kind": "FloatLiteral",
|
|
12146
|
-
"offset":
|
|
14255
|
+
"offset": 51670,
|
|
12147
14256
|
"length": 4,
|
|
12148
14257
|
"value": "1.06"
|
|
12149
14258
|
},
|
|
12150
14259
|
{
|
|
12151
14260
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12152
14261
|
"kind": "IntegerLiteral",
|
|
12153
|
-
"offset":
|
|
14262
|
+
"offset": 51693,
|
|
12154
14263
|
"length": 1,
|
|
12155
14264
|
"value": "5"
|
|
12156
14265
|
},
|
|
12157
14266
|
{
|
|
12158
14267
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12159
14268
|
"kind": "IntegerLiteral",
|
|
12160
|
-
"offset":
|
|
14269
|
+
"offset": 51697,
|
|
12161
14270
|
"length": 1,
|
|
12162
14271
|
"value": "6"
|
|
12163
14272
|
},
|
|
12164
14273
|
{
|
|
12165
14274
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12166
14275
|
"kind": "FloatLiteral",
|
|
12167
|
-
"offset":
|
|
14276
|
+
"offset": 51713,
|
|
12168
14277
|
"length": 4,
|
|
12169
14278
|
"value": "1.00"
|
|
12170
14279
|
},
|
|
12171
14280
|
{
|
|
12172
14281
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12173
14282
|
"kind": "FloatLiteral",
|
|
12174
|
-
"offset":
|
|
14283
|
+
"offset": 51719,
|
|
12175
14284
|
"length": 4,
|
|
12176
14285
|
"value": "0.94"
|
|
12177
14286
|
},
|
|
12178
14287
|
{
|
|
12179
14288
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12180
14289
|
"kind": "FloatLiteral",
|
|
12181
|
-
"offset":
|
|
14290
|
+
"offset": 51725,
|
|
12182
14291
|
"length": 4,
|
|
12183
14292
|
"value": "1.06"
|
|
12184
14293
|
},
|
|
12185
14294
|
{
|
|
12186
14295
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12187
14296
|
"kind": "IntegerLiteral",
|
|
12188
|
-
"offset":
|
|
14297
|
+
"offset": 51748,
|
|
12189
14298
|
"length": 1,
|
|
12190
14299
|
"value": "7"
|
|
12191
14300
|
},
|
|
12192
14301
|
{
|
|
12193
14302
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12194
14303
|
"kind": "IntegerLiteral",
|
|
12195
|
-
"offset":
|
|
14304
|
+
"offset": 51752,
|
|
12196
14305
|
"length": 2,
|
|
12197
14306
|
"value": "12"
|
|
12198
14307
|
},
|
|
12199
14308
|
{
|
|
12200
14309
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12201
14310
|
"kind": "FloatLiteral",
|
|
12202
|
-
"offset":
|
|
14311
|
+
"offset": 51769,
|
|
12203
14312
|
"length": 4,
|
|
12204
14313
|
"value": "1.02"
|
|
12205
14314
|
},
|
|
12206
14315
|
{
|
|
12207
14316
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12208
14317
|
"kind": "FloatLiteral",
|
|
12209
|
-
"offset":
|
|
14318
|
+
"offset": 51775,
|
|
12210
14319
|
"length": 4,
|
|
12211
14320
|
"value": "0.94"
|
|
12212
14321
|
},
|
|
12213
14322
|
{
|
|
12214
14323
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12215
14324
|
"kind": "FloatLiteral",
|
|
12216
|
-
"offset":
|
|
14325
|
+
"offset": 51781,
|
|
12217
14326
|
"length": 4,
|
|
12218
14327
|
"value": "1.06"
|
|
12219
14328
|
},
|
|
12220
14329
|
{
|
|
12221
14330
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12222
14331
|
"kind": "IntegerLiteral",
|
|
12223
|
-
"offset":
|
|
14332
|
+
"offset": 51804,
|
|
12224
14333
|
"length": 2,
|
|
12225
14334
|
"value": "13"
|
|
12226
14335
|
},
|
|
12227
14336
|
{
|
|
12228
14337
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12229
14338
|
"kind": "IntegerLiteral",
|
|
12230
|
-
"offset":
|
|
14339
|
+
"offset": 51809,
|
|
12231
14340
|
"length": 2,
|
|
12232
14341
|
"value": "18"
|
|
12233
14342
|
},
|
|
12234
14343
|
{
|
|
12235
14344
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12236
14345
|
"kind": "FloatLiteral",
|
|
12237
|
-
"offset":
|
|
14346
|
+
"offset": 51826,
|
|
12238
14347
|
"length": 4,
|
|
12239
14348
|
"value": "1.04"
|
|
12240
14349
|
},
|
|
12241
14350
|
{
|
|
12242
14351
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12243
14352
|
"kind": "FloatLiteral",
|
|
12244
|
-
"offset":
|
|
14353
|
+
"offset": 51832,
|
|
12245
14354
|
"length": 4,
|
|
12246
14355
|
"value": "0.94"
|
|
12247
14356
|
},
|
|
12248
14357
|
{
|
|
12249
14358
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12250
14359
|
"kind": "FloatLiteral",
|
|
12251
|
-
"offset":
|
|
14360
|
+
"offset": 51838,
|
|
12252
14361
|
"length": 4,
|
|
12253
14362
|
"value": "1.06"
|
|
12254
14363
|
},
|
|
12255
14364
|
{
|
|
12256
14365
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12257
14366
|
"kind": "FloatLiteral",
|
|
12258
|
-
"offset":
|
|
14367
|
+
"offset": 51878,
|
|
12259
14368
|
"length": 4,
|
|
12260
14369
|
"value": "1.06"
|
|
12261
14370
|
},
|
|
12262
14371
|
{
|
|
12263
14372
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12264
14373
|
"kind": "FloatLiteral",
|
|
12265
|
-
"offset":
|
|
14374
|
+
"offset": 51884,
|
|
12266
14375
|
"length": 4,
|
|
12267
14376
|
"value": "0.94"
|
|
12268
14377
|
},
|
|
12269
14378
|
{
|
|
12270
14379
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12271
14380
|
"kind": "FloatLiteral",
|
|
12272
|
-
"offset":
|
|
14381
|
+
"offset": 51890,
|
|
12273
14382
|
"length": 4,
|
|
12274
14383
|
"value": "1.06"
|
|
12275
14384
|
},
|
|
12276
14385
|
{
|
|
12277
14386
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12278
14387
|
"kind": "FloatLiteral",
|
|
12279
|
-
"offset":
|
|
12280
|
-
"length":
|
|
12281
|
-
"value": "0.
|
|
14388
|
+
"offset": 52687,
|
|
14389
|
+
"length": 5,
|
|
14390
|
+
"value": "0.667"
|
|
12282
14391
|
},
|
|
12283
14392
|
{
|
|
12284
14393
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12285
14394
|
"kind": "FloatLiteral",
|
|
12286
|
-
"offset":
|
|
14395
|
+
"offset": 52732,
|
|
12287
14396
|
"length": 4,
|
|
12288
14397
|
"value": "0.25"
|
|
12289
14398
|
},
|
|
12290
14399
|
{
|
|
12291
14400
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12292
14401
|
"kind": "FloatLiteral",
|
|
12293
|
-
"offset":
|
|
14402
|
+
"offset": 52738,
|
|
12294
14403
|
"length": 3,
|
|
12295
14404
|
"value": "3.0"
|
|
12296
14405
|
},
|
|
12297
14406
|
{
|
|
12298
14407
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12299
14408
|
"kind": "FloatLiteral",
|
|
12300
|
-
"offset":
|
|
14409
|
+
"offset": 52789,
|
|
12301
14410
|
"length": 3,
|
|
12302
14411
|
"value": "1.0"
|
|
12303
14412
|
},
|
|
12304
14413
|
{
|
|
12305
14414
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12306
14415
|
"kind": "FloatLiteral",
|
|
12307
|
-
"offset":
|
|
14416
|
+
"offset": 52866,
|
|
12308
14417
|
"length": 3,
|
|
12309
|
-
"value": "0.
|
|
14418
|
+
"value": "0.8"
|
|
12310
14419
|
},
|
|
12311
14420
|
{
|
|
12312
14421
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12313
14422
|
"kind": "StringLiteral",
|
|
12314
|
-
"offset":
|
|
14423
|
+
"offset": 52965,
|
|
12315
14424
|
"length": 61,
|
|
12316
14425
|
"value": "\"primaryPunct == \""
|
|
12317
14426
|
},
|
|
12318
14427
|
{
|
|
12319
14428
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12320
14429
|
"kind": "StringLiteral",
|
|
12321
|
-
"offset":
|
|
14430
|
+
"offset": 52997,
|
|
12322
14431
|
"length": 10,
|
|
12323
14432
|
"value": "\" punctCount == \""
|
|
12324
14433
|
},
|
|
12325
14434
|
{
|
|
12326
14435
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12327
14436
|
"kind": "StringLiteral",
|
|
12328
|
-
"offset":
|
|
14437
|
+
"offset": 53025,
|
|
12329
14438
|
"length": 2,
|
|
12330
14439
|
"value": "\"\""
|
|
12331
14440
|
},
|
|
12332
14441
|
{
|
|
12333
14442
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12334
14443
|
"kind": "StringLiteral",
|
|
12335
|
-
"offset":
|
|
14444
|
+
"offset": 53103,
|
|
12336
14445
|
"length": 34,
|
|
12337
14446
|
"value": "\"endingPunctuation == \""
|
|
12338
14447
|
},
|
|
12339
14448
|
{
|
|
12340
14449
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12341
14450
|
"kind": "StringLiteral",
|
|
12342
|
-
"offset":
|
|
14451
|
+
"offset": 53136,
|
|
12343
14452
|
"length": 2,
|
|
12344
14453
|
"value": "\"\""
|
|
12345
14454
|
},
|
|
12346
14455
|
{
|
|
12347
14456
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12348
14457
|
"kind": "StringLiteral",
|
|
12349
|
-
"offset":
|
|
14458
|
+
"offset": 55684,
|
|
12350
14459
|
"length": 29,
|
|
12351
14460
|
"value": "\"scalesArray: \""
|
|
12352
14461
|
},
|
|
12353
14462
|
{
|
|
12354
14463
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12355
14464
|
"kind": "StringLiteral",
|
|
12356
|
-
"offset":
|
|
14465
|
+
"offset": 55712,
|
|
12357
14466
|
"length": 2,
|
|
12358
14467
|
"value": "\"\""
|
|
12359
14468
|
},
|
|
12360
14469
|
{
|
|
12361
14470
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12362
14471
|
"kind": "Array",
|
|
12363
|
-
"offset":
|
|
14472
|
+
"offset": 55948,
|
|
12364
14473
|
"length": 3,
|
|
12365
14474
|
"value": "[3]"
|
|
12366
14475
|
},
|
|
12367
14476
|
{
|
|
12368
14477
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12369
14478
|
"kind": "StringLiteral",
|
|
12370
|
-
"offset":
|
|
14479
|
+
"offset": 55987,
|
|
12371
14480
|
"length": 16,
|
|
12372
14481
|
"value": "\"Model inputs :\""
|
|
12373
14482
|
},
|
|
12374
14483
|
{
|
|
12375
14484
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12376
14485
|
"kind": "StringLiteral",
|
|
12377
|
-
"offset":
|
|
14486
|
+
"offset": 56055,
|
|
12378
14487
|
"length": 16,
|
|
12379
14488
|
"value": "\"Model outputs:\""
|
|
12380
14489
|
},
|
|
12381
14490
|
{
|
|
12382
14491
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12383
14492
|
"kind": "Array",
|
|
12384
|
-
"offset":
|
|
14493
|
+
"offset": 56418,
|
|
12385
14494
|
"length": 3,
|
|
12386
14495
|
"value": "[1]"
|
|
12387
14496
|
},
|
|
12388
14497
|
{
|
|
12389
14498
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12390
14499
|
"kind": "StringLiteral",
|
|
12391
|
-
"offset":
|
|
14500
|
+
"offset": 56576,
|
|
12392
14501
|
"length": 7,
|
|
12393
14502
|
"value": "\"input\""
|
|
12394
14503
|
},
|
|
12395
14504
|
{
|
|
12396
14505
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12397
14506
|
"kind": "StringLiteral",
|
|
12398
|
-
"offset":
|
|
14507
|
+
"offset": 56608,
|
|
12399
14508
|
"length": 15,
|
|
12400
14509
|
"value": "\"input_lengths\""
|
|
12401
14510
|
},
|
|
12402
14511
|
{
|
|
12403
14512
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12404
14513
|
"kind": "StringLiteral",
|
|
12405
|
-
"offset":
|
|
14514
|
+
"offset": 56657,
|
|
12406
14515
|
"length": 8,
|
|
12407
14516
|
"value": "\"scales\""
|
|
12408
14517
|
},
|
|
12409
14518
|
{
|
|
12410
14519
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12411
14520
|
"kind": "StringLiteral",
|
|
12412
|
-
"offset":
|
|
14521
|
+
"offset": 56721,
|
|
12413
14522
|
"length": 5,
|
|
12414
14523
|
"value": "\"sid\""
|
|
12415
14524
|
},
|
|
12416
14525
|
{
|
|
12417
14526
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12418
14527
|
"kind": "StringLiteral",
|
|
12419
|
-
"offset":
|
|
14528
|
+
"offset": 56749,
|
|
12420
14529
|
"length": 5,
|
|
12421
14530
|
"value": "\"sid\""
|
|
12422
14531
|
},
|
|
12423
14532
|
{
|
|
12424
14533
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12425
14534
|
"kind": "IntegerLiteral",
|
|
12426
|
-
"offset":
|
|
14535
|
+
"offset": 56848,
|
|
12427
14536
|
"length": 2,
|
|
12428
14537
|
"value": "-1"
|
|
12429
14538
|
},
|
|
12430
14539
|
{
|
|
12431
14540
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12432
14541
|
"kind": "Array",
|
|
12433
|
-
"offset":
|
|
14542
|
+
"offset": 57041,
|
|
12434
14543
|
"length": 10,
|
|
12435
14544
|
"value": "[\"output\"]"
|
|
12436
14545
|
},
|
|
12437
14546
|
{
|
|
12438
14547
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12439
14548
|
"kind": "IntegerLiteral",
|
|
12440
|
-
"offset":
|
|
14549
|
+
"offset": 57247,
|
|
12441
14550
|
"length": 13,
|
|
12442
14551
|
"value": "1000000000"
|
|
12443
14552
|
},
|
|
12444
14553
|
{
|
|
12445
14554
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12446
14555
|
"kind": "IntegerLiteral",
|
|
12447
|
-
"offset":
|
|
14556
|
+
"offset": 57309,
|
|
12448
14557
|
"length": 4,
|
|
12449
14558
|
"value": "1000"
|
|
12450
14559
|
},
|
|
12451
14560
|
{
|
|
12452
14561
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12453
14562
|
"kind": "IntegerLiteral",
|
|
12454
|
-
"offset":
|
|
14563
|
+
"offset": 57347,
|
|
12455
14564
|
"length": 4,
|
|
12456
14565
|
"value": "1000"
|
|
12457
14566
|
},
|
|
12458
14567
|
{
|
|
12459
14568
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12460
14569
|
"kind": "StringLiteral",
|
|
12461
|
-
"offset":
|
|
14570
|
+
"offset": 57434,
|
|
12462
14571
|
"length": 26,
|
|
12463
14572
|
"value": "\"Inference time: %d.%03ds\""
|
|
12464
14573
|
},
|
|
12465
14574
|
{
|
|
12466
14575
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12467
14576
|
"kind": "IntegerLiteral",
|
|
12468
|
-
"offset":
|
|
14577
|
+
"offset": 57556,
|
|
12469
14578
|
"length": 2,
|
|
12470
14579
|
"value": "-1"
|
|
12471
14580
|
},
|
|
12472
14581
|
{
|
|
12473
14582
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12474
14583
|
"kind": "StringLiteral",
|
|
12475
|
-
"offset":
|
|
14584
|
+
"offset": 57587,
|
|
12476
14585
|
"length": 14,
|
|
12477
14586
|
"value": "\"Output keys:\""
|
|
12478
14587
|
},
|
|
12479
14588
|
{
|
|
12480
14589
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12481
14590
|
"kind": "StringLiteral",
|
|
12482
|
-
"offset":
|
|
14591
|
+
"offset": 57687,
|
|
12483
14592
|
"length": 8,
|
|
12484
14593
|
"value": "\"output\""
|
|
12485
14594
|
},
|
|
12486
14595
|
{
|
|
12487
14596
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12488
14597
|
"kind": "StringLiteral",
|
|
12489
|
-
"offset":
|
|
14598
|
+
"offset": 57738,
|
|
12490
14599
|
"length": 12,
|
|
12491
14600
|
"value": "\"DaVoiceTTS\""
|
|
12492
14601
|
},
|
|
12493
14602
|
{
|
|
12494
14603
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12495
14604
|
"kind": "IntegerLiteral",
|
|
12496
|
-
"offset":
|
|
14605
|
+
"offset": 57758,
|
|
12497
14606
|
"length": 1,
|
|
12498
14607
|
"value": "4"
|
|
12499
14608
|
},
|
|
12500
14609
|
{
|
|
12501
14610
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12502
14611
|
"kind": "StringLiteral",
|
|
12503
|
-
"offset":
|
|
14612
|
+
"offset": 57825,
|
|
12504
14613
|
"length": 25,
|
|
12505
14614
|
"value": "\"'output' tensor missing\""
|
|
12506
14615
|
},
|
|
12507
14616
|
{
|
|
12508
14617
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12509
14618
|
"kind": "IntegerLiteral",
|
|
12510
|
-
"offset":
|
|
14619
|
+
"offset": 58044,
|
|
12511
14620
|
"length": 1,
|
|
12512
14621
|
"value": "0"
|
|
12513
14622
|
},
|
|
12514
14623
|
{
|
|
12515
14624
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12516
14625
|
"kind": "IntegerLiteral",
|
|
12517
|
-
"offset":
|
|
14626
|
+
"offset": 58561,
|
|
12518
14627
|
"length": 1,
|
|
12519
14628
|
"value": "0"
|
|
12520
14629
|
},
|
|
12521
14630
|
{
|
|
12522
14631
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12523
14632
|
"kind": "IntegerLiteral",
|
|
12524
|
-
"offset":
|
|
14633
|
+
"offset": 58782,
|
|
12525
14634
|
"length": 1,
|
|
12526
14635
|
"value": "1"
|
|
12527
14636
|
},
|
|
12528
14637
|
{
|
|
12529
14638
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12530
14639
|
"kind": "StringLiteral",
|
|
12531
|
-
"offset":
|
|
14640
|
+
"offset": 59591,
|
|
12532
14641
|
"length": 22,
|
|
12533
14642
|
"value": "\"Resample error: \""
|
|
12534
14643
|
},
|
|
12535
14644
|
{
|
|
12536
14645
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12537
14646
|
"kind": "StringLiteral",
|
|
12538
|
-
"offset":
|
|
14647
|
+
"offset": 59612,
|
|
12539
14648
|
"length": 4,
|
|
12540
14649
|
"value": "\"\""
|
|
12541
14650
|
},
|
|
12542
14651
|
{
|
|
12543
14652
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12544
14653
|
"kind": "StringLiteral",
|
|
12545
|
-
"offset":
|
|
14654
|
+
"offset": 60313,
|
|
12546
14655
|
"length": 3,
|
|
12547
14656
|
"value": "\"?\""
|
|
12548
14657
|
},
|
|
12549
14658
|
{
|
|
12550
14659
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12551
14660
|
"kind": "IntegerLiteral",
|
|
12552
|
-
"offset":
|
|
14661
|
+
"offset": 60325,
|
|
12553
14662
|
"length": 2,
|
|
12554
14663
|
"value": "80"
|
|
12555
14664
|
},
|
|
12556
14665
|
{
|
|
12557
14666
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12558
14667
|
"kind": "IntegerLiteral",
|
|
12559
|
-
"offset":
|
|
14668
|
+
"offset": 60330,
|
|
12560
14669
|
"length": 3,
|
|
12561
14670
|
"value": "120"
|
|
12562
14671
|
},
|
|
12563
14672
|
{
|
|
12564
14673
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12565
14674
|
"kind": "StringLiteral",
|
|
12566
|
-
"offset":
|
|
14675
|
+
"offset": 60351,
|
|
12567
14676
|
"length": 3,
|
|
12568
14677
|
"value": "\".\""
|
|
12569
14678
|
},
|
|
12570
14679
|
{
|
|
12571
14680
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12572
14681
|
"kind": "IntegerLiteral",
|
|
12573
|
-
"offset":
|
|
14682
|
+
"offset": 60363,
|
|
12574
14683
|
"length": 2,
|
|
12575
14684
|
"value": "50"
|
|
12576
14685
|
},
|
|
12577
14686
|
{
|
|
12578
14687
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12579
14688
|
"kind": "IntegerLiteral",
|
|
12580
|
-
"offset":
|
|
14689
|
+
"offset": 60368,
|
|
12581
14690
|
"length": 2,
|
|
12582
14691
|
"value": "90"
|
|
12583
14692
|
},
|
|
12584
14693
|
{
|
|
12585
14694
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12586
14695
|
"kind": "StringLiteral",
|
|
12587
|
-
"offset":
|
|
14696
|
+
"offset": 60388,
|
|
12588
14697
|
"length": 3,
|
|
12589
14698
|
"value": "\"!\""
|
|
12590
14699
|
},
|
|
12591
14700
|
{
|
|
12592
14701
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12593
14702
|
"kind": "IntegerLiteral",
|
|
12594
|
-
"offset":
|
|
14703
|
+
"offset": 60400,
|
|
12595
14704
|
"length": 2,
|
|
12596
14705
|
"value": "60"
|
|
12597
14706
|
},
|
|
12598
14707
|
{
|
|
12599
14708
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12600
14709
|
"kind": "IntegerLiteral",
|
|
12601
|
-
"offset":
|
|
14710
|
+
"offset": 60405,
|
|
12602
14711
|
"length": 2,
|
|
12603
14712
|
"value": "90"
|
|
12604
14713
|
},
|
|
12605
14714
|
{
|
|
12606
14715
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12607
14716
|
"kind": "StringLiteral",
|
|
12608
|
-
"offset":
|
|
14717
|
+
"offset": 60425,
|
|
12609
14718
|
"length": 3,
|
|
12610
14719
|
"value": "\",\""
|
|
12611
14720
|
},
|
|
12612
14721
|
{
|
|
12613
14722
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12614
14723
|
"kind": "IntegerLiteral",
|
|
12615
|
-
"offset":
|
|
14724
|
+
"offset": 60437,
|
|
12616
14725
|
"length": 2,
|
|
12617
14726
|
"value": "40"
|
|
12618
14727
|
},
|
|
12619
14728
|
{
|
|
12620
14729
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12621
14730
|
"kind": "IntegerLiteral",
|
|
12622
|
-
"offset":
|
|
14731
|
+
"offset": 60442,
|
|
12623
14732
|
"length": 2,
|
|
12624
14733
|
"value": "50"
|
|
12625
14734
|
},
|
|
12626
14735
|
{
|
|
12627
14736
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12628
14737
|
"kind": "StringLiteral",
|
|
12629
|
-
"offset":
|
|
14738
|
+
"offset": 60462,
|
|
12630
14739
|
"length": 3,
|
|
12631
14740
|
"value": "\";\""
|
|
12632
14741
|
},
|
|
12633
14742
|
{
|
|
12634
14743
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12635
14744
|
"kind": "StringLiteral",
|
|
12636
|
-
"offset":
|
|
14745
|
+
"offset": 60467,
|
|
12637
14746
|
"length": 3,
|
|
12638
14747
|
"value": "\":\""
|
|
12639
14748
|
},
|
|
12640
14749
|
{
|
|
12641
14750
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12642
14751
|
"kind": "IntegerLiteral",
|
|
12643
|
-
"offset":
|
|
14752
|
+
"offset": 60479,
|
|
12644
14753
|
"length": 2,
|
|
12645
14754
|
"value": "50"
|
|
12646
14755
|
},
|
|
12647
14756
|
{
|
|
12648
14757
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12649
14758
|
"kind": "IntegerLiteral",
|
|
12650
|
-
"offset":
|
|
14759
|
+
"offset": 60484,
|
|
12651
14760
|
"length": 3,
|
|
12652
14761
|
"value": "100"
|
|
12653
14762
|
},
|
|
12654
14763
|
{
|
|
12655
14764
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12656
14765
|
"kind": "IntegerLiteral",
|
|
12657
|
-
"offset":
|
|
14766
|
+
"offset": 60517,
|
|
12658
14767
|
"length": 2,
|
|
12659
14768
|
"value": "50"
|
|
12660
14769
|
},
|
|
12661
14770
|
{
|
|
12662
14771
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12663
14772
|
"kind": "IntegerLiteral",
|
|
12664
|
-
"offset":
|
|
14773
|
+
"offset": 60522,
|
|
12665
14774
|
"length": 3,
|
|
12666
14775
|
"value": "100"
|
|
12667
14776
|
},
|
|
12668
14777
|
{
|
|
12669
14778
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12670
14779
|
"kind": "FloatLiteral",
|
|
12671
|
-
"offset":
|
|
14780
|
+
"offset": 60603,
|
|
12672
14781
|
"length": 3,
|
|
12673
14782
|
"value": "2.0"
|
|
12674
14783
|
},
|
|
12675
14784
|
{
|
|
12676
14785
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12677
14786
|
"kind": "FloatLiteral",
|
|
12678
|
-
"offset":
|
|
14787
|
+
"offset": 61358,
|
|
12679
14788
|
"length": 6,
|
|
12680
14789
|
"value": "1000.0"
|
|
12681
14790
|
},
|
|
12682
14791
|
{
|
|
12683
14792
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12684
14793
|
"kind": "IntegerLiteral",
|
|
12685
|
-
"offset":
|
|
14794
|
+
"offset": 61776,
|
|
12686
14795
|
"length": 1,
|
|
12687
14796
|
"value": "0"
|
|
12688
14797
|
},
|
|
12689
14798
|
{
|
|
12690
14799
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12691
14800
|
"kind": "IntegerLiteral",
|
|
12692
|
-
"offset":
|
|
14801
|
+
"offset": 61817,
|
|
12693
14802
|
"length": 1,
|
|
12694
14803
|
"value": "0"
|
|
12695
14804
|
},
|
|
12696
14805
|
{
|
|
12697
14806
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12698
14807
|
"kind": "IntegerLiteral",
|
|
12699
|
-
"offset":
|
|
14808
|
+
"offset": 61985,
|
|
12700
14809
|
"length": 1,
|
|
12701
14810
|
"value": "0"
|
|
12702
14811
|
},
|
|
12703
14812
|
{
|
|
12704
14813
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12705
14814
|
"kind": "IntegerLiteral",
|
|
12706
|
-
"offset":
|
|
14815
|
+
"offset": 62050,
|
|
12707
14816
|
"length": 1,
|
|
12708
14817
|
"value": "0"
|
|
12709
14818
|
},
|
|
12710
14819
|
{
|
|
12711
14820
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12712
14821
|
"kind": "FloatLiteral",
|
|
12713
|
-
"offset":
|
|
14822
|
+
"offset": 62171,
|
|
12714
14823
|
"length": 4,
|
|
12715
14824
|
"value": "0.95"
|
|
12716
14825
|
},
|
|
12717
14826
|
{
|
|
12718
14827
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12719
14828
|
"kind": "FloatLiteral",
|
|
12720
|
-
"offset":
|
|
14829
|
+
"offset": 62185,
|
|
12721
14830
|
"length": 3,
|
|
12722
14831
|
"value": "5.0"
|
|
12723
14832
|
},
|
|
12724
14833
|
{
|
|
12725
14834
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12726
14835
|
"kind": "IntegerLiteral",
|
|
12727
|
-
"offset":
|
|
14836
|
+
"offset": 62338,
|
|
12728
14837
|
"length": 6,
|
|
12729
14838
|
"value": "16000"
|
|
12730
14839
|
},
|
|
12731
14840
|
{
|
|
12732
14841
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12733
14842
|
"kind": "IntegerLiteral",
|
|
12734
|
-
"offset":
|
|
14843
|
+
"offset": 62347,
|
|
12735
14844
|
"length": 2,
|
|
12736
14845
|
"value": "-1"
|
|
12737
14846
|
},
|
|
12738
14847
|
{
|
|
12739
14848
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12740
14849
|
"kind": "StringLiteral",
|
|
12741
|
-
"offset":
|
|
14850
|
+
"offset": 64081,
|
|
12742
14851
|
"length": 12,
|
|
12743
14852
|
"value": "\"tts_output\""
|
|
12744
14853
|
},
|
|
12745
14854
|
{
|
|
12746
14855
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12747
14856
|
"kind": "StringLiteral",
|
|
12748
|
-
"offset":
|
|
14857
|
+
"offset": 64111,
|
|
12749
14858
|
"length": 6,
|
|
12750
14859
|
"value": "\".wav\""
|
|
12751
14860
|
},
|
|
12752
14861
|
{
|
|
12753
14862
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12754
14863
|
"kind": "StringLiteral",
|
|
12755
|
-
"offset":
|
|
14864
|
+
"offset": 64282,
|
|
12756
14865
|
"length": 15,
|
|
12757
14866
|
"value": "\"✅ WAV saved\""
|
|
12758
14867
|
},
|
|
12759
14868
|
{
|
|
12760
14869
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12761
14870
|
"kind": "StringLiteral",
|
|
12762
|
-
"offset":
|
|
14871
|
+
"offset": 64323,
|
|
12763
14872
|
"length": 15,
|
|
12764
14873
|
"value": "\"✅ WAV saved\""
|
|
12765
14874
|
},
|
|
12766
14875
|
{
|
|
12767
14876
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12768
14877
|
"kind": "StringLiteral",
|
|
12769
|
-
"offset":
|
|
14878
|
+
"offset": 64364,
|
|
12770
14879
|
"length": 15,
|
|
12771
14880
|
"value": "\"✅ WAV saved\""
|
|
12772
14881
|
},
|
|
12773
14882
|
{
|
|
12774
14883
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12775
14884
|
"kind": "IntegerLiteral",
|
|
12776
|
-
"offset":
|
|
14885
|
+
"offset": 64634,
|
|
12777
14886
|
"length": 2,
|
|
12778
14887
|
"value": "-1"
|
|
12779
14888
|
},
|
|
12780
14889
|
{
|
|
12781
14890
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12782
14891
|
"kind": "StringLiteral",
|
|
12783
|
-
"offset":
|
|
14892
|
+
"offset": 64706,
|
|
12784
14893
|
"length": 7,
|
|
12785
14894
|
"value": "\"first\""
|
|
12786
14895
|
},
|
|
12787
14896
|
{
|
|
12788
14897
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12789
14898
|
"kind": "StringLiteral",
|
|
12790
|
-
"offset":
|
|
14899
|
+
"offset": 64730,
|
|
12791
14900
|
"length": 6,
|
|
12792
14901
|
"value": "\".wav\""
|
|
12793
14902
|
},
|
|
12794
14903
|
{
|
|
12795
14904
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12796
14905
|
"kind": "IntegerLiteral",
|
|
12797
|
-
"offset":
|
|
14906
|
+
"offset": 65586,
|
|
14907
|
+
"length": 1,
|
|
14908
|
+
"value": "0"
|
|
14909
|
+
},
|
|
14910
|
+
{
|
|
14911
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14912
|
+
"kind": "IntegerLiteral",
|
|
14913
|
+
"offset": 65618,
|
|
14914
|
+
"length": 1,
|
|
14915
|
+
"value": "0"
|
|
14916
|
+
},
|
|
14917
|
+
{
|
|
14918
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14919
|
+
"kind": "IntegerLiteral",
|
|
14920
|
+
"offset": 65649,
|
|
14921
|
+
"length": 1,
|
|
14922
|
+
"value": "0"
|
|
14923
|
+
},
|
|
14924
|
+
{
|
|
14925
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14926
|
+
"kind": "IntegerLiteral",
|
|
14927
|
+
"offset": 65677,
|
|
14928
|
+
"length": 1,
|
|
14929
|
+
"value": "0"
|
|
14930
|
+
},
|
|
14931
|
+
{
|
|
14932
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14933
|
+
"kind": "FloatLiteral",
|
|
14934
|
+
"offset": 65707,
|
|
14935
|
+
"length": 3,
|
|
14936
|
+
"value": "2.5"
|
|
14937
|
+
},
|
|
14938
|
+
{
|
|
14939
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14940
|
+
"kind": "FloatLiteral",
|
|
14941
|
+
"offset": 65740,
|
|
14942
|
+
"length": 4,
|
|
14943
|
+
"value": "45.0"
|
|
14944
|
+
},
|
|
14945
|
+
{
|
|
14946
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14947
|
+
"kind": "FloatLiteral",
|
|
14948
|
+
"offset": 65774,
|
|
14949
|
+
"length": 5,
|
|
14950
|
+
"value": "0.005"
|
|
14951
|
+
},
|
|
14952
|
+
{
|
|
14953
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14954
|
+
"kind": "FloatLiteral",
|
|
14955
|
+
"offset": 65811,
|
|
14956
|
+
"length": 4,
|
|
14957
|
+
"value": "0.15"
|
|
14958
|
+
},
|
|
14959
|
+
{
|
|
14960
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14961
|
+
"kind": "FloatLiteral",
|
|
14962
|
+
"offset": 66306,
|
|
14963
|
+
"length": 4,
|
|
14964
|
+
"value": "0.55"
|
|
14965
|
+
},
|
|
14966
|
+
{
|
|
14967
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14968
|
+
"kind": "FloatLiteral",
|
|
14969
|
+
"offset": 66333,
|
|
14970
|
+
"length": 4,
|
|
14971
|
+
"value": "0.35"
|
|
14972
|
+
},
|
|
14973
|
+
{
|
|
14974
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14975
|
+
"kind": "FloatLiteral",
|
|
14976
|
+
"offset": 66359,
|
|
14977
|
+
"length": 4,
|
|
14978
|
+
"value": "0.25"
|
|
14979
|
+
},
|
|
14980
|
+
{
|
|
14981
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14982
|
+
"kind": "FloatLiteral",
|
|
14983
|
+
"offset": 66382,
|
|
14984
|
+
"length": 4,
|
|
14985
|
+
"value": "0.40"
|
|
14986
|
+
},
|
|
14987
|
+
{
|
|
14988
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14989
|
+
"kind": "FloatLiteral",
|
|
14990
|
+
"offset": 66406,
|
|
14991
|
+
"length": 3,
|
|
14992
|
+
"value": "2.0"
|
|
14993
|
+
},
|
|
14994
|
+
{
|
|
14995
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
14996
|
+
"kind": "FloatLiteral",
|
|
14997
|
+
"offset": 66430,
|
|
14998
|
+
"length": 4,
|
|
14999
|
+
"value": "55.0"
|
|
15000
|
+
},
|
|
15001
|
+
{
|
|
15002
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15003
|
+
"kind": "FloatLiteral",
|
|
15004
|
+
"offset": 66456,
|
|
15005
|
+
"length": 5,
|
|
15006
|
+
"value": "0.005"
|
|
15007
|
+
},
|
|
15008
|
+
{
|
|
15009
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15010
|
+
"kind": "FloatLiteral",
|
|
15011
|
+
"offset": 66485,
|
|
15012
|
+
"length": 4,
|
|
15013
|
+
"value": "0.12"
|
|
15014
|
+
},
|
|
15015
|
+
{
|
|
15016
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15017
|
+
"kind": "FloatLiteral",
|
|
15018
|
+
"offset": 66567,
|
|
15019
|
+
"length": 4,
|
|
15020
|
+
"value": "0.80"
|
|
15021
|
+
},
|
|
15022
|
+
{
|
|
15023
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15024
|
+
"kind": "FloatLiteral",
|
|
15025
|
+
"offset": 66594,
|
|
15026
|
+
"length": 4,
|
|
15027
|
+
"value": "0.60"
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15031
|
+
"kind": "FloatLiteral",
|
|
15032
|
+
"offset": 66620,
|
|
15033
|
+
"length": 4,
|
|
15034
|
+
"value": "0.45"
|
|
15035
|
+
},
|
|
15036
|
+
{
|
|
15037
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15038
|
+
"kind": "FloatLiteral",
|
|
15039
|
+
"offset": 66643,
|
|
15040
|
+
"length": 4,
|
|
15041
|
+
"value": "0.60"
|
|
15042
|
+
},
|
|
15043
|
+
{
|
|
15044
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15045
|
+
"kind": "FloatLiteral",
|
|
15046
|
+
"offset": 66667,
|
|
15047
|
+
"length": 3,
|
|
15048
|
+
"value": "1.5"
|
|
15049
|
+
},
|
|
15050
|
+
{
|
|
15051
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15052
|
+
"kind": "FloatLiteral",
|
|
15053
|
+
"offset": 66691,
|
|
15054
|
+
"length": 4,
|
|
15055
|
+
"value": "70.0"
|
|
15056
|
+
},
|
|
15057
|
+
{
|
|
15058
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15059
|
+
"kind": "FloatLiteral",
|
|
15060
|
+
"offset": 66717,
|
|
15061
|
+
"length": 5,
|
|
15062
|
+
"value": "0.006"
|
|
15063
|
+
},
|
|
15064
|
+
{
|
|
15065
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15066
|
+
"kind": "FloatLiteral",
|
|
15067
|
+
"offset": 66746,
|
|
15068
|
+
"length": 4,
|
|
15069
|
+
"value": "0.08"
|
|
15070
|
+
},
|
|
15071
|
+
{
|
|
15072
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15073
|
+
"kind": "FloatLiteral",
|
|
15074
|
+
"offset": 73778,
|
|
15075
|
+
"length": 3,
|
|
15076
|
+
"value": "0.0"
|
|
15077
|
+
},
|
|
15078
|
+
{
|
|
15079
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15080
|
+
"kind": "FloatLiteral",
|
|
15081
|
+
"offset": 73817,
|
|
15082
|
+
"length": 3,
|
|
15083
|
+
"value": "0.0"
|
|
15084
|
+
},
|
|
15085
|
+
{
|
|
15086
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15087
|
+
"kind": "FloatLiteral",
|
|
15088
|
+
"offset": 73860,
|
|
15089
|
+
"length": 3,
|
|
15090
|
+
"value": "0.0"
|
|
15091
|
+
},
|
|
15092
|
+
{
|
|
15093
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15094
|
+
"kind": "FloatLiteral",
|
|
15095
|
+
"offset": 73900,
|
|
15096
|
+
"length": 3,
|
|
15097
|
+
"value": "0.0"
|
|
15098
|
+
},
|
|
15099
|
+
{
|
|
15100
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15101
|
+
"kind": "FloatLiteral",
|
|
15102
|
+
"offset": 73937,
|
|
15103
|
+
"length": 5,
|
|
15104
|
+
"value": "0.006"
|
|
15105
|
+
},
|
|
15106
|
+
{
|
|
15107
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15108
|
+
"kind": "FloatLiteral",
|
|
15109
|
+
"offset": 73975,
|
|
15110
|
+
"length": 3,
|
|
15111
|
+
"value": "3.0"
|
|
15112
|
+
},
|
|
15113
|
+
{
|
|
15114
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15115
|
+
"kind": "FloatLiteral",
|
|
15116
|
+
"offset": 74012,
|
|
15117
|
+
"length": 4,
|
|
15118
|
+
"value": "45.0"
|
|
15119
|
+
},
|
|
15120
|
+
{
|
|
15121
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15122
|
+
"kind": "FloatLiteral",
|
|
15123
|
+
"offset": 74058,
|
|
15124
|
+
"length": 4,
|
|
15125
|
+
"value": "0.75"
|
|
15126
|
+
},
|
|
15127
|
+
{
|
|
15128
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15129
|
+
"kind": "FloatLiteral",
|
|
15130
|
+
"offset": 74748,
|
|
15131
|
+
"length": 4,
|
|
15132
|
+
"value": "0.55"
|
|
15133
|
+
},
|
|
15134
|
+
{
|
|
15135
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15136
|
+
"kind": "FloatLiteral",
|
|
15137
|
+
"offset": 74780,
|
|
15138
|
+
"length": 4,
|
|
15139
|
+
"value": "0.35"
|
|
15140
|
+
},
|
|
15141
|
+
{
|
|
15142
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15143
|
+
"kind": "FloatLiteral",
|
|
15144
|
+
"offset": 74816,
|
|
15145
|
+
"length": 4,
|
|
15146
|
+
"value": "0.30"
|
|
15147
|
+
},
|
|
15148
|
+
{
|
|
15149
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15150
|
+
"kind": "FloatLiteral",
|
|
15151
|
+
"offset": 74849,
|
|
15152
|
+
"length": 4,
|
|
15153
|
+
"value": "0.40"
|
|
15154
|
+
},
|
|
15155
|
+
{
|
|
15156
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15157
|
+
"kind": "FloatLiteral",
|
|
15158
|
+
"offset": 74879,
|
|
15159
|
+
"length": 5,
|
|
15160
|
+
"value": "0.005"
|
|
15161
|
+
},
|
|
15162
|
+
{
|
|
15163
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15164
|
+
"kind": "FloatLiteral",
|
|
15165
|
+
"offset": 74908,
|
|
15166
|
+
"length": 3,
|
|
15167
|
+
"value": "2.5"
|
|
15168
|
+
},
|
|
15169
|
+
{
|
|
15170
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15171
|
+
"kind": "FloatLiteral",
|
|
15172
|
+
"offset": 74936,
|
|
15173
|
+
"length": 4,
|
|
15174
|
+
"value": "55.0"
|
|
15175
|
+
},
|
|
15176
|
+
{
|
|
15177
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15178
|
+
"kind": "FloatLiteral",
|
|
15179
|
+
"offset": 74974,
|
|
15180
|
+
"length": 4,
|
|
15181
|
+
"value": "0.82"
|
|
15182
|
+
},
|
|
15183
|
+
{
|
|
15184
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
15185
|
+
"kind": "IntegerLiteral",
|
|
15186
|
+
"offset": 110443,
|
|
12798
15187
|
"length": 1,
|
|
12799
15188
|
"value": "0"
|
|
12800
15189
|
},
|
|
12801
15190
|
{
|
|
12802
15191
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12803
15192
|
"kind": "BooleanLiteral",
|
|
12804
|
-
"offset":
|
|
15193
|
+
"offset": 122075,
|
|
12805
15194
|
"length": 4,
|
|
12806
15195
|
"value": "true"
|
|
12807
15196
|
},
|
|
12808
15197
|
{
|
|
12809
15198
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12810
15199
|
"kind": "BooleanLiteral",
|
|
12811
|
-
"offset":
|
|
15200
|
+
"offset": 123041,
|
|
12812
15201
|
"length": 4,
|
|
12813
15202
|
"value": "true"
|
|
12814
15203
|
}
|