Fixed compilation as a subdirectory with MinGW (#991)
[openal-soft.git] / utils / makemhr / loadsofa.h
blob90d77a0f88a453044d8469a1aa2386b2db7fbd39
1 #ifndef LOADSOFA_H
2 #define LOADSOFA_H
4 #include <string_view>
6 #include "makemhr.h"
9 bool LoadSofaFile(const std::string_view filename, const uint numThreads, const uint fftSize,
10 const uint truncSize, const uint outRate, const ChannelModeT chanMode, HrirDataT *hData);
12 #endif /* LOADSOFA_H */