]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-60729: Add IEEE format wave audio support (GH-145931)
authorMichiel W. Beijen <mb@x14.nl>
Wed, 18 Mar 2026 12:46:26 +0000 (13:46 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 12:46:26 +0000 (12:46 +0000)
commitd42a04c0450283acf452d8fa6bbc188c27a6c639
treec38b86e034c04cd8d9dc31c00c8e3cbaeda4bf26
parent64862112b7beb005523e7bca15c59c78c5319e58
GH-60729: Add IEEE format wave audio support (GH-145931)

(this re-applies reverted commit 61f2a1a5993967ed4b97ba93a4477c37fe68cf59,
with a test fix)

Co-authored-by: Lionel Koenig <lionelk@google.com>
Doc/library/wave.rst
Doc/whatsnew/3.15.rst
Lib/test/audiodata/pluck-float32.wav [new file with mode: 0644]
Lib/test/audiotests.py
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS.d/next/Library/2023-03-10-13-10-06.gh-issue-60729.KCCHTe.rst [new file with mode: 0644]