gap and audible click when using 'loops: MediaPlayer.Infinite' and 'loops: Audio.Infinite'

Bug #1389492 reported by Jamie Strandboge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
media-hub (Ubuntu)
New
Undecided
Unassigned

Bug Description

In looking at bug #1389477 I discovered that if I use either of the following:
    Audio {
        id: playAudio
        autoLoad: true
        autoPlay: true
        loops: Audio.Infinite
        source: "./file.mp3"
    }

or:

I also tried:
    MediaPlayer {
        id: playAudio
        autoLoad: true
        autoPlay: true
        loops: MediaPlayer.Infinite
        source: "./file.mp3"
    }

then the file plays fine and will loop perfectly on the desktop with no audible gaps or added noise. However, on the phone the file will play and loop, but there is a small gap in playback and an audible click (mako/14.09/r6).

Gapless noiseless looping is essential for the app I am writing (a white noise relaxation/sleep aid app).

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

This is still a problem on OTA9.1. I tried SoundEffect.Infinite as well, and it exhibits the same symptoms.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

My OTA9.1 testing was done on arale.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.