summaryrefslogtreecommitdiffstats
path: root/Lib/test/sndhdrdata
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-07-13 23:04:56 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-07-13 23:04:56 (GMT)
commite9ebde48cf5d7892794eacaeba683b308ce5a94b (patch)
tree7ca9edd545aaaf2cf36cad4fd1aa5c0ff3955538 /Lib/test/sndhdrdata
parent903396ee660679340e47f68d0da7b78d30c43480 (diff)
downloadcpython-e9ebde48cf5d7892794eacaeba683b308ce5a94b.zip
cpython-e9ebde48cf5d7892794eacaeba683b308ce5a94b.tar.gz
cpython-e9ebde48cf5d7892794eacaeba683b308ce5a94b.tar.bz2
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
Diffstat (limited to 'Lib/test/sndhdrdata')
-rw-r--r--Lib/test/sndhdrdata/README12
-rw-r--r--Lib/test/sndhdrdata/sndhdr.8svxbin0 -> 110 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.aifcbin0 -> 106 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.aiffbin0 -> 108 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.aubin0 -> 64 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.hcombin0 -> 256 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.sndtbin0 -> 129 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.vocbin0 -> 63 bytes
-rw-r--r--Lib/test/sndhdrdata/sndhdr.wavbin0 -> 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
new file mode 100644
index 0000000..8cd6cde
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.8svx
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.aifc b/Lib/test/sndhdrdata/sndhdr.aifc
new file mode 100644
index 0000000..8aae4e7
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.aifc
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.aiff b/Lib/test/sndhdrdata/sndhdr.aiff
new file mode 100644
index 0000000..8c279a7
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.aiff
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.au b/Lib/test/sndhdrdata/sndhdr.au
new file mode 100644
index 0000000..67c9e8f
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.au
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.hcom b/Lib/test/sndhdrdata/sndhdr.hcom
new file mode 100644
index 0000000..debb02d
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.hcom
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.sndt b/Lib/test/sndhdrdata/sndhdr.sndt
new file mode 100644
index 0000000..e1ca9cb
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.sndt
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.voc b/Lib/test/sndhdrdata/sndhdr.voc
new file mode 100644
index 0000000..53a91fd
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.voc
Binary files differ
diff --git a/Lib/test/sndhdrdata/sndhdr.wav b/Lib/test/sndhdrdata/sndhdr.wav
new file mode 100644
index 0000000..0dca367
--- /dev/null
+++ b/Lib/test/sndhdrdata/sndhdr.wav
Binary files differ