Class LinearInterpolator

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

public class LinearInterpolator extends Object implements Interpolator
  • Field Details

  • Constructor Details

    • LinearInterpolator

      public LinearInterpolator()
  • Method Details

    • interpolate

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