Skip to content

vribeiro1/vt_shape_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vt_shape_gen - Vocal tract processing tools

What is it?

vt_shape_gen is a Python library containing tools for the vocal tract synthesis from phonetic inputs, which is intended to advance speech articulation synthesis.

How to use?

  1. Clone vt_tools repo
>>> git clone git@clone-url/vt_tools.git
  1. Clone the repo
>>> git clone git@clone-url/vt_shape_gen.git
  1. Install the libs
>>> pip3 install -e /path/to/vt_tools
>>> pip3 install -e /path/to/vt_shape_gen
  1. Import it in your code
import vt_shape_gen

How to contribute?

  1. Clone vt_tools repo
>>> git clone git@clone-url/vt_tools.git
  1. Clone the repo
>>> git clone git@clone-url/vt_shape_gen.git
  1. Create a virtual environment
>>> cd vt_shape_gen
>>> python3 -m venv .dev_env
  1. Activate the virtual environment
>>> source .dev_env/bin/activate
  1. Install the requirements
>>> pip3 install -r requirements.txt
  1. Run the tests
>>> py.test test
  1. Submit your pull request

About

Code base to generate the shape of the vocal tract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages