ios - 有没有办法记录应用程序输出的所有声音?

标签 ios swift audiokit

我实际上想做的是为 AVSpeechSynthesizer 生成的音频生成声波。由于 id 没有保存音频文件的接口(interface),我正在尝试完全录制应用程序生成的声音。

最佳答案

在 iOS 上,您只能使用 AVSpeechSynthesizer 直接输出到扬声器。由于某种原因,它们不允许您将其通过管道传输到其他任何东西中。这就是为什么 AudioKit 的语音合成器仅在 macOS 端实现

关于ios - 有没有办法记录应用程序输出的所有声音?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50229246/

相关文章:

ios - AudioKit iOS : how can an input node be dynamically connected to mixer in active chain?

ios - iOS9中如何调用NSObject类中的UIAlertviewController?

ios - AVCaptureSession 运行时崩溃。 fatal error : unexpectedly found nil while unwrapping an Optional value (lldb)

iphone - 某些EKEvent与谓词不匹配

iphone - UIImage上的TapGestureRecgonizer在 Storyboard 设置中不起作用

swift - macOS 菜单栏应用程序中禁用的菜单项

audiokit - 1 :1: Umbrella header for module 'AudioKit' does not include header 'AK4ParamRampBase.hpp'

swift - Firebase Firestore "Could not build module ' nanopb'

ios - 处理tableView中不会出现的情况(_ :cellForRowAtIndexPath) -> UITableViewCell

ios - 音量提升 AudioKit