Play the beep sounds through a wireless headset

Asked By 10 points N/A Posted on -
qa-featured

I would like to play the sound of a beep of a particular frequency and duration through a wireless headset instead of an internal speaker. How can I perform it?

SHARE
Answered By 15 points N/A #105777

Play the beep sounds through a wireless headset

qa-featured

Are you planning to do this through your operating system? Or do you plan to do this outside of the operating system; like getting the beep code/s during POST from your headset instead of the internal speaker in your computer tower (the one that's connected to the motherboard)? If you'd like to do this via the operating system, you can just code a program using any programming language (like C++ if you are familiar with the language) and have it output the sound you want. Just have your operating system use the wireless headset as the primary sound output device. If it's going to be outside of the operating system, you may need to create special circuitry to connect to the motherboard and have it designed so that when output is sent through the internal speakers, it will go through your custom circuit. Your special circuitry should be able to handle sending signals to your wireless headset.

Related Questions