[issue12866] Add support for 24-bit samples in the audioop module

2013-10-14 Thread Peder Jørgensen
Peder Jørgensen added the comment: This is great! My brother did a few more updates to it and added support for endian conversion, and i've been using it a lot with out any problems, but i must admit your patch looks a lot cleaner Serhiy. Great work. Can't wait to test it. This is going

[issue12866] Want to submit our Audioop.c patch for 24bit audio

2011-08-30 Thread Peder Jørgensen
New submission from Peder Jørgensen peder.jorgen...@gmail.com: 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