Commit db06b33a authored by norvell's avatar norvell
Browse files

Merge branch '421-clicks-in-ivas_rend-td-renderer-observed-in-nokia-ism3-test' into 'main'

[Non BE][Renderer Non BE] Reduce MAX_ANGULAR_STEP in TD renderer filter interpolation. Fix observed clicks in IVAS_rend

See merge request !574
parents d5092266 5fceb74b
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1442,7 +1442,11 @@ typedef enum
#define SFX_SPAT_BIN_NUM_SUBSAMPLES             64
#define ITD_MEM_LEN                             (MAX_ITD + SFX_SPAT_BIN_SINC_M)
#define L_SUBFRAME5MS_48k                       (L_FRAME48k/4)
#ifdef FIX_421_TD_INT_TUNE
#define MAX_ANGULAR_STEP                        (0.01f)
#else
#define MAX_ANGULAR_STEP                        (1.0f)
#endif
#define MAX_ANGULAR_STEP_INV                    ( 1.0f / MAX_ANGULAR_STEP )
#define MAX_INTERPOLATION_STEPS                 12

+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@
#define FIX_401_DIRAC_RENDERER_META_READ_INDICES        /* Nokia: Issue 401: Fix metadata reading indices in DirAC renderer. */

#define PARAMMC_SHORT_ENC_MDFT                          /* FhG: Issue 410: complexity optimization for parametric Multichannel modes */
#define FIX_421_TD_INT_TUNE                             /* Eri: Issue 421: Increase use of interpolation in TD renderer filter transition */

#define FIX_422                                         /* FhG: Issue 422: re-introduce fix for noisy speech buffer in ParamISM */
/* ################## End DEVELOPMENT switches ######################### */