Uses of Class
com.sun.media.sound.SoftAbstractResampler

Uses of SoftAbstractResampler in com.sun.media.sound
 

Subclasses of SoftAbstractResampler in com.sun.media.sound
 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.