Uses of Class
com.tagtraum.audiokern.math.Peaks.Peak
-
Packages that use Peaks.Peak Package Description com.tagtraum.audiokern.math Support classes for mathematical operations. -
-
Uses of Peaks.Peak in com.tagtraum.audiokern.math
Classes in com.tagtraum.audiokern.math with type parameters of type Peaks.Peak Modifier and Type Interface Description static interfacePeaks.PeakPicker<T extends Peaks.Peak>Subclasses of Peaks.Peak in com.tagtraum.audiokern.math Modifier and Type Class Description static classPeaks.ContrastPeakMethods in com.tagtraum.audiokern.math that return Peaks.Peak Modifier and Type Method Description T[]Peaks.PeakPicker. findPeaks(float[] data)Finds peaks in the given data array.T[]Peaks.PeakPicker. findPeaks(float[] data, int offset, int length)Finds peaks in the given data array-region.
-