Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

obs ubuntu noise reduction

# credits: http://askubuntu.com/questions/18958/realtime-noise-removal-with-pulseaudio
# run as: sudo && pulseaudio -k

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 20 show dock only on hover 
Shell :: Install keyring and preliminary packages For OMV on Debian 
Shell :: Edit remote files with Vim on Linux 
Shell :: How to install ctlptl 
Shell :: install oython on kali-rolling container 
Shell :: pcmanfm resycle bin 
Shell :: https local 
Shell :: Termux comandos hack 
Shell :: remove docker completely orcal linx 
Shell :: chmod ax 
Shell :: install nhost 
Shell :: resume stopped job linux 
Shell :: linux printf leading zeros 
Shell :: how to edit bash rc file 
Shell :: clone git bare repository 
Shell :: fix kali linux asking to restart services 
Shell :: linux set global server name 
Shell :: install ChromeHeadless wsl 
Shell :: chicken programming language hello world 
Shell :: generate kubernetes dashboard token longer time 
Shell :: kde neon linux type 
Shell :: hora terminal 
Shell :: android studio install flutter 
Shell :: mkdir NewDirectory and cd into it 
Shell :: mac os tild operator 
Shell :: how to configure adminer ubuntu 
Shell :: change directory in linux 
Shell :: git find commit by message 
Shell :: how to configure the smtp server in ubuntu 
Shell :: how install mongodb on raspberry 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =