[issue1483545] Wave.py support for ulaw and alaw audio

2014-08-25 Thread Eric Woudenberg
Changes by Eric Woudenberg : Added file: http://bugs.python.org/file36466/test_wave.py ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1483545] Wave.py support for ulaw and alaw audio

2014-08-25 Thread Eric Woudenberg
Changes by Eric Woudenberg : -- versions: +Python 2.7 -Python 3.4 Added file: http://bugs.python.org/file36465/wave.py ___ Python tracker ___ __

[issue1483545] Wave.py support for ulaw and alaw audio

2013-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For consistency with the aifc and sunau modules the wave module should compress/uncompress u-law and A-law data. -- nosy: +serhiy.storchaka stage: test needed -> needs patch versions: +Python 3.4 -Python 3.2 ___ Py

[issue1483545] Wave.py support for ulaw and alaw audio

2010-08-22 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ P

[issue1483545] Wave.py support for ulaw and alaw audio

2009-05-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Please read http://www.python.org/dev/patches/ The best format for a patch is a "diff -u" format. It's much much easier to see what you changed to the existing code, and the same patch often applies to several versions. Also, 2.4 and 2.5 are closed for new

[issue1483545] Wave.py support for ulaw and alaw audio

2009-05-08 Thread Eric Woudenberg
Eric Woudenberg added the comment: Patch applied to Python 2.5 wave.py -- Added file: http://bugs.python.org/file13932/wave25.py ___ Python tracker ___ ___

[issue1483545] Wave.py support for ulaw and alaw audio

2009-05-08 Thread Eric Woudenberg
Eric Woudenberg added the comment: Patch applied to Python 2.4 wave.py -- Added file: http://bugs.python.org/file13931/wave24.py ___ Python tracker ___ ___

[issue1483545] Wave.py support for ulaw and alaw audio

2009-01-12 Thread Guilherme Polo
Changes by Guilherme Polo : -- type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-li