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

2014-08-25 Thread Eric Woudenberg
Changes by Eric Woudenberg ewoudenb...@users.sourceforge.net: -- versions: +Python 2.7 -Python 3.4 Added file: http://bugs.python.org/file36465/wave.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1483545

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

2014-08-25 Thread Eric Woudenberg
Changes by Eric Woudenberg ewoudenb...@users.sourceforge.net: Added file: http://bugs.python.org/file36466/test_wave.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1483545 ___

[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 ___

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

2010-08-22 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - unit test needed versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1483545 ___

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

2009-05-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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

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

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

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

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

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

2009-01-12 Thread Guilherme Polo
Changes by Guilherme Polo ggp...@gmail.com: -- type: - feature request versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1483545 ___