【发布时间】:2018-02-13 12:24:12
【问题描述】:
使用 Apple 提供的默认 AVSpeechSynthesizer 源代码,是否可以通过 AVAduioUnit 路由音频?
这个想法是让文本到语音通过 AVAudioEngine 运行。
【问题讨论】:
-
也许吧?我发现了这个:stackoverflow.com/questions/20601824/…
标签: avaudioengine avspeechsynthesizer
使用 Apple 提供的默认 AVSpeechSynthesizer 源代码,是否可以通过 AVAduioUnit 路由音频?
这个想法是让文本到语音通过 AVAudioEngine 运行。
【问题讨论】:
标签: avaudioengine avspeechsynthesizer
我们刚刚在 AudioKit 中引入了语音合成器,它可以通过我们众多处理器中的任何一个或您自己的自定义处理器来路由语音。一个警告 - 它目前仅在 macOS 上,而不是在 iOS 上。
https://github.com/AudioKit/AudioKit/tree/master/Examples/macOS/SpeechSynthesizer
【讨论】: