有沒有辦法在iOS下載時播放MP3文件?我看到這個問題有沒有辦法在iOS下載時播放MP3文件?
How to start playing AVAudioPlayer while downloading?
是AudioToolbox或CoreAudio的做到這一點的唯一途徑?
編輯 - 我發現這個鏈接
http://www.kyleshank.com/avplayer-can-play-a-file-as-its-being-written-to.html
有沒有辦法在iOS下載時播放MP3文件?我看到這個問題有沒有辦法在iOS下載時播放MP3文件?
How to start playing AVAudioPlayer while downloading?
是AudioToolbox或CoreAudio的做到這一點的唯一途徑?
編輯 - 我發現這個鏈接
http://www.kyleshank.com/avplayer-can-play-a-file-as-its-being-written-to.html
AudioFileStream,AudioQueue是要走的路。很難實現它。下面的鏈接幫了我:)
正如你已經把一個鏈接到問題中提到,
AVAudioPlayer是相當高的水平, 不給你一個很多選項
我認爲你必須使用AudioToolbox
使用OPENAL爲您的目的。這裏是你的一個包裝http://maniacdev.com/2010/01/openal-sound-manager-class-updated/
或者你可以使用AudioToolbox as Alaa Nassef建議。