Issue 19261: Add support for 24-bit in the sunau module (original) (raw)

Issue19261

Created on 2013-10-14 16:17 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sunau_pcm24.patch serhiy.storchaka,2013-10-14 16:17 review
Messages (2)
msg199923 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-14 16:17
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 considered as a bugfix.
msg202553 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-10 19:06
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
History
Date User Action Args
2022-04-11 14:57:52 admin set github: 63460
2013-11-10 19:06:48 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2013-11-10 19:06:11 python-dev set nosy: + python-devmessages: +
2013-10-14 16:17:27 serhiy.storchaka create