Uses of Interface
com.sun.media.sound.SoftResampler

Uses of SoftResampler in com.sun.media.sound
 

Classes in com.sun.media.sound that implement SoftResampler
 class SoftAbstractResampler
          Abstract resampler class.
 class SoftCubicResampler
          A resampler that uses third-order (cubic) interpolation.
 class SoftLanczosResampler
          Lanczos interpolation resampler.
 class SoftLinearResampler
          A resampler that uses first-order (linear) interpolation.
 class SoftLinearResampler2
          A resampler that uses first-order (linear) interpolation.
 class SoftPointResampler
          A resampler that uses 0-order (nearest-neighbor) interpolation.
 class SoftSincResampler
          Hann windowed sinc interpolation resampler with anti-alias filtering.