Sebastian Kraft added the comment:

After the last changes in the development version of python 3.4 the patch 
cannot be applied anymore. As the the other audio file readers and the wave 
module share a common API it may be not desireable to simply enhance the wave 
module with support for floating point data. In particular the underlying 
audiooop module is designed ro only work with integer data.

Therefore, and taking into account that this patch and its predecessor has not 
been reviewed in the last 2 years, I will not take the time to modify the patch 
again. 

At least please consider to apply the documentation patch I have uploaded now. 
This will clearly state in the documentation what sample formats are supported 
by the wave module.

----------
Added file: http://bugs.python.org/file34264/wave_issue16525_doc.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16525>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to