Tag

AVFoundation

2 stories
J
Joynal Abedin

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...

5
J
Joynal Abedin

AVFoundation

AVPlayer:  An AVPlayer is not a view; rather, an AVPlayer’s content is made visible through a CALayer subclass, AVPlayerLayer, which can be added to your app’s interface. An AV Foundation video playback...

2