]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-60729: Add IEEE format wave audio support (GH-145384)
authorMichiel W. Beijen <mb@x14.nl>
Fri, 13 Mar 2026 13:10:48 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 13:10:48 +0000 (14:10 +0100)
commit61f2a1a5993967ed4b97ba93a4477c37fe68cf59
tree07ef7f01dde22dbd6f25368858be5629b2f1a2b2
parentf884dc6f70fde3550a175ff7ddce79ccc38b3ec6
GH-60729: Add IEEE format wave audio support (GH-145384)

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]