TapeToWavConverter Class
Definition
Converts a TapeFile to a WAV file.
public sealed class TapeToWavConverter : WavFileConverter<TapeFile>, IWavFileConverter
Constructors
| Name | Description |
|---|---|
TapeToWavConverter(Decimal) |
Converts a TapeFile to a WAV file. |
Methods
| Name | Description |
|---|---|
Convert(TapeFile, UInt32) |
Converts the specified strongly typed source file to a WAV file with the given sample rate. |