Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Avoid rounding when passing angular information to efap_determine_gains()

Angular values (azimuth and elevation) should be passed to efap_determine_gains() without rounding, to preserve precision and avoid redundant scaling in the BASOP version.

File: ivas_ism_param_dec.c,

Line: 773

if ( st_ivas->hEFAPdata != NULL )
                    {
                        efap_determine_gains( st_ivas->hEFAPdata, st_ivas->hIsmRendererData->gains[i], azimuth, elevation, EFAP_MODE_EFAP );
Assignee Loading
Time tracking Loading