code wiki / vq
topic: vq
4 modules sharing the vq name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_vq.nx | VECTOR QUANTIZATION, the first rung of the sovereign neural-audio moonshot. Instead of scalar-quantising | 39 | 4 |
| nx_vq_dred_gate.nx | proves the VQ moonshot rung (nx_vq): vector-quantising the LPC reflection envelope to a codebook | 87 | 8 |
| nx_vq_train.nx | Lloyd's algorithm (k-means) VQ codebook training: moonshot rung #2. Given a training set of LPC | 43 | 3 |
| nx_vq_train_gate.nx | proves Lloyd's training (nx_vq_train) lowers VQ distortion at the SAME bitrate (better codebook | 74 | 7 |