public class VUMeter
extends java.lang.Object
See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
User: Peter Wolf Date: Mar 9, 2006 Time: 9:30:52 PM
Constructor and Description |
---|
VUMeter() |
Modifier and Type | Method and Description |
---|---|
void |
calculateVULevels(byte[] data,
int offset,
int cnt) |
void |
calculateVULevels(Data data) |
double |
getAverageDB() |
boolean |
getIsClipping() |
double |
getMaxDB() |
double |
getPeakDB() |
double |
getRmsDB() |
public final double getRmsDB()
public final double getAverageDB()
public final double getPeakDB()
public final boolean getIsClipping()
public final double getMaxDB()
public void calculateVULevels(Data data)
public void calculateVULevels(byte[] data, int offset, int cnt)