A MATLAB wrapper for the VocalTractLab API
- Check out the repository recursively:
git clone --recurse-submodules https://github.com/TUD-STKS/VocalTractMatLab
-
Change the working directory of MATLAB to the folder you cloned the repository into.
-
Run the script
vtlApiTest.m
. The first time you run this script, the C++ library underlying the MATLAB wrapper will be built for your system using CMake (or, on Windows, MSBuild as a fallback). -
Look at the script
vtlApiTest.m
for a usage example and the classVTL.m
for (a little bit of) help regarding the individual functions.
If you get an error regarding "CMake not found", you should install CMake for your platform.
Happy synthesizing!