Commit 311fa583 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'main' into basop-ci/add-project-id-as-argument-for-get_id_of_last_job_occurence

parents 3c33c2b2 e662ac23
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ static ivas_error DefaultBSplineModel(
            model->EL = (const float *) defaultHRIR_rom_EL16;
            model->ER = (const float *) defaultHRIR_rom_ER16;
#ifdef FIX_989_TD_REND_ROM
            model->K = (int16_t) ceil( RESAMPLE_FACTOR_16_48 * defaultHRIR_rom_model_configuration[5] );
            model->K = (int16_t) ceilf( RESAMPLE_FACTOR_16_48 * defaultHRIR_rom_model_configuration[5] );
#else
            model->K = 43;
#endif