![]() |
OpenDAFF C++ API
v1.7
Directional Audio File Format
|
DAFF file format content header for impulse responses. More...
#include <DAFFHeader.h>
Public Member Functions | |
void | fixEndianness () |
@ Maximum effective Filterlength among all IRs More... | |
Public Attributes | |
float | fSamplerate |
int32_t | iMinFilterOffset |
@ Samplingrate [in Hertz] More... | |
int32_t | iMaxEffectiveFilterLength |
@ Minimum offset (number of leading zeros) among all IRs More... | |
DAFF file format content header for impulse responses.
Definition at line 151 of file DAFFHeader.h.
|
inline |
@ Maximum effective Filterlength among all IRs
Convert the little-endian file format into the systems endianness
Definition at line 160 of file DAFFHeader.h.
float DAFFContentHeaderIR::fSamplerate |
Definition at line 154 of file DAFFHeader.h.
int32_t DAFFContentHeaderIR::iMaxEffectiveFilterLength |
@ Minimum offset (number of leading zeros) among all IRs
Definition at line 156 of file DAFFHeader.h.
int32_t DAFFContentHeaderIR::iMinFilterOffset |
@ Samplingrate [in Hertz]
Definition at line 155 of file DAFFHeader.h.