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 serhiy.storchaka
Recipients Peder.Jørgensen, eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka
Date 2013-09-05.19:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378409760.47.0.712037734341.issue12866@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately Peter's file is not ready for release. It adds support of 24-bit samples only to the part of functions, it works only on little-endian platform, it should crash on platforms which not allows non-aligned access, and I suspect it can overflow output buffers. And it doesn't provided in diff format.

Here is other patch which adds support for 24-bit samples. It also cleanup and simplify the code of audioop.c so that its total size is even decreased. Patch includes test and documentation changes.
History
Date User Action Args
2013-09-05 19:36:01serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eric.araujo, r.david.murray, Peder.Jørgensen
2013-09-05 19:36:00serhiy.storchakasetmessageid: <1378409760.47.0.712037734341.issue12866@psf.upfronthosting.co.za>
2013-09-05 19:36:00serhiy.storchakalinkissue12866 messages
2013-09-05 19:36:00serhiy.storchakacreate