public class

SoftLanczosResampler

extends SoftAbstractResampler
java.lang.Object
   ↳ com.sun.media.sound.SoftAbstractResampler
     ↳ com.sun.media.sound.SoftLanczosResampler

Class Overview

Lanczos interpolation resampler.

Summary

Public Constructors
SoftLanczosResampler()
Public Methods
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)
[Expand]
Inherited Methods
From class com.sun.media.sound.SoftAbstractResampler
From class java.lang.Object
From interface com.sun.media.sound.SoftResampler

Public Constructors

public SoftLanczosResampler ()

Public Methods

public int getPadding ()

public void interpolate (float[] in, float[] in_offset, float in_end, float[] startpitch, float pitchstep, float[] out, int[] out_offset, int out_end)

public static double sinc (double x)

public static float[] sincTable (int size, float offset)