[Seek Help] 录音背景杂音
Tofloor
poster avatar
user828
deepin
2021-03-08 12:43
Author

用麦克风时总有背景杂音怎么破? 录音,对话都有问题, 启动成Windows就没问题.

试过这个解法, 无效, 根本就没看见新设备.

# Microphone Realtime background noise reduction script
# author Luigi Maselli - https://grigio.org licence: AS-IS
# 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 <> /etc/pulse/default.pa
load-module module-echo-cancel source_name=noechosource sink_name=noechosink
set-default-source noechosource
set-default-sink noechosink
EOT

把auto noise suppression打开, 有一点点用, 但还是有背景杂音.

Reply Favorite View the author
All Replies
sany
deepin
2021-12-21 20:09
#1

一样的体验,在manjaro也没问题,但deepin上有明显问题,基本不可用,求解决

Reply View the author