AVSpeechSynthesizer in SwiftUI
An object that produces synthesized speech from text utterances and enables monitoring or controlling of ongoing speech. To speak some text, create an AVSpeechUtterance instance that contains the text and pass it to spe...