maxDataBytes top-level constant

int const maxDataBytes

Max bitstream size of a single opus packet.

See here for an explanation how this was calculated.

Implementation

const int maxDataBytes = 3 * 1275;