Class EventPostProcessing
Inherited Members
Namespace: AudioAnalysisTools.Events.Types
Assembly: AudioAnalysisTools.dll
Syntax
public static class EventPostProcessing
Methods
| Improve this Doc View SourcePostProcessingOfSpectralEvents(List<EventCommon>, EventPostProcessing.PostProcessingConfig, BaseSonogram, TimeSpan)
This method post-processes a set of acoustic events that have been detected by all profiles at the passed decibel threshold.
Declaration
public static List<EventCommon> PostProcessingOfSpectralEvents(List<EventCommon> newEvents, EventPostProcessing.PostProcessingConfig postprocessingConfig, BaseSonogram spectrogram, TimeSpan segmentStartOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| List<EventCommon> | newEvents | A list of events before post-processing. |
| EventPostProcessing.PostProcessingConfig | postprocessingConfig | The config file to be used for post-processing. |
| BaseSonogram | spectrogram | A spectrogram of the events. |
| TimeSpan | segmentStartOffset | Time in seconds since beginning of the recording. |
Returns
| Type | Description |
|---|---|
| List<EventCommon> | A list of events after post-processing. |