Class CubicInterpolator

java.lang.Object
net.raphimc.audiomixer.interpolator.impl.CubicInterpolator
All Implemented Interfaces:
Interpolator

public class CubicInterpolator extends Object implements Interpolator
  • Field Details

  • Constructor Details

    • CubicInterpolator

      public CubicInterpolator()
  • Method Details

    • interpolate

      public float interpolate(float[] arr, double position, int offset, int channels)
      Specified by:
      interpolate in interface Interpolator