mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Version 1.1
This commit is contained in:
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(name='wavinfo',
|
||||
version='1.0',
|
||||
version='1.1',
|
||||
author='Jamie Hardt',
|
||||
author_email='jamiehardt@me.com',
|
||||
description='WAVE sound file metadata parser.',
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
|
||||
from .wave_reader import WavInfoReader
|
||||
|
||||
__version__ = 1.0
|
||||
__version__ = '1.1'
|
||||
__author__ = 'Jamie Hardt'
|
||||
|
||||
@@ -24,9 +24,6 @@ class WavBextReader:
|
||||
#
|
||||
# reserved[180]
|
||||
# codinghistory []
|
||||
if bext_data is None:
|
||||
return None
|
||||
|
||||
packstring = "<256s"+ "32s" + "32s" + "10s" + "8s" + "QH" + "64s" + "hhhhh" + "180s"
|
||||
|
||||
rest_starts = struct.calcsize(packstring)
|
||||
|
||||
Reference in New Issue
Block a user