|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.softsynth.math.AudioMath
public class AudioMath
Miscellaneous math functions useful in Audio
| Constructor Summary | |
|---|---|
AudioMath()
|
|
| Method Summary | |
|---|---|
static double |
amplitudeToDecibels(double amplitude)
Convert amplitude to decibels. |
static double |
decibelsToAmplitude(double decibels)
Convert decibels to amplitude. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioMath()
| Method Detail |
|---|
public static double amplitudeToDecibels(double amplitude)
public static double decibelsToAmplitude(double decibels)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||