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)
InlineDataProcessor
applyInline
in interface InlineDataProcessor
data
- datapos
- offlen
- lenCopyright © 2000–2016 DFKI GmbH. All rights reserved.