-
Notifications
You must be signed in to change notification settings - Fork 9
SampleRate Enum
Jay Miller edited this page May 18, 2020
·
3 revisions
SampleRate enum
public enum SampleRate
WebRtcVadSharp
Sample rate of the input audio.
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. |