Struct ambisonic::StereoConfig[][src]

pub struct StereoConfig { /* fields omitted */ }

Stereo Playback configuration

Playback over two physical speakers in front of the listener. For best results both speakers should be placed symmetrically to the left and the right at the same distance.

The default setting assumes an arrangement of +/- 45º.

Methods

impl StereoConfig
[src]

Set direction of the left speaker

Set direction of the right speaker

Trait Implementations

impl Default for StereoConfig
[src]

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

impl From<StereoConfig> for PlaybackConfiguration
[src]

Performs the conversion.

Auto Trait Implementations