{ "info": { "author": "Yusuke Hayashi", "author_email": "yusuke8h@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# jtalkpy\nPython rapper module of open_jtalk\n\n## Install\n\n```bash\npip install jtalkpy\n```\n\nIn order to use this module, `open_jtalk` command must be able to use.\nSee [OpenJtalk](http://open-jtalk.sourceforge.net/).\n\n#### For Ubuntu system\n```bash\nsudo apt-get install open-jtalk open-jtalk-mecab-naist-jdic hts-voice-nitech-jp-atr503-m001\n```\n`dict_dir` should be `/var/lib/mecab/dic/open-jtalk/naist-jdic`\n\n`voice_file` should be `/usr/share/hts-voice/nitech-jp-atr503-m001/nitech_jp_atr503_m001.htsvoice`\n\n### For other systems\nPleanse install from [souce](http://open-jtalk.sourceforge.net/).\n\n## VOICE FILES\nThere are many open source HTS voice model files.\n\n[This page](http://mahoro-ba.net/e1875.html) (Japanse) introduces many models.\n\n## Usage\n\n```python\nfrom jtalkpy import Jtalk\ndict_dir = \"/var/lib/mecab/dic/open-jtalk/naist-jdic\"\nvoice_file = \"/usr/share/hts-voice/nitech-jp-atr503-m001/nitech_jp_atr503_m001.htsvoice\"\n# \njtalk = Jtalk(dict_dir, voice_file)\njtalk.from_string(\"\u3053\u3093\u306b\u3061\u306f\u3001\u4e16\u754c\", output_file=\"/home/ubuntu/jtalk_wavs/hello.wav\")\n```\n\nOpen Jtalk options can be set at initialization of `Jtalk` object.\nAnd when `from_string` is called, you can also overwrite these options temporary.\n\n\n## Contribution\nFeel free to create pull request.\n1. Fork it ( http://github.com/yhay81/jtalkpy/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n\n## Licence\n\n[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yhay81/jtalkpy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jtalkpy", "package_url": "https://pypi.org/project/jtalkpy/", "platform": "", "project_url": "https://pypi.org/project/jtalkpy/", "project_urls": { "Homepage": "https://github.com/yhay81/jtalkpy" }, "release_url": "https://pypi.org/project/jtalkpy/1.0.0/", "requires_dist": null, "requires_python": ">=3.5.0", "summary": "Python rapper module of open_jtalk", "version": "1.0.0" }, "last_serial": 4520403, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a459c2c14c4f7da3840f2fdc80f9401a", "sha256": "b58bcfcbaf538ad80fea3057520a9aaf018c57e9594796cd061f653d00eff5d4" }, "downloads": -1, "filename": "jtalkpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a459c2c14c4f7da3840f2fdc80f9401a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 4761, "upload_time": "2018-11-23T12:06:07", "url": "https://files.pythonhosted.org/packages/1b/a0/5d767516515a091278c5d49cfe863e14a838de9247e98e1825e15c8cc368/jtalkpy-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a459c2c14c4f7da3840f2fdc80f9401a", "sha256": "b58bcfcbaf538ad80fea3057520a9aaf018c57e9594796cd061f653d00eff5d4" }, "downloads": -1, "filename": "jtalkpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a459c2c14c4f7da3840f2fdc80f9401a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 4761, "upload_time": "2018-11-23T12:06:07", "url": "https://files.pythonhosted.org/packages/1b/a0/5d767516515a091278c5d49cfe863e14a838de9247e98e1825e15c8cc368/jtalkpy-1.0.0.tar.gz" } ] }