#ifndef LOADDEF_H #define LOADDEF_H #include #include #include "alspan.h" #include "makemhr.h" bool LoadDefInput(std::istream &istream, const al::span startbytes, const std::string_view filename, const uint fftSize, const uint truncSize, const uint outRate, const ChannelModeT chanMode, HrirDataT *hData); #endif /* LOADDEF_H */