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.

HRTF ROM tables should be defined as 'const'

HRTF ROM tables should be defined as 'const'. This is missing for some ROM tables in the recent HRTF update, e.g. Crend ROM tables:

uint16_t CRendBin_Combined_HRIR_pIndex_frequency_max_32kHz[HRTF_LS_CHANNELS][BINAURAL_CHANNELS][1];
uint16_t *CRendBin_Combined_HRIR_pIndex_frequency_max_diffuse_32kHz[BINAURAL_CHANNELS];
int16_t *CRendBin_Combined_HRIR_coeff_diffuse_re_32kHz_fx[BINAURAL_CHANNELS];
int16_t *CRendBin_Combined_HRIR_coeff_diffuse_im_32kHz_fx[BINAURAL_CHANNELS];

Note that some instances are corrected in !1698 (merged) while others need more work.

Edited Jul 30, 2024 by vaclav
Assignee Loading
Time tracking Loading