Table of Contents

Class PhaseInvertAudioEffect

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

Inverts the phase (polarity) of audio signal by 180 degrees. Multiplies the audio waveform by -1, effectively flipping it vertically. Used for phase correction, cancelling audio signals, or creative stereo effects. Implements the VisioForge.Core.Types.X.AudioEffects.BaseAudioEffect.

public class PhaseInvertAudioEffect : BaseAudioEffect, ISharedAudioEffectX

Inheritance

Implements

Inherited Members

Remarks

Simple phase inversion (multiply by -1).

Commonly used to fix out-of-phase recordings or microphone setups.

When combined with original signal, creates complete cancellation (silence).

Essential tool for stereo field manipulation and phase-related problem solving.

Constructors

PhaseInvertAudioEffect()

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

public PhaseInvertAudioEffect()

See Also