maxDataBytes top-level constant

int const maxDataBytes

Max bitstream size of a single opus packet.

See here for an explanation how this was calculated. Last validated on 2026-02-25 against RFC 6716.

Implementation

const int maxDataBytes = 3 * 1275;