Commit b15d981f authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

enable rendering of objects to BINAURAL_ROOM_IR output in discrete-OBSA mode

parent 461b000d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@
/* all switches in this category should start with "NONBE_" */

#define NON_BE_FIX_1137_GSC_IVAS_FXFLT_DECODING               /* VA: Add fix point bit allocation for special GSC mode such that float and fixed point have the same final bit allocation */
#define NONBE_FIX_1141_OSBA_ROOM_RENDERING                    /* FhG: Fix for issue 1141: render objects in OSBA decoder with room effect */

/* ##################### End NON-BE switches ########################### */

+2 −1
Original line number Diff line number Diff line
@@ -282,8 +282,9 @@ ivas_error ivas_osba_render_sf(
    {
        return error;
    }

#ifndef NONBE_FIX_1141_OSBA_ROOM_RENDERING
    if ( st_ivas->renderer_type != RENDERER_BINAURAL_FASTCONV_ROOM )
#endif
    {
        ivas_ism_render_sf( st_ivas, st_ivas->renderer_type, p_output_ism, *nSamplesRendered );
    }