Class EventPostProcessing.SyllableStackConfig
These parameters define the limits for combining stacked events - that is, events that are above or below each other with some spectral gap between them.
Inherited Members
Namespace: AudioAnalysisTools.Events.Types
Assembly: AudioAnalysisTools.dll
Syntax
public class SyllableStackConfig
Properties
| Improve this Doc View SourceMaxDifferenceSeconds
Controls how much variance is allowed in the temporal bounds of the event. If the events are part of the same large event, then they should start and end at the same time.
Declaration
public double MaxDifferenceSeconds { get; set; }
Property Value
Type | Description |
---|---|
Double | The allowable difference in seconds |
MaxGapHertz
The maximum allowed gap between the top of the lower event and the bottom of the higher event. Any events that are closer than this gap will be combined.
Declaration
public double MaxGapHertz { get; set; }
Property Value
Type | Description |
---|---|
Double | The allowable gap in Hertz. |