怪胎小嘉 TINGCHIA LIU says to Ubuntu 台灣社群
https://forum.kodi.tv/showthread.php?tid=356360 記得寫一個 shell script 暫時關掉 PulseAudio 並強制 ALSA 輸出: #!/bin/bash systemctl --user stop pulseaudio.socket systemctl --user stop pulseaudio.service KODI_AE_SINK=ALSA kodi systemctl --user start pulseaudio.socket systemctl --user start pulseaudio.service