SAF
|
A very basic multichannel pitch shifter. More...
Go to the source code of this file.
Data Structures | |
struct | pitch_shifter_data |
Main struct for the pitch_shifter. More... | |
Macros | |
#define | PITCH_SHIFTER_FRAME_SIZE ( 128 ) |
Framesize, in time-domain samples. | |
Functions | |
void | pitch_shifter_setCodecStatus (void *const hPS, CODEC_STATUS newStatus) |
Sets codec status (see CODEC_STATUS enum) | |
A very basic multichannel pitch shifter.
Definition in file pitch_shifter_internal.h.
#define PITCH_SHIFTER_FRAME_SIZE ( 128 ) |
Framesize, in time-domain samples.
Definition at line 45 of file pitch_shifter_internal.h.
void pitch_shifter_setCodecStatus | ( | void *const | hPS, |
CODEC_STATUS | newStatus ) |
Sets codec status (see CODEC_STATUS enum)
Definition at line 29 of file pitch_shifter_internal.c.