]> granicus.if.org Git - python/commit
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2013 14:55:07 +0000 (17:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2013 14:55:07 +0000 (17:55 +0300)
commit1b80e63d7007fcf2ba2087a2821b076704b5bf9d
tree71213043976436cd25a00165160e48da954f3553
parentaeaecfd25761b89820db258ca6c60f3c58c0502a
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
wave.
19 files changed:
Lib/test/audiodata/pluck-alaw.aifc [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm16.aiff [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm16.au [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm16.wav [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm24.aiff [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm24.wav [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm32.aiff [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm32.au [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm32.wav [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm8.aiff [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm8.au [new file with mode: 0644]
Lib/test/audiodata/pluck-pcm8.wav [new file with mode: 0644]
Lib/test/audiodata/pluck-ulaw.aifc [new file with mode: 0644]
Lib/test/audiodata/pluck-ulaw.au [new file with mode: 0644]
Lib/test/audiotests.py [new file with mode: 0644]
Lib/test/test_aifc.py
Lib/test/test_sunau.py
Lib/test/test_wave.py
Misc/NEWS