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]