Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: ec8e6895a3ce9cd69b6ceb75a15fcc74d4a522dc authored by Jason R. Coombs on 04 November 2020, 08:12:39 UTC
In _Threads, reap on append.
Tip revision: ec8e689
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>
back to top