Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49668

Audio fails to loop when QML Audio.loops set

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.0 RC
    • 5.5.0
    • Multimedia
    • None
    • QT 5.5
      CAR 2.1 x86 and ARM
    • 8b00d8e5422566d2ca3e6c6fe1a1bbace1a0bff0

    Description

      When specifying the QML entry below:

      Audio

      { source:"file:/tmp/sample.mp3" loops: Audio.Infinite <-- HERE Component.onCompleted: play() }

      mp3 will only by played once even though loops is set to infinite.

      On SoundEffect QML type, loops are working perfectly.

      — Steps to Reproduce: —
      You can run the attached sample code - case00147048.zip on CAR 2.1 environment.

      The code is built on x86 but you can easily rebuild on arm if necessary.

      — Actual Result: —
      Does not do infinite playback even if loops is set to Infinite

      — Expected Result: —
      Playback can be infinite if set accordingly

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmcdonnell James McDonnell
            jmcdonnell James McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes