public class AudioMath
extends java.lang.Object
| Constructor and Description |
|---|
AudioMath() |
| Modifier and Type | Method and Description |
|---|---|
static double |
amplitudeToDecibels(double amplitude)
Convert amplitude to decibels.
|
static double |
decibelsToAmplitude(double decibels)
Convert decibels to amplitude.
|
public static double amplitudeToDecibels(double amplitude)
public static double decibelsToAmplitude(double decibels)