Playing waves thru internal speaker?

  • Thread starter Thread starter wejiv
  • Start date Start date
W

wejiv

New member
I have a project to develop an emergency broadcast system. Excellent Sound quality is not essential but delivery to the user is. My first thought is to somehow play the wav through the builtin PC Speaker. Is this programmatically possible? It's ok if the user has a sound card but if not then I would like to use the internal speaker. The target audience uses mostly Dell Desktops with WIndows 2000 SP3. Any comments?
 
no...well..sort of..it's a pizo buzzer... you could write a program that activates the buzzer and controls tone via code... it would probably be available in any common programming language...

or you could get really weird and have a telnet session open up and beep and post a message in a thing called a "talker" ...sort of like a chatroom...just telnet...I think the SMAUG codebase beeps... http://www.game.org/smaug/
 
Back
Top