Share via


InputAudioFormat type

Input audio format types supported.
KnownInputAudioFormat can be used interchangeably with InputAudioFormat, this enum contains the known values that the service supports.

Known values supported by the service

pcm16: 16-bit PCM audio format at default sampling rate (24kHz)
g711_ulaw: G.711 μ-law (mu-law) audio format at 8kHz sampling rate
g711_alaw: G.711 A-law audio format at 8kHz sampling rate

type InputAudioFormat = string