SPRAAK
|
Vector Quantization and Labeling. More...
Functions | |
void | spr_vq_free (SprSspInfo *Info) |
int | spr_vq_setup (SprSspInfo *Info, const char **descript, void *aux_info) |
int | spr_vq_process (SprSspInfo *Info, const void *frame_in, void *frame_out) |
Vector Quantization and Labeling.
The input for vq can be a data track file or a label file. In the first case, vq produces a label output or vector quantized output according to one ore more vq code books. In the second case, a vector quantized output is given according to labels and code books.
[vq] | |
---|---|
type <label2qv/vec2qv/vec2label> | |
Convert a vector to labels (default), a vector to a quantised vector, or labels to a quantised vector. | |
codebooks <filename> ... | |
Codebook file names. |