Hi, I'd like to build an audio player that streams mp3s using cocos2d. Does anyone know of a sound engine for the Iphone what will load mp3 file progressively? Will CocosDenshion work? Thanks.
MP3 Player
(2 posts) (2 voices)-
Posted 2 years ago #
-
If CocosDenshion worked it would only be via the AVAudioPlayer so for this sort of application I think you'd be better off just using AVAudioPlayer directly. I don't know if you can use if for streaming though, you may have to go to a lower level API.
Posted 2 years ago #
Reply
You must log in to post.