Fix broken volume slider with Qt Multimedia backend
Reason for the change
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.
Test plan
- Compile with Qt Multimedia
- Play music
- Drag volume slider