Reputation: 2099
I hope to use Corona sdk to develop a new game. But I can not find out the api playing mp3 file. Does Corona sdk support playing mp3 stream?
Welcome any comment
Upvotes: 2
Views: 1962
Reputation: 468
Actually, media.playSound() has been deprecated. Corona SDK now has OpenAL audio implemented, and there's tons of audio and playback related features. Here's the documentation page for the new OpenAL audio API in Corona:
http://developer.anscamobile.com/reference/audio
Upvotes: 2
Reputation: 21760
Not streaming, yet, but will play mp3. CoronaSDK is pretty awesome.
http://developer.anscamobile.com/reference/index/mediaplaysound
Upvotes: 1