[issue12866] Add support for 24-bit samples in the audioop module

2013-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97ad9af5d5e7 by Serhiy Storchaka in branch 'default': Issue #12866: Fix bias() for 24-bit. Add more tests. http://hg.python.org/cpython/rev/97ad9af5d5e7 -- ___ Python tracker

[issue12866] Add support for 24-bit samples in the audioop module

2013-10-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your review Antoine. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue12866] Add support for 24-bit samples in the audioop module

2013-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1fa70053828 by Serhiy Storchaka in branch 'default': Issue #12866: The audioop module now supports 24-bit samples. http://hg.python.org/cpython/rev/e1fa70053828 -- nosy: +python-dev ___ Python tracker <

[issue12866] Add support for 24-bit samples in the audioop module

2013-10-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch addresses Antoine's comments. -- Added file: http://bugs.python.org/file32135/audioop_24bit_2.patch ___ Python tracker ___ _

[issue12866] Add support for 24-bit samples in the audioop module

2013-10-14 Thread Peder Jørgensen
Peder Jørgensen added the comment: This is great! My brother did a few more updates to it and added support for endian conversion, and i've been using it a lot with out any problems, but i must admit your patch looks a lot cleaner Serhiy. Great work. Can't wait to test it. This is going to be

[issue12866] Add support for 24-bit samples in the audioop module

2013-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If there are no objections I will commit this. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue12866] Add support for 24-bit samples in the audioop module

2013-09-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 out