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 Christophe Biocca
Recipients Christophe Biocca
Date 2015-07-10.18:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436553465.27.0.993319538196.issue24608@psf.upfronthosting.co.za>
In-reply-to
Content
Basically, some (malformed or empty?) WAV strings result in the empty string being returned when calling readframes.

That string cannot be passed back to writeframes() without causing a crash, since it does not implement the buffer interface.
History
Date User Action Args
2015-07-10 18:37:45Christophe Bioccasetrecipients: + Christophe Biocca
2015-07-10 18:37:45Christophe Bioccasetmessageid: <1436553465.27.0.993319538196.issue24608@psf.upfronthosting.co.za>
2015-07-10 18:37:45Christophe Bioccalinkissue24608 messages
2015-07-10 18:37:45Christophe Bioccacreate