react-native-davoice-tts
Version:
tts library for React Native
6,136 lines • 203 kB
JSON
{
"ABIRoot": {
"kind": "Root",
"name": "DavoiceTTS",
"printedName": "DavoiceTTS",
"children": [
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "DavoiceTTS",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "Import",
"name": "Speech",
"printedName": "Speech",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "Import",
"name": "Accelerate",
"printedName": "Accelerate",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "Import",
"name": "AVFAudio",
"printedName": "AVFAudio",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "TypeDecl",
"name": "STTDelegate",
"printedName": "STTDelegate",
"children": [
{
"kind": "Function",
"name": "stt",
"printedName": "stt(_:didEmitEvent:body:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "STT",
"printedName": "DavoiceTTS.STT",
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "[Swift.String : Any]?",
"children": [
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
"mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
"moduleName": "DavoiceTTS",
"genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
"sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
"protocolReq": true,
"declAttributes": [
"ObjC"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
"mangledName": "$s10DavoiceTTS11STTDelegateP",
"moduleName": "DavoiceTTS",
"genericSig": "<τ_0_0 : AnyObject>",
"sugared_genericSig": "<Self : AnyObject>",
"declAttributes": [
"AccessControl",
"ObjC",
"RawDocComment"
],
"conformances": [
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
}
]
},
{
"kind": "TypeDecl",
"name": "STT",
"printedName": "STT",
"children": [
{
"kind": "Var",
"name": "delegate",
"printedName": "delegate",
"children": [
{
"kind": "TypeNominal",
"name": "WeakStorage",
"printedName": "(any DavoiceTTS.STTDelegate)?"
}
],
"declKind": "Var",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"ReferenceOwnership",
"AccessControl",
"ObjC"
],
"ownership": 1,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(any DavoiceTTS.STTDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "STTDelegate",
"printedName": "any DavoiceTTS.STTDelegate",
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(any DavoiceTTS.STTDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "STTDelegate",
"printedName": "any DavoiceTTS.STTDelegate",
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "continuous",
"printedName": "continuous",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"ObjC"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS3STTC10continuousSbvM",
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "aecEnabled",
"printedName": "aecEnabled",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)aecEnabled",
"mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"RawDocComment",
"ObjC"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)aecEnabled",
"mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAecEnabled:",
"mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS3STTC10aecEnabledSbvM",
"mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "supportedEvents",
"printedName": "supportedEvents",
"children": [
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
}
],
"declKind": "Var",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"RawDocComment",
"ObjC"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[Swift.String]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sa"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "get"
}
]
},
{
"kind": "Function",
"name": "pauseMicrophoneAndWait",
"printedName": "pauseMicrophoneAndWait(_:completion:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "NSNumber",
"printedName": "Foundation.NSNumber",
"usr": "c:objc(cs)NSNumber"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool, Swift.String?) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(Swift.Bool, Swift.String?)",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
]
}
]
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophoneAndWait:completion:",
"mangledName": "$s10DavoiceTTS3STTC22pauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "unPauseMicrophoneAndWait",
"printedName": "unPauseMicrophoneAndWait(_:completion:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "NSNumber",
"printedName": "Foundation.NSNumber",
"usr": "c:objc(cs)NSNumber"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool, Swift.String?) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(Swift.Bool, Swift.String?)",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
]
}
]
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophoneAndWait:completion:",
"mangledName": "$s10DavoiceTTS3STTC24unPauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "pauseMicrophone",
"printedName": "pauseMicrophone()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "unPauseMicrophone",
"printedName": "unPauseMicrophone()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "setAECEnabled",
"printedName": "setAECEnabled(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAECEnabled:",
"mangledName": "$s10DavoiceTTS3STTC13setAECEnabledyySbF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "isAECEnabled",
"printedName": "isAECEnabled()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isAECEnabled",
"mangledName": "$s10DavoiceTTS3STTC12isAECEnabledSbyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "isSpeechAvailable",
"printedName": "isSpeechAvailable(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
]
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
"mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "isRecognizing",
"printedName": "isRecognizing()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "startSpeech",
"printedName": "startSpeech(localeStr:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
"mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "stopSpeech",
"printedName": "stopSpeech(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Swift.Bool) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
]
}
],
"hasDefaultArg": true,
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
"mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "cancelSpeech",
"printedName": "cancelSpeech(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Swift.Bool) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
]
}
],
"hasDefaultArg": true,
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
"mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "destroySpeech",
"printedName": "destroySpeech(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Swift.Bool) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.Bool) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
]
}
],
"hasDefaultArg": true,
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
"mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "teardown",
"printedName": "teardown()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
"mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "speechRecognizer",
"printedName": "speechRecognizer(_:availabilityDidChange:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "SFSpeechRecognizer",
"printedName": "Speech.SFSpeechRecognizer",
"usr": "c:objc(cs)SFSpeechRecognizer"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
"mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
"moduleName": "DavoiceTTS",
"objc_name": "speechRecognizer:availabilityDidChange:",
"declAttributes": [
"Final",
"ObjC",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init()",
"children": [
{
"kind": "TypeNominal",
"name": "STT",
"printedName": "DavoiceTTS.STT",
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
}
],
"declKind": "Constructor",
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
"mangledName": "$s10DavoiceTTS3STTCACycfc",
"moduleName": "DavoiceTTS",
"overriding": true,
"implicit": true,
"objc_name": "init",
"declAttributes": [
"Dynamic",
"ObjC",
"Override"
],
"init_kind": "Designated"
}
],
"declKind": "Class",
"usr": "c:@M@DavoiceTTS@objc(cs)STT",
"mangledName": "$s10DavoiceTTS3STTC",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjCMembers",
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"inheritsConvenienceInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
},
{
"kind": "Conformance",
"name": "Hashable",
"printedName": "Hashable",
"usr": "s:SH",
"mangledName": "$sSH"
},
{
"kind": "Conformance",
"name": "CVarArg",
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObservingPublishing",
"printedName": "_KeyValueCodingAndObservingPublishing",
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObserving",
"printedName": "_KeyValueCodingAndObserving",
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "DavoiceTTS",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "TypeDecl",
"name": "AudioPlaybackHook",
"printedName": "AudioPlaybackHook",
"children": [
{
"kind": "Var",
"name": "engineScheduleFile",
"printedName": "engineScheduleFile",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(Foundation.URL, () -> ())",
"children": [
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
]
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(Foundation.URL, () -> ())",
"children": [
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
]
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(Foundation.URL, () -> ())",
"children": [
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
]
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "isEngineReady",
"printedName": "isEngineReady",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "useOnlyEnginePlayback",
"printedName": "useOnlyEnginePlayback",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> Swift.Bool)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> Swift.Bool",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "stopEnginePlayback",
"printedName": "stopEnginePlayback",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "currentEngine",
"printedName": "currentEngine",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> AVFAudio.AVAudioEngine?)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "AVAudioEngine",
"printedName": "AVFAudio.AVAudioEngine",
"usr": "c:objc(cs)AVAudioEngine"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> AVFAudio.AVAudioEngine?)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "AVAudioEngine",
"printedName": "AVFAudio.AVAudioEngine",
"usr": "c:objc(cs)AVAudioEngine"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> AVFAudio.AVAudioEngine?)?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "AVFAudio.AVAudioEngine?",
"children": [
{
"kind": "TypeNominal",
"name": "AVAudioEngine",
"printedName": "AVFAudio.AVAudioEngine",
"usr": "c:objc(cs)AVAudioEngine"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"accessorKind": "_modify"
}
]
}
],
"declKind": "Enum",
"usr": "s:10DavoiceTTS17AudioPlaybackHookO",
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
"moduleName": "DavoiceTTS",
"declAttributes": [
"AccessControl",
"RawDocComment"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
}
]
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "DavoiceTTS",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "onnxruntime_objc",
"printedName": "onnxruntime_objc",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "Import",
"name": "phonemes",
"printedName": "phonemes",
"declKind": "Import",
"moduleName": "DavoiceTTS",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "Import",
"name": "Accelerate",
"printedName": "Accelerate",
"declKind": "Import",
"moduleName": "DavoiceTTS"
},
{
"kind": "TypeDecl",
"name": "SwiftSoundQueue",
"printedName": "SwiftSoundQueue",
"children": [
{
"kind": "Var",
"name": "shared",
"printedName": "shared",
"children": [
{
"kind": "TypeNominal",
"name": "SwiftSoundQueue",
"printedName": "DavoiceTTS.SwiftSoundQueue",
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
"moduleName": "DavoiceTTS",
"static": true,
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"RawDocComment"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "SwiftSoundQueue",
"printedName": "DavoiceTTS.SwiftSoundQueue",
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
"moduleName": "DavoiceTTS",
"static": true,
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "get"
}
]
},
{
"kind": "Function",
"name": "notifyWhenURLFinishes",
"printedName": "notifyWhenURLFinishes(_:_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
},
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "onItemDone",
"printedName": "onItemDone",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"RawDocComment"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "((Foundation.URL) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "onQueueEmpty",
"printedName": "onQueueEmpty",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"RawDocComment"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Function",
"name": "enqueue",
"printedName": "enqueue(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "enqueueMany",
"printedName": "enqueueMany(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Array",
"printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
"children": [
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
}
],
"usr": "s:Sa"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "stop",
"printedName": "stop()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "TypeDecl",
"name": "Source",
"printedName": "Source",
"children": [
{
"kind": "Var",
"name": "fileURL",
"printedName": "fileURL",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
"children": [
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
]
},
{
"kind": "TypeNominal",
"name": "Metatype",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
"children": [
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
}
]
}
]
}
],
"declKind": "EnumElement",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
"moduleName": "DavoiceTTS"
},
{
"kind": "Var",
"name": "named",
"printedName": "named",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
"children": [
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
]
},
{
"kind": "TypeNominal",
"name": "Metatype",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
"children": [
{
"kind": "TypeNominal",
"name": "Source",
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
}
]
}
]
}
],
"declKind": "EnumElement",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
"moduleName": "DavoiceTTS"
}
],
"declKind": "Enum",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
"moduleName": "DavoiceTTS",
"declAttributes": [
"AccessControl",
"RawDocComment"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
}
]
},
{
"kind": "Function",
"name": "audioPlayerDidFinishPlaying",
"printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "AVAudioPlayer",
"printedName": "AVFAudio.AVAudioPlayer",
"usr": "c:objc(cs)AVAudioPlayer"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
"moduleName": "DavoiceTTS",
"objc_name": "audioPlayerDidFinishPlaying:successfully:",
"declAttributes": [
"Final",
"ObjC",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "activatePlaybackOnlySession",
"printedName": "activatePlaybackOnlySession()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC27activatePlaybackOnlySessionyyF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27activatePlaybackOnlySessionyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "activateSpeaker",
"printedName": "activateSpeaker()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl"
],
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"RawDocComment",
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"hasMissingDesignatedInitializers": true,
"inheritsConvenienceInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
},
{
"kind": "Conformance",
"name": "Hashable",
"printedName": "Hashable",
"usr": "s:SH",
"mangledName": "$sSH"
},
{
"kind": "Conformance",
"name": "CVarArg",
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObservingPublishing",
"printedName": "_KeyValueCodingAndObservingPublishing",
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObserving",
"printedName": "_KeyValueCodingAndObserving",
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
{
"kind": "TypeDecl",
"name": "DaVoiceTTS",
"printedName": "DaVoiceTTS",
"children": [
{
"kind": "TypeDecl",
"name": "Config",
"printedName": "Config",
"declKind": "Struct",
"usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
"moduleName": "DavoiceTTS",
"declAttributes": [
"AccessControl"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
}
]
},
{
"kind": "Var",
"name": "onLastUtteranceFinished",
"printedName": "onLastUtteranceFinished",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasInitialValue",
"Final",
"HasStorage",
"AccessControl",
"ObjC",
"RawDocComment"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(() -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "() -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final",
"ObjC"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"declAttributes": [
"Final"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "TypeDecl",
"name": "Biquad",
"printedName": "Biquad",
"children": [
{
"kind": "Var",
"name": "b0",
"printedName": "b0",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvp",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvg",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvs",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b0Sfvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b0SfvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b0SfvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "b1",
"printedName": "b1",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvp",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvg",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvs",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b1Sfvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b1SfvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b1SfvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "b2",
"printedName": "b2",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvp",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvg",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvs",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b2Sfvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b2SfvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b2SfvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "a1",
"printedName": "a1",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvp",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvg",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvs",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a1Sfvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a1SfvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a1SfvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "a2",
"printedName": "a2",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Var",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvp",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvp",
"moduleName": "DavoiceTTS",
"declAttributes": [
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvg",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvg",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvs",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a2Sfvs",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2a2SfvM",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2a2SfvM",
"moduleName": "DavoiceTTS",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(b0:b1:b2:a1:a2:)",
"children": [
{
"kind": "TypeNominal",
"name": "Biquad",
"printedName": "DavoiceTTS.DaVoiceTTS.Biquad",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Constructor",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV2b02b12b22a12a2AESf_S4ftcfc",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV2b02b12b22a12a2AESf_S4ftcfc",
"moduleName": "DavoiceTTS",
"declAttributes": [
"AccessControl",
"RawDocComment"
],
"init_kind": "Designated"
},
{
"kind": "Function",
"name": "process",
"printedName": "process(_:_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "UnsafeMutablePointer",
"printedName": "Swift.UnsafeMutablePointer<Swift.Float>",
"children": [
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"usr": "s:Sp"
},
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"declKind": "Func",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV7processyySpySfG_SitF",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV7processyySpySfG_SitF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Mutating",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "Mutating"
}
],
"declKind": "Struct",
"usr": "s:10DavoiceTTS07DaVoiceB0C6BiquadV",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6BiquadV",
"moduleName": "DavoiceTTS",
"declAttributes": [
"AccessControl"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(model:)",
"children": [
{
"kind": "TypeNominal",
"name": "DaVoiceTTS",
"printedName": "DavoiceTTS.DaVoiceTTS",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
}
],
"declKind": "Constructor",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
"moduleName": "DavoiceTTS",
"objc_name": "initWithModel:error:",
"declAttributes": [
"AccessControl",
"ObjC"
],
"throwing": true,
"init_kind": "Designated"
},
{
"kind": "Function",
"name": "stopSpeaking",
"printedName": "stopSpeaking()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "destroy",
"printedName": "destroy()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "speak",
"printedName": "speak(_:sid:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Int32",
"printedName": "Swift.Int32",
"hasDefaultArg": true,
"usr": "s:s5Int32V"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
"moduleName": "DavoiceTTS",
"objc_name": "speak:sid:",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "speak",
"printedName": "speak(_:sid:speed:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Int32",
"printedName": "Swift.Int32",
"hasDefaultArg": true,
"usr": "s:s5Int32V"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:speed:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sid5speedySS_s5Int32VSftF",
"moduleName": "DavoiceTTS",
"objc_name": "speak:sid:speed:",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "synthesize_top",
"printedName": "synthesize_top(_:speakerId:token:speed_adjuster:)",
"children": [
{
"kind": "TypeNominal",
"name": "AVAudioPCMBuffer",
"printedName": "AVFAudio.AVAudioPCMBuffer",
"usr": "c:objc(cs)AVAudioPCMBuffer"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "Int32",
"printedName": "Swift.Int32",
"hasDefaultArg": true,
"usr": "s:s5Int32V"
},
{
"kind": "TypeNominal",
"name": "UUID",
"printedName": "Foundation.UUID",
"usr": "s:10Foundation4UUIDV"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:speed_adjuster:error:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5token14speed_adjusterSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVSftKF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC"
],
"throwing": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "playWav",
"printedName": "playWav(_:markAsLastUtterance:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "URL",
"printedName": "Foundation.URL",
"usr": "s:10Foundation3URLV"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"hasDefaultArg": true,
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)playWav:markAsLastUtterance:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C7playWav_19markAsLastUtterancey10Foundation3URLV_SbtF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "playBuffer",
"printedName": "playBuffer(_:markAsLastUtterance:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "AVAudioPCMBuffer",
"printedName": "AVFAudio.AVAudioPCMBuffer",
"usr": "c:objc(cs)AVAudioPCMBuffer"
},
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"hasDefaultArg": true,
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)playBuffer:markAsLastUtterance:",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C10playBuffer_19markAsLastUtteranceySo16AVAudioPCMBufferC_SbtF",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init()",
"children": [
{
"kind": "TypeNominal",
"name": "DaVoiceTTS",
"printedName": "DavoiceTTS.DaVoiceTTS",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
}
],
"declKind": "Constructor",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
"mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
"moduleName": "DavoiceTTS",
"overriding": true,
"implicit": true,
"objc_name": "init",
"declAttributes": [
"Dynamic",
"ObjC",
"Override"
],
"init_kind": "Designated"
}
],
"declKind": "Class",
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
"mangledName": "$s10DavoiceTTS07DaVoiceB0C",
"moduleName": "DavoiceTTS",
"declAttributes": [
"Final",
"AccessControl",
"ObjCMembers",
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"superclassNames": [
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
},
{
"kind": "Conformance",
"name": "Hashable",
"printedName": "Hashable",
"usr": "s:SH",
"mangledName": "$sSH"
},
{
"kind": "Conformance",
"name": "CVarArg",
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObservingPublishing",
"printedName": "_KeyValueCodingAndObservingPublishing",
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObserving",
"printedName": "_KeyValueCodingAndObserving",
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
}
],
"json_format_version": 8
},
"ConstValues": [
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 458,
"length": 4,
"value": "true"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 562,
"length": 4,
"value": "true"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 906,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1057,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1108,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 1163,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1217,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 1271,
"length": 3,
"value": "0.5"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 1358,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1463,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 1549,
"length": 3,
"value": "4.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1685,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 1737,
"length": 3,
"value": "1.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1915,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 1990,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2085,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2165,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 2216,
"length": 3,
"value": "8.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 2317,
"length": 3,
"value": "2.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2367,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 2397,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2443,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "StringLiteral",
"offset": 2485,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2556,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 2607,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "StringLiteral",
"offset": 2650,
"length": 6,
"value": "\"cold\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 2955,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3147,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 3241,
"length": 3,
"value": "0.3"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3322,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 3383,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "Array",
"offset": 3447,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "StringLiteral",
"offset": 3499,
"length": 16,
"value": "\"stt.tts.serial\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 3588,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3636,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3735,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3828,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 3873,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 3957,
"length": 3,
"value": "1.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 4047,
"length": 3,
"value": "5.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 4121,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 4229,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 4280,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 4388,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 4463,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 4499,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "Array",
"offset": 4595,
"length": 203,
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 15114,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 15274,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 16806,
"length": 4,
"value": "true"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "IntegerLiteral",
"offset": 17603,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 26910,
"length": 4,
"value": "true"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "BooleanLiteral",
"offset": 45745,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
"kind": "FloatLiteral",
"offset": 60235,
"length": 3,
"value": "0.7"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 166,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 185,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 671,
"length": 41,
"value": "\"####%$#$%$#^&^*&*^#$%#$%#$#%^&&*****###\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Dictionary",
"offset": 10616,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 11107,
"length": 17,
"value": "\"audio.session.q\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 12237,
"length": 19,
"value": "\"swift.sound.queue\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 12294,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19368,
"length": 4,
"value": "0.95"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19391,
"length": 3,
"value": "5.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19514,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19550,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19572,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19612,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19651,
"length": 3,
"value": "8.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19693,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19704,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19747,
"length": 4,
"value": "-1.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19765,
"length": 3,
"value": "1.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19792,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19809,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19918,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 19938,
"length": 6,
"value": "1000.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19962,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 19993,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 20069,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 27966,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 29627,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 29652,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 29746,
"length": 16,
"value": "\"davtts.control\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 29823,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 29857,
"length": 5,
"value": "false"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 30578,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 30593,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 32309,
"length": 4,
"value": "10.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 32322,
"length": 4,
"value": "40.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 32341,
"length": 3,
"value": "2.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32427,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32442,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32448,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32458,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32463,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32487,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32495,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32505,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32536,
"length": 2,
"value": "-2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32546,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32554,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32584,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32592,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32602,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32636,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32644,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32654,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32684,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32691,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32699,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32725,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32733,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 32743,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 37604,
"length": 6,
"value": "16000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 37626,
"length": 2,
"value": "20"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 39074,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 40059,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 41745,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 41874,
"length": 5,
"value": "48000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 41962,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 42113,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 42747,
"length": 3,
"value": "\"_\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 42995,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 43115,
"length": 33,
"value": "\"slice:'\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 43133,
"length": 58,
"value": "\"' lastScalar:\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43188,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43276,
"length": 4,
"value": "0x02"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 43422,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43516,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43702,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43753,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43862,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 43991,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 44583,
"length": 16,
"value": "\"terminator == \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 44646,
"length": 6,
"value": "589864"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 45040,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45077,
"length": 51,
"value": "\"✅ Full cString: \"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45125,
"length": 1,
"value": "\"\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45164,
"length": 62,
"value": "\"🔢 inputPtr offset from base: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45206,
"length": 1,
"value": "\" (index = \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45224,
"length": 1,
"value": "\")\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 45272,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45464,
"length": 64,
"value": "\"🔍 Backward index \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45493,
"length": 1,
"value": "\": byte = \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45509,
"length": 1,
"value": "\", char = '\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45526,
"length": 3,
"value": "\"'\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45665,
"length": 57,
"value": "\"✅ Found terminating char: '\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45702,
"length": 21,
"value": "\"' at index \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 45721,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 45908,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 45980,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46022,
"length": 66,
"value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46410,
"length": 50,
"value": "\"ptr == nil → using last character of cString =\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46745,
"length": 38,
"value": "\"[swift-dav] [debug] Parsed phonemes:\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46809,
"length": 54,
"value": "\"[swift-dav] [debug] Phoneme count: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46862,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 46880,
"length": 42,
"value": "\"[swift-dav] [debug] Converting to IDs...\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47004,
"length": 51,
"value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47054,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47323,
"length": 12,
"value": "\"DaVoiceTTS\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 47369,
"length": 1,
"value": "3"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47473,
"length": 43,
"value": "\"No valid phoneme IDs found for input text\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47544,
"length": 21,
"value": "\"Phoneme IDs: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 47564,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 47821,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 48088,
"length": 3,
"value": "[1]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48786,
"length": 4,
"value": "0.95"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48793,
"length": 4,
"value": "1.05"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48838,
"length": 4,
"value": "0.97"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48845,
"length": 4,
"value": "1.03"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48890,
"length": 4,
"value": "0.95"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 48897,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 48983,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49000,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49006,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49012,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49073,
"length": 1,
"value": "2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49090,
"length": 4,
"value": "0.96"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49096,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49102,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49125,
"length": 1,
"value": "3"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49142,
"length": 4,
"value": "0.98"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49148,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49154,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49177,
"length": 1,
"value": "4"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49194,
"length": 4,
"value": "0.99"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49200,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49206,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49229,
"length": 1,
"value": "5"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49233,
"length": 1,
"value": "6"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49249,
"length": 4,
"value": "1.00"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49255,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49261,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49284,
"length": 1,
"value": "7"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49288,
"length": 2,
"value": "12"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49305,
"length": 4,
"value": "1.02"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49311,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49317,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49340,
"length": 2,
"value": "13"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 49345,
"length": 2,
"value": "18"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49362,
"length": 4,
"value": "1.04"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49368,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49374,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49414,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49420,
"length": 4,
"value": "0.94"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49426,
"length": 4,
"value": "1.06"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49563,
"length": 4,
"value": "0.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49607,
"length": 4,
"value": "0.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49613,
"length": 3,
"value": "3.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49664,
"length": 3,
"value": "0.9"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49741,
"length": 3,
"value": "0.2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 49830,
"length": 61,
"value": "\"primaryPunct == \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 49862,
"length": 10,
"value": "\" punctCount == \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 49890,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 49967,
"length": 3,
"value": "\".\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 49998,
"length": 3,
"value": "1.2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 50019,
"length": 3,
"value": "\"?\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50050,
"length": 3,
"value": "1.2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 50071,
"length": 3,
"value": "\"!\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50108,
"length": 3,
"value": "3.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50114,
"length": 3,
"value": "4.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50152,
"length": 3,
"value": "3.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50158,
"length": 3,
"value": "4.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 50275,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 50279,
"length": 1,
"value": "6"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50316,
"length": 4,
"value": "1.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50424,
"length": 4,
"value": "1.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 50503,
"length": 3,
"value": "\",\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50602,
"length": 3,
"value": "1.2"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 50623,
"length": 3,
"value": "\";\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 50628,
"length": 3,
"value": "\":\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50659,
"length": 4,
"value": "1.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50711,
"length": 4,
"value": "1.25"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 50792,
"length": 4,
"value": "1.15"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 52408,
"length": 29,
"value": "\"scalesArray: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 52436,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 52672,
"length": 3,
"value": "[3]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 52701,
"length": 16,
"value": "\"Model inputs :\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 52759,
"length": 16,
"value": "\"Model outputs:\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 53122,
"length": 3,
"value": "[1]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 53280,
"length": 7,
"value": "\"input\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 53312,
"length": 15,
"value": "\"input_lengths\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 53361,
"length": 8,
"value": "\"scales\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 53425,
"length": 5,
"value": "\"sid\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 53453,
"length": 5,
"value": "\"sid\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 53552,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "Array",
"offset": 53745,
"length": 10,
"value": "[\"output\"]"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 53951,
"length": 13,
"value": "1000000000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 54013,
"length": 4,
"value": "1000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 54051,
"length": 4,
"value": "1000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 54128,
"length": 26,
"value": "\"Inference time: %d.%03ds\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 54250,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 54271,
"length": 14,
"value": "\"Output keys:\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 54371,
"length": 8,
"value": "\"output\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 54422,
"length": 12,
"value": "\"DaVoiceTTS\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 54442,
"length": 1,
"value": "4"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 54509,
"length": 25,
"value": "\"'output' tensor missing\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 54728,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 55245,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 55466,
"length": 1,
"value": "1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56265,
"length": 22,
"value": "\"Resample error: \""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56286,
"length": 4,
"value": "\"\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56527,
"length": 3,
"value": "\"?\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56539,
"length": 2,
"value": "80"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56544,
"length": 3,
"value": "120"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56565,
"length": 3,
"value": "\".\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56577,
"length": 2,
"value": "50"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56582,
"length": 2,
"value": "90"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56602,
"length": 3,
"value": "\"!\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56614,
"length": 2,
"value": "60"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56619,
"length": 2,
"value": "90"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56639,
"length": 3,
"value": "\",\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56651,
"length": 2,
"value": "20"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56656,
"length": 2,
"value": "30"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56676,
"length": 3,
"value": "\";\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 56681,
"length": 3,
"value": "\":\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56693,
"length": 2,
"value": "50"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56698,
"length": 3,
"value": "100"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56731,
"length": 2,
"value": "50"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 56736,
"length": 3,
"value": "100"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 56817,
"length": 3,
"value": "2.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 57572,
"length": 6,
"value": "1000.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 57990,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 58031,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 58199,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 58264,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 58385,
"length": 4,
"value": "0.95"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "FloatLiteral",
"offset": 58399,
"length": 3,
"value": "5.0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 58552,
"length": 6,
"value": "16000"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 58561,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60295,
"length": 12,
"value": "\"tts_output\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60325,
"length": 6,
"value": "\".wav\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60486,
"length": 15,
"value": "\"✅ WAV saved\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60517,
"length": 15,
"value": "\"✅ WAV saved\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60548,
"length": 15,
"value": "\"✅ WAV saved\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 60818,
"length": 2,
"value": "-1"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60890,
"length": 7,
"value": "\"first\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "StringLiteral",
"offset": 60914,
"length": 6,
"value": "\".wav\""
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "IntegerLiteral",
"offset": 65742,
"length": 1,
"value": "0"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 76841,
"length": 4,
"value": "true"
},
{
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
"kind": "BooleanLiteral",
"offset": 77807,
"length": 4,
"value": "true"
}
]
}