Skip to content

HRIRSphereFileHeaderDescription

struct HRIRSphereFileHeaderDescription

Provides metadata about an HRIR sphere file.

Variables

Name Description
m_Version HRIR sphere file header tag. Should be always equal to "AMIR". HRIR sphere file version. Allows backward compatibility.
m_SampleRate Sample rate used to encode HRIR data.
m_IRLength The length of the HRIR data in number of samples.
m_VertexCount The number of vertices in the HRIR sphere.
m_IndexCount The number of indices in the HRIR sphere.

Variable Details

m_IRLength

AmUInt32 m_IRLength

The length of the HRIR data in number of samples.

m_IndexCount

AmUInt32 m_IndexCount

The number of indices in the HRIR sphere.

m_SampleRate

AmUInt32 m_SampleRate

Sample rate used to encode HRIR data.

m_Version

AmUInt16 m_Version

HRIR sphere file header tag. Should be always equal to "AMIR".

HRIR sphere file version. Allows backward compatibility.

m_VertexCount

AmUInt32 m_VertexCount

The number of vertices in the HRIR sphere.