This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author seebk
Recipients harveyormston, jcea, mark.dickinson, seebk, serhiy.storchaka
Date 2014-03-02.08:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393750654.54.0.247023203914.issue16525@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-02 08:57:34seebksetrecipients: + seebk, jcea, mark.dickinson, serhiy.storchaka, harveyormston
2014-03-02 08:57:34seebksetmessageid: <1393750654.54.0.247023203914.issue16525@psf.upfronthosting.co.za>
2014-03-02 08:57:34seebklinkissue16525 messages
2014-03-02 08:57:33seebkcreate