Audio doesn't resume if paused when Fading in

I load a audio stream with 3 seconds FadeIn time.

1
2
3
local backgroundMusic = audio.loadStream("sound.mp3")
audio.setVolume(0.3,{channel=1})
audio.play( backgroundMusic, { channel=1, loops=-1,fadeIn=3000} )

I had the same problem and filed a bug report sometime ago...

http://bugs.anscamobile.com/default.asp?8123_kabf13vu

views:1648 update:2011/10/22 17:28:16
corona forums © 2003-2011