Metadata-Version: 2.1
Name: VocalTractLab
Version: 0.4.23
Summary: Articulatory (text-to-) speech synthesis for Python
Home-page: https://github.com/paul-krug/VocalTractLab
Author: Paul Krug
Author-email: paul_konstantin.krug@tu-dresden.de
License: GPL-3.0
Keywords: text-to-speech,speech synthesis,articulatory synthesis,vocal tract
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix

This Python library provides an implementation of the articulatory synthesizer VocalTractLab.

Core features are:- a one dimensional aero-acoustic simulation of vocal tract dynamics using a  vocal tract model based on MRI scans of a human vocal tract- synthesis of artificial speech through high-level gestural control or low-  level motor control of individual articulators through dynamic targets- extensive visualization options- estimation of articulatory targets from audio files directly (pitch target-  estimation) or from arbitrary data (e.g. articulatory measurements)- phoneme-to-speech functionality and a basic text-to-speech pipeline- and much moreBesides the scientific purpose, this module is well suited for any productionenvironments that need to access the VocalTractLab-backend.VocalTractLab and its Python module are licensed under GPL-3.0.

