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

Serhiy Storchaka report at bugs.python.org
Mon Oct 14 18:17:27 CEST 2013


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 considered as a bugfix.

----------
assignee: serhiy.storchaka
components: Library (Lib)
files: sunau_pcm24.patch
keywords: patch
messages: 199923
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add support for 24-bit in the sunau module
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32122/sunau_pcm24.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19261>
_______________________________________


More information about the New-bugs-announce mailing list