mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 09:20:40 +00:00
Removed premature decoding of iXML bytes
This commit is contained in:
@@ -118,7 +118,7 @@ class WavInfoReader():
|
||||
if ixml_data is None:
|
||||
return None
|
||||
|
||||
ixml_string = ixml_data.decode('utf-8')
|
||||
ixml_string = ixml_data
|
||||
return WavIXMLFormat(ixml_string)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user