gar-onn
Results
2
comments of
gar-onn
Try editing the line in [RenderIntervalThread.py](https://github.com/lagmoellertim/unsilence/blob/d5f91ce877f88a0230ea832e01859fb5654f34fb/unsilence/lib/render_media/RenderIntervalThread.py#L112)
Maybe if we add an option before this line (https://github.com/lagmoellertim/unsilence/blob/d5f91ce877f88a0230ea832e01859fb5654f34fb/unsilence/lib/intervals/Intervals.py#L69 And add on option to the arguments, this would work. Like ```python if current_interval.is_silent and NEWVAR: pass else: intervals.append(current_interval) ```