Loading scripts/binauralRenderer_interface/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ set(IVAS_TRUNK_ENC_PATH ${IVAS_TRUNK_PATH}/lib_enc) set(IVAS_TRUNK_COM_PATH ${IVAS_TRUNK_PATH}/lib_com) set(IVAS_TRUNK_DEBUG_PATH ${IVAS_TRUNK_PATH}/lib_debug) # set(Matlab_ROOT_DIR /Applications/MATLAB_R2023b.app/) option(USE_MATLAB_ENG "Use matlab engine" OFF) # allows to use sofa file as input to the exe, but on windows requires to register matlab as a com server type in matlab "comserver('register')"" find_package(Matlab REQUIRED) message("Matlab_VERSION = ${Matlab_VERSION}") Loading scripts/binauralRenderer_interface/config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ *-----------------------------------------------------------------------------------------*/ static ivas_error read_txt_bool( const char *pLine, /* i : String to read from */ uint32_t *pTarget /* o : Output pointer */ int32_t *pTarget /* o : Output pointer */ ) { char value[8 + 1]; Loading scripts/binauralRenderer_interface/generate_crend_ivas_tables_from_sofa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1408,7 +1408,7 @@ static uint16_t get_fft_size( * and frequency-dependent IA coherence. Expects frequency-domain HRTF input *-------------------------------------------------------------------*/ void static ivas_reverb_get_hrtf_set_properties( void ivas_reverb_get_hrtf_set_properties( float **ppHrtf_set_L_re, float **ppHrtf_set_L_im, float **ppHrtf_set_R_re, Loading Loading
scripts/binauralRenderer_interface/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ set(IVAS_TRUNK_ENC_PATH ${IVAS_TRUNK_PATH}/lib_enc) set(IVAS_TRUNK_COM_PATH ${IVAS_TRUNK_PATH}/lib_com) set(IVAS_TRUNK_DEBUG_PATH ${IVAS_TRUNK_PATH}/lib_debug) # set(Matlab_ROOT_DIR /Applications/MATLAB_R2023b.app/) option(USE_MATLAB_ENG "Use matlab engine" OFF) # allows to use sofa file as input to the exe, but on windows requires to register matlab as a com server type in matlab "comserver('register')"" find_package(Matlab REQUIRED) message("Matlab_VERSION = ${Matlab_VERSION}") Loading
scripts/binauralRenderer_interface/config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ *-----------------------------------------------------------------------------------------*/ static ivas_error read_txt_bool( const char *pLine, /* i : String to read from */ uint32_t *pTarget /* o : Output pointer */ int32_t *pTarget /* o : Output pointer */ ) { char value[8 + 1]; Loading
scripts/binauralRenderer_interface/generate_crend_ivas_tables_from_sofa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1408,7 +1408,7 @@ static uint16_t get_fft_size( * and frequency-dependent IA coherence. Expects frequency-domain HRTF input *-------------------------------------------------------------------*/ void static ivas_reverb_get_hrtf_set_properties( void ivas_reverb_get_hrtf_set_properties( float **ppHrtf_set_L_re, float **ppHrtf_set_L_im, float **ppHrtf_set_R_re, Loading