cpython/Lib/test/sndhdrdata
Zachary Ware bc2031470e Minor test cleanup (GH-837) (GH-838)
* Remove unused test file

* Remove duplicated text in sndhdrdata README

(cherry picked from commit b8a7daf077)
2017-03-27 00:35:56 -05:00
..
README
sndhdr.8svx
sndhdr.aifc
sndhdr.aiff
sndhdr.au
sndhdr.hcom
sndhdr.sndt
sndhdr.voc
sndhdr.wav

README

Sound file samples used by Lib/test/test_sndhdr.py and generated using the
following commands:

   dd if=/dev/zero of=sndhdr.raw bs=20 count=1
   sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format>