]> granicus.if.org Git - python/commit
SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 20 Mar 2006 05:21:58 +0000 (05:21 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 20 Mar 2006 05:21:58 +0000 (05:21 +0000)
commitfa86907aae0178ae93df4e7df3629df748f462b5
tree4e64f74689a6f6921e497ab038626ca10ef90049
parentd1e0ef68fb3b92b4c54cbb614d521e28078f4788
SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated
 This patch adds a-LAW encoding to audioop and replaces the old
u-LAW encoding/decoding code with the current code from sox.

Possible issues: the code from sox uses int16_t.

Code by Lars Immisch
Doc/lib/libaudioop.tex
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c