[issue16525] wave file module does not support 32bit float format

2013-02-15 Thread Harvey Ormston

Harvey Ormston added the comment:

I see that this issue applies to Python 3.4. Nevertheless, I am now using the 
submitted patch (http://bugs.python.org/file28122/wave_float_issue16525.patch) 
with Python 2.7.

I find that the patched module fails when calling getwavformat(), becuase the 
_wavformat attribute is not set.

I attach wave_read_issue16525.patch, which properly sets the _wavformat 
attribute and allows getwavformat() to succeed.

Apologies if I have not followed the proper process here. I found this patch a 
while ago while looking for a solution to the limitations in the standard wave 
module and, upon using the patch, identified this potential issue which I have 
attampted to fix. I thought it would be best to share that fix.

--
nosy: +harveyormston
Added file: http://bugs.python.org/file29079/wave_read_issue16525.patch

___
Python tracker 
<http://bugs.python.org/issue16525>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16525] wave file module does not support 32bit float format

2013-02-18 Thread Harvey Ormston

Harvey Ormston added the comment:

Thanks Sebastian. That makes sense. I've tried the updated patch and it works 
just fine for me.

--

___
Python tracker 
<http://bugs.python.org/issue16525>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com