VoiceLiveSessionResponse.InputAudioSamplingRate 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 sampling rate in Hz. Available values:
For pcm16: 8000, 16000, 24000
For g711_alaw/g711_ulaw: 8000
public int? InputAudioSamplingRate { get; set; }
member this.InputAudioSamplingRate : Nullable<int> with get, set
Public Property InputAudioSamplingRate As Nullable(Of Integer)