Skip to content

vribeiro1/vt_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vt_tools - Vocal tract processing tools

What is it?

vt_tools is a Python library containing basic tools for vocal tract processing, which is intended to standardize and advance articulatory speech research.

How to use?

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

How to contribute?

  1. Clone the repo
>>> git clone git@clone-url/vt_tools.git
  1. Create a virtual environment
>>> cd vt_tools
>>> 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

Basic tools for vocal tract processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages