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.

Author serhiy.storchaka
Recipients georg.brandl, murraylang, serhiy.storchaka
Date 2013-10-18.07:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382080033.01.0.750503356504.issue1575020@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-18 07:07:13serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, murraylang
2013-10-18 07:07:13serhiy.storchakasetmessageid: <1382080033.01.0.750503356504.issue1575020@psf.upfronthosting.co.za>
2013-10-18 07:07:12serhiy.storchakalinkissue1575020 messages
2013-10-18 07:07:12serhiy.storchakacreate