C# Class AcoustID.Chromaprint.SilenceRemover

TODO: Update summary.
Inheritance: IAudioConsumer
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Consume ( short input, int length ) : void
input short
length int
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Reset() public méthode

public Reset ( int sample_rate, int num_channels ) : bool
sample_rate int
num_channels int
Résultat bool

SilenceRemover() public méthode

public SilenceRemover ( IAudioConsumer consumer, int threshold ) : System
consumer IAudioConsumer
threshold int
Résultat System