Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd80410 commit be30c6bCopy full SHA for be30c6b
1 file changed
PC/winsound.c
@@ -49,7 +49,10 @@ static char sound_beep_doc[] =
49
"\n"
50
"The frequency argument specifies frequency, in hertz, of the sound.\n"
51
"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";
+"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";
56
57
static char sound_module_doc[] =
58
"PlaySound(sound, flags) - play a sound\n"
0 commit comments