Loading scripts/binauralRenderer_interface/fastconv/get_ivas_binary_header.m +1 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,7 @@ else error('Renderer type could not be matched to IVAS enum values!'); end ivas_cnst_path = fullfile(ivas_path, 'lib_com/ivas_cnst.h'); % must be replaced if this file is moved c = fileread(ivas_cnst_path); c = fileread(hrtf_file_reader_path); % regex for BINAURAL_INPUT_AUDIO_CONFIG ic_expr = '^\s+(BINAURAL_INPUT\w+)'; Loading Loading
scripts/binauralRenderer_interface/fastconv/get_ivas_binary_header.m +1 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,7 @@ else error('Renderer type could not be matched to IVAS enum values!'); end ivas_cnst_path = fullfile(ivas_path, 'lib_com/ivas_cnst.h'); % must be replaced if this file is moved c = fileread(ivas_cnst_path); c = fileread(hrtf_file_reader_path); % regex for BINAURAL_INPUT_AUDIO_CONFIG ic_expr = '^\s+(BINAURAL_INPUT\w+)'; Loading