| Re: Replacement beep.sys that uses soundcard |
|
 |
|
 |
|
 |
|
 |
Group: microsoft.public.windowsxp.customize · Group Profile
Author: SwiftySwifty Date: Aug 19, 2008 01:11
Andrew E. wrote:
> Youre mother board & its default "beeps" &/or its speakers are usually only
> used for warnings to the user,or "all is well" (one start-up beep,"leave all
> alone...Forget what youre trying to do...
What I'm proposing would have no effect on those beeps as they are
controlled by the BIOS before the PC even discovers that the hard drive
contains Windows.
What I'd like is a more musical beep when my code uses:
Call Beep 262,400 /* Middle C, roughly, for 400mS */
I have a variation on the code above that plays "The Girl from Ipanema",
which I used in the office as retaliation against people whose mobile
phones kept going off.
I'll just dust off my "C Programming Language" book, and write a better
beep.sys — it's hardly the most complex driver.
|