#!/bin/sh

#exec esddsp breakmympg123.real "$@"
#exec breakmympg123.real "$@"
#exec mpg123 -v -v -v -v "$@"
exec mpg123-esd -q -y 2 -v  "$@"   #has problem  - esd sucks. When mpg213-esd is kill -STOPed, esd infinite loops, until mpg123 starts writing to esd again. Shithouse. Filed a bug report to the esd folks
#exec mpg123 -q -y 2 -v  "$@"    #has problem - blocks dsp for everyone else



#NOTE: XXXX: mpg123-esd is a hacked version of the usual mpg123-esd (or mpg123 program, if esd is not compiled in).
#The -y flag has been changed to take a numerical argument - how many skips are we allowed before we quit. So if we get too confuzed, we let the shell take over a create another mpg123 process to try and read the stream again
#sources are from where this came from.
