Skip to content

Instantly share code, notes, and snippets.

@sanrandry
Last active November 23, 2022 06:20
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 sanrandry/dd7626cb0f1405734b836b9ea500038e to your computer and use it in GitHub Desktop.
Save sanrandry/dd7626cb0f1405734b836b9ea500038e to your computer and use it in GitHub Desktop.
Debian mico noise canceling pulse audion

Debian micro noise canceling pulse audio

Add this line to /etc/pulse/default.pa

load-module module-echo-cancel source_name=noechosource sink_name=noechosink
set-default-source noechosource
set-default-sink noechosink

restart pulse audio

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