quentinc.audio
Class Echo
java.lang.Object
quentinc.audio.DSP
quentinc.audio.Echo
public class Echo
- extends DSP
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Echo
public Echo(AudioManager mgr,
float delay2,
float vol2)
Echo
public Echo(AudioManager mgr)
setVolume
public Echo setVolume(float f)
getVolume
public float getVolume()
setDelay
public Echo setDelay(float f)
getDelay
public float getDelay()
process
public int process(Channel ch,
short[] buf,
int start,
int end)
- Description copied from class:
DSP
- Process a chunk of audio
- Specified by:
process in class DSP