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 David.Edelsohn, serhiy.storchaka, vstinner
Date 2013-11-18.08:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384763408.59.0.852556825569.issue19633@psf.upfronthosting.co.za>
In-reply-to
Content
> Why the test succeeded on little endian?

Because array.fromfile() is used only to swap 16- and 32-bit samples on bigendian platform.

Perhaps we need the byteswap() function in the audioop module.
History
Date User Action Args
2013-11-18 08:30:08serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, David.Edelsohn
2013-11-18 08:30:08serhiy.storchakasetmessageid: <1384763408.59.0.852556825569.issue19633@psf.upfronthosting.co.za>
2013-11-18 08:30:08serhiy.storchakalinkissue19633 messages
2013-11-18 08:30:08serhiy.storchakacreate