Note

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

Microsoft.Speech.AudioFormat Namespace

The Microsoft.Speech.AudioFormat namespace consists of a single class, SpeechAudioFormatInfo, which contains information about the format of the audio that is being input to the speech recognition engine, or being output from the speech synthesis engine.

You can use the properties of SpeechAudioFormatInfo to obtain information about specific characteristics of an audio format. These properties are read-only, except for BlockAlign, which you can use to set the block alignment of incoming audio. To get all the properties of the incoming audio format, use the FormatSpecificData() method.

Using the constructors on the SpeechAudioFormatInfo class, you can specify any of the properties of the audio format when you initialize the object.

Classes

  Class Description
Public class SpeechAudioFormatInfo Represents information about an audio format.

Enumerations

  Enumeration Description
Public enumeration AudioBitsPerSample Enumerates values that describe the bits-per-sample characteristic of an audio format.
Public enumeration AudioChannel Enumerates values that indicate the number of channels in the audio format.
Public enumeration EncodingFormat Enumerates values that describe the encoding format of audio.

See Also

Reference

Microsoft.Speech.Recognition

Microsoft.Speech.Recognition.SrgsGrammar

Microsoft.Speech.Synthesis

Microsoft.Speech.Text