[issue2259] Poor support other than 44.1khz, 16bit audio files?

2011-08-25 Thread Philipp Weinfurter
Philipp Weinfurter added the comment: Oops. Misread the code, that part of skip() is fine. Patch removed. Sorry about that. -- ___ Python tracker <http://bugs.python.org/issue2

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2011-08-25 Thread Philipp Weinfurter
Changes by Philipp Weinfurter : Removed file: http://bugs.python.org/file23045/chunk2.patch ___ Python tracker <http://bugs.python.org/issue2259> ___ ___ Python-bug

[issue2259] Poor support other than 44.1khz, 16bit audio files?

2011-08-25 Thread Philipp Weinfurter
Philipp Weinfurter added the comment: >From AIFF-C Draft '91, Section 5, Sound Data Chunk: "If soundData[] contains an odd number of bytes, a pad byte with a value of zero is added at the end to preserve an even length for this Chunk." So I think aifc.patch is wrong. Howeve