Delen via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

EncodingFormat Enumeration

Enumerates values that describe the encoding format of audio.

Namespace:  Microsoft.Speech.AudioFormat
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public Enumeration EncodingFormat
'Usage
Dim instance As EncodingFormat
public enum EncodingFormat

Members

Member name Description
Pcm The encoding format of the audio is Pulse Code Modulation (PCM).
ALaw The encoding format of the audio is ALaw.
ULaw The encoding format of the audio is ULaw.

Remarks

The EncodingFormat property gets a member of EncodingFormat that indicates the encoding format of audio.

See Also

Reference

Microsoft.Speech.AudioFormat Namespace

SpeechAudioFormatInfo