[issue19261] Add support for 24-bit in the sunau module

2013-11-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19261] Add support for 24-bit in the sunau module

2013-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2cc6254d399 by Serhiy Storchaka in branch 'default': Issue #19261: Added support for writing 24-bit samples in the sunau module. http://hg.python.org/cpython/rev/d2cc6254d399 -- nosy: +python-dev ___ Pyt

[issue19261] Add support for 24-bit in the sunau module

2013-10-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a simple patch which adds support for writing 24-bit samples in the sunau module. Actually the sunau module already supports reading 24-bit samples and AUDIO_FILE_ENCODING_LINEAR_24 mentioned as supported encoding. So perhaps this should be consid