TapeToWavConverter.Convert Method
Definition
Converts the specified strongly-typed source file to a WAV file with the given sample rate.
public override WavFile Convert(TapeFile source, uint sampleRateHz = 44100);
Parameters
| Name | Type | Description |
|---|---|---|
| source | TapeFile | The source file to convert. |
| sampleRateHz | UInt32 | The sample rate in Hz for the output WAV file. |
Returns
The converted WAV file.