UtilNAudioConvertFileToWave(String) Method

Converts an audio file to WAVE format and save it as a RawSourceWaveStream.

Definition

Namespace: DevCase.ThirdParty.NAudio
Assembly: DevCase.net48.ThirdParty.NAudio (in DevCase.net48.ThirdParty.NAudio.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static RawSourceWaveStream ConvertFileToWave(
	string inputFile
)

Parameters

inputFile  String
The input audio file.

Return Value

RawSourceWaveStream
The resulting RawSourceWaveStream that contains the raw WAVE file.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

NAudio

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also