Loading apps/decoder.c +0 −7 Original line number Diff line number Diff line Loading @@ -297,13 +297,6 @@ int main( goto cleanup; } #ifdef FIX_OLD_BINARY_HRTF if ( strstr( arg.hrtfFileName, ".binold" ) != NULL ) { arg.hrtfFileName[strlen( arg.hrtfFileName ) - 3] = '\0'; } #endif if ( ( error = hrtfFileReader_open( arg.hrtfFileName, &hrtfReader ) ) != IVAS_ERR_OK ) { arg.hrtfReaderEnabled = false; Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,6 @@ #define FIX_INV_DIFFUSE_WEIGHT /* Orange : Fix error in energy compensation in late binaural reverb*/ #define FIX_638_ENERGIE_IAC_ROM_TABLES /* Missing left/right and coherence late reverb tables in binary format*/ #define FIX_CRASH_LONG_BRIR /* Fix crash when long BRIR is set */ #define FIX_OLD_BINARY_HRTF /* avoid reading old binary hrtf file in tests*/ #define FIX_863_REMOVE_REDUNDANCIES_OMASA /* Nokia/VA: Issue 863: Remove redundancies in stereo_classifier for OMASA */ /* #################### End BE switches ################################## */ Loading Loading
apps/decoder.c +0 −7 Original line number Diff line number Diff line Loading @@ -297,13 +297,6 @@ int main( goto cleanup; } #ifdef FIX_OLD_BINARY_HRTF if ( strstr( arg.hrtfFileName, ".binold" ) != NULL ) { arg.hrtfFileName[strlen( arg.hrtfFileName ) - 3] = '\0'; } #endif if ( ( error = hrtfFileReader_open( arg.hrtfFileName, &hrtfReader ) ) != IVAS_ERR_OK ) { arg.hrtfReaderEnabled = false; Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,6 @@ #define FIX_INV_DIFFUSE_WEIGHT /* Orange : Fix error in energy compensation in late binaural reverb*/ #define FIX_638_ENERGIE_IAC_ROM_TABLES /* Missing left/right and coherence late reverb tables in binary format*/ #define FIX_CRASH_LONG_BRIR /* Fix crash when long BRIR is set */ #define FIX_OLD_BINARY_HRTF /* avoid reading old binary hrtf file in tests*/ #define FIX_863_REMOVE_REDUNDANCIES_OMASA /* Nokia/VA: Issue 863: Remove redundancies in stereo_classifier for OMASA */ /* #################### End BE switches ################################## */ Loading