Commit 82e475be authored by emerit's avatar emerit
Browse files

fix fail retrieving BINAURAL_INPUT* list

parent ac742fae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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+)';