I would need to know which gender is used by the iOS system for speechSynthesis.
I have tried
let aVoice = AVSpeechSynthesisVoice()
print(#function, #line, aVoice.gender.rawValue)
But always get 0, for unspecified
I would need to know which gender is used by the iOS system for speechSynthesis.
I have tried
let aVoice = AVSpeechSynthesisVoice()
print(#function, #line, aVoice.gender.rawValue)
But always get 0, for unspecified