Commit cca5f5e5 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

added cldfb reverb compiler switch + changes in reverb_filter_design.c

parent 1c71bcc5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -181,6 +181,10 @@
#define ISAR_BITSTREAM_UPDATE_LC3PLUS                   /* FhG: Multiple improvements to the ISAR bitstream when LC3plus is used. See MR 1456 for details. */
#endif
#define NONBE_FIX_1058_DECODER_ERROR_WITH_REVERB_ROOM   /* FhG: issue 1058: do not initialize EFAP when IntSetup is HOA3 */
#ifdef NONBE_FIX_1058_DECODER_ERROR_WITH_REVERB_ROOM
#define NONBE_FIX_AVG_IAC_CLDFB_REVERB
#endif


//#define USE_NEW_HRTF_BINARY_FILE_FORMAT                 /* Orange: to activate when decided to change the hrtf binary file format */
#ifdef USE_NEW_HRTF_BINARY_FILE_FORMAT
+2 −0
Original line number Diff line number Diff line
@@ -655,6 +655,7 @@ void ivas_reverb_interpolate_acoustic_data(
}


#ifndef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES
/*-------------------------------------------------------------------*
 * ivas_reverb_get_hrtf_set_properties()
 *
@@ -830,3 +831,4 @@ void ivas_reverb_get_hrtf_set_properties(

    return;
}
#endif