UtilNAudioConvertFileToWave(String, String) Method
Converts an audio file to WAVE format and save it ito disk.
Namespace: DevCase.ThirdParty.NAudioAssembly: 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 void ConvertFileToWave(
string inputFile,
string outputFile
)
Public Shared Sub ConvertFileToWave (
inputFile As String,
outputFile As String
)
Dim inputFile As String
Dim outputFile As String
UtilNAudio.ConvertFileToWave(inputFile,
outputFile)
public:
static void ConvertFileToWave(
String^ inputFile,
String^ outputFile
)
static member ConvertFileToWave :
inputFile : string *
outputFile : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- inputFile String
-
The input audio file.
- outputFile String
-
The output WAVE file.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
NAudio
This is a code example.
No code example is currently available or this language may not be supported.
Dim inputFile As String = "C:\input.mp3"
Dim outputFile As String = "C:\output.wav"
ConvertToWave(inputFile, outputFile)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.