Enum ConcatMode
Choices in how recording gaps are visualised.
Namespace: AudioAnalysisTools.Indices
Assembly: AudioAnalysisTools.dll
Syntax
public enum ConcatMode
Fields
Name | Description |
---|---|
EchoGaps | EchoGaps: Recording gaps are filled with a repeat of the last three-index spectrum prior to the gap. Continuity of the time scale is preserved. Use there are many small, short, non-contigious blocks of source data (e.g. Sampling one minute every 10). |
NoGaps | NoGaps: Recording gaps will be ignored. Segments joined without space. Continuity of the time scale will be broken. This will be best option when you want to show source data as an uninterrupted visual stream. |
TimedGaps | TimedGaps (default): Recording gaps will be filled with a grey "gap" segment of same duration as gap. Time scale remains linear and complete. This is, continuity of the time scale is preserved. This is the default mode for visualisation. |