pub const OPUS_FRAME_SAMPLES: usize = 320;Expand description
PCM samples in one 20 ms frame at OPUS_PCM_SAMPLE_RATE: what
OpusEncoder::encode consumes per call and what a normal 20 ms
packet decodes to.
pub const OPUS_FRAME_SAMPLES: usize = 320;PCM samples in one 20 ms frame at OPUS_PCM_SAMPLE_RATE: what
OpusEncoder::encode consumes per call and what a normal 20 ms
packet decodes to.