Update wave_info_reader.py

Removed redundant "ISFT" fourcc
This commit is contained in:
Jamie Hardt
2020-06-24 18:30:14 -07:00
committed by GitHub
parent cf8aa36fc3
commit 18ebd22ec1

View File

@@ -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')