pub(crate) const OPUS_BITRATE_MIN: i32 = 6000;
Opus target-bitrate bounds (bits/s); the initial opus_bitrate and every live update are clamped into this range so the encoder never sees a value it would reject.
opus_bitrate