]> granicus.if.org Git - python/commit
Issue #18919: Added tests for the sunau module. Unified and extended tests
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2013 14:47:22 +0000 (17:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2013 14:47:22 +0000 (17:47 +0300)
commit0fa0173893d66fc1a55b4e2b027a7bf8b91c662c
tree69cbdd9157a1a1602736965abe77d01b18b0e694
parent36f6e2c9e0cfd1bab83d6ae1d192d4951ccc0160
Issue #18919: Added tests for the sunau module.  Unified and extended tests
for audio modules: aifc, sunau and wave.
18 files changed:
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 [new file with mode: 0644]
Lib/test/test_wave.py
Misc/NEWS