diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-13 23:19:20 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-07-13 23:19:20 (GMT) |
commit | 964ee2669e8c35b6c98c2275ccb981a46c57e85d (patch) | |
tree | 57910edbfb877d69a32329dbbede06fb04667fa0 /Lib/test/sndhdrdata | |
parent | 3f682adcf2c4507d90ac464bc8ec70b13f8b8412 (diff) | |
download | cpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.zip cpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.tar.gz cpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.tar.bz2 |
Merged revisions 82856-82857 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82856 | victor.stinner | 2010-07-14 01:04:56 +0200 (mer., 14 juil. 2010) | 2 lines
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
........
r82857 | victor.stinner | 2010-07-14 01:08:01 +0200 (mer., 14 juil. 2010) | 2 lines
Woops, test_sndhdr.py contains the same code twice: fix it
........
Diffstat (limited to 'Lib/test/sndhdrdata')
-rw-r--r-- | Lib/test/sndhdrdata/README | 12 | ||||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.8svx | bin | 0 -> 110 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.aifc | bin | 0 -> 106 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.aiff | bin | 0 -> 108 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.au | bin | 0 -> 64 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.hcom | bin | 0 -> 256 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.sndt | bin | 0 -> 129 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.voc | bin | 0 -> 63 bytes | |||
-rw-r--r-- | Lib/test/sndhdrdata/sndhdr.wav | bin | 0 -> 64 bytes |
9 files changed, 12 insertions, 0 deletions
diff --git a/Lib/test/sndhdrdata/README b/Lib/test/sndhdrdata/README new file mode 100644 index 0000000..8a17c00 --- /dev/null +++ b/Lib/test/sndhdrdata/README @@ -0,0 +1,12 @@ +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> + +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> + diff --git a/Lib/test/sndhdrdata/sndhdr.8svx b/Lib/test/sndhdrdata/sndhdr.8svx Binary files differnew file mode 100644 index 0000000..8cd6cde --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.8svx diff --git a/Lib/test/sndhdrdata/sndhdr.aifc b/Lib/test/sndhdrdata/sndhdr.aifc Binary files differnew file mode 100644 index 0000000..8aae4e7 --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.aifc diff --git a/Lib/test/sndhdrdata/sndhdr.aiff b/Lib/test/sndhdrdata/sndhdr.aiff Binary files differnew file mode 100644 index 0000000..8c279a7 --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.aiff diff --git a/Lib/test/sndhdrdata/sndhdr.au b/Lib/test/sndhdrdata/sndhdr.au Binary files differnew file mode 100644 index 0000000..67c9e8f --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.au diff --git a/Lib/test/sndhdrdata/sndhdr.hcom b/Lib/test/sndhdrdata/sndhdr.hcom Binary files differnew file mode 100644 index 0000000..debb02d --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.hcom diff --git a/Lib/test/sndhdrdata/sndhdr.sndt b/Lib/test/sndhdrdata/sndhdr.sndt Binary files differnew file mode 100644 index 0000000..e1ca9cb --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.sndt diff --git a/Lib/test/sndhdrdata/sndhdr.voc b/Lib/test/sndhdrdata/sndhdr.voc Binary files differnew file mode 100644 index 0000000..53a91fd --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.voc diff --git a/Lib/test/sndhdrdata/sndhdr.wav b/Lib/test/sndhdrdata/sndhdr.wav Binary files differnew file mode 100644 index 0000000..0dca367 --- /dev/null +++ b/Lib/test/sndhdrdata/sndhdr.wav |