Greeting there,
today i jz change my media.playSound code to audio.play
-- play sound
-- media.playSound(gBGMusic.menu)
gAudio.bgMusic.handler = audio.loadSound(gAudio.menuBgMusic.src)
gAudio.bgMusic.channel = audio.play( gAudio.bgMusic.handler )
both code are working but the new audio api is super slow!
it waited around 2 seconds with blank screen, i guess it’s loading
while media.playSound doesn’t need that
anyway to boost up the speed for new code? [import]uid: 10373 topic_id: 4468 reply_id: 304468[/import]