How can I make the motherboard internal speaker produce sounds, for example using the Beep command but directed towards the motherboards speakers.
OS = Windows 7 x64
I currently know how to provide beeps to the default sound device, including tone and millisecond's but this does not answer my question since I cant force any of these sounds towards the motherboard internal speakers.
Beep(523, 500);
My question is mainly based around an alternative to Beep which would play through the motherboards speakers rather than the computer audio card. Or a way to direct the Beep command or incoming audio frequencies towards the motherboards speakers.