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