repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed compilation as a subdirectory with MinGW (#991)
[openal-soft.git]
/
utils
/
makemhr
/
loadsofa.h
blob
90d77a0f88a453044d8469a1aa2386b2db7fbd39
1
#ifndef LOADSOFA_H
2
#define LOADSOFA_H
3
4
#include <string_view>
5
6
#include
"makemhr.h"
7
8
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
);
11
12
#endif
/* LOADSOFA_H */