commit | 92338f8f19dd760b566feb17422a4a4736f171b4 | [log] [tgz] |
---|---|---|
author | Yusuke Kadowaki <60080334+yusuke-kadowaki@users.noreply.github.com> | Wed Sep 14 22:34:40 2022 +0900 |
committer | GitHub <noreply@github.com> | Wed Sep 14 14:34:40 2022 +0100 |
tree | c5f3eadd753b8ac741e6a27d432d8942ebc008a5 | |
parent | 4781535a5796838fc4ce88e6e669e8907e426685 [diff] |
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>