C# Class Fingerprinter.Audio.NAudioDecoder

Decode using the NAudio library. Great audio library, but the MP3 decoder is kinda slow.
Inheritance: IDecoder, IDisposable
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( IAudioConsumer consumer, int maxLength ) : bool
Dispose ( ) : void
Dispose ( bool disposing ) : void
NAudioDecoder ( string file ) : AcoustID.Chromaprint

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Decode() public méthode

public Decode ( IAudioConsumer consumer, int maxLength ) : bool
consumer IAudioConsumer
maxLength int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

NAudioDecoder() public méthode

public NAudioDecoder ( string file ) : AcoustID.Chromaprint
file string
Résultat AcoustID.Chromaprint