public class SoftSincResampler extends SoftAbstractResampler
Constructor and Description |
---|
SoftSincResampler() |
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,
float scale) |
static float[] |
wHanning(int size,
float offset) |
openStreamer
public static double sinc(double x)
public static float[] wHanning(int size, float offset)
public static float[] sincTable(int size, float offset, float scale)
public int getPadding()
getPadding
in class SoftAbstractResampler
public 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