Watchos3

时间:2016-10-05 13:03:30

标签: avfoundation swift3 xcode8 avaudioengine watch-os-3

在init方法中我使用

audioEngine = AVAudioEngine()

初始化我的audioEngine然后点击按钮“记录”后点击我启动我的引擎..

    audioEngine.prepare()
    do{
        try audioEngine.start()
    }catch {
        print("audioEngine start failed")
    }

但是我遇到了一个错误 错误: libc ++ abi.dylib:以NSException类型的未捕获异常终止

0 个答案:

没有答案