Loading lib_rend/ivas_dirac_dec_binaural_functions.c +6 −6 Original line number Diff line number Diff line Loading @@ -240,11 +240,11 @@ ivas_error ivas_dirac_dec_init_binaural_data( ivas_binaural_reverb_close( &( hDiracDecBin->hReverb ) ); } if ( hDiracDecBin->hReverb == NULL #ifdef SPLIT_REND_WITH_HEAD_ROT if ( hDiracDecBin->hReverb == NULL && pos_idx == 0 ) /* open reverb only for the main direction */ #else if ( hDiracDecBin->hReverb == NULL ) && pos_idx == 0 #endif ) /* open reverb only for the main direction */ { /* Todo Philips: Room acoustics should be passed here once the underlying part works. Probably enough to pick it from st_ivas but you know best. */ if ( ( error = ivas_binaural_reverb_open_parambin( &hDiracDecBin->hReverb, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, NULL, output_Fs, st_ivas->hHrtfParambin ) ) != IVAS_ERR_OK ) Loading Loading
lib_rend/ivas_dirac_dec_binaural_functions.c +6 −6 Original line number Diff line number Diff line Loading @@ -240,11 +240,11 @@ ivas_error ivas_dirac_dec_init_binaural_data( ivas_binaural_reverb_close( &( hDiracDecBin->hReverb ) ); } if ( hDiracDecBin->hReverb == NULL #ifdef SPLIT_REND_WITH_HEAD_ROT if ( hDiracDecBin->hReverb == NULL && pos_idx == 0 ) /* open reverb only for the main direction */ #else if ( hDiracDecBin->hReverb == NULL ) && pos_idx == 0 #endif ) /* open reverb only for the main direction */ { /* Todo Philips: Room acoustics should be passed here once the underlying part works. Probably enough to pick it from st_ivas but you know best. */ if ( ( error = ivas_binaural_reverb_open_parambin( &hDiracDecBin->hReverb, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, NULL, output_Fs, st_ivas->hHrtfParambin ) ) != IVAS_ERR_OK ) Loading