uk.org.toot.audio.delay
Class ModulatedDelayProcess

java.lang.Object
  extended by uk.org.toot.audio.delay.ModulatedDelayProcess
All Implemented Interfaces:
AudioProcess
Direct Known Subclasses:
StereoModulatedDelayProcess

public class ModulatedDelayProcess
extends java.lang.Object
implements AudioProcess

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

ModulatedDelayProcess

public ModulatedDelayProcess(ModulatedDelayVariables vars)
Method Detail

open

public void open()
Description copied from interface: AudioProcess
Open any resources required by this AudioProcess.

Specified by:
open in interface AudioProcess

processAudio

public int processAudio(AudioBuffer buffer)
Description copied from interface: AudioProcess
Process the supplied buffer

Specified by:
processAudio in interface AudioProcess
Parameters:
buffer - the AudioBuffer to process.
Returns:
int AUDIO_OK or AUDIO_DISCONNECT.

close

public void close()
Description copied from interface: AudioProcess
Close any resources opened by this AudioProcess.

Specified by:
close in interface AudioProcess


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.