Python winsound Functions
EditRocket provides the following information on winsound functions in the Python source code builder.
Beep(frequency, duration) - Beep the PC's speaker.
MessageBeep([type=MB_OK]) - Call the underlying MessageBeep() function from the Platform API.
PlaySound(sound, flags) - Call the underlying PlaySound() function from the Platform API.