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. |