Loading lib_dec/ivas_output_config.c +2 −0 Original line number Diff line number Diff line Loading @@ -243,10 +243,12 @@ void ivas_renderer_select( { *renderer_type = RENDERER_BINAURAL_MIXER_CONV; } #ifdef NONBE_FIX_987_PARAMC_BINAURAL_REVERB_RENDERING else if (output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB) { *renderer_type = RENDERER_BINAURAL_FASTCONV_ROOM; } #endif else { *renderer_type = RENDERER_BINAURAL_FASTCONV; Loading Loading
lib_dec/ivas_output_config.c +2 −0 Original line number Diff line number Diff line Loading @@ -243,10 +243,12 @@ void ivas_renderer_select( { *renderer_type = RENDERER_BINAURAL_MIXER_CONV; } #ifdef NONBE_FIX_987_PARAMC_BINAURAL_REVERB_RENDERING else if (output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB) { *renderer_type = RENDERER_BINAURAL_FASTCONV_ROOM; } #endif else { *renderer_type = RENDERER_BINAURAL_FASTCONV; Loading