Class LinearInterpolator
java.lang.Object
net.raphimc.audiomixer.interpolator.impl.LinearInterpolator
- All Implemented Interfaces:
Interpolator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatinterpolate(float[] arr, double position, int offset, int channels)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LinearInterpolator
public LinearInterpolator()
-
-
Method Details
-
interpolate
public float interpolate(float[] arr, double position, int offset, int channels) - Specified by:
interpolatein interfaceInterpolator
-