C# Class SoundFingerprinting.Audio.NAudio.NAudioService

Inheritance: AudioService
Afficher le fichier Open project: AddictedCS/soundfingerprinting Class Usage Examples

Méthodes publiques

Méthode Description
NAudioService ( ) : System.Collections.Generic
ReadMonoSamplesFromFile ( string pathToSourceFile, int sampleRate, double seconds, double startAt ) : AudioSamples

Private Methods

Méthode Description
NAudioService ( INAudioSourceReader sourceReader ) : System.Collections.Generic

Method Details

NAudioService() public méthode

public NAudioService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ReadMonoSamplesFromFile() public méthode

public ReadMonoSamplesFromFile ( string pathToSourceFile, int sampleRate, double seconds, double startAt ) : AudioSamples
pathToSourceFile string
sampleRate int
seconds double
startAt double
Résultat AudioSamples