com.sun.media.sound
Class SoftAbstractResampler
java.lang.Object
com.sun.media.sound.SoftAbstractResampler
- All Implemented Interfaces:
- SoftResampler
- Direct Known Subclasses:
- SoftCubicResampler, SoftLanczosResampler, SoftLinearResampler, SoftLinearResampler2, SoftPointResampler, SoftSincResampler
public abstract class SoftAbstractResampler
- extends java.lang.Object
- implements SoftResampler
Abstract resampler class.
- Author:
- Karl Helgason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftAbstractResampler
public SoftAbstractResampler()
getPadding
public abstract int getPadding()
interpolate
public abstract void interpolate(float[] in,
float[] in_offset,
float in_end,
float[] pitch,
float pitchstep,
float[] out,
int[] out_offset,
int out_end)
openStreamer
public SoftResamplerStreamer openStreamer()
- Specified by:
openStreamer
in interface SoftResampler