SAF
Loading...
Searching...
No Matches
saf_utility_pitch.h File Reference

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].
 

Detailed Description

A collection of pitch shifting algorithms.

Author
Leo McCormack
Date
04.05.2020
License
ISC

Definition in file saf_utility_pitch.h.