public interface AudioFilter
Modifier and Type | Method and Description |
---|---|
void |
filter(FloatBuffer[] _in,
long[] inPos,
FloatBuffer[] out) |
int |
getDelay() |
int |
getNInputs() |
int |
getNOutputs() |
void filter(FloatBuffer[] _in, long[] inPos, FloatBuffer[] out)
int getDelay()
int getNInputs()
int getNOutputs()
Copyright © 2019. All rights reserved.