Package | Description |
---|---|
be.tarsos.dsp.resample |
A package with everything needed to resample audio.
|
Modifier and Type | Method and Description |
---|---|
Resampler.Result |
Resampler.process(double factor,
float[] inBuffer,
int inBufferOffset,
int inBufferLen,
boolean lastBatch,
float[] outBuffer,
int outBufferOffset,
int outBufferLen)
Process a batch of samples.
|