Commit 0a0027ac authored by bayers's avatar bayers
Browse files

local fix for #712

parent 7313f8e4
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -152,6 +152,8 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
#define API_5MS                                         /* FhG: 5ms rendering capability */

#define FIX_RENDMC_LOCAL_ORIENTATION

#define SPLIT_REND_WITH_HEAD_ROT                        /* Dlb,FhG: Split Rendering contributions 21 and 35 */
#ifdef SPLIT_REND_WITH_HEAD_ROT
#define SPLIT_REND_PRED_QUANT_63_PNTS
+3 −0
Original line number Diff line number Diff line
@@ -6906,6 +6906,9 @@ static ivas_error renderMcToSplitBinaural(
            copyBufferTo2dArray( mcInput->base.inputBuffer, tmpRendBuffer );

            /* Render */
#ifdef FIX_RENDMC_LOCAL_ORIENTATION
            pCombinedOrientationDataLocal = &combinedOrientationDataLocal;
#endif
            if ( ( error = ivas_td_binaural_renderer_ext( ( pos_idx == 0 ) ? &mcInput->tdRendWrapper : &mcInput->splitTdRendWrappers[pos_idx - 1],
                                                          mcInput->base.inConfig,
                                                          &mcInput->customLsInput,