VoiceLiveSessionOptions.InputAudioFormat 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.
Input audio format. Default is 'pcm16'.
public Azure.AI.VoiceLive.InputAudioFormat? InputAudioFormat { get; set; }
member this.InputAudioFormat : Nullable<Azure.AI.VoiceLive.InputAudioFormat> with get, set
Public Property InputAudioFormat As Nullable(Of InputAudioFormat)