User Tools

Site Tools


remove_microphone_background_noise

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
remove_microphone_background_noise [2020/05/17 19:36] – created dinoremove_microphone_background_noise [2024/03/12 21:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<code>sudo nano /etc/pulse/default.pa</code> +# Microphone Realtime background noise reduction script \\ 
- +# author Luigi Maselli - https://grigio.org licenceAS-IS \\ 
-Add this line at the end:  +# credits: http://askubuntu.com/questions/18958/realtime-noise-removal-with-pulseaudio \\ 
- +# run as: sudo && pulseaudio -k \\
-load-module module-echo-cancel +
- +
-<code>pulseaudio -k </code> +
  
 +sudo cp /etc/pulse/default.pa /etc/pulse/default.pa.bak \\
 +sudo cat <<EOT >> /etc/pulse/default.pa \\
 +load-module module-echo-cancel source_name=noechosource sink_name=noechosink \\
 +set-default-source noechosource \\
 +set-default-sink noechosink \\
 +EOT \\
remove_microphone_background_noise.1589744161.txt.gz · Last modified: 2024/03/12 21:24 (external edit)