Ref T730, fixed using wrong member "m_outputVolume", added new member "m_outputVolumeDb"

This commit is contained in:
Klaus Basan
2019-09-29 23:55:42 +02:00
committed by Mat Sutcliffe
parent 3ddded423a
commit cf6434f49b
3 changed files with 34 additions and 31 deletions

View File

@@ -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);