public class SoftCubicResampler extends SoftAbstractResampler
| Constructor and Description |
|---|
SoftCubicResampler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPadding() |
void |
interpolate(float[] in,
float[] in_offset,
float in_end,
float[] startpitch,
float pitchstep,
float[] out,
int[] out_offset,
int out_end) |
openStreamerpublic int getPadding()
getPadding in class SoftAbstractResamplerpublic void interpolate(float[] in,
float[] in_offset,
float in_end,
float[] startpitch,
float pitchstep,
float[] out,
int[] out_offset,
int out_end)
interpolate in class SoftAbstractResampler