This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bensatmit_edu
Recipients
Date 2005-02-19.20:02:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
IEEE Float .wav files have almost identical structure
to standard PCM .wav files.  Currently, wave.py gives
an unknown format error when attempting to read IEEE
Float .wav files. This patch causes wave.py to read
those files properly.

No changes were made to wave_write, only wave_read.
History
Date User Action Args
2007-08-23 15:41:55adminlinkissue1144504 messages
2007-08-23 15:41:55admincreate