mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T730, fixed using wrong member "m_outputVolume", added new member "m_outputVolumeDb"
This commit is contained in:
committed by
Mat Sutcliffe
parent
3ddded423a
commit
cf6434f49b
@@ -141,7 +141,7 @@ namespace BlackCore
|
||||
const bool changedVoiceOutput = (currentVolume != volume);
|
||||
if (changedVoiceOutput)
|
||||
{
|
||||
m_voiceClient.setOutputVolumeDb(volume);
|
||||
m_voiceClient.setNormalizedOutputVolume(volume);
|
||||
m_outVolumeBeforeMute = currentVolume;
|
||||
|
||||
emit this->changedAudioVolume(volume);
|
||||
|
||||
Reference in New Issue
Block a user