mp3play () { mpg123 -s -r 44100 --stereo "$@" | sox -t raw -r 44100 -s -w -c 2 - -t ossdsp /dev/dsp }