|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.dsp.processor.AmplitudeProcessor
public class AmplitudeProcessor
Change amplitude of audio data.
Constructor Summary | |
---|---|
AmplitudeProcessor()
|
Method Summary | |
---|---|
void |
process(FloatSampleBuffer buffer)
Do the amplifying. |
void |
setAmplitudeLinear(float fAmplitude)
Set the amplitude. |
void |
setAmplitudeLog(float fAmplitude)
Set the amplitude. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmplitudeProcessor()
Method Detail |
---|
public void setAmplitudeLinear(float fAmplitude)
setAmplitudeLog
,
where you can pass the amplitude change as dB values.
public void setAmplitudeLog(float fAmplitude)
setAmplitudeLinear()
,
where you can pass the amplitude change linear values.
public void process(FloatSampleBuffer buffer)
process
in interface FloatSampleProcessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |