Skip to content

SampleRate Enum

Jay Miller edited this page May 18, 2020 · 3 revisions

SampleRate enum

public enum SampleRate
Namespace

WebRtcVadSharp

Summary

Sample rate of the input audio.

Remarks

WebRTC only supports specific combinations of frame sizes and sample rates.

Constant Value Summary
Is8kHz 8000 8kHz sample rate.
Is16kHz 16000 16kHz sample rate.
Is32kHz 32000 32kHz sample rate.
Is48kHz 48000 48kHz sample rate.
Clone this wiki locally