AudioConfig.fromWavFileInput(String fileName) Method
Definition
Creates an AudioConfig object representing the specified file.
public static com.microsoft.cognitiveservices.speech.audio.AudioConfig fromWavFileInput(String fileName)
Parameters
- fileName
- String
Specifies the audio input file.
Returns
The audio input configuration being created.