|
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. | |
Typedefs | |
| typedef PITCH_SHIFTER_FFTSIZE_OPTIONS | _Atomic_PITCH_SHIFTER_FFTSIZE_OPTIONS |
| typedef PITCH_SHIFTER_OSAMP_OPTIONS | _Atomic_PITCH_SHIFTER_OSAMP_OPTIONS |
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.
Definition at line 53 of file pitch_shifter_internal.h.
Definition at line 54 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.