Struct ambisonic::HrtfConfig[][src]

pub struct HrtfConfig { /* fields omitted */ }

Head-Related-Transfer-Function configuration

Intended to be used for playback over headphones. HRTFs describe delay and level differences between both ears, depending on the direction of the sound.

The default setting uses a set of real but arbitrary HRIRs, that may not be suitable for all listeners.

Methods

impl HrtfConfig
[src]

Trait Implementations

impl Default for HrtfConfig
[src]

Returns the "default value" for a type. Read more

impl From<HrtfConfig> for PlaybackConfiguration
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for HrtfConfig

impl Sync for HrtfConfig