mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
gh-77171: Document that wave only supports simple PCM files (GH-97510)
This commit is contained in:
parent
1281d35a8a
commit
00e8a27dee
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
--------------
|
||||
|
||||
The :mod:`wave` module provides a convenient interface to the WAV sound format.
|
||||
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
|
||||
include files using ``WAVE_FORMAT_EXTENSIBLE`` even if the subformat is PCM.
|
||||
|
||||
The :mod:`wave` module defines the following function and exception:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue