iluvcapra / wavinfo

Probe WAVE Files for all metadata
https://wavinfo.readthedocs.io/
MIT License
33 stars 7 forks source link

Make wavinfo work with filehandles. #11

Closed RonaldAJ closed 1 year ago

RonaldAJ commented 2 years ago

Make it possible to pass file handles or in memory wav data to wavinfo. Some of the fields for the repr where not available for files. For these the url member is set to "about:blank", and the self.path to the representation of the incoming object. The formating in repr turned out to be broken, with fixing that we also had to fix the test on repr.