This folder contains tools for using a Conditional Vector Quantization for a mapping in Speaker Conversion
In order to use the code you have to compile the two c code files using the matlab mex funtionality:
mex cvq_train_.c cvq_lib.c
mex slbg_.c cvq_lib.c
This has been tested using the GNU compiler on a Linux system. If you chose Windows I keep the fingers crossed.

files:
CVQ_example.m: simple example for usage
CVQGetYPrimes: get the path of YPrimes for a list of validation files
CVQTrainMap: train the mapping function on aligned data
viterbiselect.m: given a lattice compute a path considering the mutual euclidean distances  
...