]> git.tdb.fi Git - ext/openal.git/blob - utils/makemhr/loadsofa.h
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / utils / makemhr / loadsofa.h
1 #ifndef LOADSOFA_H
2 #define LOADSOFA_H
3
4 #include "makemhr.h"
5
6
7 bool LoadSofaFile(const char *filename, const uint numThreads, const uint fftSize,
8     const uint truncSize, const uint outRate, const ChannelModeT chanMode, HrirDataT *hData);
9
10 #endif /* LOADSOFA_H */