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 Peder.Jørgensen
Recipients Peder.Jørgensen
Date 2011-08-30.22:51:48
SpamBayes Score 9.454578e-07
Marked as misclassified No
Message-id <1314744712.67.0.770855933698.issue12866@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
I'm working with audio in python 2.7 and I needed Audioop to work with
24bit files, it currently only supports 8 16 and 32 bit sound files.
(24bit files are very common in the audio world)
My brother knows c quite well, so he managed to patch it up to support 24bit files for me, he's a bit too shy to try and get it into the standard python package him self, so I thought i'd give it a go for him :) 

I think the updated audioop.c would be a great add-on to python, it's 100% backwards compatible, and should work fine with python 3.
I searched for hours and hours to see if someone had fixed it before, but found nothing.
Not sure if this is the right place for this kind of thing, but was the best place I could find on python.org

Also!
The file i uploaded is not ready for release, my brother will probably want to go over it a few times and do more testing.
History
Date User Action Args
2011-08-30 22:51:57Peder.Jørgensensetrecipients: + Peder.Jørgensen
2011-08-30 22:51:52Peder.Jørgensensetmessageid: <1314744712.67.0.770855933698.issue12866@psf.upfronthosting.co.za>
2011-08-30 22:51:52Peder.Jørgensenlinkissue12866 messages
2011-08-30 22:51:51Peder.Jørgensencreate