aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux/xbmc-standalone.sh.pulse
blob: c4d55643442722e989b891d0560b96b9f7b01c54 (plain)
1
2
3
4
5
6
7
8
9
PULSE_START="$(which start-pulseaudio-x11)"
if [ -n "$PULSE_START" ]; then
  $PULSE_START
else
  PULSE_SESSION="$(which pulse-session)"
  if [ -n "$PULSE_SESSION" ]; then
    XBMC="$PULSE_SESSION $XBMC"
  fi
fi