Comment 0 for bug 1389477

Revision history for this message
Jamie Strandboge (jdstrand) wrote : 'loops: Audio.Infinite' only plays once if phone suspends

I'm using the following:

    Audio {
        id: playAudio
        autoLoad: true
        autoPlay: true
        loops: Audio.Infinite
        source: "./file.mp3"
    }

and the file plays fine and will continue playing if the phone suspends, however the file won't loop until the phone is unsuspended and the application brought to the foreground.