public class SoftLanczosResampler extends SoftAbstractResampler
| Constructor and Description |
|---|
SoftLanczosResampler() |
| 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) |
static double |
sinc(double x) |
static float[] |
sincTable(int size,
float offset) |
openStreamerpublic static double sinc(double x)
public static float[] sincTable(int size,
float offset)
public 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