Word16frm_in[APA_BUF/APA_MAX_NUM_CHANNELS*2];/* in EVS, 2 output channels *//* NOTE: this buffer could be smaller if alocated dynamically based on the actual sampling rate and number of channels */
Word16frm_in[CPE_CHANNELS*APA_BUF/APA_MAX_NUM_CHANNELS];/* in EVS, 2 output channels *//* NOTE: this buffer could be smaller if alocated dynamically based on the actual sampling rate and number of channels */
#else
Word16frm_in[APA_BUF];/* TODO(mcjbm): this buffer could be smaller - always allocates space for 16 channels */