|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.core.SimpleAudioProcess
uk.org.toot.audio.dynamics.DynamicsProcess
public abstract class DynamicsProcess
Nested Class Summary | |
---|---|
static interface |
DynamicsProcess.ProcessVariables
Specifies parameters in implementation terms |
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
DynamicsProcess(DynamicsProcess.ProcessVariables vars)
|
|
DynamicsProcess(DynamicsProcess.ProcessVariables vars,
boolean peak)
|
Method Summary | |
---|---|
void |
clear()
|
int |
processAudio(AudioBuffer buffer)
Called once per AudioBuffer |
Methods inherited from class uk.org.toot.audio.core.SimpleAudioProcess |
---|
close, open |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicsProcess(DynamicsProcess.ProcessVariables vars)
public DynamicsProcess(DynamicsProcess.ProcessVariables vars, boolean peak)
Method Detail |
---|
public void clear()
public int processAudio(AudioBuffer buffer)
buffer
- the AudioBuffer to process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |