SAF
|
A collection of pitch shifting algorithms. More...
Go to the source code of this file.
Functions | |
void | smb_pitchShift_create (void **hSmb, int nCH, int fftFrameSize, int osamp, float sampleRate) |
Creates an instance of SMB PitchShifter. | |
void | smb_pitchShift_destroy (void **const hSmb) |
Destroys an instance of SMB PitchShifter. | |
void | smb_pitchShift_apply (void *hSmb, float pitchShift, int frameSize, float *inFrame, float *outFrame) |
Performs pitch shifting of the input signals, while retaining the same time duration as the original using the algorithm detailed in [1]. | |
A collection of pitch shifting algorithms.
Definition in file saf_utility_pitch.h.