Skip to content

Instantly share code, notes, and snippets.

@dublado
Created March 14, 2024 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dublado/f312d7450c5b7e850b5aacdceeb5e2db to your computer and use it in GitHub Desktop.
Save dublado/f312d7450c5b7e850b5aacdceeb5e2db to your computer and use it in GitHub Desktop.
ubuntu microphone output to speaker

install

apt install pavucontrol -y

discover the source

pactl list sources

enable

pactl load-module module-loopback source=alsa_input.pci-0000_00_1b.0.analog-stereo

disable

pactl unload-module module-loopback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment