Search Results for

    Show / Hide Table of Contents

    Enum TrackType

    Namespace: AudioAnalysisTools.Events.Tracks
    Assembly: AudioAnalysisTools.dll
    Syntax
    public enum TrackType

    Fields

    Name Description
    ForwardTrack

    Sounds like fluctuating tone/chirp. Each track point advances one time step. Points may move up or down two frequency bins.

    MixedTrack

    A track containing segments of two or more of the above.

    OneBinTrack

    Sounds like single tone whistle. Each track point advances one time step. All points remain in the same frequency bin.

    OneFrameTrack

    Sounds like click. Each track point ascends one frequency bin. All points remain in the same time frame.

    UpwardTrack

    Sounds like whip. Each track point ascends one frequency bin. Points may move forwards or back one frame step.

    Extension Methods

    ObjectExtensions.NotNull()
    ObjectExtensions.AsArray<TrackType>()
    ObjectExtensions.AsList<TrackType>()
    ObjectExtensions.Wrap<TrackType>()
    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<TrackType>()
    • 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