We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9059 commit 12f2bfdCopy full SHA for 12f2bfd
src/api/SnapOutput.h
@@ -76,7 +76,7 @@ class SnapOutput : public AudioInfoSupport {
76
/// mute / unmute
77
void setMute(bool mute) {
78
is_mute = mute;
79
- vol_stream.setVolume(mute ? 0 : vol * vol_factor);
+ setVolume(mute ? 0.0f : vol);
80
audioWriteSilence();
81
}
82
0 commit comments