vmware本身應該有bug....ubuntu又好...archlinux又好....用Pipewire睇youtube就會loop怪聱....用pulseaudio ...
VADER 發表於 2025-3-15 04:14 
用Pipewire, 係 terminal 貼上以下再 enter。
sudo sh -c "echo 'options snd_hda_intel power_save=0' >> /etc/modprobe.d/audio_disable_powersave.conf"
mkdir -p ~/.config/wireplumber/wireplumber.conf.d/
echo 'monitor.alsa.rules = [
{
matches = [
# This matches the value of the 'node.name' property of the node.
{
node.name = "~alsa_output.*"
}
]
actions = {
# Apply all the desired node specific settings here.
update-props = {
api.alsa.period-size = 1024
api.alsa.headroom = 8192
}
}
}
]
' >> ~/.config/wireplumber/wireplumber.conf.d/50-alsa-config.conf
systemctl --user restart wireplumber pipewire pipewire-pulse
用pulseaudio, 會強制關停個聲...用 pavucontrol 最右 Configuration -> 設定檔 -> 由“雙工”改“輸出"。
|