This is a small code enchancement in GOSettingsAudio: earlier AddGroupNode set output level to mute and the caller had to call UpdateVolume after AddGroupNode.
Now AddGroupNode accepts the volume as a parameter.
This is just refactoring. No GO behavior should be changed.
This is a next PR related to #1265
This is a small code enchancement in GOSettingsAudio: earlier AddGroupNode set output level to mute and the caller had to call UpdateVolume after AddGroupNode.
Now AddGroupNode accepts the volume as a parameter.
This is just refactoring. No GO behavior should be changed.