aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makemhr/loadsofa.h
blob: 803bcf88022a1bdd26769d3d9e115812e60b4d5f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LOADSOFA_H
#define LOADSOFA_H

#include "makemhr.h"


bool LoadSofaFile(const char *filename, const uint numThreads, const uint fftSize,
    const uint truncSize, const ChannelModeT chanMode, HrirDataT *hData);

#endif /* LOADSOFA_H */