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 r.david.murray, serhiy.storchaka
Date 2013-09-06.21:24:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378502694.18.0.563332968903.issue18950@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch fixes followed bugs in the sunau module:

1. Au_read.readframes() reads wrong number of frames from multichannel stream.

2. Au_read.readframes() doesn't change current file position.

3. Au_write.writeframesraw() incorrectly updates current file position in a stream with u-Law compression.

4. Au_read.getnframes() returns a float (underporting from Python 2).

5. Au_write incorrectly updates header when it was opened with existing non-empty file object.

New tests proposed in issue18919 expose all these bugs.
History
Date User Action Args
2013-09-06 21:24:54serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray
2013-09-06 21:24:54serhiy.storchakasetmessageid: <1378502694.18.0.563332968903.issue18950@psf.upfronthosting.co.za>
2013-09-06 21:24:54serhiy.storchakalinkissue18950 messages
2013-09-06 21:24:53serhiy.storchakacreate