diff --git a/wavinfo/wave_smpl_reader.py b/wavinfo/wave_smpl_reader.py index eb09f91..d6ae708 100644 --- a/wavinfo/wave_smpl_reader.py +++ b/wavinfo/wave_smpl_reader.py @@ -5,27 +5,27 @@ from typing import Tuple, NamedTuple, List class WaveSmplLoop(NamedTuple): - ident: int - loop_type: int - start: int + ident: int + loop_type: int + start: int end: int fraction: int repetition_count: int class WaveSmplReader: - + def __init__(self, smpl_data: bytes): """ Read sampler metadata from smpl chunk. """ - + header_field_fmt = "