react-native-davoice-tts 1.0.200 → 1.0.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/TTSRNBridge.podspec +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
- package/android/src/main/java/com/davoice/stt/rn/STTModule.kt +12 -0
- package/ios/SpeechBridge/SpeechBridge.m +16 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/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/Headers/DavoiceTTS-Swift.h +2 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1849 -1797
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +4 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1550 -1498
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1550 -1498
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +12 -10
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -10
- 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 +27 -27
- package/package.json +1 -1
- package/speech/index.ts +32 -0
|
@@ -493,6 +493,51 @@
|
|
|
493
493
|
],
|
|
494
494
|
"funcSelfKind": "NonMutating"
|
|
495
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "Function",
|
|
498
|
+
"name": "pauseMicrophone",
|
|
499
|
+
"printedName": "pauseMicrophone()",
|
|
500
|
+
"children": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "TypeNominal",
|
|
503
|
+
"name": "Void",
|
|
504
|
+
"printedName": "()"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"declKind": "Func",
|
|
508
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
|
|
509
|
+
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
|
|
510
|
+
"moduleName": "DavoiceTTS",
|
|
511
|
+
"declAttributes": [
|
|
512
|
+
"Final",
|
|
513
|
+
"AccessControl",
|
|
514
|
+
"ObjC",
|
|
515
|
+
"RawDocComment"
|
|
516
|
+
],
|
|
517
|
+
"funcSelfKind": "NonMutating"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"kind": "Function",
|
|
521
|
+
"name": "unPauseMicrophone",
|
|
522
|
+
"printedName": "unPauseMicrophone()",
|
|
523
|
+
"children": [
|
|
524
|
+
{
|
|
525
|
+
"kind": "TypeNominal",
|
|
526
|
+
"name": "Void",
|
|
527
|
+
"printedName": "()"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"declKind": "Func",
|
|
531
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
|
|
532
|
+
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
|
|
533
|
+
"moduleName": "DavoiceTTS",
|
|
534
|
+
"declAttributes": [
|
|
535
|
+
"Final",
|
|
536
|
+
"AccessControl",
|
|
537
|
+
"ObjC"
|
|
538
|
+
],
|
|
539
|
+
"funcSelfKind": "NonMutating"
|
|
540
|
+
},
|
|
496
541
|
{
|
|
497
542
|
"kind": "Function",
|
|
498
543
|
"name": "startSpeech",
|
|
@@ -852,157 +897,61 @@
|
|
|
852
897
|
"RawDocComment"
|
|
853
898
|
]
|
|
854
899
|
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "Import",
|
|
857
|
-
"name": "onnxruntime_objc",
|
|
858
|
-
"printedName": "onnxruntime_objc",
|
|
859
|
-
"declKind": "Import",
|
|
860
|
-
"moduleName": "DavoiceTTS"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"kind": "Import",
|
|
864
|
-
"name": "phonemes",
|
|
865
|
-
"printedName": "phonemes",
|
|
866
|
-
"declKind": "Import",
|
|
867
|
-
"moduleName": "DavoiceTTS",
|
|
868
|
-
"declAttributes": [
|
|
869
|
-
"RawDocComment"
|
|
870
|
-
]
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"kind": "Import",
|
|
874
|
-
"name": "AVFoundation",
|
|
875
|
-
"printedName": "AVFoundation",
|
|
876
|
-
"declKind": "Import",
|
|
877
|
-
"moduleName": "DavoiceTTS"
|
|
878
|
-
},
|
|
879
900
|
{
|
|
880
901
|
"kind": "TypeDecl",
|
|
881
|
-
"name": "
|
|
882
|
-
"printedName": "
|
|
902
|
+
"name": "AudioPlaybackHook",
|
|
903
|
+
"printedName": "AudioPlaybackHook",
|
|
883
904
|
"children": [
|
|
884
905
|
{
|
|
885
906
|
"kind": "Var",
|
|
886
|
-
"name": "
|
|
887
|
-
"printedName": "
|
|
888
|
-
"children": [
|
|
889
|
-
{
|
|
890
|
-
"kind": "TypeNominal",
|
|
891
|
-
"name": "SwiftSoundQueue",
|
|
892
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
893
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
894
|
-
}
|
|
895
|
-
],
|
|
896
|
-
"declKind": "Var",
|
|
897
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
898
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
899
|
-
"moduleName": "DavoiceTTS",
|
|
900
|
-
"static": true,
|
|
901
|
-
"declAttributes": [
|
|
902
|
-
"HasInitialValue",
|
|
903
|
-
"Final",
|
|
904
|
-
"HasStorage",
|
|
905
|
-
"AccessControl",
|
|
906
|
-
"RawDocComment"
|
|
907
|
-
],
|
|
908
|
-
"isLet": true,
|
|
909
|
-
"hasStorage": true,
|
|
910
|
-
"accessors": [
|
|
911
|
-
{
|
|
912
|
-
"kind": "Accessor",
|
|
913
|
-
"name": "Get",
|
|
914
|
-
"printedName": "Get()",
|
|
915
|
-
"children": [
|
|
916
|
-
{
|
|
917
|
-
"kind": "TypeNominal",
|
|
918
|
-
"name": "SwiftSoundQueue",
|
|
919
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
920
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
921
|
-
}
|
|
922
|
-
],
|
|
923
|
-
"declKind": "Accessor",
|
|
924
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
925
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
926
|
-
"moduleName": "DavoiceTTS",
|
|
927
|
-
"static": true,
|
|
928
|
-
"implicit": true,
|
|
929
|
-
"declAttributes": [
|
|
930
|
-
"Final"
|
|
931
|
-
],
|
|
932
|
-
"accessorKind": "get"
|
|
933
|
-
}
|
|
934
|
-
]
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"kind": "Function",
|
|
938
|
-
"name": "notifyWhenURLFinishes",
|
|
939
|
-
"printedName": "notifyWhenURLFinishes(_:_:)",
|
|
940
|
-
"children": [
|
|
941
|
-
{
|
|
942
|
-
"kind": "TypeNominal",
|
|
943
|
-
"name": "Void",
|
|
944
|
-
"printedName": "()"
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"kind": "TypeNominal",
|
|
948
|
-
"name": "URL",
|
|
949
|
-
"printedName": "Foundation.URL",
|
|
950
|
-
"usr": "s:10Foundation3URLV"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"kind": "TypeFunc",
|
|
954
|
-
"name": "Function",
|
|
955
|
-
"printedName": "() -> ()",
|
|
956
|
-
"children": [
|
|
957
|
-
{
|
|
958
|
-
"kind": "TypeNominal",
|
|
959
|
-
"name": "Void",
|
|
960
|
-
"printedName": "()"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"kind": "TypeNominal",
|
|
964
|
-
"name": "Void",
|
|
965
|
-
"printedName": "()"
|
|
966
|
-
}
|
|
967
|
-
]
|
|
968
|
-
}
|
|
969
|
-
],
|
|
970
|
-
"declKind": "Func",
|
|
971
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
972
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
973
|
-
"moduleName": "DavoiceTTS",
|
|
974
|
-
"declAttributes": [
|
|
975
|
-
"Final",
|
|
976
|
-
"AccessControl",
|
|
977
|
-
"RawDocComment"
|
|
978
|
-
],
|
|
979
|
-
"funcSelfKind": "NonMutating"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"kind": "Var",
|
|
983
|
-
"name": "onItemDone",
|
|
984
|
-
"printedName": "onItemDone",
|
|
907
|
+
"name": "engineScheduleFile",
|
|
908
|
+
"printedName": "engineScheduleFile",
|
|
985
909
|
"children": [
|
|
986
910
|
{
|
|
987
911
|
"kind": "TypeNominal",
|
|
988
912
|
"name": "Optional",
|
|
989
|
-
"printedName": "((Foundation.URL) -> ())?",
|
|
913
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
990
914
|
"children": [
|
|
991
915
|
{
|
|
992
916
|
"kind": "TypeFunc",
|
|
993
917
|
"name": "Function",
|
|
994
|
-
"printedName": "(Foundation.URL) -> ()",
|
|
918
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
995
919
|
"children": [
|
|
996
920
|
{
|
|
997
921
|
"kind": "TypeNominal",
|
|
998
|
-
"name": "
|
|
999
|
-
"printedName": "
|
|
922
|
+
"name": "Bool",
|
|
923
|
+
"printedName": "Swift.Bool",
|
|
924
|
+
"usr": "s:Sb"
|
|
1000
925
|
},
|
|
1001
926
|
{
|
|
1002
927
|
"kind": "TypeNominal",
|
|
1003
|
-
"name": "
|
|
1004
|
-
"printedName": "Foundation.URL",
|
|
1005
|
-
"
|
|
928
|
+
"name": "Tuple",
|
|
929
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
930
|
+
"children": [
|
|
931
|
+
{
|
|
932
|
+
"kind": "TypeNominal",
|
|
933
|
+
"name": "URL",
|
|
934
|
+
"printedName": "Foundation.URL",
|
|
935
|
+
"usr": "s:10Foundation3URLV"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "TypeFunc",
|
|
939
|
+
"name": "Function",
|
|
940
|
+
"printedName": "() -> ()",
|
|
941
|
+
"children": [
|
|
942
|
+
{
|
|
943
|
+
"kind": "TypeNominal",
|
|
944
|
+
"name": "Void",
|
|
945
|
+
"printedName": "()"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"kind": "TypeNominal",
|
|
949
|
+
"name": "Void",
|
|
950
|
+
"printedName": "()"
|
|
951
|
+
}
|
|
952
|
+
]
|
|
953
|
+
}
|
|
954
|
+
]
|
|
1006
955
|
}
|
|
1007
956
|
]
|
|
1008
957
|
}
|
|
@@ -1011,12 +960,12 @@
|
|
|
1011
960
|
}
|
|
1012
961
|
],
|
|
1013
962
|
"declKind": "Var",
|
|
1014
|
-
"usr": "s:
|
|
1015
|
-
"mangledName": "$
|
|
963
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
964
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
1016
965
|
"moduleName": "DavoiceTTS",
|
|
966
|
+
"static": true,
|
|
1017
967
|
"declAttributes": [
|
|
1018
968
|
"HasInitialValue",
|
|
1019
|
-
"Final",
|
|
1020
969
|
"HasStorage",
|
|
1021
970
|
"AccessControl",
|
|
1022
971
|
"RawDocComment"
|
|
@@ -1031,23 +980,48 @@
|
|
|
1031
980
|
{
|
|
1032
981
|
"kind": "TypeNominal",
|
|
1033
982
|
"name": "Optional",
|
|
1034
|
-
"printedName": "((Foundation.URL) -> ())?",
|
|
983
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
1035
984
|
"children": [
|
|
1036
985
|
{
|
|
1037
986
|
"kind": "TypeFunc",
|
|
1038
987
|
"name": "Function",
|
|
1039
|
-
"printedName": "(Foundation.URL) -> ()",
|
|
988
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
1040
989
|
"children": [
|
|
1041
990
|
{
|
|
1042
991
|
"kind": "TypeNominal",
|
|
1043
|
-
"name": "
|
|
1044
|
-
"printedName": "
|
|
992
|
+
"name": "Bool",
|
|
993
|
+
"printedName": "Swift.Bool",
|
|
994
|
+
"usr": "s:Sb"
|
|
1045
995
|
},
|
|
1046
996
|
{
|
|
1047
997
|
"kind": "TypeNominal",
|
|
1048
|
-
"name": "
|
|
1049
|
-
"printedName": "Foundation.URL",
|
|
1050
|
-
"
|
|
998
|
+
"name": "Tuple",
|
|
999
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
1000
|
+
"children": [
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "TypeNominal",
|
|
1003
|
+
"name": "URL",
|
|
1004
|
+
"printedName": "Foundation.URL",
|
|
1005
|
+
"usr": "s:10Foundation3URLV"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "TypeFunc",
|
|
1009
|
+
"name": "Function",
|
|
1010
|
+
"printedName": "() -> ()",
|
|
1011
|
+
"children": [
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "TypeNominal",
|
|
1014
|
+
"name": "Void",
|
|
1015
|
+
"printedName": "()"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"kind": "TypeNominal",
|
|
1019
|
+
"name": "Void",
|
|
1020
|
+
"printedName": "()"
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
1023
|
+
}
|
|
1024
|
+
]
|
|
1051
1025
|
}
|
|
1052
1026
|
]
|
|
1053
1027
|
}
|
|
@@ -1056,13 +1030,11 @@
|
|
|
1056
1030
|
}
|
|
1057
1031
|
],
|
|
1058
1032
|
"declKind": "Accessor",
|
|
1059
|
-
"usr": "s:
|
|
1060
|
-
"mangledName": "$
|
|
1033
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
1034
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
1061
1035
|
"moduleName": "DavoiceTTS",
|
|
1036
|
+
"static": true,
|
|
1062
1037
|
"implicit": true,
|
|
1063
|
-
"declAttributes": [
|
|
1064
|
-
"Final"
|
|
1065
|
-
],
|
|
1066
1038
|
"accessorKind": "get"
|
|
1067
1039
|
},
|
|
1068
1040
|
{
|
|
@@ -1078,23 +1050,48 @@
|
|
|
1078
1050
|
{
|
|
1079
1051
|
"kind": "TypeNominal",
|
|
1080
1052
|
"name": "Optional",
|
|
1081
|
-
"printedName": "((Foundation.URL) -> ())?",
|
|
1053
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
1082
1054
|
"children": [
|
|
1083
1055
|
{
|
|
1084
1056
|
"kind": "TypeFunc",
|
|
1085
1057
|
"name": "Function",
|
|
1086
|
-
"printedName": "(Foundation.URL) -> ()",
|
|
1058
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
1087
1059
|
"children": [
|
|
1088
1060
|
{
|
|
1089
1061
|
"kind": "TypeNominal",
|
|
1090
|
-
"name": "
|
|
1091
|
-
"printedName": "
|
|
1062
|
+
"name": "Bool",
|
|
1063
|
+
"printedName": "Swift.Bool",
|
|
1064
|
+
"usr": "s:Sb"
|
|
1092
1065
|
},
|
|
1093
1066
|
{
|
|
1094
1067
|
"kind": "TypeNominal",
|
|
1095
|
-
"name": "
|
|
1096
|
-
"printedName": "Foundation.URL",
|
|
1097
|
-
"
|
|
1068
|
+
"name": "Tuple",
|
|
1069
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
1070
|
+
"children": [
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "TypeNominal",
|
|
1073
|
+
"name": "URL",
|
|
1074
|
+
"printedName": "Foundation.URL",
|
|
1075
|
+
"usr": "s:10Foundation3URLV"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"kind": "TypeFunc",
|
|
1079
|
+
"name": "Function",
|
|
1080
|
+
"printedName": "() -> ()",
|
|
1081
|
+
"children": [
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "TypeNominal",
|
|
1084
|
+
"name": "Void",
|
|
1085
|
+
"printedName": "()"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"kind": "TypeNominal",
|
|
1089
|
+
"name": "Void",
|
|
1090
|
+
"printedName": "()"
|
|
1091
|
+
}
|
|
1092
|
+
]
|
|
1093
|
+
}
|
|
1094
|
+
]
|
|
1098
1095
|
}
|
|
1099
1096
|
]
|
|
1100
1097
|
}
|
|
@@ -1103,13 +1100,11 @@
|
|
|
1103
1100
|
}
|
|
1104
1101
|
],
|
|
1105
1102
|
"declKind": "Accessor",
|
|
1106
|
-
"usr": "s:
|
|
1107
|
-
"mangledName": "$
|
|
1103
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
1104
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
1108
1105
|
"moduleName": "DavoiceTTS",
|
|
1106
|
+
"static": true,
|
|
1109
1107
|
"implicit": true,
|
|
1110
|
-
"declAttributes": [
|
|
1111
|
-
"Final"
|
|
1112
|
-
],
|
|
1113
1108
|
"accessorKind": "set"
|
|
1114
1109
|
},
|
|
1115
1110
|
{
|
|
@@ -1124,36 +1119,35 @@
|
|
|
1124
1119
|
}
|
|
1125
1120
|
],
|
|
1126
1121
|
"declKind": "Accessor",
|
|
1127
|
-
"usr": "s:
|
|
1128
|
-
"mangledName": "$
|
|
1122
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
1123
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
1129
1124
|
"moduleName": "DavoiceTTS",
|
|
1125
|
+
"static": true,
|
|
1130
1126
|
"implicit": true,
|
|
1131
|
-
"declAttributes": [
|
|
1132
|
-
"Final"
|
|
1133
|
-
],
|
|
1134
1127
|
"accessorKind": "_modify"
|
|
1135
1128
|
}
|
|
1136
1129
|
]
|
|
1137
1130
|
},
|
|
1138
1131
|
{
|
|
1139
1132
|
"kind": "Var",
|
|
1140
|
-
"name": "
|
|
1141
|
-
"printedName": "
|
|
1133
|
+
"name": "isEngineReady",
|
|
1134
|
+
"printedName": "isEngineReady",
|
|
1142
1135
|
"children": [
|
|
1143
1136
|
{
|
|
1144
1137
|
"kind": "TypeNominal",
|
|
1145
1138
|
"name": "Optional",
|
|
1146
|
-
"printedName": "(() ->
|
|
1139
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1147
1140
|
"children": [
|
|
1148
1141
|
{
|
|
1149
1142
|
"kind": "TypeFunc",
|
|
1150
1143
|
"name": "Function",
|
|
1151
|
-
"printedName": "() ->
|
|
1144
|
+
"printedName": "() -> Swift.Bool",
|
|
1152
1145
|
"children": [
|
|
1153
1146
|
{
|
|
1154
1147
|
"kind": "TypeNominal",
|
|
1155
|
-
"name": "
|
|
1156
|
-
"printedName": "
|
|
1148
|
+
"name": "Bool",
|
|
1149
|
+
"printedName": "Swift.Bool",
|
|
1150
|
+
"usr": "s:Sb"
|
|
1157
1151
|
},
|
|
1158
1152
|
{
|
|
1159
1153
|
"kind": "TypeNominal",
|
|
@@ -1167,12 +1161,12 @@
|
|
|
1167
1161
|
}
|
|
1168
1162
|
],
|
|
1169
1163
|
"declKind": "Var",
|
|
1170
|
-
"usr": "s:
|
|
1171
|
-
"mangledName": "$
|
|
1164
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
1165
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
1172
1166
|
"moduleName": "DavoiceTTS",
|
|
1167
|
+
"static": true,
|
|
1173
1168
|
"declAttributes": [
|
|
1174
1169
|
"HasInitialValue",
|
|
1175
|
-
"Final",
|
|
1176
1170
|
"HasStorage",
|
|
1177
1171
|
"AccessControl",
|
|
1178
1172
|
"RawDocComment"
|
|
@@ -1187,17 +1181,18 @@
|
|
|
1187
1181
|
{
|
|
1188
1182
|
"kind": "TypeNominal",
|
|
1189
1183
|
"name": "Optional",
|
|
1190
|
-
"printedName": "(() ->
|
|
1184
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1191
1185
|
"children": [
|
|
1192
1186
|
{
|
|
1193
1187
|
"kind": "TypeFunc",
|
|
1194
1188
|
"name": "Function",
|
|
1195
|
-
"printedName": "() ->
|
|
1189
|
+
"printedName": "() -> Swift.Bool",
|
|
1196
1190
|
"children": [
|
|
1197
1191
|
{
|
|
1198
1192
|
"kind": "TypeNominal",
|
|
1199
|
-
"name": "
|
|
1200
|
-
"printedName": "
|
|
1193
|
+
"name": "Bool",
|
|
1194
|
+
"printedName": "Swift.Bool",
|
|
1195
|
+
"usr": "s:Sb"
|
|
1201
1196
|
},
|
|
1202
1197
|
{
|
|
1203
1198
|
"kind": "TypeNominal",
|
|
@@ -1211,13 +1206,11 @@
|
|
|
1211
1206
|
}
|
|
1212
1207
|
],
|
|
1213
1208
|
"declKind": "Accessor",
|
|
1214
|
-
"usr": "s:
|
|
1215
|
-
"mangledName": "$
|
|
1209
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
1210
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
1216
1211
|
"moduleName": "DavoiceTTS",
|
|
1212
|
+
"static": true,
|
|
1217
1213
|
"implicit": true,
|
|
1218
|
-
"declAttributes": [
|
|
1219
|
-
"Final"
|
|
1220
|
-
],
|
|
1221
1214
|
"accessorKind": "get"
|
|
1222
1215
|
},
|
|
1223
1216
|
{
|
|
@@ -1233,17 +1226,18 @@
|
|
|
1233
1226
|
{
|
|
1234
1227
|
"kind": "TypeNominal",
|
|
1235
1228
|
"name": "Optional",
|
|
1236
|
-
"printedName": "(() ->
|
|
1229
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1237
1230
|
"children": [
|
|
1238
1231
|
{
|
|
1239
1232
|
"kind": "TypeFunc",
|
|
1240
1233
|
"name": "Function",
|
|
1241
|
-
"printedName": "() ->
|
|
1234
|
+
"printedName": "() -> Swift.Bool",
|
|
1242
1235
|
"children": [
|
|
1243
1236
|
{
|
|
1244
1237
|
"kind": "TypeNominal",
|
|
1245
|
-
"name": "
|
|
1246
|
-
"printedName": "
|
|
1238
|
+
"name": "Bool",
|
|
1239
|
+
"printedName": "Swift.Bool",
|
|
1240
|
+
"usr": "s:Sb"
|
|
1247
1241
|
},
|
|
1248
1242
|
{
|
|
1249
1243
|
"kind": "TypeNominal",
|
|
@@ -1257,13 +1251,11 @@
|
|
|
1257
1251
|
}
|
|
1258
1252
|
],
|
|
1259
1253
|
"declKind": "Accessor",
|
|
1260
|
-
"usr": "s:
|
|
1261
|
-
"mangledName": "$
|
|
1254
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
1255
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
1262
1256
|
"moduleName": "DavoiceTTS",
|
|
1257
|
+
"static": true,
|
|
1263
1258
|
"implicit": true,
|
|
1264
|
-
"declAttributes": [
|
|
1265
|
-
"Final"
|
|
1266
|
-
],
|
|
1267
1259
|
"accessorKind": "set"
|
|
1268
1260
|
},
|
|
1269
1261
|
{
|
|
@@ -1278,309 +1270,322 @@
|
|
|
1278
1270
|
}
|
|
1279
1271
|
],
|
|
1280
1272
|
"declKind": "Accessor",
|
|
1281
|
-
"usr": "s:
|
|
1282
|
-
"mangledName": "$
|
|
1273
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
1274
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
1283
1275
|
"moduleName": "DavoiceTTS",
|
|
1276
|
+
"static": true,
|
|
1284
1277
|
"implicit": true,
|
|
1285
|
-
"declAttributes": [
|
|
1286
|
-
"Final"
|
|
1287
|
-
],
|
|
1288
1278
|
"accessorKind": "_modify"
|
|
1289
1279
|
}
|
|
1290
1280
|
]
|
|
1291
1281
|
},
|
|
1292
1282
|
{
|
|
1293
|
-
"kind": "
|
|
1294
|
-
"name": "
|
|
1295
|
-
"printedName": "
|
|
1296
|
-
"children": [
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "TypeNominal",
|
|
1299
|
-
"name": "Void",
|
|
1300
|
-
"printedName": "()"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"kind": "TypeNominal",
|
|
1304
|
-
"name": "Source",
|
|
1305
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1306
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"declKind": "Func",
|
|
1310
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
1311
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
1312
|
-
"moduleName": "DavoiceTTS",
|
|
1313
|
-
"declAttributes": [
|
|
1314
|
-
"Final",
|
|
1315
|
-
"AccessControl",
|
|
1316
|
-
"RawDocComment"
|
|
1317
|
-
],
|
|
1318
|
-
"funcSelfKind": "NonMutating"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "Function",
|
|
1322
|
-
"name": "enqueueMany",
|
|
1323
|
-
"printedName": "enqueueMany(_:)",
|
|
1283
|
+
"kind": "Var",
|
|
1284
|
+
"name": "useOnlyEnginePlayback",
|
|
1285
|
+
"printedName": "useOnlyEnginePlayback",
|
|
1324
1286
|
"children": [
|
|
1325
1287
|
{
|
|
1326
1288
|
"kind": "TypeNominal",
|
|
1327
|
-
"name": "
|
|
1328
|
-
"printedName": "()"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"kind": "TypeNominal",
|
|
1332
|
-
"name": "Array",
|
|
1333
|
-
"printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
|
|
1289
|
+
"name": "Optional",
|
|
1290
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1334
1291
|
"children": [
|
|
1335
1292
|
{
|
|
1336
|
-
"kind": "
|
|
1337
|
-
"name": "
|
|
1338
|
-
"printedName": "
|
|
1339
|
-
"
|
|
1293
|
+
"kind": "TypeFunc",
|
|
1294
|
+
"name": "Function",
|
|
1295
|
+
"printedName": "() -> Swift.Bool",
|
|
1296
|
+
"children": [
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "TypeNominal",
|
|
1299
|
+
"name": "Bool",
|
|
1300
|
+
"printedName": "Swift.Bool",
|
|
1301
|
+
"usr": "s:Sb"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "TypeNominal",
|
|
1305
|
+
"name": "Void",
|
|
1306
|
+
"printedName": "()"
|
|
1307
|
+
}
|
|
1308
|
+
]
|
|
1340
1309
|
}
|
|
1341
1310
|
],
|
|
1342
|
-
"usr": "s:
|
|
1343
|
-
}
|
|
1344
|
-
],
|
|
1345
|
-
"declKind": "Func",
|
|
1346
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
1347
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
1348
|
-
"moduleName": "DavoiceTTS",
|
|
1349
|
-
"declAttributes": [
|
|
1350
|
-
"Final",
|
|
1351
|
-
"AccessControl",
|
|
1352
|
-
"RawDocComment"
|
|
1353
|
-
],
|
|
1354
|
-
"funcSelfKind": "NonMutating"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "Function",
|
|
1358
|
-
"name": "stop",
|
|
1359
|
-
"printedName": "stop()",
|
|
1360
|
-
"children": [
|
|
1361
|
-
{
|
|
1362
|
-
"kind": "TypeNominal",
|
|
1363
|
-
"name": "Void",
|
|
1364
|
-
"printedName": "()"
|
|
1311
|
+
"usr": "s:Sq"
|
|
1365
1312
|
}
|
|
1366
1313
|
],
|
|
1367
|
-
"declKind": "
|
|
1368
|
-
"usr": "s:
|
|
1369
|
-
"mangledName": "$
|
|
1314
|
+
"declKind": "Var",
|
|
1315
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
1316
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
1370
1317
|
"moduleName": "DavoiceTTS",
|
|
1318
|
+
"static": true,
|
|
1371
1319
|
"declAttributes": [
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1320
|
+
"HasInitialValue",
|
|
1321
|
+
"HasStorage",
|
|
1322
|
+
"AccessControl"
|
|
1375
1323
|
],
|
|
1376
|
-
"
|
|
1377
|
-
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "TypeDecl",
|
|
1380
|
-
"name": "Source",
|
|
1381
|
-
"printedName": "Source",
|
|
1382
|
-
"children": [
|
|
1324
|
+
"hasStorage": true,
|
|
1325
|
+
"accessors": [
|
|
1383
1326
|
{
|
|
1384
|
-
"kind": "
|
|
1385
|
-
"name": "
|
|
1386
|
-
"printedName": "
|
|
1327
|
+
"kind": "Accessor",
|
|
1328
|
+
"name": "Get",
|
|
1329
|
+
"printedName": "Get()",
|
|
1387
1330
|
"children": [
|
|
1388
1331
|
{
|
|
1389
|
-
"kind": "
|
|
1390
|
-
"name": "
|
|
1391
|
-
"printedName": "(
|
|
1332
|
+
"kind": "TypeNominal",
|
|
1333
|
+
"name": "Optional",
|
|
1334
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1392
1335
|
"children": [
|
|
1393
1336
|
{
|
|
1394
1337
|
"kind": "TypeFunc",
|
|
1395
1338
|
"name": "Function",
|
|
1396
|
-
"printedName": "(
|
|
1339
|
+
"printedName": "() -> Swift.Bool",
|
|
1397
1340
|
"children": [
|
|
1398
1341
|
{
|
|
1399
1342
|
"kind": "TypeNominal",
|
|
1400
|
-
"name": "
|
|
1401
|
-
"printedName": "
|
|
1402
|
-
"usr": "s:
|
|
1343
|
+
"name": "Bool",
|
|
1344
|
+
"printedName": "Swift.Bool",
|
|
1345
|
+
"usr": "s:Sb"
|
|
1403
1346
|
},
|
|
1404
1347
|
{
|
|
1405
1348
|
"kind": "TypeNominal",
|
|
1406
|
-
"name": "
|
|
1407
|
-
"printedName": "
|
|
1408
|
-
"usr": "s:10Foundation3URLV"
|
|
1349
|
+
"name": "Void",
|
|
1350
|
+
"printedName": "()"
|
|
1409
1351
|
}
|
|
1410
1352
|
]
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"usr": "s:Sq"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"declKind": "Accessor",
|
|
1359
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
1360
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
1361
|
+
"moduleName": "DavoiceTTS",
|
|
1362
|
+
"static": true,
|
|
1363
|
+
"implicit": true,
|
|
1364
|
+
"accessorKind": "get"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"kind": "Accessor",
|
|
1368
|
+
"name": "Set",
|
|
1369
|
+
"printedName": "Set()",
|
|
1370
|
+
"children": [
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "TypeNominal",
|
|
1373
|
+
"name": "Void",
|
|
1374
|
+
"printedName": "()"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "TypeNominal",
|
|
1378
|
+
"name": "Optional",
|
|
1379
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
1380
|
+
"children": [
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "TypeFunc",
|
|
1383
|
+
"name": "Function",
|
|
1384
|
+
"printedName": "() -> Swift.Bool",
|
|
1416
1385
|
"children": [
|
|
1417
1386
|
{
|
|
1418
1387
|
"kind": "TypeNominal",
|
|
1419
|
-
"name": "
|
|
1420
|
-
"printedName": "
|
|
1421
|
-
"usr": "s:
|
|
1388
|
+
"name": "Bool",
|
|
1389
|
+
"printedName": "Swift.Bool",
|
|
1390
|
+
"usr": "s:Sb"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "TypeNominal",
|
|
1394
|
+
"name": "Void",
|
|
1395
|
+
"printedName": "()"
|
|
1422
1396
|
}
|
|
1423
1397
|
]
|
|
1424
1398
|
}
|
|
1425
|
-
]
|
|
1399
|
+
],
|
|
1400
|
+
"usr": "s:Sq"
|
|
1426
1401
|
}
|
|
1427
1402
|
],
|
|
1428
|
-
"declKind": "
|
|
1429
|
-
"usr": "s:
|
|
1430
|
-
"mangledName": "$
|
|
1431
|
-
"moduleName": "DavoiceTTS"
|
|
1403
|
+
"declKind": "Accessor",
|
|
1404
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
1405
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
1406
|
+
"moduleName": "DavoiceTTS",
|
|
1407
|
+
"static": true,
|
|
1408
|
+
"implicit": true,
|
|
1409
|
+
"accessorKind": "set"
|
|
1432
1410
|
},
|
|
1433
1411
|
{
|
|
1434
|
-
"kind": "
|
|
1435
|
-
"name": "
|
|
1436
|
-
"printedName": "
|
|
1412
|
+
"kind": "Accessor",
|
|
1413
|
+
"name": "Modify",
|
|
1414
|
+
"printedName": "Modify()",
|
|
1415
|
+
"children": [
|
|
1416
|
+
{
|
|
1417
|
+
"kind": "TypeNominal",
|
|
1418
|
+
"name": "Void",
|
|
1419
|
+
"printedName": "()"
|
|
1420
|
+
}
|
|
1421
|
+
],
|
|
1422
|
+
"declKind": "Accessor",
|
|
1423
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
1424
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
1425
|
+
"moduleName": "DavoiceTTS",
|
|
1426
|
+
"static": true,
|
|
1427
|
+
"implicit": true,
|
|
1428
|
+
"accessorKind": "_modify"
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "Var",
|
|
1434
|
+
"name": "stopEnginePlayback",
|
|
1435
|
+
"printedName": "stopEnginePlayback",
|
|
1436
|
+
"children": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "TypeNominal",
|
|
1439
|
+
"name": "Optional",
|
|
1440
|
+
"printedName": "(() -> ())?",
|
|
1437
1441
|
"children": [
|
|
1438
1442
|
{
|
|
1439
1443
|
"kind": "TypeFunc",
|
|
1440
1444
|
"name": "Function",
|
|
1441
|
-
"printedName": "(
|
|
1445
|
+
"printedName": "() -> ()",
|
|
1446
|
+
"children": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "TypeNominal",
|
|
1449
|
+
"name": "Void",
|
|
1450
|
+
"printedName": "()"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "TypeNominal",
|
|
1454
|
+
"name": "Void",
|
|
1455
|
+
"printedName": "()"
|
|
1456
|
+
}
|
|
1457
|
+
]
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"usr": "s:Sq"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"declKind": "Var",
|
|
1464
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
1465
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
1466
|
+
"moduleName": "DavoiceTTS",
|
|
1467
|
+
"static": true,
|
|
1468
|
+
"declAttributes": [
|
|
1469
|
+
"HasInitialValue",
|
|
1470
|
+
"HasStorage",
|
|
1471
|
+
"AccessControl"
|
|
1472
|
+
],
|
|
1473
|
+
"hasStorage": true,
|
|
1474
|
+
"accessors": [
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "Accessor",
|
|
1477
|
+
"name": "Get",
|
|
1478
|
+
"printedName": "Get()",
|
|
1479
|
+
"children": [
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "TypeNominal",
|
|
1482
|
+
"name": "Optional",
|
|
1483
|
+
"printedName": "(() -> ())?",
|
|
1442
1484
|
"children": [
|
|
1443
1485
|
{
|
|
1444
1486
|
"kind": "TypeFunc",
|
|
1445
1487
|
"name": "Function",
|
|
1446
|
-
"printedName": "(
|
|
1488
|
+
"printedName": "() -> ()",
|
|
1447
1489
|
"children": [
|
|
1448
1490
|
{
|
|
1449
1491
|
"kind": "TypeNominal",
|
|
1450
|
-
"name": "
|
|
1451
|
-
"printedName": "
|
|
1452
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1492
|
+
"name": "Void",
|
|
1493
|
+
"printedName": "()"
|
|
1453
1494
|
},
|
|
1454
1495
|
{
|
|
1455
1496
|
"kind": "TypeNominal",
|
|
1456
|
-
"name": "
|
|
1457
|
-
"printedName": "
|
|
1458
|
-
"usr": "s:SS"
|
|
1497
|
+
"name": "Void",
|
|
1498
|
+
"printedName": "()"
|
|
1459
1499
|
}
|
|
1460
1500
|
]
|
|
1461
|
-
}
|
|
1501
|
+
}
|
|
1502
|
+
],
|
|
1503
|
+
"usr": "s:Sq"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"declKind": "Accessor",
|
|
1507
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
1508
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
1509
|
+
"moduleName": "DavoiceTTS",
|
|
1510
|
+
"static": true,
|
|
1511
|
+
"implicit": true,
|
|
1512
|
+
"accessorKind": "get"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "Accessor",
|
|
1516
|
+
"name": "Set",
|
|
1517
|
+
"printedName": "Set()",
|
|
1518
|
+
"children": [
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "TypeNominal",
|
|
1521
|
+
"name": "Void",
|
|
1522
|
+
"printedName": "()"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "TypeNominal",
|
|
1526
|
+
"name": "Optional",
|
|
1527
|
+
"printedName": "(() -> ())?",
|
|
1528
|
+
"children": [
|
|
1462
1529
|
{
|
|
1463
|
-
"kind": "
|
|
1464
|
-
"name": "
|
|
1465
|
-
"printedName": "
|
|
1530
|
+
"kind": "TypeFunc",
|
|
1531
|
+
"name": "Function",
|
|
1532
|
+
"printedName": "() -> ()",
|
|
1466
1533
|
"children": [
|
|
1467
1534
|
{
|
|
1468
1535
|
"kind": "TypeNominal",
|
|
1469
|
-
"name": "
|
|
1470
|
-
"printedName": "
|
|
1471
|
-
|
|
1536
|
+
"name": "Void",
|
|
1537
|
+
"printedName": "()"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "TypeNominal",
|
|
1541
|
+
"name": "Void",
|
|
1542
|
+
"printedName": "()"
|
|
1472
1543
|
}
|
|
1473
1544
|
]
|
|
1474
1545
|
}
|
|
1475
|
-
]
|
|
1546
|
+
],
|
|
1547
|
+
"usr": "s:Sq"
|
|
1476
1548
|
}
|
|
1477
1549
|
],
|
|
1478
|
-
"declKind": "
|
|
1479
|
-
"usr": "s:
|
|
1480
|
-
"mangledName": "$
|
|
1481
|
-
"moduleName": "DavoiceTTS"
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
1486
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
1487
|
-
"moduleName": "DavoiceTTS",
|
|
1488
|
-
"declAttributes": [
|
|
1489
|
-
"AccessControl",
|
|
1490
|
-
"RawDocComment"
|
|
1491
|
-
],
|
|
1492
|
-
"conformances": [
|
|
1493
|
-
{
|
|
1494
|
-
"kind": "Conformance",
|
|
1495
|
-
"name": "Copyable",
|
|
1496
|
-
"printedName": "Copyable",
|
|
1497
|
-
"usr": "s:s8CopyableP",
|
|
1498
|
-
"mangledName": "$ss8CopyableP"
|
|
1550
|
+
"declKind": "Accessor",
|
|
1551
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
1552
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
1553
|
+
"moduleName": "DavoiceTTS",
|
|
1554
|
+
"static": true,
|
|
1555
|
+
"implicit": true,
|
|
1556
|
+
"accessorKind": "set"
|
|
1499
1557
|
},
|
|
1500
1558
|
{
|
|
1501
|
-
"kind": "
|
|
1502
|
-
"name": "
|
|
1503
|
-
"printedName": "
|
|
1504
|
-
"
|
|
1505
|
-
|
|
1559
|
+
"kind": "Accessor",
|
|
1560
|
+
"name": "Modify",
|
|
1561
|
+
"printedName": "Modify()",
|
|
1562
|
+
"children": [
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "TypeNominal",
|
|
1565
|
+
"name": "Void",
|
|
1566
|
+
"printedName": "()"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"declKind": "Accessor",
|
|
1570
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
1571
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
1572
|
+
"moduleName": "DavoiceTTS",
|
|
1573
|
+
"static": true,
|
|
1574
|
+
"implicit": true,
|
|
1575
|
+
"accessorKind": "_modify"
|
|
1506
1576
|
}
|
|
1507
1577
|
]
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
{
|
|
1520
|
-
"kind": "TypeNominal",
|
|
1521
|
-
"name": "AVAudioPlayer",
|
|
1522
|
-
"printedName": "AVFAudio.AVAudioPlayer",
|
|
1523
|
-
"usr": "c:objc(cs)AVAudioPlayer"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "TypeNominal",
|
|
1527
|
-
"name": "Bool",
|
|
1528
|
-
"printedName": "Swift.Bool",
|
|
1529
|
-
"usr": "s:Sb"
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"declKind": "Func",
|
|
1533
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
|
|
1534
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
|
|
1535
|
-
"moduleName": "DavoiceTTS",
|
|
1536
|
-
"objc_name": "audioPlayerDidFinishPlaying:successfully:",
|
|
1537
|
-
"declAttributes": [
|
|
1538
|
-
"Final",
|
|
1539
|
-
"ObjC",
|
|
1540
|
-
"AccessControl",
|
|
1541
|
-
"RawDocComment"
|
|
1542
|
-
],
|
|
1543
|
-
"funcSelfKind": "NonMutating"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "Function",
|
|
1547
|
-
"name": "activateSpeaker",
|
|
1548
|
-
"printedName": "activateSpeaker()",
|
|
1549
|
-
"children": [
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "TypeNominal",
|
|
1552
|
-
"name": "Void",
|
|
1553
|
-
"printedName": "()"
|
|
1554
|
-
}
|
|
1555
|
-
],
|
|
1556
|
-
"declKind": "Func",
|
|
1557
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
1558
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
1559
|
-
"moduleName": "DavoiceTTS",
|
|
1560
|
-
"declAttributes": [
|
|
1561
|
-
"Final",
|
|
1562
|
-
"AccessControl"
|
|
1563
|
-
],
|
|
1564
|
-
"funcSelfKind": "NonMutating"
|
|
1565
|
-
}
|
|
1566
|
-
],
|
|
1567
|
-
"declKind": "Class",
|
|
1568
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
|
|
1569
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
|
|
1570
|
-
"moduleName": "DavoiceTTS",
|
|
1571
|
-
"declAttributes": [
|
|
1572
|
-
"Final",
|
|
1573
|
-
"AccessControl",
|
|
1574
|
-
"RawDocComment",
|
|
1575
|
-
"ObjC"
|
|
1576
|
-
],
|
|
1577
|
-
"superclassUsr": "c:objc(cs)NSObject",
|
|
1578
|
-
"hasMissingDesignatedInitializers": true,
|
|
1579
|
-
"inheritsConvenienceInitializers": true,
|
|
1580
|
-
"superclassNames": [
|
|
1581
|
-
"ObjectiveC.NSObject"
|
|
1582
|
-
],
|
|
1583
|
-
"conformances": [
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"declKind": "Enum",
|
|
1581
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO",
|
|
1582
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
|
|
1583
|
+
"moduleName": "DavoiceTTS",
|
|
1584
|
+
"declAttributes": [
|
|
1585
|
+
"AccessControl",
|
|
1586
|
+
"RawDocComment"
|
|
1587
|
+
],
|
|
1588
|
+
"conformances": [
|
|
1584
1589
|
{
|
|
1585
1590
|
"kind": "Conformance",
|
|
1586
1591
|
"name": "Copyable",
|
|
@@ -1594,134 +1599,73 @@
|
|
|
1594
1599
|
"printedName": "Escapable",
|
|
1595
1600
|
"usr": "s:s9EscapableP",
|
|
1596
1601
|
"mangledName": "$ss9EscapableP"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "Conformance",
|
|
1600
|
-
"name": "Equatable",
|
|
1601
|
-
"printedName": "Equatable",
|
|
1602
|
-
"usr": "s:SQ",
|
|
1603
|
-
"mangledName": "$sSQ"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "Conformance",
|
|
1607
|
-
"name": "Hashable",
|
|
1608
|
-
"printedName": "Hashable",
|
|
1609
|
-
"usr": "s:SH",
|
|
1610
|
-
"mangledName": "$sSH"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "Conformance",
|
|
1614
|
-
"name": "CVarArg",
|
|
1615
|
-
"printedName": "CVarArg",
|
|
1616
|
-
"usr": "s:s7CVarArgP",
|
|
1617
|
-
"mangledName": "$ss7CVarArgP"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "Conformance",
|
|
1621
|
-
"name": "_KeyValueCodingAndObservingPublishing",
|
|
1622
|
-
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
1623
|
-
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
1624
|
-
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "Conformance",
|
|
1628
|
-
"name": "_KeyValueCodingAndObserving",
|
|
1629
|
-
"printedName": "_KeyValueCodingAndObserving",
|
|
1630
|
-
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
1631
|
-
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "Conformance",
|
|
1635
|
-
"name": "CustomStringConvertible",
|
|
1636
|
-
"printedName": "CustomStringConvertible",
|
|
1637
|
-
"usr": "s:s23CustomStringConvertibleP",
|
|
1638
|
-
"mangledName": "$ss23CustomStringConvertibleP"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"kind": "Conformance",
|
|
1642
|
-
"name": "CustomDebugStringConvertible",
|
|
1643
|
-
"printedName": "CustomDebugStringConvertible",
|
|
1644
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
1645
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
1646
1602
|
}
|
|
1647
1603
|
]
|
|
1648
1604
|
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "Import",
|
|
1607
|
+
"name": "Foundation",
|
|
1608
|
+
"printedName": "Foundation",
|
|
1609
|
+
"declKind": "Import",
|
|
1610
|
+
"moduleName": "DavoiceTTS",
|
|
1611
|
+
"declAttributes": [
|
|
1612
|
+
"RawDocComment"
|
|
1613
|
+
]
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "Import",
|
|
1617
|
+
"name": "onnxruntime_objc",
|
|
1618
|
+
"printedName": "onnxruntime_objc",
|
|
1619
|
+
"declKind": "Import",
|
|
1620
|
+
"moduleName": "DavoiceTTS"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "Import",
|
|
1624
|
+
"name": "phonemes",
|
|
1625
|
+
"printedName": "phonemes",
|
|
1626
|
+
"declKind": "Import",
|
|
1627
|
+
"moduleName": "DavoiceTTS",
|
|
1628
|
+
"declAttributes": [
|
|
1629
|
+
"RawDocComment"
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "Import",
|
|
1634
|
+
"name": "AVFoundation",
|
|
1635
|
+
"printedName": "AVFoundation",
|
|
1636
|
+
"declKind": "Import",
|
|
1637
|
+
"moduleName": "DavoiceTTS"
|
|
1638
|
+
},
|
|
1649
1639
|
{
|
|
1650
1640
|
"kind": "TypeDecl",
|
|
1651
|
-
"name": "
|
|
1652
|
-
"printedName": "
|
|
1641
|
+
"name": "SwiftSoundQueue",
|
|
1642
|
+
"printedName": "SwiftSoundQueue",
|
|
1653
1643
|
"children": [
|
|
1654
|
-
{
|
|
1655
|
-
"kind": "TypeDecl",
|
|
1656
|
-
"name": "Config",
|
|
1657
|
-
"printedName": "Config",
|
|
1658
|
-
"declKind": "Struct",
|
|
1659
|
-
"usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
1660
|
-
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
1661
|
-
"moduleName": "DavoiceTTS",
|
|
1662
|
-
"declAttributes": [
|
|
1663
|
-
"AccessControl"
|
|
1664
|
-
],
|
|
1665
|
-
"conformances": [
|
|
1666
|
-
{
|
|
1667
|
-
"kind": "Conformance",
|
|
1668
|
-
"name": "Copyable",
|
|
1669
|
-
"printedName": "Copyable",
|
|
1670
|
-
"usr": "s:s8CopyableP",
|
|
1671
|
-
"mangledName": "$ss8CopyableP"
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"kind": "Conformance",
|
|
1675
|
-
"name": "Escapable",
|
|
1676
|
-
"printedName": "Escapable",
|
|
1677
|
-
"usr": "s:s9EscapableP",
|
|
1678
|
-
"mangledName": "$ss9EscapableP"
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1681
|
-
},
|
|
1682
1644
|
{
|
|
1683
1645
|
"kind": "Var",
|
|
1684
|
-
"name": "
|
|
1685
|
-
"printedName": "
|
|
1646
|
+
"name": "shared",
|
|
1647
|
+
"printedName": "shared",
|
|
1686
1648
|
"children": [
|
|
1687
1649
|
{
|
|
1688
1650
|
"kind": "TypeNominal",
|
|
1689
|
-
"name": "
|
|
1690
|
-
"printedName": "
|
|
1691
|
-
"
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "TypeFunc",
|
|
1694
|
-
"name": "Function",
|
|
1695
|
-
"printedName": "() -> ()",
|
|
1696
|
-
"children": [
|
|
1697
|
-
{
|
|
1698
|
-
"kind": "TypeNominal",
|
|
1699
|
-
"name": "Void",
|
|
1700
|
-
"printedName": "()"
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "TypeNominal",
|
|
1704
|
-
"name": "Void",
|
|
1705
|
-
"printedName": "()"
|
|
1706
|
-
}
|
|
1707
|
-
]
|
|
1708
|
-
}
|
|
1709
|
-
],
|
|
1710
|
-
"usr": "s:Sq"
|
|
1651
|
+
"name": "SwiftSoundQueue",
|
|
1652
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
1653
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
1711
1654
|
}
|
|
1712
1655
|
],
|
|
1713
1656
|
"declKind": "Var",
|
|
1714
|
-
"usr": "
|
|
1715
|
-
"mangledName": "$
|
|
1657
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
1658
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
1716
1659
|
"moduleName": "DavoiceTTS",
|
|
1660
|
+
"static": true,
|
|
1717
1661
|
"declAttributes": [
|
|
1718
1662
|
"HasInitialValue",
|
|
1719
1663
|
"Final",
|
|
1720
1664
|
"HasStorage",
|
|
1721
1665
|
"AccessControl",
|
|
1722
|
-
"ObjC",
|
|
1723
1666
|
"RawDocComment"
|
|
1724
1667
|
],
|
|
1668
|
+
"isLet": true,
|
|
1725
1669
|
"hasStorage": true,
|
|
1726
1670
|
"accessors": [
|
|
1727
1671
|
{
|
|
@@ -1731,41 +1675,156 @@
|
|
|
1731
1675
|
"children": [
|
|
1732
1676
|
{
|
|
1733
1677
|
"kind": "TypeNominal",
|
|
1734
|
-
"name": "
|
|
1735
|
-
"printedName": "
|
|
1736
|
-
"
|
|
1737
|
-
{
|
|
1738
|
-
"kind": "TypeFunc",
|
|
1739
|
-
"name": "Function",
|
|
1740
|
-
"printedName": "() -> ()",
|
|
1741
|
-
"children": [
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "TypeNominal",
|
|
1744
|
-
"name": "Void",
|
|
1745
|
-
"printedName": "()"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "TypeNominal",
|
|
1749
|
-
"name": "Void",
|
|
1750
|
-
"printedName": "()"
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
}
|
|
1754
|
-
],
|
|
1755
|
-
"usr": "s:Sq"
|
|
1678
|
+
"name": "SwiftSoundQueue",
|
|
1679
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
1680
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
1756
1681
|
}
|
|
1757
1682
|
],
|
|
1758
1683
|
"declKind": "Accessor",
|
|
1759
|
-
"usr": "
|
|
1760
|
-
"mangledName": "$
|
|
1684
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
1685
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
1761
1686
|
"moduleName": "DavoiceTTS",
|
|
1687
|
+
"static": true,
|
|
1762
1688
|
"implicit": true,
|
|
1763
1689
|
"declAttributes": [
|
|
1764
|
-
"Final"
|
|
1765
|
-
"ObjC"
|
|
1690
|
+
"Final"
|
|
1766
1691
|
],
|
|
1767
1692
|
"accessorKind": "get"
|
|
1768
|
-
}
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "Function",
|
|
1698
|
+
"name": "notifyWhenURLFinishes",
|
|
1699
|
+
"printedName": "notifyWhenURLFinishes(_:_:)",
|
|
1700
|
+
"children": [
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "TypeNominal",
|
|
1703
|
+
"name": "Void",
|
|
1704
|
+
"printedName": "()"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "TypeNominal",
|
|
1708
|
+
"name": "URL",
|
|
1709
|
+
"printedName": "Foundation.URL",
|
|
1710
|
+
"usr": "s:10Foundation3URLV"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "TypeFunc",
|
|
1714
|
+
"name": "Function",
|
|
1715
|
+
"printedName": "() -> ()",
|
|
1716
|
+
"children": [
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "TypeNominal",
|
|
1719
|
+
"name": "Void",
|
|
1720
|
+
"printedName": "()"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "TypeNominal",
|
|
1724
|
+
"name": "Void",
|
|
1725
|
+
"printedName": "()"
|
|
1726
|
+
}
|
|
1727
|
+
]
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"declKind": "Func",
|
|
1731
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
1732
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
1733
|
+
"moduleName": "DavoiceTTS",
|
|
1734
|
+
"declAttributes": [
|
|
1735
|
+
"Final",
|
|
1736
|
+
"AccessControl",
|
|
1737
|
+
"RawDocComment"
|
|
1738
|
+
],
|
|
1739
|
+
"funcSelfKind": "NonMutating"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "Var",
|
|
1743
|
+
"name": "onItemDone",
|
|
1744
|
+
"printedName": "onItemDone",
|
|
1745
|
+
"children": [
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "TypeNominal",
|
|
1748
|
+
"name": "Optional",
|
|
1749
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1750
|
+
"children": [
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "TypeFunc",
|
|
1753
|
+
"name": "Function",
|
|
1754
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1755
|
+
"children": [
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "TypeNominal",
|
|
1758
|
+
"name": "Void",
|
|
1759
|
+
"printedName": "()"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "TypeNominal",
|
|
1763
|
+
"name": "URL",
|
|
1764
|
+
"printedName": "Foundation.URL",
|
|
1765
|
+
"usr": "s:10Foundation3URLV"
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
],
|
|
1770
|
+
"usr": "s:Sq"
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"declKind": "Var",
|
|
1774
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
|
|
1775
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
|
|
1776
|
+
"moduleName": "DavoiceTTS",
|
|
1777
|
+
"declAttributes": [
|
|
1778
|
+
"HasInitialValue",
|
|
1779
|
+
"Final",
|
|
1780
|
+
"HasStorage",
|
|
1781
|
+
"AccessControl",
|
|
1782
|
+
"RawDocComment"
|
|
1783
|
+
],
|
|
1784
|
+
"hasStorage": true,
|
|
1785
|
+
"accessors": [
|
|
1786
|
+
{
|
|
1787
|
+
"kind": "Accessor",
|
|
1788
|
+
"name": "Get",
|
|
1789
|
+
"printedName": "Get()",
|
|
1790
|
+
"children": [
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "TypeNominal",
|
|
1793
|
+
"name": "Optional",
|
|
1794
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1795
|
+
"children": [
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "TypeFunc",
|
|
1798
|
+
"name": "Function",
|
|
1799
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1800
|
+
"children": [
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "TypeNominal",
|
|
1803
|
+
"name": "Void",
|
|
1804
|
+
"printedName": "()"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"kind": "TypeNominal",
|
|
1808
|
+
"name": "URL",
|
|
1809
|
+
"printedName": "Foundation.URL",
|
|
1810
|
+
"usr": "s:10Foundation3URLV"
|
|
1811
|
+
}
|
|
1812
|
+
]
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"usr": "s:Sq"
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"declKind": "Accessor",
|
|
1819
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
1820
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
1821
|
+
"moduleName": "DavoiceTTS",
|
|
1822
|
+
"implicit": true,
|
|
1823
|
+
"declAttributes": [
|
|
1824
|
+
"Final"
|
|
1825
|
+
],
|
|
1826
|
+
"accessorKind": "get"
|
|
1827
|
+
},
|
|
1769
1828
|
{
|
|
1770
1829
|
"kind": "Accessor",
|
|
1771
1830
|
"name": "Set",
|
|
@@ -1779,12 +1838,12 @@
|
|
|
1779
1838
|
{
|
|
1780
1839
|
"kind": "TypeNominal",
|
|
1781
1840
|
"name": "Optional",
|
|
1782
|
-
"printedName": "(() -> ())?",
|
|
1841
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1783
1842
|
"children": [
|
|
1784
1843
|
{
|
|
1785
1844
|
"kind": "TypeFunc",
|
|
1786
1845
|
"name": "Function",
|
|
1787
|
-
"printedName": "() -> ()",
|
|
1846
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1788
1847
|
"children": [
|
|
1789
1848
|
{
|
|
1790
1849
|
"kind": "TypeNominal",
|
|
@@ -1793,8 +1852,9 @@
|
|
|
1793
1852
|
},
|
|
1794
1853
|
{
|
|
1795
1854
|
"kind": "TypeNominal",
|
|
1796
|
-
"name": "
|
|
1797
|
-
"printedName": "
|
|
1855
|
+
"name": "URL",
|
|
1856
|
+
"printedName": "Foundation.URL",
|
|
1857
|
+
"usr": "s:10Foundation3URLV"
|
|
1798
1858
|
}
|
|
1799
1859
|
]
|
|
1800
1860
|
}
|
|
@@ -1803,13 +1863,12 @@
|
|
|
1803
1863
|
}
|
|
1804
1864
|
],
|
|
1805
1865
|
"declKind": "Accessor",
|
|
1806
|
-
"usr": "
|
|
1807
|
-
"mangledName": "$
|
|
1866
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
1867
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
1808
1868
|
"moduleName": "DavoiceTTS",
|
|
1809
1869
|
"implicit": true,
|
|
1810
1870
|
"declAttributes": [
|
|
1811
|
-
"Final"
|
|
1812
|
-
"ObjC"
|
|
1871
|
+
"Final"
|
|
1813
1872
|
],
|
|
1814
1873
|
"accessorKind": "set"
|
|
1815
1874
|
},
|
|
@@ -1825,8 +1884,8 @@
|
|
|
1825
1884
|
}
|
|
1826
1885
|
],
|
|
1827
1886
|
"declKind": "Accessor",
|
|
1828
|
-
"usr": "s:
|
|
1829
|
-
"mangledName": "$
|
|
1887
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1888
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1830
1889
|
"moduleName": "DavoiceTTS",
|
|
1831
1890
|
"implicit": true,
|
|
1832
1891
|
"declAttributes": [
|
|
@@ -1837,268 +1896,447 @@
|
|
|
1837
1896
|
]
|
|
1838
1897
|
},
|
|
1839
1898
|
{
|
|
1840
|
-
"kind": "
|
|
1841
|
-
"name": "
|
|
1842
|
-
"printedName": "
|
|
1843
|
-
"children": [
|
|
1844
|
-
{
|
|
1845
|
-
"kind": "TypeNominal",
|
|
1846
|
-
"name": "DaVoiceTTS",
|
|
1847
|
-
"printedName": "DavoiceTTS.DaVoiceTTS",
|
|
1848
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "TypeNominal",
|
|
1852
|
-
"name": "URL",
|
|
1853
|
-
"printedName": "Foundation.URL",
|
|
1854
|
-
"usr": "s:10Foundation3URLV"
|
|
1855
|
-
}
|
|
1856
|
-
],
|
|
1857
|
-
"declKind": "Constructor",
|
|
1858
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
|
|
1859
|
-
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
|
|
1860
|
-
"moduleName": "DavoiceTTS",
|
|
1861
|
-
"objc_name": "initWithModel:error:",
|
|
1862
|
-
"declAttributes": [
|
|
1863
|
-
"AccessControl",
|
|
1864
|
-
"ObjC"
|
|
1865
|
-
],
|
|
1866
|
-
"throwing": true,
|
|
1867
|
-
"init_kind": "Designated"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "Function",
|
|
1871
|
-
"name": "stopSpeaking",
|
|
1872
|
-
"printedName": "stopSpeaking()",
|
|
1873
|
-
"children": [
|
|
1874
|
-
{
|
|
1875
|
-
"kind": "TypeNominal",
|
|
1876
|
-
"name": "Void",
|
|
1877
|
-
"printedName": "()"
|
|
1878
|
-
}
|
|
1879
|
-
],
|
|
1880
|
-
"declKind": "Func",
|
|
1881
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
|
|
1882
|
-
"mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
|
|
1883
|
-
"moduleName": "DavoiceTTS",
|
|
1884
|
-
"declAttributes": [
|
|
1885
|
-
"Final",
|
|
1886
|
-
"AccessControl",
|
|
1887
|
-
"ObjC",
|
|
1888
|
-
"RawDocComment"
|
|
1889
|
-
],
|
|
1890
|
-
"funcSelfKind": "NonMutating"
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"kind": "Function",
|
|
1894
|
-
"name": "destroy",
|
|
1895
|
-
"printedName": "destroy()",
|
|
1899
|
+
"kind": "Var",
|
|
1900
|
+
"name": "onQueueEmpty",
|
|
1901
|
+
"printedName": "onQueueEmpty",
|
|
1896
1902
|
"children": [
|
|
1897
1903
|
{
|
|
1898
1904
|
"kind": "TypeNominal",
|
|
1899
|
-
"name": "
|
|
1900
|
-
"printedName": "()"
|
|
1905
|
+
"name": "Optional",
|
|
1906
|
+
"printedName": "(() -> ())?",
|
|
1907
|
+
"children": [
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "TypeFunc",
|
|
1910
|
+
"name": "Function",
|
|
1911
|
+
"printedName": "() -> ()",
|
|
1912
|
+
"children": [
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "TypeNominal",
|
|
1915
|
+
"name": "Void",
|
|
1916
|
+
"printedName": "()"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"kind": "TypeNominal",
|
|
1920
|
+
"name": "Void",
|
|
1921
|
+
"printedName": "()"
|
|
1922
|
+
}
|
|
1923
|
+
]
|
|
1924
|
+
}
|
|
1925
|
+
],
|
|
1926
|
+
"usr": "s:Sq"
|
|
1901
1927
|
}
|
|
1902
1928
|
],
|
|
1903
|
-
"declKind": "
|
|
1904
|
-
"usr": "
|
|
1905
|
-
"mangledName": "$
|
|
1929
|
+
"declKind": "Var",
|
|
1930
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
|
|
1931
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
|
|
1906
1932
|
"moduleName": "DavoiceTTS",
|
|
1907
1933
|
"declAttributes": [
|
|
1934
|
+
"HasInitialValue",
|
|
1908
1935
|
"Final",
|
|
1936
|
+
"HasStorage",
|
|
1909
1937
|
"AccessControl",
|
|
1910
|
-
"ObjC",
|
|
1911
1938
|
"RawDocComment"
|
|
1912
1939
|
],
|
|
1913
|
-
"
|
|
1914
|
-
|
|
1915
|
-
{
|
|
1916
|
-
"kind": "Function",
|
|
1917
|
-
"name": "speak",
|
|
1918
|
-
"printedName": "speak(_:sid:)",
|
|
1919
|
-
"children": [
|
|
1940
|
+
"hasStorage": true,
|
|
1941
|
+
"accessors": [
|
|
1920
1942
|
{
|
|
1921
|
-
"kind": "
|
|
1922
|
-
"name": "
|
|
1923
|
-
"printedName": "()"
|
|
1943
|
+
"kind": "Accessor",
|
|
1944
|
+
"name": "Get",
|
|
1945
|
+
"printedName": "Get()",
|
|
1946
|
+
"children": [
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "TypeNominal",
|
|
1949
|
+
"name": "Optional",
|
|
1950
|
+
"printedName": "(() -> ())?",
|
|
1951
|
+
"children": [
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "TypeFunc",
|
|
1954
|
+
"name": "Function",
|
|
1955
|
+
"printedName": "() -> ()",
|
|
1956
|
+
"children": [
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "TypeNominal",
|
|
1959
|
+
"name": "Void",
|
|
1960
|
+
"printedName": "()"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "TypeNominal",
|
|
1964
|
+
"name": "Void",
|
|
1965
|
+
"printedName": "()"
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1970
|
+
"usr": "s:Sq"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"declKind": "Accessor",
|
|
1974
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
|
|
1975
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
|
|
1976
|
+
"moduleName": "DavoiceTTS",
|
|
1977
|
+
"implicit": true,
|
|
1978
|
+
"declAttributes": [
|
|
1979
|
+
"Final"
|
|
1980
|
+
],
|
|
1981
|
+
"accessorKind": "get"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"kind": "Accessor",
|
|
1985
|
+
"name": "Set",
|
|
1986
|
+
"printedName": "Set()",
|
|
1987
|
+
"children": [
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "TypeNominal",
|
|
1990
|
+
"name": "Void",
|
|
1991
|
+
"printedName": "()"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "TypeNominal",
|
|
1995
|
+
"name": "Optional",
|
|
1996
|
+
"printedName": "(() -> ())?",
|
|
1997
|
+
"children": [
|
|
1998
|
+
{
|
|
1999
|
+
"kind": "TypeFunc",
|
|
2000
|
+
"name": "Function",
|
|
2001
|
+
"printedName": "() -> ()",
|
|
2002
|
+
"children": [
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "TypeNominal",
|
|
2005
|
+
"name": "Void",
|
|
2006
|
+
"printedName": "()"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "TypeNominal",
|
|
2010
|
+
"name": "Void",
|
|
2011
|
+
"printedName": "()"
|
|
2012
|
+
}
|
|
2013
|
+
]
|
|
2014
|
+
}
|
|
2015
|
+
],
|
|
2016
|
+
"usr": "s:Sq"
|
|
2017
|
+
}
|
|
2018
|
+
],
|
|
2019
|
+
"declKind": "Accessor",
|
|
2020
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
|
|
2021
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
|
|
2022
|
+
"moduleName": "DavoiceTTS",
|
|
2023
|
+
"implicit": true,
|
|
2024
|
+
"declAttributes": [
|
|
2025
|
+
"Final"
|
|
2026
|
+
],
|
|
2027
|
+
"accessorKind": "set"
|
|
1924
2028
|
},
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "Accessor",
|
|
2031
|
+
"name": "Modify",
|
|
2032
|
+
"printedName": "Modify()",
|
|
2033
|
+
"children": [
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "TypeNominal",
|
|
2036
|
+
"name": "Void",
|
|
2037
|
+
"printedName": "()"
|
|
2038
|
+
}
|
|
2039
|
+
],
|
|
2040
|
+
"declKind": "Accessor",
|
|
2041
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
|
|
2042
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
|
|
2043
|
+
"moduleName": "DavoiceTTS",
|
|
2044
|
+
"implicit": true,
|
|
2045
|
+
"declAttributes": [
|
|
2046
|
+
"Final"
|
|
2047
|
+
],
|
|
2048
|
+
"accessorKind": "_modify"
|
|
2049
|
+
}
|
|
2050
|
+
]
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "Function",
|
|
2054
|
+
"name": "enqueue",
|
|
2055
|
+
"printedName": "enqueue(_:)",
|
|
2056
|
+
"children": [
|
|
1925
2057
|
{
|
|
1926
2058
|
"kind": "TypeNominal",
|
|
1927
|
-
"name": "
|
|
1928
|
-
"printedName": "
|
|
1929
|
-
"usr": "s:SS"
|
|
2059
|
+
"name": "Void",
|
|
2060
|
+
"printedName": "()"
|
|
1930
2061
|
},
|
|
1931
2062
|
{
|
|
1932
2063
|
"kind": "TypeNominal",
|
|
1933
|
-
"name": "
|
|
1934
|
-
"printedName": "
|
|
1935
|
-
"
|
|
1936
|
-
"usr": "s:s5Int32V"
|
|
2064
|
+
"name": "Source",
|
|
2065
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2066
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1937
2067
|
}
|
|
1938
2068
|
],
|
|
1939
2069
|
"declKind": "Func",
|
|
1940
|
-
"usr": "
|
|
1941
|
-
"mangledName": "$
|
|
2070
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
2071
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
1942
2072
|
"moduleName": "DavoiceTTS",
|
|
1943
2073
|
"declAttributes": [
|
|
1944
2074
|
"Final",
|
|
1945
2075
|
"AccessControl",
|
|
1946
|
-
"
|
|
2076
|
+
"RawDocComment"
|
|
1947
2077
|
],
|
|
1948
2078
|
"funcSelfKind": "NonMutating"
|
|
1949
2079
|
},
|
|
1950
2080
|
{
|
|
1951
2081
|
"kind": "Function",
|
|
1952
|
-
"name": "
|
|
1953
|
-
"printedName": "
|
|
2082
|
+
"name": "enqueueMany",
|
|
2083
|
+
"printedName": "enqueueMany(_:)",
|
|
1954
2084
|
"children": [
|
|
1955
2085
|
{
|
|
1956
2086
|
"kind": "TypeNominal",
|
|
1957
|
-
"name": "
|
|
1958
|
-
"printedName": "(
|
|
1959
|
-
"children": [
|
|
1960
|
-
{
|
|
1961
|
-
"kind": "TypeNominal",
|
|
1962
|
-
"name": "AVAudioPCMBuffer",
|
|
1963
|
-
"printedName": "AVFAudio.AVAudioPCMBuffer",
|
|
1964
|
-
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "TypeNominal",
|
|
1968
|
-
"name": "Int",
|
|
1969
|
-
"printedName": "Swift.Int",
|
|
1970
|
-
"usr": "s:Si"
|
|
1971
|
-
}
|
|
1972
|
-
]
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "TypeNominal",
|
|
1976
|
-
"name": "String",
|
|
1977
|
-
"printedName": "Swift.String",
|
|
1978
|
-
"usr": "s:SS"
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"kind": "TypeNominal",
|
|
1982
|
-
"name": "Int32",
|
|
1983
|
-
"printedName": "Swift.Int32",
|
|
1984
|
-
"hasDefaultArg": true,
|
|
1985
|
-
"usr": "s:s5Int32V"
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "TypeNominal",
|
|
1989
|
-
"name": "UUID",
|
|
1990
|
-
"printedName": "Foundation.UUID",
|
|
1991
|
-
"usr": "s:10Foundation4UUIDV"
|
|
2087
|
+
"name": "Void",
|
|
2088
|
+
"printedName": "()"
|
|
1992
2089
|
},
|
|
1993
2090
|
{
|
|
1994
2091
|
"kind": "TypeNominal",
|
|
1995
|
-
"name": "
|
|
1996
|
-
"printedName": "
|
|
2092
|
+
"name": "Array",
|
|
2093
|
+
"printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
|
|
1997
2094
|
"children": [
|
|
1998
2095
|
{
|
|
1999
2096
|
"kind": "TypeNominal",
|
|
2000
|
-
"name": "
|
|
2001
|
-
"printedName": "
|
|
2002
|
-
"usr": "s:
|
|
2097
|
+
"name": "Source",
|
|
2098
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2099
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2003
2100
|
}
|
|
2004
2101
|
],
|
|
2005
|
-
"
|
|
2006
|
-
"usr": "s:Sq"
|
|
2102
|
+
"usr": "s:Sa"
|
|
2007
2103
|
}
|
|
2008
2104
|
],
|
|
2009
2105
|
"declKind": "Func",
|
|
2010
|
-
"usr": "s:
|
|
2011
|
-
"mangledName": "$
|
|
2106
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
2107
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
2012
2108
|
"moduleName": "DavoiceTTS",
|
|
2013
2109
|
"declAttributes": [
|
|
2014
2110
|
"Final",
|
|
2015
|
-
"AccessControl"
|
|
2111
|
+
"AccessControl",
|
|
2112
|
+
"RawDocComment"
|
|
2016
2113
|
],
|
|
2017
|
-
"throwing": true,
|
|
2018
2114
|
"funcSelfKind": "NonMutating"
|
|
2019
2115
|
},
|
|
2020
2116
|
{
|
|
2021
2117
|
"kind": "Function",
|
|
2022
|
-
"name": "
|
|
2023
|
-
"printedName": "
|
|
2118
|
+
"name": "stop",
|
|
2119
|
+
"printedName": "stop()",
|
|
2024
2120
|
"children": [
|
|
2025
2121
|
{
|
|
2026
2122
|
"kind": "TypeNominal",
|
|
2027
|
-
"name": "
|
|
2028
|
-
"printedName": "
|
|
2029
|
-
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "TypeNominal",
|
|
2033
|
-
"name": "String",
|
|
2034
|
-
"printedName": "Swift.String",
|
|
2035
|
-
"usr": "s:SS"
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
"kind": "TypeNominal",
|
|
2039
|
-
"name": "Int32",
|
|
2040
|
-
"printedName": "Swift.Int32",
|
|
2041
|
-
"hasDefaultArg": true,
|
|
2042
|
-
"usr": "s:s5Int32V"
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"kind": "TypeNominal",
|
|
2046
|
-
"name": "UUID",
|
|
2047
|
-
"printedName": "Foundation.UUID",
|
|
2048
|
-
"usr": "s:10Foundation4UUIDV"
|
|
2123
|
+
"name": "Void",
|
|
2124
|
+
"printedName": "()"
|
|
2049
2125
|
}
|
|
2050
2126
|
],
|
|
2051
2127
|
"declKind": "Func",
|
|
2052
|
-
"usr": "
|
|
2053
|
-
"mangledName": "$
|
|
2128
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
|
|
2129
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
|
|
2054
2130
|
"moduleName": "DavoiceTTS",
|
|
2055
2131
|
"declAttributes": [
|
|
2056
2132
|
"Final",
|
|
2057
2133
|
"AccessControl",
|
|
2058
|
-
"RawDocComment"
|
|
2059
|
-
"ObjC"
|
|
2134
|
+
"RawDocComment"
|
|
2060
2135
|
],
|
|
2061
|
-
"throwing": true,
|
|
2062
2136
|
"funcSelfKind": "NonMutating"
|
|
2063
2137
|
},
|
|
2064
2138
|
{
|
|
2065
|
-
"kind": "
|
|
2066
|
-
"name": "
|
|
2067
|
-
"printedName": "
|
|
2139
|
+
"kind": "TypeDecl",
|
|
2140
|
+
"name": "Source",
|
|
2141
|
+
"printedName": "Source",
|
|
2068
2142
|
"children": [
|
|
2069
2143
|
{
|
|
2070
|
-
"kind": "
|
|
2071
|
-
"name": "
|
|
2072
|
-
"printedName": "
|
|
2073
|
-
"
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2144
|
+
"kind": "Var",
|
|
2145
|
+
"name": "fileURL",
|
|
2146
|
+
"printedName": "fileURL",
|
|
2147
|
+
"children": [
|
|
2148
|
+
{
|
|
2149
|
+
"kind": "TypeFunc",
|
|
2150
|
+
"name": "Function",
|
|
2151
|
+
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
2152
|
+
"children": [
|
|
2153
|
+
{
|
|
2154
|
+
"kind": "TypeFunc",
|
|
2155
|
+
"name": "Function",
|
|
2156
|
+
"printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
2157
|
+
"children": [
|
|
2158
|
+
{
|
|
2159
|
+
"kind": "TypeNominal",
|
|
2160
|
+
"name": "Source",
|
|
2161
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2162
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"kind": "TypeNominal",
|
|
2166
|
+
"name": "URL",
|
|
2167
|
+
"printedName": "Foundation.URL",
|
|
2168
|
+
"usr": "s:10Foundation3URLV"
|
|
2169
|
+
}
|
|
2170
|
+
]
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"kind": "TypeNominal",
|
|
2174
|
+
"name": "Metatype",
|
|
2175
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
2176
|
+
"children": [
|
|
2177
|
+
{
|
|
2178
|
+
"kind": "TypeNominal",
|
|
2179
|
+
"name": "Source",
|
|
2180
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2181
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2182
|
+
}
|
|
2183
|
+
]
|
|
2184
|
+
}
|
|
2185
|
+
]
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
"declKind": "EnumElement",
|
|
2189
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
2190
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
2191
|
+
"moduleName": "DavoiceTTS"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"kind": "Var",
|
|
2195
|
+
"name": "named",
|
|
2196
|
+
"printedName": "named",
|
|
2197
|
+
"children": [
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "TypeFunc",
|
|
2200
|
+
"name": "Function",
|
|
2201
|
+
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
2202
|
+
"children": [
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "TypeFunc",
|
|
2205
|
+
"name": "Function",
|
|
2206
|
+
"printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
2207
|
+
"children": [
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "TypeNominal",
|
|
2210
|
+
"name": "Source",
|
|
2211
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2212
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "TypeNominal",
|
|
2216
|
+
"name": "String",
|
|
2217
|
+
"printedName": "Swift.String",
|
|
2218
|
+
"usr": "s:SS"
|
|
2219
|
+
}
|
|
2220
|
+
]
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "TypeNominal",
|
|
2224
|
+
"name": "Metatype",
|
|
2225
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
2226
|
+
"children": [
|
|
2227
|
+
{
|
|
2228
|
+
"kind": "TypeNominal",
|
|
2229
|
+
"name": "Source",
|
|
2230
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2231
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2232
|
+
}
|
|
2233
|
+
]
|
|
2234
|
+
}
|
|
2235
|
+
]
|
|
2236
|
+
}
|
|
2237
|
+
],
|
|
2238
|
+
"declKind": "EnumElement",
|
|
2239
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
|
|
2240
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
|
|
2241
|
+
"moduleName": "DavoiceTTS"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"declKind": "Enum",
|
|
2245
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
2246
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
2247
|
+
"moduleName": "DavoiceTTS",
|
|
2248
|
+
"declAttributes": [
|
|
2249
|
+
"AccessControl",
|
|
2250
|
+
"RawDocComment"
|
|
2251
|
+
],
|
|
2252
|
+
"conformances": [
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "Conformance",
|
|
2255
|
+
"name": "Copyable",
|
|
2256
|
+
"printedName": "Copyable",
|
|
2257
|
+
"usr": "s:s8CopyableP",
|
|
2258
|
+
"mangledName": "$ss8CopyableP"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "Conformance",
|
|
2262
|
+
"name": "Escapable",
|
|
2263
|
+
"printedName": "Escapable",
|
|
2264
|
+
"usr": "s:s9EscapableP",
|
|
2265
|
+
"mangledName": "$ss9EscapableP"
|
|
2266
|
+
}
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"kind": "Function",
|
|
2271
|
+
"name": "audioPlayerDidFinishPlaying",
|
|
2272
|
+
"printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
|
|
2273
|
+
"children": [
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "TypeNominal",
|
|
2276
|
+
"name": "Void",
|
|
2277
|
+
"printedName": "()"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "TypeNominal",
|
|
2281
|
+
"name": "AVAudioPlayer",
|
|
2282
|
+
"printedName": "AVFAudio.AVAudioPlayer",
|
|
2283
|
+
"usr": "c:objc(cs)AVAudioPlayer"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "TypeNominal",
|
|
2287
|
+
"name": "Bool",
|
|
2288
|
+
"printedName": "Swift.Bool",
|
|
2289
|
+
"usr": "s:Sb"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"declKind": "Func",
|
|
2293
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
|
|
2294
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
|
|
2295
|
+
"moduleName": "DavoiceTTS",
|
|
2296
|
+
"objc_name": "audioPlayerDidFinishPlaying:successfully:",
|
|
2297
|
+
"declAttributes": [
|
|
2298
|
+
"Final",
|
|
2299
|
+
"ObjC",
|
|
2300
|
+
"AccessControl",
|
|
2301
|
+
"RawDocComment"
|
|
2302
|
+
],
|
|
2303
|
+
"funcSelfKind": "NonMutating"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "Function",
|
|
2307
|
+
"name": "activateSpeaker",
|
|
2308
|
+
"printedName": "activateSpeaker()",
|
|
2309
|
+
"children": [
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "TypeNominal",
|
|
2312
|
+
"name": "Void",
|
|
2313
|
+
"printedName": "()"
|
|
2314
|
+
}
|
|
2315
|
+
],
|
|
2316
|
+
"declKind": "Func",
|
|
2317
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
2318
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
2319
|
+
"moduleName": "DavoiceTTS",
|
|
2320
|
+
"declAttributes": [
|
|
2321
|
+
"Final",
|
|
2322
|
+
"AccessControl"
|
|
2323
|
+
],
|
|
2324
|
+
"funcSelfKind": "NonMutating"
|
|
2089
2325
|
}
|
|
2090
2326
|
],
|
|
2091
2327
|
"declKind": "Class",
|
|
2092
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2093
|
-
"mangledName": "$
|
|
2328
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
|
|
2329
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
|
|
2094
2330
|
"moduleName": "DavoiceTTS",
|
|
2095
2331
|
"declAttributes": [
|
|
2096
2332
|
"Final",
|
|
2097
2333
|
"AccessControl",
|
|
2098
|
-
"
|
|
2334
|
+
"RawDocComment",
|
|
2099
2335
|
"ObjC"
|
|
2100
2336
|
],
|
|
2101
2337
|
"superclassUsr": "c:objc(cs)NSObject",
|
|
2338
|
+
"hasMissingDesignatedInitializers": true,
|
|
2339
|
+
"inheritsConvenienceInitializers": true,
|
|
2102
2340
|
"superclassNames": [
|
|
2103
2341
|
"ObjectiveC.NSObject"
|
|
2104
2342
|
],
|
|
@@ -2168,418 +2406,58 @@
|
|
|
2168
2406
|
}
|
|
2169
2407
|
]
|
|
2170
2408
|
},
|
|
2171
|
-
{
|
|
2172
|
-
"kind": "Import",
|
|
2173
|
-
"name": "Foundation",
|
|
2174
|
-
"printedName": "Foundation",
|
|
2175
|
-
"declKind": "Import",
|
|
2176
|
-
"moduleName": "DavoiceTTS",
|
|
2177
|
-
"declAttributes": [
|
|
2178
|
-
"RawDocComment"
|
|
2179
|
-
]
|
|
2180
|
-
},
|
|
2181
2409
|
{
|
|
2182
2410
|
"kind": "TypeDecl",
|
|
2183
|
-
"name": "
|
|
2184
|
-
"printedName": "
|
|
2411
|
+
"name": "DaVoiceTTS",
|
|
2412
|
+
"printedName": "DaVoiceTTS",
|
|
2185
2413
|
"children": [
|
|
2186
2414
|
{
|
|
2187
|
-
"kind": "
|
|
2188
|
-
"name": "
|
|
2189
|
-
"printedName": "
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
"children": [
|
|
2212
|
-
{
|
|
2213
|
-
"kind": "TypeNominal",
|
|
2214
|
-
"name": "URL",
|
|
2215
|
-
"printedName": "Foundation.URL",
|
|
2216
|
-
"usr": "s:10Foundation3URLV"
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"kind": "TypeFunc",
|
|
2220
|
-
"name": "Function",
|
|
2221
|
-
"printedName": "() -> ()",
|
|
2222
|
-
"children": [
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "TypeNominal",
|
|
2225
|
-
"name": "Void",
|
|
2226
|
-
"printedName": "()"
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "TypeNominal",
|
|
2230
|
-
"name": "Void",
|
|
2231
|
-
"printedName": "()"
|
|
2232
|
-
}
|
|
2233
|
-
]
|
|
2234
|
-
}
|
|
2235
|
-
]
|
|
2236
|
-
}
|
|
2237
|
-
]
|
|
2238
|
-
}
|
|
2239
|
-
],
|
|
2240
|
-
"usr": "s:Sq"
|
|
2241
|
-
}
|
|
2242
|
-
],
|
|
2243
|
-
"declKind": "Var",
|
|
2244
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
2245
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
2246
|
-
"moduleName": "DavoiceTTS",
|
|
2247
|
-
"static": true,
|
|
2248
|
-
"declAttributes": [
|
|
2249
|
-
"HasInitialValue",
|
|
2250
|
-
"HasStorage",
|
|
2251
|
-
"AccessControl",
|
|
2252
|
-
"RawDocComment"
|
|
2253
|
-
],
|
|
2254
|
-
"hasStorage": true,
|
|
2255
|
-
"accessors": [
|
|
2256
|
-
{
|
|
2257
|
-
"kind": "Accessor",
|
|
2258
|
-
"name": "Get",
|
|
2259
|
-
"printedName": "Get()",
|
|
2260
|
-
"children": [
|
|
2261
|
-
{
|
|
2262
|
-
"kind": "TypeNominal",
|
|
2263
|
-
"name": "Optional",
|
|
2264
|
-
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
2265
|
-
"children": [
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "TypeFunc",
|
|
2268
|
-
"name": "Function",
|
|
2269
|
-
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
2270
|
-
"children": [
|
|
2271
|
-
{
|
|
2272
|
-
"kind": "TypeNominal",
|
|
2273
|
-
"name": "Bool",
|
|
2274
|
-
"printedName": "Swift.Bool",
|
|
2275
|
-
"usr": "s:Sb"
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"kind": "TypeNominal",
|
|
2279
|
-
"name": "Tuple",
|
|
2280
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
2281
|
-
"children": [
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "TypeNominal",
|
|
2284
|
-
"name": "URL",
|
|
2285
|
-
"printedName": "Foundation.URL",
|
|
2286
|
-
"usr": "s:10Foundation3URLV"
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "TypeFunc",
|
|
2290
|
-
"name": "Function",
|
|
2291
|
-
"printedName": "() -> ()",
|
|
2292
|
-
"children": [
|
|
2293
|
-
{
|
|
2294
|
-
"kind": "TypeNominal",
|
|
2295
|
-
"name": "Void",
|
|
2296
|
-
"printedName": "()"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"kind": "TypeNominal",
|
|
2300
|
-
"name": "Void",
|
|
2301
|
-
"printedName": "()"
|
|
2302
|
-
}
|
|
2303
|
-
]
|
|
2304
|
-
}
|
|
2305
|
-
]
|
|
2306
|
-
}
|
|
2307
|
-
]
|
|
2308
|
-
}
|
|
2309
|
-
],
|
|
2310
|
-
"usr": "s:Sq"
|
|
2311
|
-
}
|
|
2312
|
-
],
|
|
2313
|
-
"declKind": "Accessor",
|
|
2314
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
2315
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
2316
|
-
"moduleName": "DavoiceTTS",
|
|
2317
|
-
"static": true,
|
|
2318
|
-
"implicit": true,
|
|
2319
|
-
"accessorKind": "get"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "Accessor",
|
|
2323
|
-
"name": "Set",
|
|
2324
|
-
"printedName": "Set()",
|
|
2325
|
-
"children": [
|
|
2326
|
-
{
|
|
2327
|
-
"kind": "TypeNominal",
|
|
2328
|
-
"name": "Void",
|
|
2329
|
-
"printedName": "()"
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "TypeNominal",
|
|
2333
|
-
"name": "Optional",
|
|
2334
|
-
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
2335
|
-
"children": [
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "TypeFunc",
|
|
2338
|
-
"name": "Function",
|
|
2339
|
-
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
2340
|
-
"children": [
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "TypeNominal",
|
|
2343
|
-
"name": "Bool",
|
|
2344
|
-
"printedName": "Swift.Bool",
|
|
2345
|
-
"usr": "s:Sb"
|
|
2346
|
-
},
|
|
2347
|
-
{
|
|
2348
|
-
"kind": "TypeNominal",
|
|
2349
|
-
"name": "Tuple",
|
|
2350
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
2351
|
-
"children": [
|
|
2352
|
-
{
|
|
2353
|
-
"kind": "TypeNominal",
|
|
2354
|
-
"name": "URL",
|
|
2355
|
-
"printedName": "Foundation.URL",
|
|
2356
|
-
"usr": "s:10Foundation3URLV"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "TypeFunc",
|
|
2360
|
-
"name": "Function",
|
|
2361
|
-
"printedName": "() -> ()",
|
|
2362
|
-
"children": [
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "TypeNominal",
|
|
2365
|
-
"name": "Void",
|
|
2366
|
-
"printedName": "()"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "TypeNominal",
|
|
2370
|
-
"name": "Void",
|
|
2371
|
-
"printedName": "()"
|
|
2372
|
-
}
|
|
2373
|
-
]
|
|
2374
|
-
}
|
|
2375
|
-
]
|
|
2376
|
-
}
|
|
2377
|
-
]
|
|
2378
|
-
}
|
|
2379
|
-
],
|
|
2380
|
-
"usr": "s:Sq"
|
|
2381
|
-
}
|
|
2382
|
-
],
|
|
2383
|
-
"declKind": "Accessor",
|
|
2384
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
2385
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
2386
|
-
"moduleName": "DavoiceTTS",
|
|
2387
|
-
"static": true,
|
|
2388
|
-
"implicit": true,
|
|
2389
|
-
"accessorKind": "set"
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "Accessor",
|
|
2393
|
-
"name": "Modify",
|
|
2394
|
-
"printedName": "Modify()",
|
|
2395
|
-
"children": [
|
|
2396
|
-
{
|
|
2397
|
-
"kind": "TypeNominal",
|
|
2398
|
-
"name": "Void",
|
|
2399
|
-
"printedName": "()"
|
|
2400
|
-
}
|
|
2401
|
-
],
|
|
2402
|
-
"declKind": "Accessor",
|
|
2403
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
2404
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
2405
|
-
"moduleName": "DavoiceTTS",
|
|
2406
|
-
"static": true,
|
|
2407
|
-
"implicit": true,
|
|
2408
|
-
"accessorKind": "_modify"
|
|
2409
|
-
}
|
|
2410
|
-
]
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "Var",
|
|
2414
|
-
"name": "isEngineReady",
|
|
2415
|
-
"printedName": "isEngineReady",
|
|
2416
|
-
"children": [
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "TypeNominal",
|
|
2419
|
-
"name": "Optional",
|
|
2420
|
-
"printedName": "(() -> Swift.Bool)?",
|
|
2421
|
-
"children": [
|
|
2422
|
-
{
|
|
2423
|
-
"kind": "TypeFunc",
|
|
2424
|
-
"name": "Function",
|
|
2425
|
-
"printedName": "() -> Swift.Bool",
|
|
2426
|
-
"children": [
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "TypeNominal",
|
|
2429
|
-
"name": "Bool",
|
|
2430
|
-
"printedName": "Swift.Bool",
|
|
2431
|
-
"usr": "s:Sb"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"kind": "TypeNominal",
|
|
2435
|
-
"name": "Void",
|
|
2436
|
-
"printedName": "()"
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
}
|
|
2440
|
-
],
|
|
2441
|
-
"usr": "s:Sq"
|
|
2442
|
-
}
|
|
2443
|
-
],
|
|
2444
|
-
"declKind": "Var",
|
|
2445
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
2446
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
2447
|
-
"moduleName": "DavoiceTTS",
|
|
2448
|
-
"static": true,
|
|
2449
|
-
"declAttributes": [
|
|
2450
|
-
"HasInitialValue",
|
|
2451
|
-
"HasStorage",
|
|
2452
|
-
"AccessControl",
|
|
2453
|
-
"RawDocComment"
|
|
2454
|
-
],
|
|
2455
|
-
"hasStorage": true,
|
|
2456
|
-
"accessors": [
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "Accessor",
|
|
2459
|
-
"name": "Get",
|
|
2460
|
-
"printedName": "Get()",
|
|
2461
|
-
"children": [
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "TypeNominal",
|
|
2464
|
-
"name": "Optional",
|
|
2465
|
-
"printedName": "(() -> Swift.Bool)?",
|
|
2466
|
-
"children": [
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "TypeFunc",
|
|
2469
|
-
"name": "Function",
|
|
2470
|
-
"printedName": "() -> Swift.Bool",
|
|
2471
|
-
"children": [
|
|
2472
|
-
{
|
|
2473
|
-
"kind": "TypeNominal",
|
|
2474
|
-
"name": "Bool",
|
|
2475
|
-
"printedName": "Swift.Bool",
|
|
2476
|
-
"usr": "s:Sb"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "TypeNominal",
|
|
2480
|
-
"name": "Void",
|
|
2481
|
-
"printedName": "()"
|
|
2482
|
-
}
|
|
2483
|
-
]
|
|
2484
|
-
}
|
|
2485
|
-
],
|
|
2486
|
-
"usr": "s:Sq"
|
|
2487
|
-
}
|
|
2488
|
-
],
|
|
2489
|
-
"declKind": "Accessor",
|
|
2490
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
2491
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
2492
|
-
"moduleName": "DavoiceTTS",
|
|
2493
|
-
"static": true,
|
|
2494
|
-
"implicit": true,
|
|
2495
|
-
"accessorKind": "get"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "Accessor",
|
|
2499
|
-
"name": "Set",
|
|
2500
|
-
"printedName": "Set()",
|
|
2501
|
-
"children": [
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "TypeNominal",
|
|
2504
|
-
"name": "Void",
|
|
2505
|
-
"printedName": "()"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "TypeNominal",
|
|
2509
|
-
"name": "Optional",
|
|
2510
|
-
"printedName": "(() -> Swift.Bool)?",
|
|
2511
|
-
"children": [
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "TypeFunc",
|
|
2514
|
-
"name": "Function",
|
|
2515
|
-
"printedName": "() -> Swift.Bool",
|
|
2516
|
-
"children": [
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "TypeNominal",
|
|
2519
|
-
"name": "Bool",
|
|
2520
|
-
"printedName": "Swift.Bool",
|
|
2521
|
-
"usr": "s:Sb"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "TypeNominal",
|
|
2525
|
-
"name": "Void",
|
|
2526
|
-
"printedName": "()"
|
|
2527
|
-
}
|
|
2528
|
-
]
|
|
2529
|
-
}
|
|
2530
|
-
],
|
|
2531
|
-
"usr": "s:Sq"
|
|
2532
|
-
}
|
|
2533
|
-
],
|
|
2534
|
-
"declKind": "Accessor",
|
|
2535
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
2536
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
2537
|
-
"moduleName": "DavoiceTTS",
|
|
2538
|
-
"static": true,
|
|
2539
|
-
"implicit": true,
|
|
2540
|
-
"accessorKind": "set"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"kind": "Accessor",
|
|
2544
|
-
"name": "Modify",
|
|
2545
|
-
"printedName": "Modify()",
|
|
2546
|
-
"children": [
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "TypeNominal",
|
|
2549
|
-
"name": "Void",
|
|
2550
|
-
"printedName": "()"
|
|
2551
|
-
}
|
|
2552
|
-
],
|
|
2553
|
-
"declKind": "Accessor",
|
|
2554
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
2555
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
2556
|
-
"moduleName": "DavoiceTTS",
|
|
2557
|
-
"static": true,
|
|
2558
|
-
"implicit": true,
|
|
2559
|
-
"accessorKind": "_modify"
|
|
2415
|
+
"kind": "TypeDecl",
|
|
2416
|
+
"name": "Config",
|
|
2417
|
+
"printedName": "Config",
|
|
2418
|
+
"declKind": "Struct",
|
|
2419
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
2420
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
2421
|
+
"moduleName": "DavoiceTTS",
|
|
2422
|
+
"declAttributes": [
|
|
2423
|
+
"AccessControl"
|
|
2424
|
+
],
|
|
2425
|
+
"conformances": [
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "Conformance",
|
|
2428
|
+
"name": "Copyable",
|
|
2429
|
+
"printedName": "Copyable",
|
|
2430
|
+
"usr": "s:s8CopyableP",
|
|
2431
|
+
"mangledName": "$ss8CopyableP"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"kind": "Conformance",
|
|
2435
|
+
"name": "Escapable",
|
|
2436
|
+
"printedName": "Escapable",
|
|
2437
|
+
"usr": "s:s9EscapableP",
|
|
2438
|
+
"mangledName": "$ss9EscapableP"
|
|
2560
2439
|
}
|
|
2561
2440
|
]
|
|
2562
2441
|
},
|
|
2563
2442
|
{
|
|
2564
2443
|
"kind": "Var",
|
|
2565
|
-
"name": "
|
|
2566
|
-
"printedName": "
|
|
2444
|
+
"name": "onLastUtteranceFinished",
|
|
2445
|
+
"printedName": "onLastUtteranceFinished",
|
|
2567
2446
|
"children": [
|
|
2568
2447
|
{
|
|
2569
2448
|
"kind": "TypeNominal",
|
|
2570
2449
|
"name": "Optional",
|
|
2571
|
-
"printedName": "(() ->
|
|
2450
|
+
"printedName": "(() -> ())?",
|
|
2572
2451
|
"children": [
|
|
2573
2452
|
{
|
|
2574
2453
|
"kind": "TypeFunc",
|
|
2575
2454
|
"name": "Function",
|
|
2576
|
-
"printedName": "() ->
|
|
2455
|
+
"printedName": "() -> ()",
|
|
2577
2456
|
"children": [
|
|
2578
2457
|
{
|
|
2579
2458
|
"kind": "TypeNominal",
|
|
2580
|
-
"name": "
|
|
2581
|
-
"printedName": "
|
|
2582
|
-
"usr": "s:Sb"
|
|
2459
|
+
"name": "Void",
|
|
2460
|
+
"printedName": "()"
|
|
2583
2461
|
},
|
|
2584
2462
|
{
|
|
2585
2463
|
"kind": "TypeNominal",
|
|
@@ -2593,14 +2471,16 @@
|
|
|
2593
2471
|
}
|
|
2594
2472
|
],
|
|
2595
2473
|
"declKind": "Var",
|
|
2596
|
-
"usr": "
|
|
2597
|
-
"mangledName": "$
|
|
2474
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
|
|
2475
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
|
|
2598
2476
|
"moduleName": "DavoiceTTS",
|
|
2599
|
-
"static": true,
|
|
2600
2477
|
"declAttributes": [
|
|
2601
2478
|
"HasInitialValue",
|
|
2479
|
+
"Final",
|
|
2602
2480
|
"HasStorage",
|
|
2603
|
-
"AccessControl"
|
|
2481
|
+
"AccessControl",
|
|
2482
|
+
"ObjC",
|
|
2483
|
+
"RawDocComment"
|
|
2604
2484
|
],
|
|
2605
2485
|
"hasStorage": true,
|
|
2606
2486
|
"accessors": [
|
|
@@ -2612,18 +2492,17 @@
|
|
|
2612
2492
|
{
|
|
2613
2493
|
"kind": "TypeNominal",
|
|
2614
2494
|
"name": "Optional",
|
|
2615
|
-
"printedName": "(() ->
|
|
2495
|
+
"printedName": "(() -> ())?",
|
|
2616
2496
|
"children": [
|
|
2617
2497
|
{
|
|
2618
2498
|
"kind": "TypeFunc",
|
|
2619
2499
|
"name": "Function",
|
|
2620
|
-
"printedName": "() ->
|
|
2500
|
+
"printedName": "() -> ()",
|
|
2621
2501
|
"children": [
|
|
2622
2502
|
{
|
|
2623
2503
|
"kind": "TypeNominal",
|
|
2624
|
-
"name": "
|
|
2625
|
-
"printedName": "
|
|
2626
|
-
"usr": "s:Sb"
|
|
2504
|
+
"name": "Void",
|
|
2505
|
+
"printedName": "()"
|
|
2627
2506
|
},
|
|
2628
2507
|
{
|
|
2629
2508
|
"kind": "TypeNominal",
|
|
@@ -2637,11 +2516,14 @@
|
|
|
2637
2516
|
}
|
|
2638
2517
|
],
|
|
2639
2518
|
"declKind": "Accessor",
|
|
2640
|
-
"usr": "
|
|
2641
|
-
"mangledName": "$
|
|
2519
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
|
|
2520
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
|
|
2642
2521
|
"moduleName": "DavoiceTTS",
|
|
2643
|
-
"static": true,
|
|
2644
2522
|
"implicit": true,
|
|
2523
|
+
"declAttributes": [
|
|
2524
|
+
"Final",
|
|
2525
|
+
"ObjC"
|
|
2526
|
+
],
|
|
2645
2527
|
"accessorKind": "get"
|
|
2646
2528
|
},
|
|
2647
2529
|
{
|
|
@@ -2657,18 +2539,17 @@
|
|
|
2657
2539
|
{
|
|
2658
2540
|
"kind": "TypeNominal",
|
|
2659
2541
|
"name": "Optional",
|
|
2660
|
-
"printedName": "(() ->
|
|
2542
|
+
"printedName": "(() -> ())?",
|
|
2661
2543
|
"children": [
|
|
2662
2544
|
{
|
|
2663
2545
|
"kind": "TypeFunc",
|
|
2664
2546
|
"name": "Function",
|
|
2665
|
-
"printedName": "() ->
|
|
2547
|
+
"printedName": "() -> ()",
|
|
2666
2548
|
"children": [
|
|
2667
2549
|
{
|
|
2668
2550
|
"kind": "TypeNominal",
|
|
2669
|
-
"name": "
|
|
2670
|
-
"printedName": "
|
|
2671
|
-
"usr": "s:Sb"
|
|
2551
|
+
"name": "Void",
|
|
2552
|
+
"printedName": "()"
|
|
2672
2553
|
},
|
|
2673
2554
|
{
|
|
2674
2555
|
"kind": "TypeNominal",
|
|
@@ -2682,11 +2563,14 @@
|
|
|
2682
2563
|
}
|
|
2683
2564
|
],
|
|
2684
2565
|
"declKind": "Accessor",
|
|
2685
|
-
"usr": "
|
|
2686
|
-
"mangledName": "$
|
|
2566
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
|
|
2567
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
|
|
2687
2568
|
"moduleName": "DavoiceTTS",
|
|
2688
|
-
"static": true,
|
|
2689
2569
|
"implicit": true,
|
|
2570
|
+
"declAttributes": [
|
|
2571
|
+
"Final",
|
|
2572
|
+
"ObjC"
|
|
2573
|
+
],
|
|
2690
2574
|
"accessorKind": "set"
|
|
2691
2575
|
},
|
|
2692
2576
|
{
|
|
@@ -2701,170 +2585,282 @@
|
|
|
2701
2585
|
}
|
|
2702
2586
|
],
|
|
2703
2587
|
"declKind": "Accessor",
|
|
2704
|
-
"usr": "s:
|
|
2705
|
-
"mangledName": "$
|
|
2588
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
|
|
2589
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
|
|
2706
2590
|
"moduleName": "DavoiceTTS",
|
|
2707
|
-
"static": true,
|
|
2708
2591
|
"implicit": true,
|
|
2592
|
+
"declAttributes": [
|
|
2593
|
+
"Final"
|
|
2594
|
+
],
|
|
2709
2595
|
"accessorKind": "_modify"
|
|
2710
2596
|
}
|
|
2711
2597
|
]
|
|
2712
2598
|
},
|
|
2713
2599
|
{
|
|
2714
|
-
"kind": "
|
|
2715
|
-
"name": "
|
|
2716
|
-
"printedName": "
|
|
2600
|
+
"kind": "Constructor",
|
|
2601
|
+
"name": "init",
|
|
2602
|
+
"printedName": "init(model:)",
|
|
2717
2603
|
"children": [
|
|
2718
2604
|
{
|
|
2719
2605
|
"kind": "TypeNominal",
|
|
2720
|
-
"name": "
|
|
2721
|
-
"printedName": "
|
|
2722
|
-
"
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
"kind": "TypeNominal",
|
|
2730
|
-
"name": "Void",
|
|
2731
|
-
"printedName": "()"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"kind": "TypeNominal",
|
|
2735
|
-
"name": "Void",
|
|
2736
|
-
"printedName": "()"
|
|
2737
|
-
}
|
|
2738
|
-
]
|
|
2739
|
-
}
|
|
2740
|
-
],
|
|
2741
|
-
"usr": "s:Sq"
|
|
2606
|
+
"name": "DaVoiceTTS",
|
|
2607
|
+
"printedName": "DavoiceTTS.DaVoiceTTS",
|
|
2608
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "TypeNominal",
|
|
2612
|
+
"name": "URL",
|
|
2613
|
+
"printedName": "Foundation.URL",
|
|
2614
|
+
"usr": "s:10Foundation3URLV"
|
|
2742
2615
|
}
|
|
2743
2616
|
],
|
|
2744
|
-
"declKind": "
|
|
2745
|
-
"usr": "
|
|
2746
|
-
"mangledName": "$
|
|
2617
|
+
"declKind": "Constructor",
|
|
2618
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
|
|
2619
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
|
|
2747
2620
|
"moduleName": "DavoiceTTS",
|
|
2748
|
-
"
|
|
2621
|
+
"objc_name": "initWithModel:error:",
|
|
2749
2622
|
"declAttributes": [
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"AccessControl"
|
|
2623
|
+
"AccessControl",
|
|
2624
|
+
"ObjC"
|
|
2753
2625
|
],
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2626
|
+
"throwing": true,
|
|
2627
|
+
"init_kind": "Designated"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "Function",
|
|
2631
|
+
"name": "stopSpeaking",
|
|
2632
|
+
"printedName": "stopSpeaking()",
|
|
2633
|
+
"children": [
|
|
2756
2634
|
{
|
|
2757
|
-
"kind": "
|
|
2758
|
-
"name": "
|
|
2759
|
-
"printedName": "
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2635
|
+
"kind": "TypeNominal",
|
|
2636
|
+
"name": "Void",
|
|
2637
|
+
"printedName": "()"
|
|
2638
|
+
}
|
|
2639
|
+
],
|
|
2640
|
+
"declKind": "Func",
|
|
2641
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
|
|
2642
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
|
|
2643
|
+
"moduleName": "DavoiceTTS",
|
|
2644
|
+
"declAttributes": [
|
|
2645
|
+
"Final",
|
|
2646
|
+
"AccessControl",
|
|
2647
|
+
"ObjC",
|
|
2648
|
+
"RawDocComment"
|
|
2649
|
+
],
|
|
2650
|
+
"funcSelfKind": "NonMutating"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"kind": "Function",
|
|
2654
|
+
"name": "destroy",
|
|
2655
|
+
"printedName": "destroy()",
|
|
2656
|
+
"children": [
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "TypeNominal",
|
|
2659
|
+
"name": "Void",
|
|
2660
|
+
"printedName": "()"
|
|
2661
|
+
}
|
|
2662
|
+
],
|
|
2663
|
+
"declKind": "Func",
|
|
2664
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
|
|
2665
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
|
|
2666
|
+
"moduleName": "DavoiceTTS",
|
|
2667
|
+
"declAttributes": [
|
|
2668
|
+
"Final",
|
|
2669
|
+
"AccessControl",
|
|
2670
|
+
"ObjC",
|
|
2671
|
+
"RawDocComment"
|
|
2672
|
+
],
|
|
2673
|
+
"funcSelfKind": "NonMutating"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "Function",
|
|
2677
|
+
"name": "speak",
|
|
2678
|
+
"printedName": "speak(_:sid:)",
|
|
2679
|
+
"children": [
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "TypeNominal",
|
|
2682
|
+
"name": "Void",
|
|
2683
|
+
"printedName": "()"
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "TypeNominal",
|
|
2687
|
+
"name": "String",
|
|
2688
|
+
"printedName": "Swift.String",
|
|
2689
|
+
"usr": "s:SS"
|
|
2794
2690
|
},
|
|
2795
2691
|
{
|
|
2796
|
-
"kind": "
|
|
2797
|
-
"name": "
|
|
2798
|
-
"printedName": "
|
|
2692
|
+
"kind": "TypeNominal",
|
|
2693
|
+
"name": "Int32",
|
|
2694
|
+
"printedName": "Swift.Int32",
|
|
2695
|
+
"hasDefaultArg": true,
|
|
2696
|
+
"usr": "s:s5Int32V"
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"declKind": "Func",
|
|
2700
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
|
|
2701
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
|
|
2702
|
+
"moduleName": "DavoiceTTS",
|
|
2703
|
+
"declAttributes": [
|
|
2704
|
+
"Final",
|
|
2705
|
+
"AccessControl",
|
|
2706
|
+
"ObjC"
|
|
2707
|
+
],
|
|
2708
|
+
"funcSelfKind": "NonMutating"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"kind": "Function",
|
|
2712
|
+
"name": "synthesize",
|
|
2713
|
+
"printedName": "synthesize(_:speakerId:token:terminal:)",
|
|
2714
|
+
"children": [
|
|
2715
|
+
{
|
|
2716
|
+
"kind": "TypeNominal",
|
|
2717
|
+
"name": "Tuple",
|
|
2718
|
+
"printedName": "(AVFAudio.AVAudioPCMBuffer, Swift.Int)",
|
|
2799
2719
|
"children": [
|
|
2800
2720
|
{
|
|
2801
2721
|
"kind": "TypeNominal",
|
|
2802
|
-
"name": "
|
|
2803
|
-
"printedName": "
|
|
2722
|
+
"name": "AVAudioPCMBuffer",
|
|
2723
|
+
"printedName": "AVFAudio.AVAudioPCMBuffer",
|
|
2724
|
+
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
2804
2725
|
},
|
|
2805
2726
|
{
|
|
2806
2727
|
"kind": "TypeNominal",
|
|
2807
|
-
"name": "
|
|
2808
|
-
"printedName": "
|
|
2809
|
-
"
|
|
2810
|
-
{
|
|
2811
|
-
"kind": "TypeFunc",
|
|
2812
|
-
"name": "Function",
|
|
2813
|
-
"printedName": "() -> ()",
|
|
2814
|
-
"children": [
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "TypeNominal",
|
|
2817
|
-
"name": "Void",
|
|
2818
|
-
"printedName": "()"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"kind": "TypeNominal",
|
|
2822
|
-
"name": "Void",
|
|
2823
|
-
"printedName": "()"
|
|
2824
|
-
}
|
|
2825
|
-
]
|
|
2826
|
-
}
|
|
2827
|
-
],
|
|
2828
|
-
"usr": "s:Sq"
|
|
2728
|
+
"name": "Int",
|
|
2729
|
+
"printedName": "Swift.Int",
|
|
2730
|
+
"usr": "s:Si"
|
|
2829
2731
|
}
|
|
2830
|
-
]
|
|
2831
|
-
"declKind": "Accessor",
|
|
2832
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
2833
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
2834
|
-
"moduleName": "DavoiceTTS",
|
|
2835
|
-
"static": true,
|
|
2836
|
-
"implicit": true,
|
|
2837
|
-
"accessorKind": "set"
|
|
2732
|
+
]
|
|
2838
2733
|
},
|
|
2839
2734
|
{
|
|
2840
|
-
"kind": "
|
|
2841
|
-
"name": "
|
|
2842
|
-
"printedName": "
|
|
2735
|
+
"kind": "TypeNominal",
|
|
2736
|
+
"name": "String",
|
|
2737
|
+
"printedName": "Swift.String",
|
|
2738
|
+
"usr": "s:SS"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"kind": "TypeNominal",
|
|
2742
|
+
"name": "Int32",
|
|
2743
|
+
"printedName": "Swift.Int32",
|
|
2744
|
+
"hasDefaultArg": true,
|
|
2745
|
+
"usr": "s:s5Int32V"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "TypeNominal",
|
|
2749
|
+
"name": "UUID",
|
|
2750
|
+
"printedName": "Foundation.UUID",
|
|
2751
|
+
"usr": "s:10Foundation4UUIDV"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "TypeNominal",
|
|
2755
|
+
"name": "Optional",
|
|
2756
|
+
"printedName": "Swift.Character?",
|
|
2843
2757
|
"children": [
|
|
2844
2758
|
{
|
|
2845
2759
|
"kind": "TypeNominal",
|
|
2846
|
-
"name": "
|
|
2847
|
-
"printedName": "
|
|
2760
|
+
"name": "Character",
|
|
2761
|
+
"printedName": "Swift.Character",
|
|
2762
|
+
"usr": "s:SJ"
|
|
2848
2763
|
}
|
|
2849
2764
|
],
|
|
2850
|
-
"
|
|
2851
|
-
"usr": "s:
|
|
2852
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
2853
|
-
"moduleName": "DavoiceTTS",
|
|
2854
|
-
"static": true,
|
|
2855
|
-
"implicit": true,
|
|
2856
|
-
"accessorKind": "_modify"
|
|
2765
|
+
"hasDefaultArg": true,
|
|
2766
|
+
"usr": "s:Sq"
|
|
2857
2767
|
}
|
|
2858
|
-
]
|
|
2768
|
+
],
|
|
2769
|
+
"declKind": "Func",
|
|
2770
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
|
|
2771
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
|
|
2772
|
+
"moduleName": "DavoiceTTS",
|
|
2773
|
+
"declAttributes": [
|
|
2774
|
+
"Final",
|
|
2775
|
+
"AccessControl"
|
|
2776
|
+
],
|
|
2777
|
+
"throwing": true,
|
|
2778
|
+
"funcSelfKind": "NonMutating"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "Function",
|
|
2782
|
+
"name": "synthesize_top",
|
|
2783
|
+
"printedName": "synthesize_top(_:speakerId:token:)",
|
|
2784
|
+
"children": [
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "TypeNominal",
|
|
2787
|
+
"name": "AVAudioPCMBuffer",
|
|
2788
|
+
"printedName": "AVFAudio.AVAudioPCMBuffer",
|
|
2789
|
+
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "TypeNominal",
|
|
2793
|
+
"name": "String",
|
|
2794
|
+
"printedName": "Swift.String",
|
|
2795
|
+
"usr": "s:SS"
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"kind": "TypeNominal",
|
|
2799
|
+
"name": "Int32",
|
|
2800
|
+
"printedName": "Swift.Int32",
|
|
2801
|
+
"hasDefaultArg": true,
|
|
2802
|
+
"usr": "s:s5Int32V"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "TypeNominal",
|
|
2806
|
+
"name": "UUID",
|
|
2807
|
+
"printedName": "Foundation.UUID",
|
|
2808
|
+
"usr": "s:10Foundation4UUIDV"
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"declKind": "Func",
|
|
2812
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
|
|
2813
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
|
|
2814
|
+
"moduleName": "DavoiceTTS",
|
|
2815
|
+
"declAttributes": [
|
|
2816
|
+
"Final",
|
|
2817
|
+
"AccessControl",
|
|
2818
|
+
"RawDocComment",
|
|
2819
|
+
"ObjC"
|
|
2820
|
+
],
|
|
2821
|
+
"throwing": true,
|
|
2822
|
+
"funcSelfKind": "NonMutating"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"kind": "Constructor",
|
|
2826
|
+
"name": "init",
|
|
2827
|
+
"printedName": "init()",
|
|
2828
|
+
"children": [
|
|
2829
|
+
{
|
|
2830
|
+
"kind": "TypeNominal",
|
|
2831
|
+
"name": "DaVoiceTTS",
|
|
2832
|
+
"printedName": "DavoiceTTS.DaVoiceTTS",
|
|
2833
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
|
|
2834
|
+
}
|
|
2835
|
+
],
|
|
2836
|
+
"declKind": "Constructor",
|
|
2837
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
|
|
2838
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
|
|
2839
|
+
"moduleName": "DavoiceTTS",
|
|
2840
|
+
"overriding": true,
|
|
2841
|
+
"implicit": true,
|
|
2842
|
+
"objc_name": "init",
|
|
2843
|
+
"declAttributes": [
|
|
2844
|
+
"Dynamic",
|
|
2845
|
+
"ObjC",
|
|
2846
|
+
"Override"
|
|
2847
|
+
],
|
|
2848
|
+
"init_kind": "Designated"
|
|
2859
2849
|
}
|
|
2860
2850
|
],
|
|
2861
|
-
"declKind": "
|
|
2862
|
-
"usr": "
|
|
2863
|
-
"mangledName": "$
|
|
2851
|
+
"declKind": "Class",
|
|
2852
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
|
|
2853
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C",
|
|
2864
2854
|
"moduleName": "DavoiceTTS",
|
|
2865
2855
|
"declAttributes": [
|
|
2856
|
+
"Final",
|
|
2866
2857
|
"AccessControl",
|
|
2867
|
-
"
|
|
2858
|
+
"ObjCMembers",
|
|
2859
|
+
"ObjC"
|
|
2860
|
+
],
|
|
2861
|
+
"superclassUsr": "c:objc(cs)NSObject",
|
|
2862
|
+
"superclassNames": [
|
|
2863
|
+
"ObjectiveC.NSObject"
|
|
2868
2864
|
],
|
|
2869
2865
|
"conformances": [
|
|
2870
2866
|
{
|
|
@@ -2880,6 +2876,55 @@
|
|
|
2880
2876
|
"printedName": "Escapable",
|
|
2881
2877
|
"usr": "s:s9EscapableP",
|
|
2882
2878
|
"mangledName": "$ss9EscapableP"
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"kind": "Conformance",
|
|
2882
|
+
"name": "Equatable",
|
|
2883
|
+
"printedName": "Equatable",
|
|
2884
|
+
"usr": "s:SQ",
|
|
2885
|
+
"mangledName": "$sSQ"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "Conformance",
|
|
2889
|
+
"name": "Hashable",
|
|
2890
|
+
"printedName": "Hashable",
|
|
2891
|
+
"usr": "s:SH",
|
|
2892
|
+
"mangledName": "$sSH"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"kind": "Conformance",
|
|
2896
|
+
"name": "CVarArg",
|
|
2897
|
+
"printedName": "CVarArg",
|
|
2898
|
+
"usr": "s:s7CVarArgP",
|
|
2899
|
+
"mangledName": "$ss7CVarArgP"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"kind": "Conformance",
|
|
2903
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
2904
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
2905
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
2906
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"kind": "Conformance",
|
|
2910
|
+
"name": "_KeyValueCodingAndObserving",
|
|
2911
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
2912
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
2913
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"kind": "Conformance",
|
|
2917
|
+
"name": "CustomStringConvertible",
|
|
2918
|
+
"printedName": "CustomStringConvertible",
|
|
2919
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
2920
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "Conformance",
|
|
2924
|
+
"name": "CustomDebugStringConvertible",
|
|
2925
|
+
"printedName": "CustomDebugStringConvertible",
|
|
2926
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2927
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2883
2928
|
}
|
|
2884
2929
|
]
|
|
2885
2930
|
}
|
|
@@ -3037,91 +3082,98 @@
|
|
|
3037
3082
|
{
|
|
3038
3083
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3039
3084
|
"kind": "BooleanLiteral",
|
|
3040
|
-
"offset":
|
|
3085
|
+
"offset": 2312,
|
|
3086
|
+
"length": 5,
|
|
3087
|
+
"value": "false"
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3091
|
+
"kind": "BooleanLiteral",
|
|
3092
|
+
"offset": 2616,
|
|
3041
3093
|
"length": 5,
|
|
3042
3094
|
"value": "false"
|
|
3043
3095
|
},
|
|
3044
3096
|
{
|
|
3045
3097
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3046
3098
|
"kind": "IntegerLiteral",
|
|
3047
|
-
"offset":
|
|
3099
|
+
"offset": 2694,
|
|
3048
3100
|
"length": 1,
|
|
3049
3101
|
"value": "0"
|
|
3050
3102
|
},
|
|
3051
3103
|
{
|
|
3052
3104
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3053
3105
|
"kind": "FloatLiteral",
|
|
3054
|
-
"offset":
|
|
3106
|
+
"offset": 2788,
|
|
3055
3107
|
"length": 3,
|
|
3056
3108
|
"value": "0.3"
|
|
3057
3109
|
},
|
|
3058
3110
|
{
|
|
3059
3111
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3060
3112
|
"kind": "IntegerLiteral",
|
|
3061
|
-
"offset":
|
|
3113
|
+
"offset": 2869,
|
|
3062
3114
|
"length": 1,
|
|
3063
3115
|
"value": "0"
|
|
3064
3116
|
},
|
|
3065
3117
|
{
|
|
3066
3118
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3067
3119
|
"kind": "BooleanLiteral",
|
|
3068
|
-
"offset":
|
|
3120
|
+
"offset": 2930,
|
|
3069
3121
|
"length": 5,
|
|
3070
3122
|
"value": "false"
|
|
3071
3123
|
},
|
|
3072
3124
|
{
|
|
3073
3125
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3074
3126
|
"kind": "Array",
|
|
3075
|
-
"offset":
|
|
3127
|
+
"offset": 2994,
|
|
3076
3128
|
"length": 2,
|
|
3077
3129
|
"value": "[]"
|
|
3078
3130
|
},
|
|
3079
3131
|
{
|
|
3080
3132
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3081
3133
|
"kind": "StringLiteral",
|
|
3082
|
-
"offset":
|
|
3134
|
+
"offset": 3046,
|
|
3083
3135
|
"length": 16,
|
|
3084
3136
|
"value": "\"stt.tts.serial\""
|
|
3085
3137
|
},
|
|
3086
3138
|
{
|
|
3087
3139
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3088
3140
|
"kind": "BooleanLiteral",
|
|
3089
|
-
"offset":
|
|
3141
|
+
"offset": 3135,
|
|
3090
3142
|
"length": 5,
|
|
3091
3143
|
"value": "false"
|
|
3092
3144
|
},
|
|
3093
3145
|
{
|
|
3094
3146
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3095
3147
|
"kind": "Array",
|
|
3096
|
-
"offset":
|
|
3148
|
+
"offset": 3231,
|
|
3097
3149
|
"length": 203,
|
|
3098
3150
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
3099
3151
|
},
|
|
3100
3152
|
{
|
|
3101
3153
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3102
3154
|
"kind": "IntegerLiteral",
|
|
3103
|
-
"offset":
|
|
3155
|
+
"offset": 3471,
|
|
3104
3156
|
"length": 1,
|
|
3105
3157
|
"value": "0"
|
|
3106
3158
|
},
|
|
3107
3159
|
{
|
|
3108
3160
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3109
3161
|
"kind": "IntegerLiteral",
|
|
3110
|
-
"offset":
|
|
3162
|
+
"offset": 3662,
|
|
3111
3163
|
"length": 1,
|
|
3112
3164
|
"value": "0"
|
|
3113
3165
|
},
|
|
3114
3166
|
{
|
|
3115
3167
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3116
3168
|
"kind": "BooleanLiteral",
|
|
3117
|
-
"offset":
|
|
3169
|
+
"offset": 15020,
|
|
3118
3170
|
"length": 4,
|
|
3119
3171
|
"value": "true"
|
|
3120
3172
|
},
|
|
3121
3173
|
{
|
|
3122
3174
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3123
3175
|
"kind": "FloatLiteral",
|
|
3124
|
-
"offset":
|
|
3176
|
+
"offset": 37872,
|
|
3125
3177
|
"length": 3,
|
|
3126
3178
|
"value": "0.7"
|
|
3127
3179
|
},
|
|
@@ -3163,1393 +3215,1393 @@
|
|
|
3163
3215
|
{
|
|
3164
3216
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3165
3217
|
"kind": "StringLiteral",
|
|
3166
|
-
"offset":
|
|
3218
|
+
"offset": 17192,
|
|
3167
3219
|
"length": 2,
|
|
3168
3220
|
"value": "\"\""
|
|
3169
3221
|
},
|
|
3170
3222
|
{
|
|
3171
3223
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3172
3224
|
"kind": "IntegerLiteral",
|
|
3173
|
-
"offset":
|
|
3225
|
+
"offset": 19262,
|
|
3174
3226
|
"length": 1,
|
|
3175
3227
|
"value": "0"
|
|
3176
3228
|
},
|
|
3177
3229
|
{
|
|
3178
3230
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3179
3231
|
"kind": "BooleanLiteral",
|
|
3180
|
-
"offset":
|
|
3232
|
+
"offset": 19287,
|
|
3181
3233
|
"length": 5,
|
|
3182
3234
|
"value": "false"
|
|
3183
3235
|
},
|
|
3184
3236
|
{
|
|
3185
3237
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3186
3238
|
"kind": "StringLiteral",
|
|
3187
|
-
"offset":
|
|
3239
|
+
"offset": 19381,
|
|
3188
3240
|
"length": 16,
|
|
3189
3241
|
"value": "\"davtts.control\""
|
|
3190
3242
|
},
|
|
3191
3243
|
{
|
|
3192
3244
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3193
3245
|
"kind": "BooleanLiteral",
|
|
3194
|
-
"offset":
|
|
3246
|
+
"offset": 19458,
|
|
3195
3247
|
"length": 5,
|
|
3196
3248
|
"value": "false"
|
|
3197
3249
|
},
|
|
3198
3250
|
{
|
|
3199
3251
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3200
3252
|
"kind": "BooleanLiteral",
|
|
3201
|
-
"offset":
|
|
3253
|
+
"offset": 19492,
|
|
3202
3254
|
"length": 5,
|
|
3203
3255
|
"value": "false"
|
|
3204
3256
|
},
|
|
3205
3257
|
{
|
|
3206
3258
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3207
3259
|
"kind": "IntegerLiteral",
|
|
3208
|
-
"offset":
|
|
3260
|
+
"offset": 24666,
|
|
3209
3261
|
"length": 6,
|
|
3210
3262
|
"value": "16000"
|
|
3211
3263
|
},
|
|
3212
3264
|
{
|
|
3213
3265
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3214
3266
|
"kind": "IntegerLiteral",
|
|
3215
|
-
"offset":
|
|
3267
|
+
"offset": 24688,
|
|
3216
3268
|
"length": 2,
|
|
3217
3269
|
"value": "20"
|
|
3218
3270
|
},
|
|
3219
3271
|
{
|
|
3220
3272
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3221
3273
|
"kind": "IntegerLiteral",
|
|
3222
|
-
"offset":
|
|
3274
|
+
"offset": 26067,
|
|
3223
3275
|
"length": 1,
|
|
3224
3276
|
"value": "0"
|
|
3225
3277
|
},
|
|
3226
3278
|
{
|
|
3227
3279
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3228
3280
|
"kind": "IntegerLiteral",
|
|
3229
|
-
"offset":
|
|
3281
|
+
"offset": 26746,
|
|
3230
3282
|
"length": 1,
|
|
3231
3283
|
"value": "0"
|
|
3232
3284
|
},
|
|
3233
3285
|
{
|
|
3234
3286
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3235
3287
|
"kind": "IntegerLiteral",
|
|
3236
|
-
"offset":
|
|
3288
|
+
"offset": 26906,
|
|
3237
3289
|
"length": 5,
|
|
3238
3290
|
"value": "16000"
|
|
3239
3291
|
},
|
|
3240
3292
|
{
|
|
3241
3293
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3242
3294
|
"kind": "IntegerLiteral",
|
|
3243
|
-
"offset":
|
|
3295
|
+
"offset": 26983,
|
|
3244
3296
|
"length": 2,
|
|
3245
3297
|
"value": "-1"
|
|
3246
3298
|
},
|
|
3247
3299
|
{
|
|
3248
3300
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3249
3301
|
"kind": "IntegerLiteral",
|
|
3250
|
-
"offset":
|
|
3302
|
+
"offset": 27134,
|
|
3251
3303
|
"length": 2,
|
|
3252
3304
|
"value": "-1"
|
|
3253
3305
|
},
|
|
3254
3306
|
{
|
|
3255
3307
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3256
3308
|
"kind": "StringLiteral",
|
|
3257
|
-
"offset":
|
|
3309
|
+
"offset": 27754,
|
|
3258
3310
|
"length": 3,
|
|
3259
3311
|
"value": "\"_\""
|
|
3260
3312
|
},
|
|
3261
3313
|
{
|
|
3262
3314
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3263
3315
|
"kind": "StringLiteral",
|
|
3264
|
-
"offset":
|
|
3316
|
+
"offset": 27945,
|
|
3265
3317
|
"length": 11,
|
|
3266
3318
|
"value": "\"!.?,;:…\""
|
|
3267
3319
|
},
|
|
3268
3320
|
{
|
|
3269
3321
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3270
3322
|
"kind": "IntegerLiteral",
|
|
3271
|
-
"offset":
|
|
3323
|
+
"offset": 27999,
|
|
3272
3324
|
"length": 1,
|
|
3273
3325
|
"value": "1"
|
|
3274
3326
|
},
|
|
3275
3327
|
{
|
|
3276
3328
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3277
3329
|
"kind": "StringLiteral",
|
|
3278
|
-
"offset":
|
|
3330
|
+
"offset": 28056,
|
|
3279
3331
|
"length": 45,
|
|
3280
3332
|
"value": "\"endPunct == \""
|
|
3281
3333
|
},
|
|
3282
3334
|
{
|
|
3283
3335
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3284
3336
|
"kind": "StringLiteral",
|
|
3285
|
-
"offset":
|
|
3337
|
+
"offset": 28100,
|
|
3286
3338
|
"length": 2,
|
|
3287
3339
|
"value": "\"\""
|
|
3288
3340
|
},
|
|
3289
3341
|
{
|
|
3290
3342
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3291
3343
|
"kind": "StringLiteral",
|
|
3292
|
-
"offset":
|
|
3344
|
+
"offset": 28117,
|
|
3293
3345
|
"length": 33,
|
|
3294
3346
|
"value": "\"slice:'\""
|
|
3295
3347
|
},
|
|
3296
3348
|
{
|
|
3297
3349
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3298
3350
|
"kind": "StringLiteral",
|
|
3299
|
-
"offset":
|
|
3351
|
+
"offset": 28135,
|
|
3300
3352
|
"length": 58,
|
|
3301
3353
|
"value": "\"' lastScalar:\""
|
|
3302
3354
|
},
|
|
3303
3355
|
{
|
|
3304
3356
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3305
3357
|
"kind": "IntegerLiteral",
|
|
3306
|
-
"offset":
|
|
3358
|
+
"offset": 28190,
|
|
3307
3359
|
"length": 2,
|
|
3308
3360
|
"value": "-1"
|
|
3309
3361
|
},
|
|
3310
3362
|
{
|
|
3311
3363
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3312
3364
|
"kind": "IntegerLiteral",
|
|
3313
|
-
"offset":
|
|
3365
|
+
"offset": 28278,
|
|
3314
3366
|
"length": 4,
|
|
3315
3367
|
"value": "0x02"
|
|
3316
3368
|
},
|
|
3317
3369
|
{
|
|
3318
3370
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3319
3371
|
"kind": "Array",
|
|
3320
|
-
"offset":
|
|
3372
|
+
"offset": 28424,
|
|
3321
3373
|
"length": 2,
|
|
3322
3374
|
"value": "[]"
|
|
3323
3375
|
},
|
|
3324
3376
|
{
|
|
3325
3377
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3326
3378
|
"kind": "IntegerLiteral",
|
|
3327
|
-
"offset":
|
|
3379
|
+
"offset": 28518,
|
|
3328
3380
|
"length": 1,
|
|
3329
3381
|
"value": "0"
|
|
3330
3382
|
},
|
|
3331
3383
|
{
|
|
3332
3384
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3333
3385
|
"kind": "IntegerLiteral",
|
|
3334
|
-
"offset":
|
|
3386
|
+
"offset": 28704,
|
|
3335
3387
|
"length": 1,
|
|
3336
3388
|
"value": "0"
|
|
3337
3389
|
},
|
|
3338
3390
|
{
|
|
3339
3391
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3340
3392
|
"kind": "IntegerLiteral",
|
|
3341
|
-
"offset":
|
|
3393
|
+
"offset": 28755,
|
|
3342
3394
|
"length": 1,
|
|
3343
3395
|
"value": "0"
|
|
3344
3396
|
},
|
|
3345
3397
|
{
|
|
3346
3398
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3347
3399
|
"kind": "IntegerLiteral",
|
|
3348
|
-
"offset":
|
|
3400
|
+
"offset": 28864,
|
|
3349
3401
|
"length": 1,
|
|
3350
3402
|
"value": "0"
|
|
3351
3403
|
},
|
|
3352
3404
|
{
|
|
3353
3405
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3354
3406
|
"kind": "IntegerLiteral",
|
|
3355
|
-
"offset":
|
|
3407
|
+
"offset": 28993,
|
|
3356
3408
|
"length": 1,
|
|
3357
3409
|
"value": "1"
|
|
3358
3410
|
},
|
|
3359
3411
|
{
|
|
3360
3412
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3361
3413
|
"kind": "StringLiteral",
|
|
3362
|
-
"offset":
|
|
3414
|
+
"offset": 29585,
|
|
3363
3415
|
"length": 16,
|
|
3364
3416
|
"value": "\"terminator == \""
|
|
3365
3417
|
},
|
|
3366
3418
|
{
|
|
3367
3419
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3368
3420
|
"kind": "IntegerLiteral",
|
|
3369
|
-
"offset":
|
|
3421
|
+
"offset": 29648,
|
|
3370
3422
|
"length": 6,
|
|
3371
3423
|
"value": "589864"
|
|
3372
3424
|
},
|
|
3373
3425
|
{
|
|
3374
3426
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3375
3427
|
"kind": "IntegerLiteral",
|
|
3376
|
-
"offset":
|
|
3428
|
+
"offset": 30042,
|
|
3377
3429
|
"length": 1,
|
|
3378
3430
|
"value": "1"
|
|
3379
3431
|
},
|
|
3380
3432
|
{
|
|
3381
3433
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3382
3434
|
"kind": "StringLiteral",
|
|
3383
|
-
"offset":
|
|
3435
|
+
"offset": 30079,
|
|
3384
3436
|
"length": 51,
|
|
3385
3437
|
"value": "\"✅ Full cString: \"\""
|
|
3386
3438
|
},
|
|
3387
3439
|
{
|
|
3388
3440
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3389
3441
|
"kind": "StringLiteral",
|
|
3390
|
-
"offset":
|
|
3442
|
+
"offset": 30127,
|
|
3391
3443
|
"length": 1,
|
|
3392
3444
|
"value": "\"\"\""
|
|
3393
3445
|
},
|
|
3394
3446
|
{
|
|
3395
3447
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3396
3448
|
"kind": "StringLiteral",
|
|
3397
|
-
"offset":
|
|
3449
|
+
"offset": 30166,
|
|
3398
3450
|
"length": 62,
|
|
3399
3451
|
"value": "\"🔢 inputPtr offset from base: \""
|
|
3400
3452
|
},
|
|
3401
3453
|
{
|
|
3402
3454
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3403
3455
|
"kind": "StringLiteral",
|
|
3404
|
-
"offset":
|
|
3456
|
+
"offset": 30208,
|
|
3405
3457
|
"length": 1,
|
|
3406
3458
|
"value": "\" (index = \""
|
|
3407
3459
|
},
|
|
3408
3460
|
{
|
|
3409
3461
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3410
3462
|
"kind": "StringLiteral",
|
|
3411
|
-
"offset":
|
|
3463
|
+
"offset": 30226,
|
|
3412
3464
|
"length": 1,
|
|
3413
3465
|
"value": "\")\""
|
|
3414
3466
|
},
|
|
3415
3467
|
{
|
|
3416
3468
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3417
3469
|
"kind": "IntegerLiteral",
|
|
3418
|
-
"offset":
|
|
3470
|
+
"offset": 30274,
|
|
3419
3471
|
"length": 1,
|
|
3420
3472
|
"value": "0"
|
|
3421
3473
|
},
|
|
3422
3474
|
{
|
|
3423
3475
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3424
3476
|
"kind": "StringLiteral",
|
|
3425
|
-
"offset":
|
|
3477
|
+
"offset": 30466,
|
|
3426
3478
|
"length": 64,
|
|
3427
3479
|
"value": "\"🔍 Backward index \""
|
|
3428
3480
|
},
|
|
3429
3481
|
{
|
|
3430
3482
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3431
3483
|
"kind": "StringLiteral",
|
|
3432
|
-
"offset":
|
|
3484
|
+
"offset": 30495,
|
|
3433
3485
|
"length": 1,
|
|
3434
3486
|
"value": "\": byte = \""
|
|
3435
3487
|
},
|
|
3436
3488
|
{
|
|
3437
3489
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3438
3490
|
"kind": "StringLiteral",
|
|
3439
|
-
"offset":
|
|
3491
|
+
"offset": 30511,
|
|
3440
3492
|
"length": 1,
|
|
3441
3493
|
"value": "\", char = '\""
|
|
3442
3494
|
},
|
|
3443
3495
|
{
|
|
3444
3496
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3445
3497
|
"kind": "StringLiteral",
|
|
3446
|
-
"offset":
|
|
3498
|
+
"offset": 30528,
|
|
3447
3499
|
"length": 3,
|
|
3448
3500
|
"value": "\"'\""
|
|
3449
3501
|
},
|
|
3450
3502
|
{
|
|
3451
3503
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3452
3504
|
"kind": "StringLiteral",
|
|
3453
|
-
"offset":
|
|
3505
|
+
"offset": 30667,
|
|
3454
3506
|
"length": 57,
|
|
3455
3507
|
"value": "\"✅ Found terminating char: '\""
|
|
3456
3508
|
},
|
|
3457
3509
|
{
|
|
3458
3510
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3459
3511
|
"kind": "StringLiteral",
|
|
3460
|
-
"offset":
|
|
3512
|
+
"offset": 30704,
|
|
3461
3513
|
"length": 21,
|
|
3462
3514
|
"value": "\"' at index \""
|
|
3463
3515
|
},
|
|
3464
3516
|
{
|
|
3465
3517
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3466
3518
|
"kind": "StringLiteral",
|
|
3467
|
-
"offset":
|
|
3519
|
+
"offset": 30723,
|
|
3468
3520
|
"length": 2,
|
|
3469
3521
|
"value": "\"\""
|
|
3470
3522
|
},
|
|
3471
3523
|
{
|
|
3472
3524
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3473
3525
|
"kind": "IntegerLiteral",
|
|
3474
|
-
"offset":
|
|
3526
|
+
"offset": 30910,
|
|
3475
3527
|
"length": 1,
|
|
3476
3528
|
"value": "1"
|
|
3477
3529
|
},
|
|
3478
3530
|
{
|
|
3479
3531
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3480
3532
|
"kind": "IntegerLiteral",
|
|
3481
|
-
"offset":
|
|
3533
|
+
"offset": 30982,
|
|
3482
3534
|
"length": 1,
|
|
3483
3535
|
"value": "0"
|
|
3484
3536
|
},
|
|
3485
3537
|
{
|
|
3486
3538
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3487
3539
|
"kind": "StringLiteral",
|
|
3488
|
-
"offset":
|
|
3540
|
+
"offset": 31024,
|
|
3489
3541
|
"length": 66,
|
|
3490
3542
|
"value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
|
|
3491
3543
|
},
|
|
3492
3544
|
{
|
|
3493
3545
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3494
3546
|
"kind": "StringLiteral",
|
|
3495
|
-
"offset":
|
|
3547
|
+
"offset": 31412,
|
|
3496
3548
|
"length": 50,
|
|
3497
3549
|
"value": "\"ptr == nil → using last character of cString =\""
|
|
3498
3550
|
},
|
|
3499
3551
|
{
|
|
3500
3552
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3501
3553
|
"kind": "StringLiteral",
|
|
3502
|
-
"offset":
|
|
3554
|
+
"offset": 31747,
|
|
3503
3555
|
"length": 38,
|
|
3504
3556
|
"value": "\"[swift-dav] [debug] Parsed phonemes:\""
|
|
3505
3557
|
},
|
|
3506
3558
|
{
|
|
3507
3559
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3508
3560
|
"kind": "StringLiteral",
|
|
3509
|
-
"offset":
|
|
3561
|
+
"offset": 31811,
|
|
3510
3562
|
"length": 54,
|
|
3511
3563
|
"value": "\"[swift-dav] [debug] Phoneme count: \""
|
|
3512
3564
|
},
|
|
3513
3565
|
{
|
|
3514
3566
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3515
3567
|
"kind": "StringLiteral",
|
|
3516
|
-
"offset":
|
|
3568
|
+
"offset": 31864,
|
|
3517
3569
|
"length": 2,
|
|
3518
3570
|
"value": "\"\""
|
|
3519
3571
|
},
|
|
3520
3572
|
{
|
|
3521
3573
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3522
3574
|
"kind": "StringLiteral",
|
|
3523
|
-
"offset":
|
|
3575
|
+
"offset": 31882,
|
|
3524
3576
|
"length": 42,
|
|
3525
3577
|
"value": "\"[swift-dav] [debug] Converting to IDs...\""
|
|
3526
3578
|
},
|
|
3527
3579
|
{
|
|
3528
3580
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3529
3581
|
"kind": "StringLiteral",
|
|
3530
|
-
"offset":
|
|
3582
|
+
"offset": 32006,
|
|
3531
3583
|
"length": 51,
|
|
3532
3584
|
"value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
|
|
3533
3585
|
},
|
|
3534
3586
|
{
|
|
3535
3587
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3536
3588
|
"kind": "StringLiteral",
|
|
3537
|
-
"offset":
|
|
3589
|
+
"offset": 32056,
|
|
3538
3590
|
"length": 2,
|
|
3539
3591
|
"value": "\"\""
|
|
3540
3592
|
},
|
|
3541
3593
|
{
|
|
3542
3594
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3543
3595
|
"kind": "StringLiteral",
|
|
3544
|
-
"offset":
|
|
3596
|
+
"offset": 32325,
|
|
3545
3597
|
"length": 12,
|
|
3546
3598
|
"value": "\"DaVoiceTTS\""
|
|
3547
3599
|
},
|
|
3548
3600
|
{
|
|
3549
3601
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3550
3602
|
"kind": "IntegerLiteral",
|
|
3551
|
-
"offset":
|
|
3603
|
+
"offset": 32371,
|
|
3552
3604
|
"length": 1,
|
|
3553
3605
|
"value": "3"
|
|
3554
3606
|
},
|
|
3555
3607
|
{
|
|
3556
3608
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3557
3609
|
"kind": "StringLiteral",
|
|
3558
|
-
"offset":
|
|
3610
|
+
"offset": 32475,
|
|
3559
3611
|
"length": 43,
|
|
3560
3612
|
"value": "\"No valid phoneme IDs found for input text\""
|
|
3561
3613
|
},
|
|
3562
3614
|
{
|
|
3563
3615
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3564
3616
|
"kind": "StringLiteral",
|
|
3565
|
-
"offset":
|
|
3617
|
+
"offset": 32546,
|
|
3566
3618
|
"length": 21,
|
|
3567
3619
|
"value": "\"Phoneme IDs: \""
|
|
3568
3620
|
},
|
|
3569
3621
|
{
|
|
3570
3622
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3571
3623
|
"kind": "StringLiteral",
|
|
3572
|
-
"offset":
|
|
3624
|
+
"offset": 32566,
|
|
3573
3625
|
"length": 2,
|
|
3574
3626
|
"value": "\"\""
|
|
3575
3627
|
},
|
|
3576
3628
|
{
|
|
3577
3629
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3578
3630
|
"kind": "IntegerLiteral",
|
|
3579
|
-
"offset":
|
|
3631
|
+
"offset": 32823,
|
|
3580
3632
|
"length": 1,
|
|
3581
3633
|
"value": "1"
|
|
3582
3634
|
},
|
|
3583
3635
|
{
|
|
3584
3636
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3585
3637
|
"kind": "Array",
|
|
3586
|
-
"offset":
|
|
3638
|
+
"offset": 33090,
|
|
3587
3639
|
"length": 3,
|
|
3588
3640
|
"value": "[1]"
|
|
3589
3641
|
},
|
|
3590
3642
|
{
|
|
3591
3643
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3592
3644
|
"kind": "StringLiteral",
|
|
3593
|
-
"offset":
|
|
3645
|
+
"offset": 33600,
|
|
3594
3646
|
"length": 6,
|
|
3595
3647
|
"value": "\"json\""
|
|
3596
3648
|
},
|
|
3597
3649
|
{
|
|
3598
3650
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3599
3651
|
"kind": "FloatLiteral",
|
|
3600
|
-
"offset":
|
|
3652
|
+
"offset": 33789,
|
|
3601
3653
|
"length": 4,
|
|
3602
3654
|
"value": "0.95"
|
|
3603
3655
|
},
|
|
3604
3656
|
{
|
|
3605
3657
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3606
3658
|
"kind": "FloatLiteral",
|
|
3607
|
-
"offset":
|
|
3659
|
+
"offset": 33796,
|
|
3608
3660
|
"length": 4,
|
|
3609
3661
|
"value": "1.05"
|
|
3610
3662
|
},
|
|
3611
3663
|
{
|
|
3612
3664
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3613
3665
|
"kind": "FloatLiteral",
|
|
3614
|
-
"offset":
|
|
3666
|
+
"offset": 33841,
|
|
3615
3667
|
"length": 4,
|
|
3616
3668
|
"value": "0.97"
|
|
3617
3669
|
},
|
|
3618
3670
|
{
|
|
3619
3671
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3620
3672
|
"kind": "FloatLiteral",
|
|
3621
|
-
"offset":
|
|
3673
|
+
"offset": 33848,
|
|
3622
3674
|
"length": 4,
|
|
3623
3675
|
"value": "1.03"
|
|
3624
3676
|
},
|
|
3625
3677
|
{
|
|
3626
3678
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3627
3679
|
"kind": "FloatLiteral",
|
|
3628
|
-
"offset":
|
|
3680
|
+
"offset": 33893,
|
|
3629
3681
|
"length": 4,
|
|
3630
3682
|
"value": "0.95"
|
|
3631
3683
|
},
|
|
3632
3684
|
{
|
|
3633
3685
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3634
3686
|
"kind": "FloatLiteral",
|
|
3635
|
-
"offset":
|
|
3687
|
+
"offset": 33900,
|
|
3636
3688
|
"length": 4,
|
|
3637
3689
|
"value": "1.06"
|
|
3638
3690
|
},
|
|
3639
3691
|
{
|
|
3640
3692
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3641
3693
|
"kind": "IntegerLiteral",
|
|
3642
|
-
"offset":
|
|
3694
|
+
"offset": 33994,
|
|
3643
3695
|
"length": 1,
|
|
3644
3696
|
"value": "1"
|
|
3645
3697
|
},
|
|
3646
3698
|
{
|
|
3647
3699
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3648
3700
|
"kind": "FloatLiteral",
|
|
3649
|
-
"offset":
|
|
3701
|
+
"offset": 34011,
|
|
3650
3702
|
"length": 4,
|
|
3651
3703
|
"value": "0.94"
|
|
3652
3704
|
},
|
|
3653
3705
|
{
|
|
3654
3706
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3655
3707
|
"kind": "FloatLiteral",
|
|
3656
|
-
"offset":
|
|
3708
|
+
"offset": 34017,
|
|
3657
3709
|
"length": 4,
|
|
3658
3710
|
"value": "0.94"
|
|
3659
3711
|
},
|
|
3660
3712
|
{
|
|
3661
3713
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3662
3714
|
"kind": "FloatLiteral",
|
|
3663
|
-
"offset":
|
|
3715
|
+
"offset": 34023,
|
|
3664
3716
|
"length": 4,
|
|
3665
3717
|
"value": "1.06"
|
|
3666
3718
|
},
|
|
3667
3719
|
{
|
|
3668
3720
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3669
3721
|
"kind": "IntegerLiteral",
|
|
3670
|
-
"offset":
|
|
3722
|
+
"offset": 34084,
|
|
3671
3723
|
"length": 1,
|
|
3672
3724
|
"value": "2"
|
|
3673
3725
|
},
|
|
3674
3726
|
{
|
|
3675
3727
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3676
3728
|
"kind": "FloatLiteral",
|
|
3677
|
-
"offset":
|
|
3729
|
+
"offset": 34101,
|
|
3678
3730
|
"length": 4,
|
|
3679
3731
|
"value": "0.96"
|
|
3680
3732
|
},
|
|
3681
3733
|
{
|
|
3682
3734
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3683
3735
|
"kind": "FloatLiteral",
|
|
3684
|
-
"offset":
|
|
3736
|
+
"offset": 34107,
|
|
3685
3737
|
"length": 4,
|
|
3686
3738
|
"value": "0.94"
|
|
3687
3739
|
},
|
|
3688
3740
|
{
|
|
3689
3741
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3690
3742
|
"kind": "FloatLiteral",
|
|
3691
|
-
"offset":
|
|
3743
|
+
"offset": 34113,
|
|
3692
3744
|
"length": 4,
|
|
3693
3745
|
"value": "1.06"
|
|
3694
3746
|
},
|
|
3695
3747
|
{
|
|
3696
3748
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3697
3749
|
"kind": "IntegerLiteral",
|
|
3698
|
-
"offset":
|
|
3750
|
+
"offset": 34136,
|
|
3699
3751
|
"length": 1,
|
|
3700
3752
|
"value": "3"
|
|
3701
3753
|
},
|
|
3702
3754
|
{
|
|
3703
3755
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3704
3756
|
"kind": "FloatLiteral",
|
|
3705
|
-
"offset":
|
|
3757
|
+
"offset": 34153,
|
|
3706
3758
|
"length": 4,
|
|
3707
3759
|
"value": "0.98"
|
|
3708
3760
|
},
|
|
3709
3761
|
{
|
|
3710
3762
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3711
3763
|
"kind": "FloatLiteral",
|
|
3712
|
-
"offset":
|
|
3764
|
+
"offset": 34159,
|
|
3713
3765
|
"length": 4,
|
|
3714
3766
|
"value": "0.94"
|
|
3715
3767
|
},
|
|
3716
3768
|
{
|
|
3717
3769
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3718
3770
|
"kind": "FloatLiteral",
|
|
3719
|
-
"offset":
|
|
3771
|
+
"offset": 34165,
|
|
3720
3772
|
"length": 4,
|
|
3721
3773
|
"value": "1.06"
|
|
3722
3774
|
},
|
|
3723
3775
|
{
|
|
3724
3776
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3725
3777
|
"kind": "IntegerLiteral",
|
|
3726
|
-
"offset":
|
|
3778
|
+
"offset": 34188,
|
|
3727
3779
|
"length": 1,
|
|
3728
3780
|
"value": "4"
|
|
3729
3781
|
},
|
|
3730
3782
|
{
|
|
3731
3783
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3732
3784
|
"kind": "FloatLiteral",
|
|
3733
|
-
"offset":
|
|
3785
|
+
"offset": 34205,
|
|
3734
3786
|
"length": 4,
|
|
3735
3787
|
"value": "0.99"
|
|
3736
3788
|
},
|
|
3737
3789
|
{
|
|
3738
3790
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3739
3791
|
"kind": "FloatLiteral",
|
|
3740
|
-
"offset":
|
|
3792
|
+
"offset": 34211,
|
|
3741
3793
|
"length": 4,
|
|
3742
3794
|
"value": "0.94"
|
|
3743
3795
|
},
|
|
3744
3796
|
{
|
|
3745
3797
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3746
3798
|
"kind": "FloatLiteral",
|
|
3747
|
-
"offset":
|
|
3799
|
+
"offset": 34217,
|
|
3748
3800
|
"length": 4,
|
|
3749
3801
|
"value": "1.06"
|
|
3750
3802
|
},
|
|
3751
3803
|
{
|
|
3752
3804
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3753
3805
|
"kind": "IntegerLiteral",
|
|
3754
|
-
"offset":
|
|
3806
|
+
"offset": 34240,
|
|
3755
3807
|
"length": 1,
|
|
3756
3808
|
"value": "5"
|
|
3757
3809
|
},
|
|
3758
3810
|
{
|
|
3759
3811
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3760
3812
|
"kind": "IntegerLiteral",
|
|
3761
|
-
"offset":
|
|
3813
|
+
"offset": 34244,
|
|
3762
3814
|
"length": 1,
|
|
3763
3815
|
"value": "6"
|
|
3764
3816
|
},
|
|
3765
3817
|
{
|
|
3766
3818
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3767
3819
|
"kind": "FloatLiteral",
|
|
3768
|
-
"offset":
|
|
3820
|
+
"offset": 34260,
|
|
3769
3821
|
"length": 4,
|
|
3770
3822
|
"value": "1.00"
|
|
3771
3823
|
},
|
|
3772
3824
|
{
|
|
3773
3825
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3774
3826
|
"kind": "FloatLiteral",
|
|
3775
|
-
"offset":
|
|
3827
|
+
"offset": 34266,
|
|
3776
3828
|
"length": 4,
|
|
3777
3829
|
"value": "0.94"
|
|
3778
3830
|
},
|
|
3779
3831
|
{
|
|
3780
3832
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3781
3833
|
"kind": "FloatLiteral",
|
|
3782
|
-
"offset":
|
|
3834
|
+
"offset": 34272,
|
|
3783
3835
|
"length": 4,
|
|
3784
3836
|
"value": "1.06"
|
|
3785
3837
|
},
|
|
3786
3838
|
{
|
|
3787
3839
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3788
3840
|
"kind": "IntegerLiteral",
|
|
3789
|
-
"offset":
|
|
3841
|
+
"offset": 34295,
|
|
3790
3842
|
"length": 1,
|
|
3791
3843
|
"value": "7"
|
|
3792
3844
|
},
|
|
3793
3845
|
{
|
|
3794
3846
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3795
3847
|
"kind": "IntegerLiteral",
|
|
3796
|
-
"offset":
|
|
3848
|
+
"offset": 34299,
|
|
3797
3849
|
"length": 2,
|
|
3798
3850
|
"value": "12"
|
|
3799
3851
|
},
|
|
3800
3852
|
{
|
|
3801
3853
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3802
3854
|
"kind": "FloatLiteral",
|
|
3803
|
-
"offset":
|
|
3855
|
+
"offset": 34316,
|
|
3804
3856
|
"length": 4,
|
|
3805
3857
|
"value": "1.02"
|
|
3806
3858
|
},
|
|
3807
3859
|
{
|
|
3808
3860
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3809
3861
|
"kind": "FloatLiteral",
|
|
3810
|
-
"offset":
|
|
3862
|
+
"offset": 34322,
|
|
3811
3863
|
"length": 4,
|
|
3812
3864
|
"value": "0.94"
|
|
3813
3865
|
},
|
|
3814
3866
|
{
|
|
3815
3867
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3816
3868
|
"kind": "FloatLiteral",
|
|
3817
|
-
"offset":
|
|
3869
|
+
"offset": 34328,
|
|
3818
3870
|
"length": 4,
|
|
3819
3871
|
"value": "1.06"
|
|
3820
3872
|
},
|
|
3821
3873
|
{
|
|
3822
3874
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3823
3875
|
"kind": "IntegerLiteral",
|
|
3824
|
-
"offset":
|
|
3876
|
+
"offset": 34351,
|
|
3825
3877
|
"length": 2,
|
|
3826
3878
|
"value": "13"
|
|
3827
3879
|
},
|
|
3828
3880
|
{
|
|
3829
3881
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3830
3882
|
"kind": "IntegerLiteral",
|
|
3831
|
-
"offset":
|
|
3883
|
+
"offset": 34356,
|
|
3832
3884
|
"length": 2,
|
|
3833
3885
|
"value": "18"
|
|
3834
3886
|
},
|
|
3835
3887
|
{
|
|
3836
3888
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3837
3889
|
"kind": "FloatLiteral",
|
|
3838
|
-
"offset":
|
|
3890
|
+
"offset": 34373,
|
|
3839
3891
|
"length": 4,
|
|
3840
3892
|
"value": "1.04"
|
|
3841
3893
|
},
|
|
3842
3894
|
{
|
|
3843
3895
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3844
3896
|
"kind": "FloatLiteral",
|
|
3845
|
-
"offset":
|
|
3897
|
+
"offset": 34379,
|
|
3846
3898
|
"length": 4,
|
|
3847
3899
|
"value": "0.94"
|
|
3848
3900
|
},
|
|
3849
3901
|
{
|
|
3850
3902
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3851
3903
|
"kind": "FloatLiteral",
|
|
3852
|
-
"offset":
|
|
3904
|
+
"offset": 34385,
|
|
3853
3905
|
"length": 4,
|
|
3854
3906
|
"value": "1.06"
|
|
3855
3907
|
},
|
|
3856
3908
|
{
|
|
3857
3909
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3858
3910
|
"kind": "FloatLiteral",
|
|
3859
|
-
"offset":
|
|
3911
|
+
"offset": 34425,
|
|
3860
3912
|
"length": 4,
|
|
3861
3913
|
"value": "1.06"
|
|
3862
3914
|
},
|
|
3863
3915
|
{
|
|
3864
3916
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3865
3917
|
"kind": "FloatLiteral",
|
|
3866
|
-
"offset":
|
|
3918
|
+
"offset": 34431,
|
|
3867
3919
|
"length": 4,
|
|
3868
3920
|
"value": "0.94"
|
|
3869
3921
|
},
|
|
3870
3922
|
{
|
|
3871
3923
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3872
3924
|
"kind": "FloatLiteral",
|
|
3873
|
-
"offset":
|
|
3925
|
+
"offset": 34437,
|
|
3874
3926
|
"length": 4,
|
|
3875
3927
|
"value": "1.06"
|
|
3876
3928
|
},
|
|
3877
3929
|
{
|
|
3878
3930
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3879
3931
|
"kind": "FloatLiteral",
|
|
3880
|
-
"offset":
|
|
3932
|
+
"offset": 34535,
|
|
3881
3933
|
"length": 5,
|
|
3882
3934
|
"value": "0.667"
|
|
3883
3935
|
},
|
|
3884
3936
|
{
|
|
3885
3937
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3886
3938
|
"kind": "FloatLiteral",
|
|
3887
|
-
"offset":
|
|
3939
|
+
"offset": 34543,
|
|
3888
3940
|
"length": 3,
|
|
3889
3941
|
"value": "2.0"
|
|
3890
3942
|
},
|
|
3891
3943
|
{
|
|
3892
3944
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3893
3945
|
"kind": "FloatLiteral",
|
|
3894
|
-
"offset":
|
|
3946
|
+
"offset": 34575,
|
|
3895
3947
|
"length": 3,
|
|
3896
3948
|
"value": "1.0"
|
|
3897
3949
|
},
|
|
3898
3950
|
{
|
|
3899
3951
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3900
3952
|
"kind": "FloatLiteral",
|
|
3901
|
-
"offset":
|
|
3953
|
+
"offset": 34607,
|
|
3902
3954
|
"length": 3,
|
|
3903
3955
|
"value": "0.8"
|
|
3904
3956
|
},
|
|
3905
3957
|
{
|
|
3906
3958
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3907
3959
|
"kind": "FloatLiteral",
|
|
3908
|
-
"offset":
|
|
3960
|
+
"offset": 34613,
|
|
3909
3961
|
"length": 3,
|
|
3910
3962
|
"value": "2.0"
|
|
3911
3963
|
},
|
|
3912
3964
|
{
|
|
3913
3965
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3914
3966
|
"kind": "StringLiteral",
|
|
3915
|
-
"offset":
|
|
3967
|
+
"offset": 34632,
|
|
3916
3968
|
"length": 25,
|
|
3917
3969
|
"value": "\"endPunct == \""
|
|
3918
3970
|
},
|
|
3919
3971
|
{
|
|
3920
3972
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3921
3973
|
"kind": "StringLiteral",
|
|
3922
|
-
"offset":
|
|
3974
|
+
"offset": 34656,
|
|
3923
3975
|
"length": 2,
|
|
3924
3976
|
"value": "\"\""
|
|
3925
3977
|
},
|
|
3926
3978
|
{
|
|
3927
3979
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3928
3980
|
"kind": "StringLiteral",
|
|
3929
|
-
"offset":
|
|
3981
|
+
"offset": 34714,
|
|
3930
3982
|
"length": 45,
|
|
3931
3983
|
"value": "\"endPunct == \""
|
|
3932
3984
|
},
|
|
3933
3985
|
{
|
|
3934
3986
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3935
3987
|
"kind": "StringLiteral",
|
|
3936
|
-
"offset":
|
|
3988
|
+
"offset": 34758,
|
|
3937
3989
|
"length": 2,
|
|
3938
3990
|
"value": "\"\""
|
|
3939
3991
|
},
|
|
3940
3992
|
{
|
|
3941
3993
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3942
3994
|
"kind": "StringLiteral",
|
|
3943
|
-
"offset":
|
|
3995
|
+
"offset": 34808,
|
|
3944
3996
|
"length": 3,
|
|
3945
3997
|
"value": "\".\""
|
|
3946
3998
|
},
|
|
3947
3999
|
{
|
|
3948
4000
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3949
4001
|
"kind": "FloatLiteral",
|
|
3950
|
-
"offset":
|
|
4002
|
+
"offset": 34839,
|
|
3951
4003
|
"length": 4,
|
|
3952
4004
|
"value": "1.35"
|
|
3953
4005
|
},
|
|
3954
4006
|
{
|
|
3955
4007
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3956
4008
|
"kind": "StringLiteral",
|
|
3957
|
-
"offset":
|
|
4009
|
+
"offset": 34861,
|
|
3958
4010
|
"length": 3,
|
|
3959
4011
|
"value": "\"?\""
|
|
3960
4012
|
},
|
|
3961
4013
|
{
|
|
3962
4014
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3963
4015
|
"kind": "FloatLiteral",
|
|
3964
|
-
"offset":
|
|
4016
|
+
"offset": 34892,
|
|
3965
4017
|
"length": 4,
|
|
3966
4018
|
"value": "1.35"
|
|
3967
4019
|
},
|
|
3968
4020
|
{
|
|
3969
4021
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3970
4022
|
"kind": "StringLiteral",
|
|
3971
|
-
"offset":
|
|
4023
|
+
"offset": 34914,
|
|
3972
4024
|
"length": 3,
|
|
3973
4025
|
"value": "\"!\""
|
|
3974
4026
|
},
|
|
3975
4027
|
{
|
|
3976
4028
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3977
4029
|
"kind": "FloatLiteral",
|
|
3978
|
-
"offset":
|
|
4030
|
+
"offset": 34951,
|
|
3979
4031
|
"length": 3,
|
|
3980
4032
|
"value": "3.0"
|
|
3981
4033
|
},
|
|
3982
4034
|
{
|
|
3983
4035
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3984
4036
|
"kind": "FloatLiteral",
|
|
3985
|
-
"offset":
|
|
4037
|
+
"offset": 34957,
|
|
3986
4038
|
"length": 3,
|
|
3987
4039
|
"value": "4.0"
|
|
3988
4040
|
},
|
|
3989
4041
|
{
|
|
3990
4042
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3991
4043
|
"kind": "FloatLiteral",
|
|
3992
|
-
"offset":
|
|
4044
|
+
"offset": 34995,
|
|
3993
4045
|
"length": 3,
|
|
3994
4046
|
"value": "3.0"
|
|
3995
4047
|
},
|
|
3996
4048
|
{
|
|
3997
4049
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3998
4050
|
"kind": "FloatLiteral",
|
|
3999
|
-
"offset":
|
|
4051
|
+
"offset": 35001,
|
|
4000
4052
|
"length": 3,
|
|
4001
4053
|
"value": "4.0"
|
|
4002
4054
|
},
|
|
4003
4055
|
{
|
|
4004
4056
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4005
4057
|
"kind": "IntegerLiteral",
|
|
4006
|
-
"offset":
|
|
4058
|
+
"offset": 35118,
|
|
4007
4059
|
"length": 1,
|
|
4008
4060
|
"value": "1"
|
|
4009
4061
|
},
|
|
4010
4062
|
{
|
|
4011
4063
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4012
4064
|
"kind": "IntegerLiteral",
|
|
4013
|
-
"offset":
|
|
4065
|
+
"offset": 35122,
|
|
4014
4066
|
"length": 1,
|
|
4015
4067
|
"value": "6"
|
|
4016
4068
|
},
|
|
4017
4069
|
{
|
|
4018
4070
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4019
4071
|
"kind": "FloatLiteral",
|
|
4020
|
-
"offset":
|
|
4072
|
+
"offset": 35159,
|
|
4021
4073
|
"length": 3,
|
|
4022
4074
|
"value": "1.4"
|
|
4023
4075
|
},
|
|
4024
4076
|
{
|
|
4025
4077
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4026
4078
|
"kind": "FloatLiteral",
|
|
4027
|
-
"offset":
|
|
4079
|
+
"offset": 35266,
|
|
4028
4080
|
"length": 4,
|
|
4029
4081
|
"value": "1.35"
|
|
4030
4082
|
},
|
|
4031
4083
|
{
|
|
4032
4084
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4033
4085
|
"kind": "StringLiteral",
|
|
4034
|
-
"offset":
|
|
4086
|
+
"offset": 35361,
|
|
4035
4087
|
"length": 3,
|
|
4036
4088
|
"value": "\",\""
|
|
4037
4089
|
},
|
|
4038
4090
|
{
|
|
4039
4091
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4040
4092
|
"kind": "FloatLiteral",
|
|
4041
|
-
"offset":
|
|
4093
|
+
"offset": 35460,
|
|
4042
4094
|
"length": 3,
|
|
4043
4095
|
"value": "1.4"
|
|
4044
4096
|
},
|
|
4045
4097
|
{
|
|
4046
4098
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4047
4099
|
"kind": "StringLiteral",
|
|
4048
|
-
"offset":
|
|
4100
|
+
"offset": 35481,
|
|
4049
4101
|
"length": 3,
|
|
4050
4102
|
"value": "\";\""
|
|
4051
4103
|
},
|
|
4052
4104
|
{
|
|
4053
4105
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4054
4106
|
"kind": "StringLiteral",
|
|
4055
|
-
"offset":
|
|
4107
|
+
"offset": 35486,
|
|
4056
4108
|
"length": 3,
|
|
4057
4109
|
"value": "\":\""
|
|
4058
4110
|
},
|
|
4059
4111
|
{
|
|
4060
4112
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4061
4113
|
"kind": "FloatLiteral",
|
|
4062
|
-
"offset":
|
|
4114
|
+
"offset": 35517,
|
|
4063
4115
|
"length": 3,
|
|
4064
4116
|
"value": "1.4"
|
|
4065
4117
|
},
|
|
4066
4118
|
{
|
|
4067
4119
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4068
4120
|
"kind": "StringLiteral",
|
|
4069
|
-
"offset":
|
|
4121
|
+
"offset": 35538,
|
|
4070
4122
|
"length": 5,
|
|
4071
4123
|
"value": "\"…\""
|
|
4072
4124
|
},
|
|
4073
4125
|
{
|
|
4074
4126
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4075
4127
|
"kind": "FloatLiteral",
|
|
4076
|
-
"offset":
|
|
4128
|
+
"offset": 35607,
|
|
4077
4129
|
"length": 3,
|
|
4078
4130
|
"value": "1.4"
|
|
4079
4131
|
},
|
|
4080
4132
|
{
|
|
4081
4133
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4082
4134
|
"kind": "FloatLiteral",
|
|
4083
|
-
"offset":
|
|
4135
|
+
"offset": 35658,
|
|
4084
4136
|
"length": 3,
|
|
4085
4137
|
"value": "1.4"
|
|
4086
4138
|
},
|
|
4087
4139
|
{
|
|
4088
4140
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4089
4141
|
"kind": "FloatLiteral",
|
|
4090
|
-
"offset":
|
|
4142
|
+
"offset": 35743,
|
|
4091
4143
|
"length": 3,
|
|
4092
4144
|
"value": "1.4"
|
|
4093
4145
|
},
|
|
4094
4146
|
{
|
|
4095
4147
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4096
4148
|
"kind": "StringLiteral",
|
|
4097
|
-
"offset":
|
|
4149
|
+
"offset": 35965,
|
|
4098
4150
|
"length": 29,
|
|
4099
4151
|
"value": "\"scalesArray: \""
|
|
4100
4152
|
},
|
|
4101
4153
|
{
|
|
4102
4154
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4103
4155
|
"kind": "StringLiteral",
|
|
4104
|
-
"offset":
|
|
4156
|
+
"offset": 35993,
|
|
4105
4157
|
"length": 2,
|
|
4106
4158
|
"value": "\"\""
|
|
4107
4159
|
},
|
|
4108
4160
|
{
|
|
4109
4161
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4110
4162
|
"kind": "Array",
|
|
4111
|
-
"offset":
|
|
4163
|
+
"offset": 36229,
|
|
4112
4164
|
"length": 3,
|
|
4113
4165
|
"value": "[3]"
|
|
4114
4166
|
},
|
|
4115
4167
|
{
|
|
4116
4168
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4117
4169
|
"kind": "StringLiteral",
|
|
4118
|
-
"offset":
|
|
4170
|
+
"offset": 36258,
|
|
4119
4171
|
"length": 16,
|
|
4120
4172
|
"value": "\"Model inputs :\""
|
|
4121
4173
|
},
|
|
4122
4174
|
{
|
|
4123
4175
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4124
4176
|
"kind": "StringLiteral",
|
|
4125
|
-
"offset":
|
|
4177
|
+
"offset": 36316,
|
|
4126
4178
|
"length": 16,
|
|
4127
4179
|
"value": "\"Model outputs:\""
|
|
4128
4180
|
},
|
|
4129
4181
|
{
|
|
4130
4182
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4131
4183
|
"kind": "Array",
|
|
4132
|
-
"offset":
|
|
4184
|
+
"offset": 36677,
|
|
4133
4185
|
"length": 3,
|
|
4134
4186
|
"value": "[1]"
|
|
4135
4187
|
},
|
|
4136
4188
|
{
|
|
4137
4189
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4138
4190
|
"kind": "StringLiteral",
|
|
4139
|
-
"offset":
|
|
4191
|
+
"offset": 36835,
|
|
4140
4192
|
"length": 7,
|
|
4141
4193
|
"value": "\"input\""
|
|
4142
4194
|
},
|
|
4143
4195
|
{
|
|
4144
4196
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4145
4197
|
"kind": "StringLiteral",
|
|
4146
|
-
"offset":
|
|
4198
|
+
"offset": 36867,
|
|
4147
4199
|
"length": 15,
|
|
4148
4200
|
"value": "\"input_lengths\""
|
|
4149
4201
|
},
|
|
4150
4202
|
{
|
|
4151
4203
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4152
4204
|
"kind": "StringLiteral",
|
|
4153
|
-
"offset":
|
|
4205
|
+
"offset": 36916,
|
|
4154
4206
|
"length": 8,
|
|
4155
4207
|
"value": "\"scales\""
|
|
4156
4208
|
},
|
|
4157
4209
|
{
|
|
4158
4210
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4159
4211
|
"kind": "StringLiteral",
|
|
4160
|
-
"offset":
|
|
4212
|
+
"offset": 36980,
|
|
4161
4213
|
"length": 5,
|
|
4162
4214
|
"value": "\"sid\""
|
|
4163
4215
|
},
|
|
4164
4216
|
{
|
|
4165
4217
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4166
4218
|
"kind": "StringLiteral",
|
|
4167
|
-
"offset":
|
|
4219
|
+
"offset": 37008,
|
|
4168
4220
|
"length": 5,
|
|
4169
4221
|
"value": "\"sid\""
|
|
4170
4222
|
},
|
|
4171
4223
|
{
|
|
4172
4224
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4173
4225
|
"kind": "IntegerLiteral",
|
|
4174
|
-
"offset":
|
|
4226
|
+
"offset": 37107,
|
|
4175
4227
|
"length": 2,
|
|
4176
4228
|
"value": "-1"
|
|
4177
4229
|
},
|
|
4178
4230
|
{
|
|
4179
4231
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4180
4232
|
"kind": "Array",
|
|
4181
|
-
"offset":
|
|
4233
|
+
"offset": 37300,
|
|
4182
4234
|
"length": 10,
|
|
4183
4235
|
"value": "[\"output\"]"
|
|
4184
4236
|
},
|
|
4185
4237
|
{
|
|
4186
4238
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4187
4239
|
"kind": "IntegerLiteral",
|
|
4188
|
-
"offset":
|
|
4240
|
+
"offset": 37506,
|
|
4189
4241
|
"length": 13,
|
|
4190
4242
|
"value": "1000000000"
|
|
4191
4243
|
},
|
|
4192
4244
|
{
|
|
4193
4245
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4194
4246
|
"kind": "IntegerLiteral",
|
|
4195
|
-
"offset":
|
|
4247
|
+
"offset": 37576,
|
|
4196
4248
|
"length": 4,
|
|
4197
4249
|
"value": "1000"
|
|
4198
4250
|
},
|
|
4199
4251
|
{
|
|
4200
4252
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4201
4253
|
"kind": "IntegerLiteral",
|
|
4202
|
-
"offset":
|
|
4254
|
+
"offset": 37614,
|
|
4203
4255
|
"length": 4,
|
|
4204
4256
|
"value": "1000"
|
|
4205
4257
|
},
|
|
4206
4258
|
{
|
|
4207
4259
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4208
4260
|
"kind": "StringLiteral",
|
|
4209
|
-
"offset":
|
|
4261
|
+
"offset": 37699,
|
|
4210
4262
|
"length": 26,
|
|
4211
4263
|
"value": "\"Inference time: %d.%03ds\""
|
|
4212
4264
|
},
|
|
4213
4265
|
{
|
|
4214
4266
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4215
4267
|
"kind": "IntegerLiteral",
|
|
4216
|
-
"offset":
|
|
4268
|
+
"offset": 37821,
|
|
4217
4269
|
"length": 2,
|
|
4218
4270
|
"value": "-1"
|
|
4219
4271
|
},
|
|
4220
4272
|
{
|
|
4221
4273
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4222
4274
|
"kind": "StringLiteral",
|
|
4223
|
-
"offset":
|
|
4275
|
+
"offset": 37842,
|
|
4224
4276
|
"length": 14,
|
|
4225
4277
|
"value": "\"Output keys:\""
|
|
4226
4278
|
},
|
|
4227
4279
|
{
|
|
4228
4280
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4229
4281
|
"kind": "StringLiteral",
|
|
4230
|
-
"offset":
|
|
4282
|
+
"offset": 37942,
|
|
4231
4283
|
"length": 8,
|
|
4232
4284
|
"value": "\"output\""
|
|
4233
4285
|
},
|
|
4234
4286
|
{
|
|
4235
4287
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4236
4288
|
"kind": "StringLiteral",
|
|
4237
|
-
"offset":
|
|
4289
|
+
"offset": 37993,
|
|
4238
4290
|
"length": 12,
|
|
4239
4291
|
"value": "\"DaVoiceTTS\""
|
|
4240
4292
|
},
|
|
4241
4293
|
{
|
|
4242
4294
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4243
4295
|
"kind": "IntegerLiteral",
|
|
4244
|
-
"offset":
|
|
4296
|
+
"offset": 38013,
|
|
4245
4297
|
"length": 1,
|
|
4246
4298
|
"value": "4"
|
|
4247
4299
|
},
|
|
4248
4300
|
{
|
|
4249
4301
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4250
4302
|
"kind": "StringLiteral",
|
|
4251
|
-
"offset":
|
|
4303
|
+
"offset": 38080,
|
|
4252
4304
|
"length": 25,
|
|
4253
4305
|
"value": "\"'output' tensor missing\""
|
|
4254
4306
|
},
|
|
4255
4307
|
{
|
|
4256
4308
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4257
4309
|
"kind": "IntegerLiteral",
|
|
4258
|
-
"offset":
|
|
4310
|
+
"offset": 38299,
|
|
4259
4311
|
"length": 1,
|
|
4260
4312
|
"value": "0"
|
|
4261
4313
|
},
|
|
4262
4314
|
{
|
|
4263
4315
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4264
4316
|
"kind": "IntegerLiteral",
|
|
4265
|
-
"offset":
|
|
4317
|
+
"offset": 38816,
|
|
4266
4318
|
"length": 1,
|
|
4267
4319
|
"value": "0"
|
|
4268
4320
|
},
|
|
4269
4321
|
{
|
|
4270
4322
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4271
4323
|
"kind": "IntegerLiteral",
|
|
4272
|
-
"offset":
|
|
4324
|
+
"offset": 39020,
|
|
4273
4325
|
"length": 6,
|
|
4274
4326
|
"value": "16000"
|
|
4275
4327
|
},
|
|
4276
4328
|
{
|
|
4277
4329
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4278
4330
|
"kind": "IntegerLiteral",
|
|
4279
|
-
"offset":
|
|
4331
|
+
"offset": 39038,
|
|
4280
4332
|
"length": 1,
|
|
4281
4333
|
"value": "1"
|
|
4282
4334
|
},
|
|
4283
4335
|
{
|
|
4284
4336
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4285
4337
|
"kind": "StringLiteral",
|
|
4286
|
-
"offset":
|
|
4338
|
+
"offset": 39735,
|
|
4287
4339
|
"length": 22,
|
|
4288
4340
|
"value": "\"Resample error: \""
|
|
4289
4341
|
},
|
|
4290
4342
|
{
|
|
4291
4343
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4292
4344
|
"kind": "StringLiteral",
|
|
4293
|
-
"offset":
|
|
4345
|
+
"offset": 39756,
|
|
4294
4346
|
"length": 4,
|
|
4295
4347
|
"value": "\"\""
|
|
4296
4348
|
},
|
|
4297
4349
|
{
|
|
4298
4350
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4299
4351
|
"kind": "StringLiteral",
|
|
4300
|
-
"offset":
|
|
4352
|
+
"offset": 39978,
|
|
4301
4353
|
"length": 3,
|
|
4302
4354
|
"value": "\"?\""
|
|
4303
4355
|
},
|
|
4304
4356
|
{
|
|
4305
4357
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4306
4358
|
"kind": "IntegerLiteral",
|
|
4307
|
-
"offset":
|
|
4359
|
+
"offset": 40008,
|
|
4308
4360
|
"length": 2,
|
|
4309
4361
|
"value": "80"
|
|
4310
4362
|
},
|
|
4311
4363
|
{
|
|
4312
4364
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4313
4365
|
"kind": "IntegerLiteral",
|
|
4314
|
-
"offset":
|
|
4366
|
+
"offset": 40013,
|
|
4315
4367
|
"length": 3,
|
|
4316
4368
|
"value": "120"
|
|
4317
4369
|
},
|
|
4318
4370
|
{
|
|
4319
4371
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4320
4372
|
"kind": "StringLiteral",
|
|
4321
|
-
"offset":
|
|
4373
|
+
"offset": 40035,
|
|
4322
4374
|
"length": 3,
|
|
4323
4375
|
"value": "\".\""
|
|
4324
4376
|
},
|
|
4325
4377
|
{
|
|
4326
4378
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4327
4379
|
"kind": "IntegerLiteral",
|
|
4328
|
-
"offset":
|
|
4380
|
+
"offset": 40065,
|
|
4329
4381
|
"length": 2,
|
|
4330
4382
|
"value": "50"
|
|
4331
4383
|
},
|
|
4332
4384
|
{
|
|
4333
4385
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4334
4386
|
"kind": "IntegerLiteral",
|
|
4335
|
-
"offset":
|
|
4387
|
+
"offset": 40070,
|
|
4336
4388
|
"length": 2,
|
|
4337
4389
|
"value": "90"
|
|
4338
4390
|
},
|
|
4339
4391
|
{
|
|
4340
4392
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4341
4393
|
"kind": "StringLiteral",
|
|
4342
|
-
"offset":
|
|
4394
|
+
"offset": 40091,
|
|
4343
4395
|
"length": 3,
|
|
4344
4396
|
"value": "\"!\""
|
|
4345
4397
|
},
|
|
4346
4398
|
{
|
|
4347
4399
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4348
4400
|
"kind": "IntegerLiteral",
|
|
4349
|
-
"offset":
|
|
4401
|
+
"offset": 40121,
|
|
4350
4402
|
"length": 2,
|
|
4351
4403
|
"value": "60"
|
|
4352
4404
|
},
|
|
4353
4405
|
{
|
|
4354
4406
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4355
4407
|
"kind": "IntegerLiteral",
|
|
4356
|
-
"offset":
|
|
4408
|
+
"offset": 40126,
|
|
4357
4409
|
"length": 2,
|
|
4358
4410
|
"value": "90"
|
|
4359
4411
|
},
|
|
4360
4412
|
{
|
|
4361
4413
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4362
4414
|
"kind": "StringLiteral",
|
|
4363
|
-
"offset":
|
|
4415
|
+
"offset": 40147,
|
|
4364
4416
|
"length": 3,
|
|
4365
4417
|
"value": "\",\""
|
|
4366
4418
|
},
|
|
4367
4419
|
{
|
|
4368
4420
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4369
4421
|
"kind": "IntegerLiteral",
|
|
4370
|
-
"offset":
|
|
4422
|
+
"offset": 40177,
|
|
4371
4423
|
"length": 2,
|
|
4372
4424
|
"value": "50"
|
|
4373
4425
|
},
|
|
4374
4426
|
{
|
|
4375
4427
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4376
4428
|
"kind": "IntegerLiteral",
|
|
4377
|
-
"offset":
|
|
4429
|
+
"offset": 40182,
|
|
4378
4430
|
"length": 2,
|
|
4379
4431
|
"value": "70"
|
|
4380
4432
|
},
|
|
4381
4433
|
{
|
|
4382
4434
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4383
4435
|
"kind": "StringLiteral",
|
|
4384
|
-
"offset":
|
|
4436
|
+
"offset": 40203,
|
|
4385
4437
|
"length": 3,
|
|
4386
4438
|
"value": "\";\""
|
|
4387
4439
|
},
|
|
4388
4440
|
{
|
|
4389
4441
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4390
4442
|
"kind": "StringLiteral",
|
|
4391
|
-
"offset":
|
|
4443
|
+
"offset": 40208,
|
|
4392
4444
|
"length": 3,
|
|
4393
4445
|
"value": "\":\""
|
|
4394
4446
|
},
|
|
4395
4447
|
{
|
|
4396
4448
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4397
4449
|
"kind": "IntegerLiteral",
|
|
4398
|
-
"offset":
|
|
4450
|
+
"offset": 40238,
|
|
4399
4451
|
"length": 2,
|
|
4400
4452
|
"value": "50"
|
|
4401
4453
|
},
|
|
4402
4454
|
{
|
|
4403
4455
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4404
4456
|
"kind": "IntegerLiteral",
|
|
4405
|
-
"offset":
|
|
4457
|
+
"offset": 40243,
|
|
4406
4458
|
"length": 3,
|
|
4407
4459
|
"value": "100"
|
|
4408
4460
|
},
|
|
4409
4461
|
{
|
|
4410
4462
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4411
4463
|
"kind": "StringLiteral",
|
|
4412
|
-
"offset":
|
|
4464
|
+
"offset": 40265,
|
|
4413
4465
|
"length": 5,
|
|
4414
4466
|
"value": "\"…\""
|
|
4415
4467
|
},
|
|
4416
4468
|
{
|
|
4417
4469
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4418
4470
|
"kind": "IntegerLiteral",
|
|
4419
|
-
"offset":
|
|
4471
|
+
"offset": 40297,
|
|
4420
4472
|
"length": 3,
|
|
4421
4473
|
"value": "100"
|
|
4422
4474
|
},
|
|
4423
4475
|
{
|
|
4424
4476
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4425
4477
|
"kind": "IntegerLiteral",
|
|
4426
|
-
"offset":
|
|
4478
|
+
"offset": 40303,
|
|
4427
4479
|
"length": 3,
|
|
4428
4480
|
"value": "150"
|
|
4429
4481
|
},
|
|
4430
4482
|
{
|
|
4431
4483
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4432
4484
|
"kind": "IntegerLiteral",
|
|
4433
|
-
"offset":
|
|
4485
|
+
"offset": 40355,
|
|
4434
4486
|
"length": 2,
|
|
4435
4487
|
"value": "50"
|
|
4436
4488
|
},
|
|
4437
4489
|
{
|
|
4438
4490
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4439
4491
|
"kind": "IntegerLiteral",
|
|
4440
|
-
"offset":
|
|
4492
|
+
"offset": 40360,
|
|
4441
4493
|
"length": 3,
|
|
4442
4494
|
"value": "100"
|
|
4443
4495
|
},
|
|
4444
4496
|
{
|
|
4445
4497
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4446
4498
|
"kind": "FloatLiteral",
|
|
4447
|
-
"offset":
|
|
4499
|
+
"offset": 40459,
|
|
4448
4500
|
"length": 6,
|
|
4449
4501
|
"value": "1000.0"
|
|
4450
4502
|
},
|
|
4451
4503
|
{
|
|
4452
4504
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4453
4505
|
"kind": "IntegerLiteral",
|
|
4454
|
-
"offset":
|
|
4506
|
+
"offset": 40863,
|
|
4455
4507
|
"length": 1,
|
|
4456
4508
|
"value": "0"
|
|
4457
4509
|
},
|
|
4458
4510
|
{
|
|
4459
4511
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4460
4512
|
"kind": "IntegerLiteral",
|
|
4461
|
-
"offset":
|
|
4513
|
+
"offset": 40904,
|
|
4462
4514
|
"length": 1,
|
|
4463
4515
|
"value": "0"
|
|
4464
4516
|
},
|
|
4465
4517
|
{
|
|
4466
4518
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4467
4519
|
"kind": "IntegerLiteral",
|
|
4468
|
-
"offset":
|
|
4520
|
+
"offset": 41067,
|
|
4469
4521
|
"length": 1,
|
|
4470
4522
|
"value": "0"
|
|
4471
4523
|
},
|
|
4472
4524
|
{
|
|
4473
4525
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4474
4526
|
"kind": "IntegerLiteral",
|
|
4475
|
-
"offset":
|
|
4527
|
+
"offset": 41130,
|
|
4476
4528
|
"length": 1,
|
|
4477
4529
|
"value": "0"
|
|
4478
4530
|
},
|
|
4479
4531
|
{
|
|
4480
4532
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4481
4533
|
"kind": "IntegerLiteral",
|
|
4482
|
-
"offset":
|
|
4534
|
+
"offset": 41315,
|
|
4483
4535
|
"length": 6,
|
|
4484
4536
|
"value": "16000"
|
|
4485
4537
|
},
|
|
4486
4538
|
{
|
|
4487
4539
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4488
4540
|
"kind": "IntegerLiteral",
|
|
4489
|
-
"offset":
|
|
4541
|
+
"offset": 41324,
|
|
4490
4542
|
"length": 2,
|
|
4491
4543
|
"value": "-1"
|
|
4492
4544
|
},
|
|
4493
4545
|
{
|
|
4494
4546
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4495
4547
|
"kind": "StringLiteral",
|
|
4496
|
-
"offset":
|
|
4548
|
+
"offset": 41515,
|
|
4497
4549
|
"length": 12,
|
|
4498
4550
|
"value": "\"tts_output\""
|
|
4499
4551
|
},
|
|
4500
4552
|
{
|
|
4501
4553
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4502
4554
|
"kind": "StringLiteral",
|
|
4503
|
-
"offset":
|
|
4555
|
+
"offset": 41545,
|
|
4504
4556
|
"length": 6,
|
|
4505
4557
|
"value": "\".wav\""
|
|
4506
4558
|
},
|
|
4507
4559
|
{
|
|
4508
4560
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4509
4561
|
"kind": "StringLiteral",
|
|
4510
|
-
"offset":
|
|
4562
|
+
"offset": 41706,
|
|
4511
4563
|
"length": 15,
|
|
4512
4564
|
"value": "\"✅ WAV saved\""
|
|
4513
4565
|
},
|
|
4514
4566
|
{
|
|
4515
4567
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4516
4568
|
"kind": "StringLiteral",
|
|
4517
|
-
"offset":
|
|
4569
|
+
"offset": 41737,
|
|
4518
4570
|
"length": 15,
|
|
4519
4571
|
"value": "\"✅ WAV saved\""
|
|
4520
4572
|
},
|
|
4521
4573
|
{
|
|
4522
4574
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4523
4575
|
"kind": "StringLiteral",
|
|
4524
|
-
"offset":
|
|
4576
|
+
"offset": 41768,
|
|
4525
4577
|
"length": 15,
|
|
4526
4578
|
"value": "\"✅ WAV saved\""
|
|
4527
4579
|
},
|
|
4528
4580
|
{
|
|
4529
4581
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4530
4582
|
"kind": "IntegerLiteral",
|
|
4531
|
-
"offset":
|
|
4583
|
+
"offset": 42030,
|
|
4532
4584
|
"length": 2,
|
|
4533
4585
|
"value": "-1"
|
|
4534
4586
|
},
|
|
4535
4587
|
{
|
|
4536
4588
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4537
4589
|
"kind": "StringLiteral",
|
|
4538
|
-
"offset":
|
|
4590
|
+
"offset": 42102,
|
|
4539
4591
|
"length": 7,
|
|
4540
4592
|
"value": "\"first\""
|
|
4541
4593
|
},
|
|
4542
4594
|
{
|
|
4543
4595
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4544
4596
|
"kind": "StringLiteral",
|
|
4545
|
-
"offset":
|
|
4597
|
+
"offset": 42126,
|
|
4546
4598
|
"length": 6,
|
|
4547
4599
|
"value": "\".wav\""
|
|
4548
4600
|
},
|
|
4549
4601
|
{
|
|
4550
4602
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
4551
4603
|
"kind": "IntegerLiteral",
|
|
4552
|
-
"offset":
|
|
4604
|
+
"offset": 43956,
|
|
4553
4605
|
"length": 1,
|
|
4554
4606
|
"value": "0"
|
|
4555
4607
|
}
|