Note

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

AudioBitsPerSample Enumeration

Enumerates values that describe the bits-per-sample characteristic of an audio format.

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

Syntax

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

Members

Member name Description
Eight The audio format has 8 bits per sample.
Sixteen The audio format has 16 bits per sample.

Remarks

The BitsPerSample property gets a member of AudioBitsPerSample that indicates the bits-per-sample of an audio format.

See Also

Reference

Microsoft.Speech.AudioFormat Namespace

SpeechAudioFormatInfo