Skip to content

TUD-STKS/VocalTractMatLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VocalTractMatLab

A MATLAB wrapper for the VocalTractLab API

View VocalTractMatLab on File Exchange

Getting started

  1. Check out the repository recursively:
git clone --recurse-submodules https://github.com/TUD-STKS/VocalTractMatLab
  1. Change the working directory of MATLAB to the folder you cloned the repository into.

  2. 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).

  3. Look at the script vtlApiTest.m for a usage example and the class VTL.m for (a little bit of) help regarding the individual functions.

Troubleshooting

If you get an error regarding "CMake not found", you should install CMake for your platform.

Happy synthesizing!