28#ifndef SAF_PITCH_H_INCLUDED
29#define SAF_PITCH_H_INCLUDED
void smb_pitchShift_create(void **hSmb, int nCH, int fftFrameSize, int osamp, float sampleRate)
Creates 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 ...
void smb_pitchShift_destroy(void **const hSmb)
Destroys an instance of SMB PitchShifter.