C# Class DSPUtil.Invertor

Inheritance: SoundObj
Afficher le fichier Open project: hughpyle/inguz-DSPUtil

Méthodes publiques

Méthode Description
Invert ( ushort nChannel, bool doInvert ) : void

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.

Invertor ( ) : System

Private Methods

Méthode Description
_nxt ( ISample s ) : ISample

Method Details

Invert() public méthode

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.
public Invert ( ushort nChannel, bool doInvert ) : void
nChannel ushort
doInvert bool
Résultat void

Invertor() public méthode

public Invertor ( ) : System
Résultat System