| Victor Stinner | e9ebde4 | 2010-07-13 23:04:56 +0000 | [diff] [blame] | 1 | Sound file samples used by Lib/test/test_sndhdr.py and generated using the | 
| 2 | following commands: | ||||
| 3 | |||||
| 4 | dd if=/dev/zero of=sndhdr.raw bs=20 count=1 | ||||
| 5 | sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format> | ||||
| 6 | |||||
| 7 | Sound file samples used by Lib/test/test_sndhdr.py and generated using the | ||||
| 8 | following commands: | ||||
| 9 | |||||
| 10 | dd if=/dev/zero of=sndhdr.raw bs=20 count=1 | ||||
| 11 | sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format> | ||||
| 12 | |||||