[issue1423] wave sunau aifc 16bit errors

2015-02-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue8311. Was fixed in 3.4. In 2.7 you should first convert your data to str, bytearray, array('B') or buffer. -- nosy: +serhiy.storchaka resolution: - duplicate status: languishing - closed superseder: - wave module sets

[issue1423] wave sunau aifc 16bit errors

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1423 ___ ___

[issue1423] wave sunau aifc 16bit errors

2013-06-24 Thread Christian Heimes
Christian Heimes added the comment: Is somebody interested in this bug? -- assignee: christian.heimes - status: open - languishing versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue1423] wave sunau aifc 16bit errors

2013-02-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: Removed file: http://bugs.python.org/file18919/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1423 ___

[issue1423] wave sunau aifc 16bit errors

2010-09-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is this still valid? -- nosy: +BreamoreBoy -gvanrossum versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue1423] wave sunau aifc 16bit errors

2010-09-18 Thread jeroen
jeroen jjkei...@gmail.com added the comment: as far as I know. But i have not use or tested it since a long time On Sat, Sep 18, 2010 at 4:34 PM, Mark Lawrence rep...@bugs.python.orgwrote: Mark Lawrence breamore...@yahoo.co.uk added the comment: Is this still valid? -- nosy:

[issue1423] wave sunau aifc 16bit errors

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Windows stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1423

[issue1423] wave sunau aifc 16bit errors

2007-11-15 Thread Guido van Rossum
Guido van Rossum added the comment: Crys, since you apparently have working sound on Windows, could you have a look at this? There's also an (unrelated) issue with sunau.py on Py3k, it doesn't work (but the unittests aren't strong enough to discover that :-). -- assignee: - tiran

[issue1423] wave sunau aifc 16bit errors

2007-11-12 Thread Guido van Rossum
Guido van Rossum added the comment: What software do you use to play the sample? Is it perhaps ignoring the nchannels value from the header? -- nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1423

[issue1423] wave sunau aifc 16bit errors

2007-11-12 Thread jeroen
jeroen added the comment: I played using winsound.PlaySound function for the wav. I used VLC and windows media player for wav,au and aiff after that All had the same problem. It was solved for sunau by doubling the nframes number written by the close function in the sunau module. I assume

[issue1423] wave sunau aifc 16bit errors

2007-11-11 Thread jeroen
New submission from jeroen: When you write sound files wav sunau of aifc and you are using 16 bits samples. The number of frames in the files is incorrect. close function which updates the headers makes a mistake I assume. For the sunau type I had to double the number of frames in the close