Skip to main content

OPUS_MAX_FRAME_SAMPLES

Constant OPUS_MAX_FRAME_SAMPLES 

Source
pub const OPUS_MAX_FRAME_SAMPLES: usize = 1920;
Expand description

PCM samples in the largest legal Opus frame (120 ms) at OPUS_PCM_SAMPLE_RATE. The far end chooses its own frame size, so decode buffers must size for this, not for 20 ms.