Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be30c6b

Browse files
committed
New info in beep() docstring.
1 parent cd80410 commit be30c6b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

PC/winsound.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ static char sound_beep_doc[] =
4949
"\n"
5050
"The frequency argument specifies frequency, in hertz, of the sound.\n"
5151
"This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).\n"
52-
"The duration argument specifies the number of milli-seconds.\n";
52+
"The duration argument specifies the number of milli-seconds.\n"
53+
"Note: Under Windows 95 and 98, the arguments are ignored; if the system\n"
54+
"has a sound card, the system default sound is played; else (no sound card)\n"
55+
"the standard system beep.\n";
5356

5457
static char sound_module_doc[] =
5558
"PlaySound(sound, flags) - play a sound\n"

0 commit comments

Comments
 (0)