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 5d9edc6 commit db41c82Copy full SHA for db41c82
Doc/library/winsound.rst
@@ -13,9 +13,12 @@
13
--------------
14
15
The :mod:`winsound` module provides access to the basic sound-playing machinery
16
-provided by Windows platforms. It includes functions and several constants.
+provided by Windows platforms.
17
18
19
+Functions
20
+------------------
21
+
22
.. function:: Beep(frequency, duration)
23
24
Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
@@ -46,6 +49,9 @@ provided by Windows platforms. It includes functions and several constants.
46
49
error, :exc:`RuntimeError` is raised.
47
50
48
51
52
+Constants
53
54
55
.. data:: SND_FILENAME
56
57
The *sound* parameter is the name of a WAV file. Do not use with
0 commit comments