loaddef.h 321 B

12345678910111213
  1. #ifndef LOADDEF_H
  2. #define LOADDEF_H
  3. #include <istream>
  4. #include "makemhr.h"
  5. bool LoadDefInput(std::istream &istream, const char *startbytes, std::streamsize startbytecount,
  6. const char *filename, const uint fftSize, const uint truncSize, const ChannelModeT chanMode,
  7. HrirDataT *hData);
  8. #endif /* LOADDEF_H */