mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 01:10:40 +00:00
Update wave_info_reader.py
Removed redundant "ISFT" fourcc
This commit is contained in:
@@ -43,8 +43,6 @@ class WavInfoChunkReader:
|
||||
self.tape = self._get_field(f, b'TAPE')
|
||||
#: 'IARL' Archival Location
|
||||
self.archival_location = self._get_field(f, b'IARL')
|
||||
#: 'ISFT' Software
|
||||
self.software = self._get_field(f, b'ISFT')
|
||||
#: 'ICSM' Commissioned
|
||||
self.commissioned = self._get_field(f, b'ICMS')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user