C# Class DSPUtil.Skewer

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

Public Methods

Method Description
Reset ( ) : void
Skewer ( bool returnTail ) : System

Create a skew processor for a stereo input

Private Methods

Method Description
_nxt ( int &n, ISample s ) : ISample

Method Details

Reset() public method

public Reset ( ) : void
return void

Skewer() public method

Create a skew processor for a stereo input
public Skewer ( bool returnTail ) : System
returnTail bool True to return all the samples (false to truncate the skew-tail)
return System