Note

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

AudioChannel Enumeration

Enumerates values that indicate the number of channels in the audio format.

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

Syntax

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

Members

Member name Description
Mono The audio format has one channel.
Stereo The audio format has two channels.

Remarks

The ChannelCount property gets a member of AudioChannel that indicates the number of channels for the audio format.

See Also

Reference

Microsoft.Speech.AudioFormat Namespace