Class CubicInterpolator
java.lang.Object
net.raphimc.audiomixer.interpolator.impl.CubicInterpolator
- 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
-
CubicInterpolator
public CubicInterpolator()
-
-
Method Details
-
interpolate
public float interpolate(float[] arr, double position, int offset, int channels) - Specified by:
interpolatein interfaceInterpolator
-