Speech codecs (AAC, Opus, EVS) use Modified Discrete Cosine Transform to decompose audio into frequency bands, then quantize per-band. Patented: psychoacoustic models, bit allocation, entropy coding, packet loss concealment. CRT approach: encode speech spectral features (sub-bass, bass, midrange, presence, brilliance, air, ultrasonic) as ring elements in Z/214,414,200. 7 CRT channels = 7 algebraically independent spectral bands. Quantize each channel independently. mod-11 = error concealment for free. No MDCT. No psychoacoustic model. The ring structure IS the transform.
Speaker ID:
Play Spectral Bands synthesizes 7 oscillators at the CRT band center frequencies, with gain derived from each channel residue. 40-frame speech utterance (800ms at 20ms/frame). Three quantization levels compared.
25% packet loss: every 4th frame dropped. Lost frames concealed by per-channel neighbor interpolation. Small-modulus channels recover best (closest interpolation). No explicit FEC overhead.
8 speakers x 30 frames each. Distortion measured at Q=1 (lossless), Q=2 (50% bit reduction), Q=4 (75% bit reduction). CRT guarantees across all 7 channels: per-channel quantization error stays within that channel. No cross-band artifacts.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.