]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
authorYusuke Kadowaki <60080334+yusuke-kadowaki@users.noreply.github.com>
Wed, 14 Sep 2022 13:34:40 +0000 (22:34 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Sep 2022 13:34:40 +0000 (14:34 +0100)
commit92338f8f19dd760b566feb17422a4a4736f171b4
treec5f3eadd753b8ac741e6a27d432d8942ebc008a5
parent4781535a5796838fc4ce88e6e669e8907e426685
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)

The test file, a modified version of Lib/test/audiodata/pluck-pcm24.wav, was provided by Andrea Celletti on the bug tracker.

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/audiodata/pluck-pcm24-ext.wav [new file with mode: 0644]
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS.d/next/Library/2018-09-23-07-47-29.bpo-32990.2FVVTU.rst [new file with mode: 0644]