[issue32004] Allow specifying code packing order in audioop adpcm functions

2017-12-13 Thread MosesofEgypt
MosesofEgypt <mosesbobadi...@gmail.com> added the comment: Added serhiy.storchaka to nosy list as the issue has been open for over a month without response(not sure if I should have done this in the first place). -- nosy: +serhiy.storchaka versions: +Pyth

[issue32004] Allow specifying code packing order in audioop adpcm functions

2017-11-18 Thread MosesofEgypt
MosesofEgypt <mosesbobadi...@gmail.com> added the comment: Changed type to behavior as this is more of a bug fix than an enhancement. -- type: enhancement -> behavior ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32004] Allow specifying code packing order in audioop adpcm functions

2017-11-10 Thread MosesofEgypt
New submission from MosesofEgypt <mosesbobadi...@gmail.com>: --- Issue --- audioop.adpcm2lin and audioop.lin2adpcm currently treat the high 4 bits of each byte as the first code and the low 4 as the second code. In practice this is often the opposite. http://www.drdobbs.com/database/alg