rvoip-codec-core 0.3.8

G.711 and optional G.729/Opus/AMR audio codec implementations for RVOIP
Documentation
1
2
3
4
5
6
7
8
9
//! AMR-WB linear prediction analysis (3GPP TS 26.190 ยง5.2), in fixed point.

pub mod autocorr;
pub mod isf;
pub mod isf_codebooks;
pub mod isf_dequant;
pub mod isf_tables;
pub mod isp_to_lp;
pub mod tables;