SessionResponse.OutputAudioFormat Property
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.
The format of output audio. Options are pcm16, g711_ulaw, or g711_alaw.
public Azure.AI.VoiceLive.OutputAudioFormat? OutputAudioFormat { get; }
member this.OutputAudioFormat : Nullable<Azure.AI.VoiceLive.OutputAudioFormat>
Public ReadOnly Property OutputAudioFormat As Nullable(Of OutputAudioFormat)