Skip to content

Instantly share code, notes, and snippets.

@EdJoPaTo
Created May 27, 2020 14:30
Show Gist options
  • Save EdJoPaTo/ffb5129b7d79db1ea1746fd6ed6271d9 to your computer and use it in GitHub Desktop.
Save EdJoPaTo/ffb5129b7d79db1ea1746fd6ed6271d9 to your computer and use it in GitHub Desktop.
Quickly toggle the mute of the mic when using PulseAudio (probably on Linux)
# Pulse Audio control
pactl set-source-mute @DEFAULT_SOURCE@ toggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment