|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.audio.dynamics.MultiBandCompressor
public class MultiBandCompressor
A dual or quad band compressor.
| Nested Class Summary | |
|---|---|
static class |
MultiBandCompressor.DualBandControls
|
static class |
MultiBandCompressor.MultiBandControls
|
static class |
MultiBandCompressor.QuadBandControls
|
| Field Summary |
|---|
| Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
|---|
AUDIO_DISCONNECT, AUDIO_OK |
| Constructor Summary | |
|---|---|
MultiBandCompressor(MultiBandCompressor.MultiBandControls c)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
close()
Close any resources opened by this AudioProcess. |
void |
open()
Open any resources required by this AudioProcess. |
int |
processAudio(AudioBuffer buffer)
Process the supplied buffer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiBandCompressor(MultiBandCompressor.MultiBandControls c)
| Method Detail |
|---|
public void open()
AudioProcess
open in interface AudioProcesspublic void close()
AudioProcess
close in interface AudioProcesspublic void clear()
public int processAudio(AudioBuffer buffer)
AudioProcess
processAudio in interface AudioProcessbuffer - the AudioBuffer to process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||