Package com.prineside.tdi2.ibxm
Class Channel
java.lang.Object
com.prineside.tdi2.ibxm.Channel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NEAREST
public static final int NEAREST- See Also:
-
LINEAR
public static final int LINEAR- See Also:
-
SINC
public static final int SINC- See Also:
-
plRow
public int plRow
-
-
Constructor Details
-
Channel
-
-
Method Details
-
reset
public void reset() -
resample
public void resample(int[] outBuf, int offset, int length, int sampleRate, int interpolation) -
updateSampleIdx
public void updateSampleIdx(int length, int sampleRate) -
row
-
tick
public void tick() -
exp2
public static int exp2(int x) -
log2
public static int log2(int x)
-