Jim_Auricman
February 12th, 2009, 04:01 PM
The following function causes the small computer speaker to emit a tone for the requested duration:
Console.Beep(freq, duration_ms);
Is there a generic function to call to send the tone to the sound card, or would the call have to be hardware specific dependent on the particular sound card in the computer?
Thanks,
Jim
Console.Beep(freq, duration_ms);
Is there a generic function to call to send the tone to the sound card, or would the call have to be hardware specific dependent on the particular sound card in the computer?
Thanks,
Jim