Skip to content

FrameLength Enum

Jay Miller edited this page May 18, 2020 · 2 revisions
public enum FrameLength
Namespace

WebRtcVadSharp

Summary

Frame length, in ms, of input audio.

Remarks

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.
Clone this wiki locally