|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.delay.ModulatedDelayProcess
public class ModulatedDelayProcess
A Modulated Delay Process Currently very crude with no interpolation so it's noisey at longer delays.
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
ModulatedDelayProcess(ModulatedDelayVariables vars)
|
Method Summary | |
---|---|
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 ModulatedDelayProcess(ModulatedDelayVariables vars)
Method Detail |
---|
public void open()
AudioProcess
open
in interface AudioProcess
public int processAudio(AudioBuffer buffer)
AudioProcess
processAudio
in interface AudioProcess
buffer
- the AudioBuffer to process.
public void close()
AudioProcess
close
in interface AudioProcess
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |