android13/external/python/cpython3/Lib/test/sndhdrdata
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
sndhdr.8svx initial 2024-06-22 20:45:49 +08:00
sndhdr.aifc initial 2024-06-22 20:45:49 +08:00
sndhdr.aiff initial 2024-06-22 20:45:49 +08:00
sndhdr.au initial 2024-06-22 20:45:49 +08:00
sndhdr.hcom initial 2024-06-22 20:45:49 +08:00
sndhdr.sndt initial 2024-06-22 20:45:49 +08:00
sndhdr.voc initial 2024-06-22 20:45:49 +08:00
sndhdr.wav initial 2024-06-22 20:45:49 +08:00

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>