Class MeanSquareFunction
- java.lang.Object
-
- com.tagtraum.audiokern.replaygain.MeanSquareFunction
-
- All Implemented Interfaces:
AggregateFunction<AudioBuffer,Float>
public class MeanSquareFunction extends Object implements AggregateFunction<AudioBuffer,Float>
Mean-square function.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description MeanSquareFunction()
-
-
-
Method Detail
-
aggregate
public Float aggregate(AudioBuffer buffer)
- Specified by:
aggregate
in interfaceAggregateFunction<AudioBuffer,Float>
-
-