slice buffers in audioadapter and gap handling in whitener
related to this MR in sgn-ts: sgn-ts!42 (merged)
-
Whiten element
- Set
adapter_config.skip_gaps = True
, from which the_TSTransSink
base class will produce gap buffers if there are any gaps in the segment to be processed - If the whiten element sees that the preparedframe is a gap, it will first drain the output history, and produce gap buffers when it's empty
- plots
- Set
-
LLOIDCorrelate
- When concatenating data, only concatenate the union of segments from different time slices.
Edited by Yun-Jing Huang