C# Class Bloom.Edit.LameEncoder

This class, borrowed almost unchanged from HearThis, compresses .wav files to .mp3. Requires the (currently separate) installation of LAME.
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( string sourcePath, string destPathWithoutExtension, IProgress progress ) : void
IsAvailable ( ) : bool

Private Methods

Méthode Description
LocateAndRememberLAMEPath ( ) : string

Find the path to LAME)

LocateLAME ( ) : string

Method Details

Encode() public méthode

public Encode ( string sourcePath, string destPathWithoutExtension, IProgress progress ) : void
sourcePath string
destPathWithoutExtension string
progress IProgress
Résultat void

IsAvailable() public static méthode

public static IsAvailable ( ) : bool
Résultat bool