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 yussuf.ozkan
Recipients ned.deily, ronaldoussoren, serhiy.storchaka, thruston, xiang.zhang, yussuf.ozkan
Date 2021-02-04.21:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612475851.37.0.988644900928.issue30077@roundup.psfhosted.org>
In-reply-to
Content
If you read a normal uncompressed AIFF with aifc, the samples are in big-endian order and need to be converted before they can be played on little-endian systems.

As all other compression schemes produce big-endian data, so should 'SOWT' encoded AIFF. Therefore, the bytes of each sample should be swapped on read and write.

See also: https://en.wikipedia.org/wiki/Audio_Interchange_File_Format#AIFF_on_Mac_OS_X
History
Date User Action Args
2021-02-04 21:57:31yussuf.ozkansetrecipients: + yussuf.ozkan, ronaldoussoren, ned.deily, serhiy.storchaka, xiang.zhang, thruston
2021-02-04 21:57:31yussuf.ozkansetmessageid: <1612475851.37.0.988644900928.issue30077@roundup.psfhosted.org>
2021-02-04 21:57:31yussuf.ozkanlinkissue30077 messages
2021-02-04 21:57:31yussuf.ozkancreate