Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.NotNull()
    ObjectExtensions.AsArray<ConcatMode>()
    ObjectExtensions.AsList<ConcatMode>()
    ObjectExtensions.Wrap<ConcatMode>()
    SystemExtensions.BinarySerialize()
    SystemExtensions.ToDescriptionString()
    ConfigFileExtensions.NotNull(FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<ConcatMode>()
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top