uk.org.toot.audio.delay
Class StereoModulatedDelayProcess

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

public class StereoModulatedDelayProcess
extends ModulatedDelayProcess


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
StereoModulatedDelayProcess(StereoModulatedDelayVariables vars)
           
 
Method Summary
 int processAudio(AudioBuffer buffer)
          Process the supplied buffer
 
Methods inherited from class uk.org.toot.audio.delay.ModulatedDelayProcess
close, open
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StereoModulatedDelayProcess

public StereoModulatedDelayProcess(StereoModulatedDelayVariables vars)
Method Detail

processAudio

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

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


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