Loading lib_dec/ivas_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -413,13 +413,14 @@ ivas_error ivas_dec( &st_ivas->hIntSetup, st_ivas->hEFAPdata, output, output_Fs ) != IVAS_ERR_OK ) ) output_Fs ) ) != IVAS_ERR_OK ) { return error; } #else ivas_crend_process( st_ivas, output ); #endif ivas_binaural_add_LFE( st_ivas, output_frame, output ); } else if ( st_ivas->renderer_type == RENDERER_MC ) Loading Loading
lib_dec/ivas_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -413,13 +413,14 @@ ivas_error ivas_dec( &st_ivas->hIntSetup, st_ivas->hEFAPdata, output, output_Fs ) != IVAS_ERR_OK ) ) output_Fs ) ) != IVAS_ERR_OK ) { return error; } #else ivas_crend_process( st_ivas, output ); #endif ivas_binaural_add_LFE( st_ivas, output_frame, output ); } else if ( st_ivas->renderer_type == RENDERER_MC ) Loading