Skip to content
Commit 12163b9d authored by Jack Hill's avatar Jack Hill
Browse files

Fix broken volume slider with Qt Multimedia backend

QAudioOutput::setVolume takes a float from 0 to 1. We were calculating
the volume correctly but then converted it to an integer from 0 to 100 before
passing it to the QAudioOutput.

BUG: 392501


(cherry picked from commit 979a6ea3)
parent 590c2b12
Pipeline #650630 passed with stages
in 7 minutes and 52 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment