Audio doesn't resume if paused when Fading in

I load a audio stream with 3 seconds FadeIn time.

[lua]local backgroundMusic = audio.loadStream(“sound.mp3”)
audio.setVolume(0.3,{channel=1})
audio.play( backgroundMusic, { channel=1, loops=-1,fadeIn=3000} )[/lua]

Now I pause the audio before 3 seconds(the fadeIn time).
When I resume, the audio doesn’t play.

But If I pause the audio after the 3 seconds, it resumes fine. [import]uid: 64174 topic_id: 16655 reply_id: 316655[/import]

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

http://bugs.anscamobile.com/default.asp?8123_kabf13vu [import]uid: 10478 topic_id: 16655 reply_id: 62208[/import]