blip25-mbe 0.1.0

Research MBE / IMBE / AMBE+2 vocoder family: P25 wire formats, multi-generation codecs, and parametric rate conversion. Educational use; see PATENT_NOTICE.md.
Documentation
1
2
3
4
5
//! Quantization primitives shared across codec generations and wire formats.
//!
//! Specific codebooks (scalar bit-prioritized, split VQ, DCT-domain) live
//! in the codec generation that uses them; this module hosts the generic
//! scalar / vector quantizer infrastructure they build on.