AudioStreamContainerFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported audio input container formats. Added in 1.4.0
public enum AudioStreamContainerFormat
type AudioStreamContainerFormat =
Public Enum AudioStreamContainerFormat
- Inheritance
-
AudioStreamContainerFormat
Fields
Name | Value | Description |
---|---|---|
OGG_OPUS | 257 | Audio stream container format definition for OGG OPUS. |
MP3 | 258 | Audio stream container format definition for MP3. |
FLAC | 259 | Audio stream container format definition for FLAC. Added in 1.7.0 |
ALAW | 260 | Audio stream container format definition for ALAW. Added in 1.7.0 |
MULAW | 261 | Audio stream container format definition for MULAW. Added in 1.7.0 |
AMRNB | 262 | Audio stream container format definition for AMRNB. Currently not supported. |
AMRWB | 263 | Audio stream container format definition for AMRWB. Currently not supported. |
ANY | 264 | Audio stream container format definition for any other or unknown format. |
Remarks
See also: Use codec compressed audio input with the Speech SDK