C# Class AcoustID.Chromaprint.SilenceRemover

TODO: Update summary.
Inheritance: IAudioConsumer
Mostrar archivo Open project: wo80/AcoustID.NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Consume ( short input, int length ) : void
Flush ( ) : void
Reset ( int sample_rate, int num_channels ) : bool
SilenceRemover ( IAudioConsumer consumer, int threshold ) : System

Method Details

Consume() public method

public Consume ( short input, int length ) : void
input short
length int
return void

Flush() public method

public Flush ( ) : void
return void

Reset() public method

public Reset ( int sample_rate, int num_channels ) : bool
sample_rate int
num_channels int
return bool

SilenceRemover() public method

public SilenceRemover ( IAudioConsumer consumer, int threshold ) : System
consumer IAudioConsumer
threshold int
return System