Jump to...
redirecting...

Log for Ubuntu 台灣社群

之前 Ubuntu 22.04 Desktop (generic) 無法輸出 DTS-HD & Dolby TrueHD 的解法有了:
Disable Wayland, run Gnome or X.Org
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
該不會跟這件事有關吧
https://t.me/x_ubuntu_taiwan_community/85668