Returns the minimum peak (in decibels) of a list of min/max peaks.
The values range from -1.0f to 1.0f.
Declaration Syntax
C# | Visual Basic |
public static float GetMindBPeakFromWaveDataMaxHistory( List<WaveDataMinMax> history, int bufferSizeToAnalyse, ChannelType channelType, int startPosition )
Public Shared Function GetMindBPeakFromWaveDataMaxHistory ( _ history As List(Of WaveDataMinMax), _ bufferSizeToAnalyse As Integer, _ channelType As ChannelType, _ startPosition As Integer _ ) As Single
Parameters
- history (List<(Of <(<'WaveDataMinMax>)>)>)
- List of min/max peaks
- bufferSizeToAnalyse (Int32)
- Buffer size to analyse
- channelType (ChannelType)
- Channel type
- startPosition (Int32)
- Start position
Return Value
PeakInfo data structure (peak + position)