C# Class DSPUtil.Invertor

Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Public Methods

Method 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

Method Description
_nxt ( ISample s ) : ISample

Method Details

Invert() public method

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
return void

Invertor() public method

public Invertor ( ) : System
return System