-
Notifications
You must be signed in to change notification settings - Fork 10
FrameLength Enum
Jay Miller edited this page May 18, 2020
·
2 revisions
FrameLength enum
public enum FrameLength
WebRtcVadSharp
Frame length, in ms, of input audio.
WebRTC only supports specific combinations of frame sizes and sample rates.
Constant | Value | Summary |
---|---|---|
Is10ms | 10 | 10ms frame length. |
Is20ms | 20 | 20ms frame length. |
Is30ms | 30 | 30ms frame length. |