C# Class Fingerprinter.Audio.NAudioDecoder

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

Public Methods

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

Private Methods

Method Description
Initialize ( ) : void

Method Details

Decode() public method

public Decode ( IAudioConsumer consumer, int maxLength ) : bool
consumer IAudioConsumer
maxLength int
return bool

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

NAudioDecoder() public method

public NAudioDecoder ( string file ) : AcoustID.Chromaprint
file string
return AcoustID.Chromaprint