rasmus.interpreter.sampled.util
Class PitchShiftOrg
java.lang.Object
rasmus.interpreter.sampled.util.PitchShiftOrg
public class PitchShiftOrg
- extends java.lang.Object
Constructor Summary |
PitchShiftOrg(int fftFrameSize,
int osamp,
double sampleRate)
|
Method Summary |
void |
smbFft(double[] fftBuffer,
int fftFrameSize,
int sign)
|
void |
smbPitchShift(double pitchShift,
double[] pitchtable,
int p_start,
int start,
int end,
int interlace,
double[] indata,
double[] outdata)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M_PI
public static final double M_PI
- See Also:
- Constant Field Values
MAX_FRAME_LENGTH
public static final int MAX_FRAME_LENGTH
- See Also:
- Constant Field Values
PitchShiftOrg
public PitchShiftOrg(int fftFrameSize,
int osamp,
double sampleRate)
smbPitchShift
public void smbPitchShift(double pitchShift,
double[] pitchtable,
int p_start,
int start,
int end,
int interlace,
double[] indata,
double[] outdata)
smbFft
public void smbFft(double[] fftBuffer,
int fftFrameSize,
int sign)