[issue5202] wave.py cannot write wave files into a shell pipeline

Serhiy Storchaka report at bugs.python.org
Fri Sep 6 23:40:10 CEST 2013


Serhiy Storchaka added the comment:

Oh, I forgot attach a patch. In any case it already slightly outdated.

After looking at other audio modules I think David's approach is better. It is also used in the chunk module. Here is updated patch with tests (tests are not final, issue18919 provides better tests).

----------
Added file: http://bugs.python.org/file31633/wave_write_unseekable.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5202>
_______________________________________


More information about the Python-bugs-list mailing list