#define IVAS_NUM_FRAMES_PER_SEC 50/* number of frames per second */
#define IVAS_MAX_FRAME_SIZE ( 48000 / IVAS_NUM_FRAMES_PER_SEC )/* maximum frame buffer length (per channel) in samples; corresponds to maximum sampling rate of 48 kHz */
#define IVAS_MAX_BITS_PER_FRAME ( 512000 / IVAS_NUM_FRAMES_PER_SEC )/* maximum bits per frame; corresponds to maximum bitrate of 512 kbps */
#define IVAS_MAX_NUM_OBJECTS 4
#define IVAS_MAX_INPUT_CHANNELS 16
@@ -57,11 +57,6 @@
#define IVAS_MAX_PARAM_SPATIAL_SUBFRAMES 4
#define IVAS_ROOM_ABS_COEFF 6
/* Maximum buffer length (per channel) in samples */