0a4d1c858e
This extracts the definition info it can from the SOFA, and uses the same logic as sofa-info to automatically detect an appropriate layout. There is a bit of code duplication from loaddef.cpp and sofa-info.cpp, though there are slight modifications.
11 lines
221 B
C
11 lines
221 B
C
#ifndef LOADSOFA_H
|
|
#define LOADSOFA_H
|
|
|
|
#include "makemhr.h"
|
|
|
|
|
|
bool LoadSofaFile(const char *filename, const uint fftSize, const uint truncSize,
|
|
const ChannelModeT chanMode, HrirDataT *hData);
|
|
|
|
#endif /* LOADSOFA_H */
|