Tag Archives: text-to-speech

Using AVSpeechSynthesizer

      No Comments on Using AVSpeechSynthesizer

AVSpeechSynthesizer is a part of the AVFoundation framework that’s used to convert text to spoken audio. It’s a great tool for converting text to speech and it works surprisingly well. In this short article we’ll be using AVSpeechSynthesizer on a small demo app. Text to Speech A long, long time ago… Read more »