public class AudioMixer extends Object implements InlineDataProcessor
| Constructor and Description |
|---|
AudioMixer(InputStream inputStream,
double stSil,
double stBwn,
int fs,
int buffSize,
double amount,
boolean isFixed) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyInline(double[] data,
int pos,
int len)
Perform some in-place processing on the given data.
|
public AudioMixer(InputStream inputStream, double stSil, double stBwn, int fs, int buffSize, double amount, boolean isFixed)
public void applyInline(double[] data,
int pos,
int len)
InlineDataProcessorapplyInline in interface InlineDataProcessordata - datapos - offlen - lenCopyright © 2000–2016 DFKI GmbH. All rights reserved.