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

QML Audio plays but is inaudible when application executable contains "_"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.2.1
    • Multimedia
    • None
    • Kubintu 13.10 x64
      KDELibs 4.11.5

    Description

      I build an executable file with name "project_application". This app just directly load qml file with code:

      import QtQuick 2.2
      import QtMultimedia 5.0

      Rectangle {
      Audio

      { autoLoad: true autoPlay: true source: "file://file1.wav" muted: false volume: 0.5 }

      }

      Wave file is played (status changes, no errors, file is available, buffer is full, position changes, duration is known), but there is no sound. The only strange thing is while playing value of muted property is true, and if i change it to false, value just change back to true without any messages. I've tried to use MediaPlayer instead of Audio, and it was the same, and SoundEffects, and there was a sound!!!

      If i name my project "projectapplication" everything is okey.

      Attachments

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

        Activity

          People

            valentyn.doroshchuk Valentyn Doroshchuk
            roumed Roman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes