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
6
7
8
9
10
11
12
13
14
15
16
//! Tests for spec-provided examples.
//!
//! Where TIA-102 or DVSI public specs state concrete input/output pairs
//! — "codeword X encodes to Y", "rate control words for P25 are
//! `0x0558 0x086b ...`", "Golay generator polynomial is `0xC75`" — those
//! examples belong here, as assertions that our implementation matches
//! the normative spec.
//!
//! This file never reads from DVSI/ and never requires proprietary
//! material. Every assertion here is traceable to a publicly available
//! spec document.

#[test]
fn placeholder() {
    // Real tests are added alongside the modules they exercise.
}