Ubuntu 18.04 中音频卡顿/噼啪声

Ubuntu 18.04 中音频卡顿/噼啪声

无论何时通过外部扬声器/耳机或笔记本电脑的扬声器播放,音频都会出现断断续续/噼啪声。

我尝试了几种解决方案以及它们的不同组合,但均无济于事:

  • https://unix.stackexchange.com/a/136591

    • 更改default-sample-rate = 42100default-sample-rate = 48000/etc/pulse/daemon.conf

    • 改变load-module module-udev-detectload-module module-udev-detect tsched=0

      这明显减少了音乐的噪音和缓慢度,但并不完美。

  • https://askubuntu.com/a/1067759pulseaudio -k

  • https://askubuntu.com/a/1135589options snd-hda-intel power_save=0 power_save_controller=N添加/etc/modprobe.d/alsa-base.conf

  • 18.04 版本音频卡顿:引用:

    • 添加options snd-hda-intel position_fix=1/etc/modprobe.d/alsa-base.conf
    • 编辑load-module module-udev-detect tsched=1/etc/pulse/默认.pa
    • 加入resample-method = src-sinc-best-quality/etc/pulse/daemon.conf

    也指向其他来源。

我也尝试过:

pulseaudio -k && sudo alsa force-reload

重启。


我没有尝试过其他解决方案,因为对我来说没有这样的选择:


我最近从 Lubuntu 16.04 升级,运行良好。我有一个 Lubuntu 18.04:

$ uname -a
Linux abcde 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

答案1

因此,经过多次彻底尝试后,问题得到解决。

所尝试的案例和组合多种多样,我无法确定是什么原因造成的。

可能是上述解决方案的组合。如果要我猜是什么破解了,那就是卸载/清除 pulseaudio(保留 alsa 模块)然后重新启动。这肯定解决了问题。然后令我惊讶的是,重新安装 pulseaudio 让我再次拥有了完整的音频功能(pulseaudio 非常方便地选择要使用的输出源)。

相关内容