[issue16525] wave file module does not support 32bit float format

Sebastian Kraft report at bugs.python.org
Sun Nov 25 18:05:13 CET 2012


Sebastian Kraft added the comment:

Attached to this mail you find my patch for the implementation of support for 8, 16, 24, 32 bit signed int PCM and 32, 64 bit float.

24bit on big endian systems is buggy, but this will be reported in another ticket.

The modified test checks all number formats apart form 24bit int. If the patch is fine and will be accepted I will also update the doc and send a seperate patch for this.

----------
keywords: +patch
Added file: http://bugs.python.org/file28122/wave_float_issue16525.patch

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


More information about the Python-bugs-list mailing list