Commit 15717639 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

add missing config for 0DOF + add a reminder comment

parent 881debc3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 768000;
DOF = 0;
HQMODE = 0;
POSECORRECTIONMODE = 1;

[GENERAL]
RENDERER = CREND;

[ROOMACOUSTICS]
REVERB = FALSE;
+1 −1
Original line number Diff line number Diff line
@@ -1464,7 +1464,7 @@ 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)
#if 1
#if 1 /* TODO tmu : backport fix for TD Object Renderer, remove once branch is updated with recent main */
#define MAX_ANGULAR_STEP                        (0.01f)
#else
#define MAX_ANGULAR_STEP                        (15.0f)