IWavFileConverter.Convert Method
Definition
Converts the specified source file to a WAV file.
public abstract WavFile Convert(IOFile source, uint sampleRateHz = 44100);
Parameters
| Name | Type | Description |
|---|---|---|
source |
IOFile |
The source file to convert. |
sampleRateHz |
UInt32 |
The sample rate in Hz for the output WAV file. |
Returns
The converted WAV file.