Commit 920816e2 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix subframe counting in OSBA with BINAURAL_ROOM_REVERB

parent 0de4c532
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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
        )
        {