You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always have a virtual sink for all-audio except voice-audio. With this script you can control the all-audio/game-chat volume.
Find your headset name on the output of pactl list and extend this command with it: pactl load-module module-remap-sink sink_name=Headset master=
Set the new virtual sink as the default and set the real headset on your voice app as output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I always have a virtual sink for all-audio except voice-audio. With this script you can control the all-audio/game-chat volume.
Find your headset name on the output of
pactl list
and extend this command with it:pactl load-module module-remap-sink sink_name=Headset master=
Set the new virtual sink as the default and set the real headset on your voice app as output.
Save this and execute it on every start, same with the command above. Or add the command above in the script.
https://gist.github.com/Nama/8ffc4efea3f91e868a2ded1eb31fda00
You can't use anything else to control the volume, this script will override it64
if the headset is turned off with my SS Arctis Nova 7$last_hsvol
to that value to avoid the script controlling your other devicespactl
command instead ofwpctl
, sincewpctl
doesn't accepts sink namesBeta Was this translation helpful? Give feedback.
All reactions