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 | |
---|---|---|
SpeechAudioFormatInfo | Represents information about an audio format. |
Enumerations
Enumeration | Description | |
---|---|---|
AudioBitsPerSample | Enumerates values that describe the bits-per-sample characteristic of an audio format. | |
AudioChannel | Enumerates values that indicate the number of channels in the audio format. | |
EncodingFormat | Enumerates values that describe the encoding format of audio. |