Struct steam_audio::ffi::IPLBakingSettings [] [src]

#[repr(C)]
pub struct IPLBakingSettings { pub bakeParametric: IPLbool, pub bakeConvolution: IPLbool, }

Specifies the kind of acoustic responses to save in the baked data.

Fields

< Enables the generation of I3DL2-compliant parametric reverb. This is most suited for calculating reverb in relatively enclosed spaces. It is less suitable for open spaces, or source-to-listener propagation. It consumes very little memory per probe.

< Enables the generation of detailed impulse responses for convolution reverb. This is suited for all kinds of spaces, and for reverb as well as source-to-listener propagation. However, it consumes significantly more memory per probe.

Trait Implementations

impl Debug for IPLBakingSettings
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLBakingSettings
[src]

impl Clone for IPLBakingSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more