Om  1.0.0
A universal framework for multimedia simulation
Public Attributes | List of all members
om::sound::acoustics::base::PressureIR Class Reference

A class that stores a pressure impulse response that is directly suitable for audio rendering. More...

#include <omSoundPressureIR.h>

Public Attributes

PODArray< Float, 2, Size, AlignedAllocator< 16 > > samples
 An array of pressure samples in this pressure IR. More...
 
Float sampleRate
 The sampling rate for this pressure IR, e.g. how many IR samples per second. More...
 

Detailed Description

A class that stores a pressure impulse response that is directly suitable for audio rendering.

Member Data Documentation

PODArray< Float, 2, Size, AlignedAllocator<16> > om::sound::acoustics::base::PressureIR::samples

An array of pressure samples in this pressure IR.

Float om::sound::acoustics::base::PressureIR::sampleRate

The sampling rate for this pressure IR, e.g. how many IR samples per second.


The documentation for this class was generated from the following file: