AVAudioEngine with Today Extension

时间:2016-10-04 19:31:04

标签: ios swift today-extension avaudioengine sfspeechrecognizer

您好我想将Speech框架添加到iOS 10 Today Extension。

我尝试使用SpeakToMe示例https://developer.apple.com/library/content/samplecode/SpeakToMe/Introduction/Intro.html来录制带有AVAudioEngine的音频。

但是当我尝试启动音频引擎时出现异常

try audioEngine.start()

2016-10-04 22:21:24.658964 VoiceReco[4225:1230467] [aurioc] 1316: AUIOClient_StartIO failed (561145187)
2016-10-04 22:21:24.663743 VoiceReco[4225:1230467] [central] 54:   ERROR:    [0x1af158c40] >avae> AVAudioEngineGraph.mm:1175: Start: error 561145187

如果我使用没有扩展名的普通视图控制器,来自apple的示例代码工作正常。有没有人知道这方面的解决方法?

1 个答案:

答案 0 :(得分:0)

您无法在分机中录制音频。 Check here