Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::sound::acoustics::contexts::AcousticPairResult Class Reference

A class that stores the output of sound propagation for a source and listener pair. More...

#include <omAcousticPairResult.h>

Public Member Functions

 AcousticPairResult ()
 Create a new empty acoustic pair result. More...
 
 AcousticPairResult (SoundListener *listener, SoundSource *source)
 Create a new acoustic pair result for the specified listener and source. More...
 

Public Attributes

AcousticPair pair
 An object that specifies the source and listener that this result describes. More...
 
PressureIR pressureIR
 A multichannel spatialized pressure impulse response describing the transfer function between the source and listener. More...
 
EnergyIR energyIR
 A multiband energy-time histogram of the impulse response between the source and listener. More...
 
DirectionIR directionIR
 An impulse response of the directional information arriving at the listener in the world coordinate frame. More...
 
AcousticMetrics metrics
 An object that contains metrics derived from the impulse response between the source and listener. More...
 

Detailed Description

A class that stores the output of sound propagation for a source and listener pair.

Constructor & Destructor Documentation

om::sound::acoustics::contexts::AcousticPairResult::AcousticPairResult ( )

Create a new empty acoustic pair result.

om::sound::acoustics::contexts::AcousticPairResult::AcousticPairResult ( SoundListener listener,
SoundSource source 
)

Create a new acoustic pair result for the specified listener and source.

Member Data Documentation

AcousticPair om::sound::acoustics::contexts::AcousticPairResult::pair

An object that specifies the source and listener that this result describes.

PressureIR om::sound::acoustics::contexts::AcousticPairResult::pressureIR

A multichannel spatialized pressure impulse response describing the transfer function between the source and listener.

EnergyIR om::sound::acoustics::contexts::AcousticPairResult::energyIR

A multiband energy-time histogram of the impulse response between the source and listener.

DirectionIR om::sound::acoustics::contexts::AcousticPairResult::directionIR

An impulse response of the directional information arriving at the listener in the world coordinate frame.

AcousticMetrics om::sound::acoustics::contexts::AcousticPairResult::metrics

An object that contains metrics derived from the impulse response between the source and listener.


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