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

QtQuick 2.1 iOS SoundEffect muted doesn't work (Qt 5.2.1)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.3.0 Beta1, 5.3.0
    • 5.2.1
    • Multimedia, Quick: Other
    • None
    • Qt 5.2.1
      QtCreator 3.0.1
      Mac OSX 10.9.2 (Maveriks)
    • iOS/tvOS/watchOS

    Description

      Hi,

      When I try to set muted = false nothing happens. Sound still playing.
      The same setting volume = 0.0

      The error is on iOS ( iphone5 real device )
      Works fine on Windows, OSX and Android.

      Example:

      SoundEffect

      { id: music source: "sounds/mysound.wav" muted: false }

      //...
      function turnOffMusic()

      { music.muted = true; }

      //...

      Attachments

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

        Activity

          People

            ylopes Yoann Lopes
            fpelliccioni Fernando Pelliccioni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes