[issue1575020] Request wave support > 16 bit samples

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

[issue1575020] Request wave support > 16 bit samples

2013-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5fbcb4aa48fa by Serhiy Storchaka in branch '2.7': Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. http://hg.python.org/cpython/rev/5fbcb4aa48fa New changeset 79b8b7c5fe8a by Serhiy Storchaka in branch '3.3': Issue #157502

[issue1575020] Request wave support > 16 bit samples

2013-10-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And supporting the feature only on some platforms (without good reasons) is a bug. -- type: enhancement -> behavior ___ Python tracker ___

[issue1575020] Request wave support > 16 bit samples

2013-10-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Actually 24-bit samples are supported only on little-endian platforms (see issue19276). Here is simple patch which makes them supported on big-endian too. -- keywords: +patch resolution: out of date -> stage: committed/rejected -> patch review status

[issue1575020] Request wave support > 16 bit samples

2013-10-14 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue1575020] Request wave support > 16 bit samples

2013-10-14 Thread Georg Brandl
Georg Brandl added the comment: Serhiy, you're welcome to set issues to pending, but please don't forget to close them after a certain time... -- status: pending -> open ___ Python tracker __

[issue1575020] Request wave support > 16 bit samples

2013-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Currently 24-bit wave files are supported at least in 2.7, 3.3, and 3.4 (there are tests for this). The audioop module yet not supports 24-bit data, but this is another issue. -- dependencies: -Add support for 24-bit samples in the audioop module re

[issue1575020] Request wave support > 16 bit samples

2013-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka stage: test needed -> needs patch ___ Python tracker ___ ___ Python-

[issue1575020] Request wave support > 16 bit samples

2013-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Add support for 24-bit samples in the audioop module ___ Python tracker ___ ___ Pyth

[issue1575020] Request wave support > 16 bit samples

2013-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue1575020] Request wave support > 16 bit samples

2013-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1575020] Request wave support > 16 bit samples

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1575020] Request wave support > 16 bit samples

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-