Update wave_reader.py

Comment
This commit is contained in:
Jamie Hardt
2019-01-05 21:52:05 -08:00
parent 188ba855b2
commit 8d0d51b7fa

View File

@@ -35,6 +35,7 @@ class WavInfoReader():
"""
absolute_path = os.path.abspath(path)
#: ``file://`` url for the file.
self.url = pathlib.Path(absolute_path).as_uri()
with open(path, 'rb') as f:
chunks = parse_chunk(f)