Re: [python-win32] winsound.Beep not producing any output - windows 10 2004 64 bit

2020-07-22 Thread jacob kruger
Thanks, Todd - hadn't even thought about the fact that classic beep sound literally plays through the on-board speaker...been a while...LOL! Like said, not end of the world, but, will check out pyo, etc. in any case. Jacob Kruger Blind Biker Skype: BlindZA "...resistance is futile...but, acce

Re: [python-win32] winsound.Beep not producing any output - windows 10 2004 64 bit

2020-07-22 Thread Todd Fiske
Hi Jacob, winsound.Beep() operates on the built-in computer speaker, which is not always included these days. winsound.PlaySound() plays over the sound card and whatever speakers are connected to them. You could probably find the speaker header pins on the motherboard and get a little PC speaker

[python-win32] winsound.Beep not producing any output - windows 10 2004 64 bit

2020-07-22 Thread jacob kruger
Hi there Not too important, but, bit odd in that, like subject line says, using something like the following 2 lines of code produces no audio output at all: import winsound winsound.Beep(3200, 500) Not too sure when this started happening, and, if it realtes to windows version, etc., or