Questions tagged [avspeechsynthesisvoice]
2 questions
0
votes
0 answers
works in macOS playground but not in macOS cmd line project or as compiled file outside of Xcode
I'm making a command line tool. I got this to work great in the Xcode macOS playground:
import AVFoundation
let synthesizer = AVSpeechSynthesizer()
func say(_ line:String) {
let utterance = AVSpeechUtterance(string: line)
…
0
votes
1 answer
is there a way to programmatically download a AVSpeechSynthesisVoice not available in the iphone?
is there a way to programmatically download a AVSpeechSynthesisVoice not available in the iphone?
I am able to alert the user they don't have the voice, but I get a silly alert that you need to go to settings blablabla but I want to download it…

Nat Serrano
- 472
- 1
- 4
- 17