Commit 4715ec52 authored by Bill Somerville's avatar Bill Somerville Committed by The Qt Project
Browse files

Fix QAudioOutput::setVolume() limited 50% on 32-bit Windows


A signed 16 bit integer was being used to pack a normalised double into
half of a DWORD. It needed to be unsigned 16-bit to get the full range
of the Windows volume control.

Task-number: QTBUG-33160

Change-Id: Ic17f572a188401ee686c6e6af3984d52328ccda6
Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
Reviewed-by: default avatarYoann Lopes <yoann.lopes@digia.com>
No related merge requests found
Showing with 1 addition and 1 deletion
Supports Markdown
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