#!/bin/bash
# These lines work for controling the motherboard sound card to
# send out audio for radio.  Doesn't conflict with plug-in card
# for normal use.
#
pkill mpg123
#pkill mplayer
aumix -v $1
#amixer -c 1 sset Master $1
mpg123 -o oss -a /dev/dsp -z $2
#mplayer -ao alsa:device=hw=1.0 -shuffle $2
