[issue4913] wave.py writes 16 bit sample files of half the correct duration

Guilherme Polo report at bugs.python.org
Sun Jan 11 20:39:30 CET 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

Given the name of the function related to the problem: "writeframesraw",
it seems to be more correct to remove the sampwidth multiplication from
the other case (not add it in the other one), since you must already
pass the data multiplied by it.

Does that make sense to you Alex ?

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


More information about the Python-bugs-list mailing list