Subject: Re: 'audioplay' to inbuilt speaker ..
To: Jenkins, Graham K <Graham.K.Jenkins@team.telstra.com>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: port-i386
Date: 11/26/2001 07:48:28
On Mon, Nov 26, 2001 at 12:23:11PM +1100, Jenkins, Graham K wrote:
> > Check out the spkr(4) manual page -- you can generate simple tones via the
> > functions in machine/spkr.h. Fun to play with, but no real practical use
> > that I have yet to see (and breaks suspend/resume on my laptop).
> 
> > Jared
> 
> That's probably just what I need - like I should be able to do:
>    cat mytune >/dev/speaker  ??
> 
> And do you know where I can find a few sample tunes?

echo "CDEFGAH" >/dev/speaker

man speaker

  -jm