monsabre
monsabre

Reputation: 2099

corona sdk does not support mp3 play?

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

Answers (2)

Jonathan Beebe
Jonathan Beebe

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

Jordan
Jordan

Reputation: 21760

Not streaming, yet, but will play mp3. CoronaSDK is pretty awesome.

http://developer.anscamobile.com/reference/index/mediaplaysound

Upvotes: 1

Related Questions