我遇到了这个问题,在更改 YouTube 视频的音量时,音频会发出噼啪声。我正在使用 USB 耳机
我发现许多类似的问题已经在网上提出,但它们要么没有得到答复,要么建议的修复方案对我没有帮助。
正如 PulseAudio 故障排除的 Arch wiki 页面中所建议的,我将“load-module module-udev-detect tsched=0”添加到 /etc/pulseaudio/default.pa 并重新启动了脉冲,但这并没有解决我的问题。
有人可以帮忙吗?
我还尝试了多种其他调整以提高音频质量,因此 /etc/pulse/daemon.conf 的内容如下所示:
daemonize = no
high-priority = yes
nice-level = -11
realtime-scheduling = yes
realtime-priority = 9
resample-method = speex-float-10
avoid-resampling = false
enable-lfe-remixing = no
flat-volumes = no
rlimit-rtprio = 9
default-sample-format = float32le
default-sample-rate = 19200
alternate-sample-rate = 96000
default-sample-channels = 2
default-channel-map = front-left,front-right
default-fragments = 2
default-fragment-size-msec = 125
deferred-volume-safety-margin-usec = 1
Run Code Online (Sandbox Code Playgroud)