We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ab21b commit 100abecCopy full SHA for 100abec
shelldio.sh
@@ -105,14 +105,7 @@ start_mpv() {
105
rm -f /tmp/mpv_socket
106
fi
107
108
- # Detect OS and set appropriate audio options
109
- if [[ "$OSTYPE" == "darwin"* ]]; then
110
- # macOS - use coreaudio driver
111
- mpv --no-video --input-ipc-server=/tmp/mpv_socket --volume=0 --ao=coreaudio "$stathmos_url" &>/dev/null &
112
- else
113
- # Linux/other Unix - default audio
114
- mpv --no-video --input-ipc-server=/tmp/mpv_socket --volume=0 "$stathmos_url" &>/dev/null &
115
- fi
+ mpv --no-video --input-ipc-server=/tmp/mpv_socket --volume=0 "$stathmos_url" &>/dev/null &
116
mpv_pid=$!
117
118
# Wait for the IPC socket to be ready with loading indicator
0 commit comments