Table of Contents

Struct AudioEnhancerGains

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

Represents the gain levels for different audio channels in an audio enhancement process.

public struct AudioEnhancerGains

Inherited Members

Remarks

This structure is typically used to adjust the volume of individual channels in a multi-channel audio setup, allowing for fine-tuning of the soundstage and balance.

Fields

C

Gets or sets the gain for the center audio channel.

public float C

Field Value

float

Remarks

The center channel is primarily used for dialogue in movies and TV shows. Adjusting this gain can help improve speech intelligibility.

L

Gets or sets the gain for the left audio channel.

public float L

Field Value

float

Remarks

This property controls the volume level of the left speaker in a stereo or multi-channel setup. Positive values increase the volume, while negative values decrease it.

LFE

Gets or sets the gain for the Low-Frequency Effects (LFE) channel, typically used for subwoofers.

public float LFE

Field Value

float

Remarks

The LFE channel carries deep bass sounds, such as explosions and rumbles. Adjusting this gain controls the amount of bass impact in the audio.

R

Gets or sets the gain for the right audio channel.

public float R

Field Value

float

Remarks

This property controls the volume level of the right speaker. It operates similarly to the left channel gain.

SL

Gets or sets the gain for the surround left audio channel.

public float SL

Field Value

float

Remarks

Used in 5.1 and 7.1 surround sound systems, this channel handles ambient sounds and effects coming from the rear-left direction.

SR

Gets or sets the gain for the surround right audio channel.

public float SR

Field Value

float

Remarks

Used in 5.1 and 7.1 surround sound systems, this channel handles ambient sounds and effects coming from the rear-right direction.