CODEC_STATUS
Current status of the codec.
@ CODEC_STATUS_NOT_INITIALISED
Codec has not yet been initialised, or the codec configuration has changed.
@ CODEC_STATUS_INITIALISING
Codec is currently being initialised, input audio should not be processed.
A multi-channel decorrelator.
void decorrelator_setCodecStatus(void *const hDecor, CODEC_STATUS newStatus)
Sets codec status.
A multi-channel decorrelator.
Main structure for decorrelator.
CODEC_STATUS codecStatus
see CODEC_STATUS