Loading ivas_processing_scripts/audiotools/audio.py +2 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,8 @@ class ObjectBasedAudio(Audio): if pos.shape[1] < 5: raise ValueError("Metadata incomplete. Columns are missing.") elif pos.shape[1] > 5: if pos.shape[1] == 8: if pos.shape[1] <= 8: # TODO: FIXME pos = pos[:, :5] else: raise ValueError( Loading Loading
ivas_processing_scripts/audiotools/audio.py +2 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,8 @@ class ObjectBasedAudio(Audio): if pos.shape[1] < 5: raise ValueError("Metadata incomplete. Columns are missing.") elif pos.shape[1] > 5: if pos.shape[1] == 8: if pos.shape[1] <= 8: # TODO: FIXME pos = pos[:, :5] else: raise ValueError( Loading