Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeechAudioFormatInfo Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SpeechAudioFormatInfo class.
Overload List
Name | Description | |
---|---|---|
SpeechAudioFormatInfo(Int32, AudioBitsPerSample, AudioChannel) | Initializes a new instance of the SpeechAudioFormatInfo class and specifies the samples per second, bits per sample, and the number of channels. | |
SpeechAudioFormatInfo(EncodingFormat, Int32, Int32, Int32, Int32, Int32, []) | Initializes a new instance of the SpeechAudioFormatInfo class and specifies the encoding format, samples per second, bits per sample, number of channels, average bytes per second, block alignment value, and an array containing format-specific data. |
Top