Recently, when using When recording using the system's default configuration, the recorded audio has noticeable noise . I remember that there is a microphone noise reduction option in the WIndow system, but I have never found it on Ubuntu. Later, I found a solution to this problem on ask ubuntu. This is a hidden setting that needs to be enabled by modifying the configuration file. To enable the noise reduction function, we need to modify our system configuration file ( sudo cp /etc/pulse/default.pa /etc/pulse/default.pa._bak After the backup is complete, we start to modify this configuration file. Modifying the configuration file is also very simple. We just need to paste the configuration information to the end of the configuration file. Let's first use sudo vim /etc/pulse/dafult.pa After opening the file, use #ActiveNoiseRemoval .ifexists module-echo-cancel.so load-module module-echo-cancel aec_method=webrtc source_name=mic source_properties=device.description=MicHD set-default-source "mic" .endif After completion, we reboot the system Switch the screen recording software kazam to MicHD At this time, we select Summarize This is the end of this article about turning on the hidden recording noise reduction function in Ubuntu 20.04. For more related Ubuntu 20.04 hidden recording noise reduction content, please search 123WORDPRESS.COM’s previous articles or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to delete node_modules and reinstall
>>: A brief discussion on the corresponding versions of node node-sass sass-loader
Download the Windows version of Nginx from the Ng...
First, take a look at Alibaba Cloud's officia...
Table of contents First we need to build the page...
Table of contents 1. Concept Memory management mo...
Table of contents Install Importing components Ba...
Two implementations of Vue drop-down list The fir...
Table of contents Listener 1.watchEffect 2.watch ...
This article describes how to use MySQL to export...
1. The Importance of Indexes Indexes are used to ...
This article shares the specific code of js+canva...
Table of contents Preface 1. MySQL main storage e...
Table of contents 1. V8 Source 2. V8 Service Targ...
Learn a jQuery plugin every day - floating menu, ...
The information on Baidu is so diverse that it...
MySQL Installer provides an easy-to-use, wizard-b...