|
SAF
|
A multi-channel decorrelator. More...
Go to the source code of this file.
Data Structures | |
| struct | decorrelator_data |
| Main structure for decorrelator. More... | |
Macros | |
| #define | DECORRELATOR_FRAME_SIZE ( 128 ) |
| Framesize, in time-domain samples. | |
| #define | HOP_SIZE ( 128 ) |
| STFT hop size. | |
| #define | HYBRID_BANDS ( HOP_SIZE + 5 ) |
| Number of frequency bands. | |
| #define | TIME_SLOTS ( DECORRELATOR_FRAME_SIZE / HOP_SIZE ) |
| Number of STFT timeslots. | |
Functions | |
| void | decorrelator_setCodecStatus (void *const hDecor, CODEC_STATUS newStatus) |
| Sets codec status. | |
| #define DECORRELATOR_FRAME_SIZE ( 128 ) |
Framesize, in time-domain samples.
Definition at line 46 of file decorrelator_internal.h.
| #define HOP_SIZE ( 128 ) |
STFT hop size.
Definition at line 49 of file decorrelator_internal.h.
| #define HYBRID_BANDS ( HOP_SIZE + 5 ) |
Number of frequency bands.
Definition at line 50 of file decorrelator_internal.h.
| #define TIME_SLOTS ( DECORRELATOR_FRAME_SIZE / HOP_SIZE ) |
Number of STFT timeslots.
Definition at line 51 of file decorrelator_internal.h.
| void decorrelator_setCodecStatus | ( | void *const | hDecor, |
| CODEC_STATUS | newStatus ) |
Sets codec status.
Definition at line 29 of file decorrelator_internal.c.