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 ckern
Recipients ckern, jcea
Date 2012-11-12.16:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352737696.18.0.572024817951.issue16461@psf.upfronthosting.co.za>
In-reply-to
Content
Addendum: 4 Gib file size can only be achieved with "unsigned
long". Moreover, for numbers < 2^31, "signed long" and
"unsigned long" seem to be the same, so there should arise
no problem. (Tested on x86_64 linux)

BTW: Writing .wav files could gain performance it there'd be
an option for updating the header only at the end of writing.
History
Date User Action Args
2012-11-12 16:28:16ckernsetrecipients: + ckern, jcea
2012-11-12 16:28:16ckernsetmessageid: <1352737696.18.0.572024817951.issue16461@psf.upfronthosting.co.za>
2012-11-12 16:28:16ckernlinkissue16461 messages
2012-11-12 16:28:16ckerncreate