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 bcf7e05Copy full SHA for bcf7e05
Doc/library/winsound.rst
@@ -13,7 +13,14 @@
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
+.. _functions:
19
20
+Functions
21
+------------------
22
23
+This module offers the following functions:
24
25
26
.. function:: Beep(frequency, duration)
@@ -46,6 +53,11 @@ provided by Windows platforms. It includes functions and several constants.
46
53
error, :exc:`RuntimeError` is raised.
47
54
48
55
56
+.. _constants:
57
58
+Constants
59
60
49
61
.. data:: SND_FILENAME
50
62
51
63
The *sound* parameter is the name of a WAV file. Do not use with
0 commit comments