{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Operating System :: OS Independent", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "#HTS Engine Python Extension\n\n[![Build Status](https://travis-ci.org/sih4sing5hong5/hts_engine_python.svg?branch=master)](https://travis-ci.org/sih4sing5hong5/hts_engine_python)\n\nThis package is an extension for whose want to use hts engine by Python 3.\n\nhtsengine will update when hts_engine updating.\n\n## Installation\n```bash\npip install htsengine\n```\n\n### Uninstallation\n```bash\npip uninstall htsengine\n```\n\n## Usage\nSee `example/example.py`\n```python3\nimport htsengine\nmodel = 'Taiwanese.htsvoice'\nlabel = [line.rstrip() for line in open('full.lab')]\n\ns, f, n, a = htsengine.synthesize(model, label)\nimport wave\nwavFile = wave.open('result.wav', 'wb')\nwavFile.setsampwidth(s)\nwavFile.setframerate(f)\nwavFile.setnchannels(n)\nwavFile.writeframesraw(a)\nwavFile.close()\n```\n\n## Update with newest hts_engine\n```bash\nsudo apt-get install -y git-cvs \nrsync -av --delete rsync://hts-engine.cvs.sourceforge.net/cvsroot/hts-engine/ csv_data\ngit checkout origin\ngit cvsimport -p x -v -d `pwd`/csv_data/ hts_engine_API\ngit checkout master\ngit push origin origin\n```\nrefer:http://ghantoos.org/2010/11/11/migrating-sourceforge-cvs-source-repository-to-github/\n\nIf I forget to update, please contact me by pull request on github.\n\nGithub website: https://github.com/sih4sing5hong5/hts_engine_python\n\n## Install HTS Engine Execution Files\n1. Enter the src/ directory.\n2. Run this two commands:\n```bash\n\taclocal\n\tautoconf\n```\n3. Generate the ChangeLog file, you choice one command to run:\n```bash\n\tgit log > ChangeLog # if you have the git version control\n\tcvs log > ChangeLog # if you have the cvs version control\n\ttouch ChangeLog # otherwise\n```\n4. Run this command:\n```bash\n\tautomake --add-missing\n```\n5. And then see the src/INSTALL file.\n\n##HTS Engine Readme\n```\n===============================================================================\n The HMM-Based Speech Synthesis Engine \"hts_engine API\" version 1.08\n release December 25, 2013\n\n\nThe hts_engine API is an API version of hts_engine which has been released\nsince HTS version 1.1. It has been being developed by the HTS working group\n(see \"Who we are\" below) and some graduate students in Nagoya Institute of\nTechnology (see \"AUTHORS\" in the same directory).\n\n*******************************************************************************\n Copying\n*******************************************************************************\n\nThe hts_engine API is released under the Modified BSD license (see\nhttp://www.opensource.org/). Using and distributing this software is free\n(without restriction including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of this\nwork, and to permit persons to whom this work is furnished to do so) subject to\nthe conditions in the following license:\n\n/* ----------------------------------------------------------------- */\n/* The HMM-Based Speech Synthesis Engine \"hts_engine API\" */\n/* developed by HTS Working Group */\n/* http://hts-engine.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2001-2013 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* 2001-2008 Tokyo Institute of Technology */\n/* Interdisciplinary Graduate School of */\n/* Science and Engineering */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n\nAlthough this software is free, we still offer no warranties and no\nmaintenance. We will continue to endeavor to fix bugs and answer queries when\ncan, but are not in a position to guarantee it. We will consider consultancy if\ndesired, please contacts us for details.\n\nIf you are using the hts_engine API in commercial environments, even though no\nlicense is required, we would be grateful if you let us know as it helps\njustify ourselves to our various sponsors. We also strongly encourage you to\n\n * refer to the use of hts_engine API in any publications that use this\n software\n * report bugs, where possible with bug fixes, that are found\n\nSee also \"COPYING\" file in the current directory for details.\n\n*******************************************************************************\n Installation\n*******************************************************************************\n\nSee \"INSTALL\" in the same directory for details.\n\n*******************************************************************************\n Documentation\n*******************************************************************************\n\nReference manual of hts_engine API is available at\n\nhttp://hts-engine.sourceforge.net/\n\n*******************************************************************************\n Acknowledgements\n*******************************************************************************\n\nKeiichi Tokuda\nShinji Sako\nHeiga Zen\nKeiichiro Oura\nKazuhiro Nakamura\nKeijiro Saino\n\n*******************************************************************************\n Who we are\n*******************************************************************************\n\nThe HTS working group is a voluntary group for developing the HMM-Based Speech\nSynthesis System. Current members are\n\n Keiichi Tokuda http://www.sp.nitech.ac.jp/~tokuda/\n (Produce and Design)\n Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/\n (Design and Development, Main Maintainer)\n Kei Hashimoto http://www.sp.nitech.ac.jp/~bonanza/\n Sayaka Shiota http://www.sp.nitech.ac.jp/~sayaka/\n Shinji Takaki http://www.sp.nitech.ac.jp/~k-prr44/\n Heiga Zen\n Junichi Yamagishi http://homepages.inf.ed.ac.uk/jyamagis/\n Tomoki Toda http://spalab.naist.jp/~tomoki/index_e.html\n Takashi Nose\n Shinji Sako http://www.mmsp.nitech.ac.jp/~sako/\n Alan W. Black http://www.cs.cmu.edu/~awb/\n\nand the members are dynamically changing. The current formal contact address of\nHTS working group and a mailing list for HTS users can be found at\nhttp://hts.sp.nitech.ac.jp/\n===============================================================================\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/sih4sing5hong5/hts_engine_python", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://hts-engine.sourceforge.net/", "keywords": "\u8a9e\u8a00\u5408\u6210,Text to Speech,TTS,HTS", "license": "", "maintainer": "", "maintainer_email": "", "name": "htsengine", "package_url": "https://pypi.org/project/htsengine/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/htsengine/", "project_urls": { "Download": "https://github.com/sih4sing5hong5/hts_engine_python", "Homepage": "http://hts-engine.sourceforge.net/" }, "release_url": "https://pypi.org/project/htsengine/0.2.4/", "requires_dist": null, "requires_python": "", "summary": "An extension for whose want to use hts engine by Python 3", "version": "0.2.4" }, "last_serial": 1900675, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "b00424c4a4b9d638c326efa83cdb0fe2", "sha256": "542c8c6fd337cc6e1f337dd4aa427275f1f82bbf4bc4a8d4e28a7b8288b95824" }, "downloads": -1, "filename": "htsengine-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b00424c4a4b9d638c326efa83cdb0fe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37788, "upload_time": "2016-01-12T09:14:02", "url": "https://files.pythonhosted.org/packages/5f/e0/bb9f48cbb8ed31404753159a6346203ed102a6a39a299500759e4c8174a1/htsengine-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ff806d427bc512ceae42a6759d6a1543", "sha256": "d0c9ca7052c8199386288778957182cd2645e0e1cb1ffd6718225bcd48ff25b0" }, "downloads": -1, "filename": "htsengine-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ff806d427bc512ceae42a6759d6a1543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35647, "upload_time": "2016-01-12T09:30:48", "url": "https://files.pythonhosted.org/packages/3f/1d/ff31351b7e14e45d362ba36d8552db52995c89f1e0384997248cac7cccb5/htsengine-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ca37a530816a59084c548b78a6ed63f7", "sha256": "c612710ab7ed4261b6f412d217cfec9a22df2b51ddf9b4b2e756c72758de4165" }, "downloads": -1, "filename": "htsengine-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ca37a530816a59084c548b78a6ed63f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48095, "upload_time": "2016-01-12T10:31:38", "url": "https://files.pythonhosted.org/packages/23/6b/79b951dd850b7d197c0cd209fb2891d219563f3210651789c4455129976d/htsengine-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "15218d9da8c8f24932e1d1ab126df7da", "sha256": "53b69d1904428fee76d3e16c0a531b1636369d69ede9728343614a3cd6a4acd5" }, "downloads": -1, "filename": "htsengine-0.2.4.tar.gz", "has_sig": false, "md5_digest": "15218d9da8c8f24932e1d1ab126df7da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47797, "upload_time": "2016-01-12T11:34:12", "url": "https://files.pythonhosted.org/packages/7b/be/60ecc2d07e5a00f2a9a17af4991f1488afd0801c62b76dc653f1e97311c4/htsengine-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15218d9da8c8f24932e1d1ab126df7da", "sha256": "53b69d1904428fee76d3e16c0a531b1636369d69ede9728343614a3cd6a4acd5" }, "downloads": -1, "filename": "htsengine-0.2.4.tar.gz", "has_sig": false, "md5_digest": "15218d9da8c8f24932e1d1ab126df7da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47797, "upload_time": "2016-01-12T11:34:12", "url": "https://files.pythonhosted.org/packages/7b/be/60ecc2d07e5a00f2a9a17af4991f1488afd0801c62b76dc653f1e97311c4/htsengine-0.2.4.tar.gz" } ] }