Is Text-To-Speech possible in WatchKit? Basically, I want to play audio based on text on an Apple Watch. How could I achieve this?
Yes you can now derive you class from AVSpeechSynthesizerDelegate, and add
import AVFoundation
var synth:AVSpeechSynthesizer = AVSpeechSynthesizer.init()
synth.delegate = self
synth.speak(utterance)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With