Table of Contents

Class Sound3DAudioEffect

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Creates spatial 3D audio effects by enhancing stereo width and channel separation. Simulates three-dimensional sound positioning for increased immersion and spatial perception. Can enhance stereo width from natural to extreme depending on amplification value. Implements the VisioForge.Core.Types.X.AudioEffects.BaseAudioEffect.

public class Sound3DAudioEffect : BaseAudioEffect, ISharedAudioEffectX

Inheritance

Implements

Inherited Members

Remarks

Custom 3D spatialization effect.

Value of 1000 = disabled (no effect, neutral).

Values less than 1000: Reduces stereo width (moves toward mono).

Values greater than 1000: Increases stereo width (expands sound field).

Values above 10000: May cause distortion and phase issues.

Best used with headphones for immersive 3D audio experience.

Constructors

Sound3DAudioEffect(uint)

Initializes a new instance of the VisioForge.Core.Types.X.AudioEffects.Sound3DAudioEffect class.

public Sound3DAudioEffect(uint value)

Parameters

value uint

3D spatial amplification value. Valid range: 1-20000. 1000 = neutral (disabled), lower = narrower, higher = wider stereo field.

Properties

Value

Gets or sets the 3D spatial amplification intensity.

public uint Value { get; set; }

Property Value

uint

See Also