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 jtidman
Recipients jtidman
Date 2011-02-05.00:00:47
SpamBayes Score 0.0011513656
Marked as misclassified No
Message-id <1296864048.5.0.627671615909.issue11126@psf.upfronthosting.co.za>
In-reply-to
Content
wave.py does not always honor the sampwidth setting, especially on little endian machines.  If sampwidth is not one and big_endian is not set, then datawritten will not be muliplied by sampwidth, causing the header to be incorrect, and the file to appear to contain less data than it chould.
History
Date User Action Args
2011-02-05 00:00:48jtidmansetrecipients: + jtidman
2011-02-05 00:00:48jtidmansetmessageid: <1296864048.5.0.627671615909.issue11126@psf.upfronthosting.co.za>
2011-02-05 00:00:47jtidmanlinkissue11126 messages
2011-02-05 00:00:47jtidmancreate