I need a python way to beep the system/motherboard speaker independent of the speakers attached to my computer. I don't always have the speakers turned on, so i need to beep the motherboard speaker.
All the libraries i've seen (winsound especially), just play a sound through the speakers attached to my computer. I'd like to beep the system/motherboard speaker.
Is there a way to beep the system speaker? I'm okay with Windows dependent libraries.