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.

Unsupported provider

classification
Title: Add support for 24-bit in the sunau module
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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:52adminsetgithub: 63460
2013-11-10 19:06:48serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2013-11-10 19:06:11python-devsetnosy: + python-dev
messages: + msg202553
2013-10-14 16:17:27serhiy.storchakacreate