You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having NaT as end entries, e.g. when using a filewise index, auglib.Augment.augment() will need to calculate the duration of the files. This is in principle not nessecary as this is done anyway during augmentation and the information can be easily returned when setting self.keep_nat to False for the underlying audinterface.Process object. But we cannot easily do this when calling super.__init__() as this would affect other methods like auglib.Augment.process_file(). So most likely we need a bigger refactor of the code of auglib.Augment before we can achieve the goal of this issue.
The text was updated successfully, but these errors were encountered:
When having
NaT
asend
entries, e.g. when using a filewise index,auglib.Augment.augment()
will need to calculate the duration of the files. This is in principle not nessecary as this is done anyway during augmentation and the information can be easily returned when settingself.keep_nat
toFalse
for the underlyingaudinterface.Process
object. But we cannot easily do this when callingsuper.__init__()
as this would affect other methods likeauglib.Augment.process_file()
. So most likely we need a bigger refactor of the code ofauglib.Augment
before we can achieve the goal of this issue.The text was updated successfully, but these errors were encountered: