Stream data from network in AVAudioEngine, is it possible?

前端 未结 1 1589
梦如初夏
梦如初夏 2021-01-04 13:45

I have an app in which I use AVAudioEngine for playing files from the local file system by using AVAudioPlayerNodes and AVAudioFiles.

相关标签:
1条回答
  • 2021-01-04 14:09

    Apple's documentation doesn't specify if it can work with a mp3 hosted online but as soon as I try to initialize an AVAudioFile with a mp3 url it crashes instantly with a fatal exception. I think that answers your question.

    0 讨论(0)
提交回复
热议问题