OutputAudioFormat type
Output audio format types supported.
KnownOutputAudioFormat can be used interchangeably with OutputAudioFormat,
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)
pcm16_8000hz: 16-bit PCM audio format at 8kHz sampling rate
pcm16_16000hz: 16-bit PCM audio format at 16kHz sampling rate
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 OutputAudioFormat = string