rvoip-codec-core 0.2.2

G.711 and optional G.729A/G.729AB audio codec implementation for RVOIP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! LSP quantization modules.
//! Provenance: LSP quantization/dequantization adapted from ITU G.729 LSP codebook routines.
//! Q-format: LSP/LSF vectors and prediction weights use Q13/Q15 fixed-point representation.

/// Public module `decode`.
pub mod decode;
/// Public module `encode`.
pub mod encode;
/// Public module `helpers`.
pub mod helpers;
/// Public module `prev`.
pub mod prev;
/// Public module `stability`.
pub mod stability;