Class VoiceStreamConfiguration
public class VoiceStreamConfiguration
- Inheritance
-
VoiceStreamConfiguration
- Inherited Members
Constructors
VoiceStreamConfiguration()
public VoiceStreamConfiguration()
Properties
FrameDuration
The duration of the Opus frames that will be written to the stream, in milliseconds. Defaults to DefaultFrameDuration. Allowed values are 2.5, 5, 10, 20, 40, 60 and 120 (the last one is only allowed for Mono).
public float? FrameDuration { get; set; }
Property Value
NormalizeSpeed
Whether to normalize the voice sending speed. Defaults to true.
public bool? NormalizeSpeed { get; set; }
Property Value
- bool?