loadsofa.h 299 B

123456789101112
  1. #ifndef LOADSOFA_H
  2. #define LOADSOFA_H
  3. #include <string_view>
  4. #include "makemhr.h"
  5. bool LoadSofaFile(const std::string_view filename, const uint numThreads, const uint fftSize,
  6. const uint truncSize, const uint outRate, const ChannelModeT chanMode, HrirDataT *hData);
  7. #endif /* LOADSOFA_H */