mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
autopep8
This commit is contained in:
@@ -50,7 +50,7 @@ class WaveSmplReader:
|
|||||||
|
|
||||||
#: The SMPTE offset to apply, as a tuple of four ints representing
|
#: The SMPTE offset to apply, as a tuple of four ints representing
|
||||||
#: hh, mm, ss, ff
|
#: hh, mm, ss, ff
|
||||||
self.smpte_offset: Tuple[int, int, int, int] = unpacked_data[6:10]
|
self.smpte_offset: Tuple[int, int, int, int] = unpacked_data[6:10]
|
||||||
|
|
||||||
loop_count = unpacked_data[10]
|
loop_count = unpacked_data[10]
|
||||||
sampler_udata_length = unpacked_data[11]
|
sampler_udata_length = unpacked_data[11]
|
||||||
@@ -72,7 +72,5 @@ class WaveSmplReader:
|
|||||||
|
|
||||||
#: Sampler-specific user data.
|
#: Sampler-specific user data.
|
||||||
self.sampler_udata: bytes = smpl_data[
|
self.sampler_udata: bytes = smpl_data[
|
||||||
header_field_fmt + loop_size * loop_count :
|
header_field_fmt + loop_size * loop_count:
|
||||||
header_field_fmt + loop_size * loop_count + sampler_udata_length]
|
header_field_fmt + loop_size * loop_count + sampler_udata_length]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user