[issue8311] wave module sets data subchunk size incorrectly when writing wav file

Serhiy Storchaka report at bugs.python.org
Mon Oct 14 13:43:26 CEST 2013


Serhiy Storchaka added the comment:

Here is a patch for all three audio modules. After dropping support of string (which is meanless) in the audioop module (issue16685) it can be simplified.

I doubt that this should be applied in maintenance releases. Support of non-bytes arguments in writerawframes() is a new feature.

----------
assignee:  -> serhiy.storchaka
stage: needs patch -> patch review
type: behavior -> enhancement
versions:  -Python 2.7, Python 3.3
Added file: http://bugs.python.org/file32114/audio_write_nonbytes.patch

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


More information about the Python-bugs-list mailing list