Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 1998 04:55:16 -0600 (CST)
From:      Jim Bryant <jbryant@unix.tfs.net>
To:        gjp@erols.com (Gary Palmer)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: au files
Message-ID:  <199801111055.EAA01857@unix.tfs.net>
In-Reply-To: <199801110821.DAA07658@mutara.noc.erols.net> from Gary Palmer at "Jan 11, 98 03:21:08 am"

next in thread | previous in thread | raw e-mail | index | archive | help
In reply:
> In article <199801101201.EAA03942@love.mccp.com>,
> 	gena@love.MCCP.com (Gena Gulchin) writes:
> > Hello,
> > 
> > I have a bunch of AU (SUN audio) files.
> > 
> > Is there a sound player that can play them?
> 
> If you have a sound card configured:
> 
> cat <file> > /dev/audio
> 
> :)
> 
> Gary


well, just to be sure, it might help to setup the mixer in
/etc/rc.local:

------------------------------------------------------------------

[...]

# put your local stuff here

echo -n "sshd"
sshd

echo '.'

echo "mixer settings."
/usr/sbin/mixer vol	100:100
/usr/sbin/mixer synth	100:100
/usr/sbin/mixer pcm	100:100
/usr/sbin/mixer line	100:100
/usr/sbin/mixer cd	100:100
/usr/sbin/mixer mic	0:0


cp `cat /etc/startup.sound` /dev/audio &

------------------------------------------------------------------

as an example, /etc/startup.sound contains the full path to a ren and
stimpy soundbyte:


/.2/au/all_systems_go.au


jim
-- 
All opinions expressed are mine, if you    |  "I will not be pushed, stamped,
think otherwise, then go jump into turbid  |  briefed, debriefed, indexed, or
radioactive waters and yell WAHOO !!!      |  numbered!" - #1, "The Prisoner"
------------------------------------------------------------------------------
Inet: jbryant@tfs.net    AX.25: kc5vdj@wv0t.#neks.ks.usa.noam     grid: EM28pw
voice: KC5VDJ - 6 & 2 Meters AM/FM/SSB, 70cm FM.   http://www.tfs.net/~jbryant
------------------------------------------------------------------------------
HF/6M/2M: IC-706-MkII, 2M: HTX-212, 2M: HTX-202, 70cm: HTX-404, Packet: KPC-3+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801111055.EAA01857>