Table of Contents

Enum AudioPanoramaMethod

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

Specifies the panning algorithm used for stereo balance/panorama adjustment.

public enum AudioPanoramaMethod

Fields

Psychoacoustic = 0

Psychoacoustic panning using equal-power (constant-power) law. Maintains perceived loudness when panning between channels. Recommended for most use cases.

Simple = 1

Simple linear panning. Directly scales channel volumes proportionally. May cause a perceived volume dip when panning to center.