Skip to content

Instantly share code, notes, and snippets.

@har07
Created October 14, 2020 03:08
Show Gist options
  • Save har07/f8dfc11f8d08f36b9431c221ef5382da to your computer and use it in GitHub Desktop.
Save har07/f8dfc11f8d08f36b9431c221ef5382da to your computer and use it in GitHub Desktop.
Ubuntu listen to sound from microphone
# listen to microphone
pactl load-module module-loopback latency_msec=1
# stop listening
pactl unload-module module-loopback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment