#!/bin/bash
# These lines work for controling the motherboard sound card to 
# send out audio forradio.  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 $2 
#mplayer -ao alsa:device=hw=1.0 -cache 128 -novideo $2
aumix -v 32
#amixer -c 1 sset Master 45%
mpg123 -o oss -a /dev/dsp -z /var/gopher/audio/ldsconf/confmusic/*
#mplayer -ao alsa:device=hw=1.0 -shuffle /var/gopher/audio/medinst/*