jarno Asked: 2023-12-01 20:04:45 +0800 CST2023-12-01 20:04:45 +0800 CST 2023-12-01 20:04:45 +0800 CST How to mute fallback source sink in shell? 772 Is there an easy way that does not involve inspecting large amount of output text? pulseaudio 1 Answers Voted Best Answer jarno 2023-12-06T19:25:27+08:002023-12-06T19:25:27+08:00 Edit: now I found the right solution: pactl set-source-mute @DEFAULT_SOURCE@ 1 You can alternatively use true instead of 1 for muting and false or 0 for unmuting.
Edit: now I found the right solution:
You can alternatively use
true
instead of1
for muting andfalse
or0
for unmuting.