Regarding inability of Python Module Winsound to produce beep in decimal frequency

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 18 11:49:01 EDT 2021


On 18/08/21 4:43 pm, Steve wrote:
> 
> "The HAL (hardware abstraction layer) function HalMakeBeep()"
> Is the beep that opens the pod bay doors?

def HalMakeBeepUsingPCSpeaker():
     raise IOError("I'm sorry, I can't do that, Dave.")

-- 
Greg


More information about the Python-list mailing list