OSSSpeechKit — обертка для AVFoundation и Apple Speech, упрощающая реализацию голосового ввода и вывода. Поддерживает 37 языков, в том числе и русский.
Например:
import OSSSpeechKit ..... // Declare an instance of OSSSpeechKit let speechKit = OSSSpeech.shared // Set the voice you wish to use - currently upper case for formality or language and country name speechKit.voice = OSSVoice(quality: .enhanced, language: .Australian) // Set the text in the language you have set speechKit.speakText(text: "Hello, my name is OSSSpeechKit.")
Исходники: https://github.com/AppDevGuy/OSSSpeechKit