Loading lib_dec/ivas_ism_renderer.c +5 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,11 @@ void ivas_ism_render_sf( then happen in the crend call*/ if ( renderer_type != RENDERER_BINAURAL_MIXER_CONV_ROOM #ifdef NONBE_FIX_1141_OSBA_ROOM_RENDERING && !( renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC ) && !( renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC && st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR ) #endif ) { Loading Loading
lib_dec/ivas_ism_renderer.c +5 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,11 @@ void ivas_ism_render_sf( then happen in the crend call*/ if ( renderer_type != RENDERER_BINAURAL_MIXER_CONV_ROOM #ifdef NONBE_FIX_1141_OSBA_ROOM_RENDERING && !( renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC ) && !( renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC && st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR ) #endif ) { Loading