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

QTextToSpeech volume property bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.11.1
    • 5.9.4
    • Speech
    • None
    • Kubuntu 17.10 with Qt v5.9.4 from online Qt installer.
      Qt web documentation (for version v5.10).

    Description

      Look: https://doc.qt.io/qt-5.10/qtexttospeech.html#volume-prop at volume property is defined as double, but notifier signal is declared as

      void 	volumeChanged(int volume)
      

      Simple way to workaround is connect this signal to some slot like: void function(int) and in this slot get current volume value from QTextToSpeech object (you have got access to it in this case).

      Attachments

        Activity

          People

            frederik Frederik Gladhorn
            szyk Szyk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: