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 de9e8ae commit 2a50772Copy full SHA for 2a50772
Doc/library/wave.rst
@@ -12,7 +12,8 @@
12
--------------
13
14
The :mod:`wave` module provides a convenient interface to the WAV sound format.
15
-It does not support compression/decompression, but it does support mono/stereo.
+Only files using ``WAVE_FORMAT_PCM`` are supported. Note that this does not
16
+include files using ``WAVE_FORMAT_EXTENSIBLE`` even if the subformat is PCM.
17
18
The :mod:`wave` module defines the following function and exception:
19
0 commit comments