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 seebk
Recipients jcea, seebk
Date 2012-11-25.17:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353863113.23.0.499353353801.issue16525@psf.upfronthosting.co.za>
In-reply-to
Content
Attached to this mail you find my patch for the implementation of support for 8, 16, 24, 32 bit signed int PCM and 32, 64 bit float.

24bit on big endian systems is buggy, but this will be reported in another ticket.

The modified test checks all number formats apart form 24bit int. If the patch is fine and will be accepted I will also update the doc and send a seperate patch for this.
History
Date User Action Args
2012-11-25 17:05:13seebksetrecipients: + seebk, jcea
2012-11-25 17:05:13seebksetmessageid: <1353863113.23.0.499353353801.issue16525@psf.upfronthosting.co.za>
2012-11-25 17:05:13seebklinkissue16525 messages
2012-11-25 17:05:13seebkcreate