其他分享
首页 > 其他分享> > Singing voice synthesis:related software

Singing voice synthesis:related software

作者:互联网

htk_io

This python package allows reading and writing of files in some of the formats
used by Hidden Markov Model Toolkit (HTK) <http://htk.eng.cam.ac.uk/>_ and
HMM-based Speech Synthesis System (HTS) <http://hts.sp.nitech.ac.jp/>_.
The following HTK / HTS file formats are currently supported:

Alignments, trees, etc are represented in memory using simple python data
structures.
Files in the above formats may be read into, or written from, these python
representations.

Installation

For most purposes the simplest way to install htk_io is to use pip.
For example in Debian and Ubuntu::

sudo apt-get install python-numpy
sudo pip install htk_io

Usage

Examples of usage of various functions and classes are included in their
docstrings.
A few examples of files in the formats this package can read and write are
provided in the example directory.

Bugs

Please use the issue tracker <https://github.com/MattShannon/htk_io/issues>_
to submit bug reports.

Contact

The author of htk_io is Matt Shannon <mailto:matt.shannon@cantab.net>_.

标签:files,python,htk,HTS,io,formats,voice,Singing,software
来源: https://blog.csdn.net/weixin_32393347/article/details/93489342