//! Provenance: Annex B VAD/DTX/CNG behavior adapted from ITU G.729 Annex B reference routines.
//! Q-format: VAD features, SID parameters, and CNG gains use Q0/Q13/Q15 fixed-point domains.
/// Public module `cng`.
pubmodcng;/// Public module `dtx`.
pubmoddtx;/// Public module `vad`.
pubmodvad;