8000 gh-77171: Document that wave only supports simple PCM files (GH-97510) · python/cpython@2a50772 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a50772

Browse files
gh-77171: Document that wave only supports simple PCM files (GH-97510)
(cherry picked from commit dc9065f) Co-authored-by: Steve Dower <st 8000 eve.dower@python.org>
1 parent de9e8ae commit 2a50772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/wave.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
--------------
1313

1414
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.
15+
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.
1617

1718
The :mod:`wave` module defines the following function and exception:
1819

0 commit comments

Comments
 (0)
0