{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# ligeia\n*Python3 Package for voice synthesis using eSpeak and PicoTTS.*\n\n## Installation\n### Install with pip\n```\npip3 install -U ligeia\n```\n\n## Usage\n```\nIn [1]: from ligeia import eSpeak, PicoTTS, VoiceController\n\nIn [2]: voice_controller = VoiceController()\n\nIn [3]: voice_controller.load_voice(PicoTTS)\n\nIn [4]: voice_controller.say(\"Hello world.\")\n\nSay (Silent: False) > Hello world.\n\nIn [5]: voice_controller.load_voice(PicoTTS)\n\nIn [6]: voice_controller.generate_file(destiny_path=\"picotts_hello.wav\", text=\"Hello world\")\nOut[6]: CompletedProcess(\n args='pico2wave --lang en-US --wave hello.wav \"hello world\"', returncode=0\n )\n\nIn [7]: voice_controller.load_voice(eSpeak)\n\nIn [8]: voice_controller.say(\"Hello world.\")\n\nSay (Silent: False) > Hello world.\n/bin/sh: 1: Syntax error: Unterminated quoted string\n\nIn [9]: voice_controller.generate_file(destiny_path=\"espeak_hello.wav\", text=\"Hello world\")\nOut[9]: CompletedProcess(\n args='espeak -v en -p 30 -a 200 -w hello.wav \"Hello world\"',\n returncode=0\n )\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/ligeia/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/ligeia", "keywords": "Ligeia,voice,synthesis,eSpeak,PicoTTS", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "ligeia", "package_url": "https://pypi.org/project/ligeia/", "platform": "", "project_url": "https://pypi.org/project/ligeia/", "project_urls": { "Download": "https://github.com/carlosplanchon/ligeia/archive/v0.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/ligeia" }, "release_url": "https://pypi.org/project/ligeia/0.1/", "requires_dist": null, "requires_python": "", "summary": "Python3 Package for voice synthesis using eSpeak and PicoTTS.", "version": "0.1" }, "last_serial": 5180241, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e20e4f339f0f8b0d92e5b3e0f893be88", "sha256": "8b31ad05d4d2daeb619e783d94d55912fb6a0402fd92138a928d8c5ec47254eb" }, "downloads": -1, "filename": "ligeia-0.1.tar.gz", "has_sig": false, "md5_digest": "e20e4f339f0f8b0d92e5b3e0f893be88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3442, "upload_time": "2019-04-24T04:24:55", "url": "https://files.pythonhosted.org/packages/ef/77/77208ffda60b538c2d6d1ed5fc0ae20ec4dc3732207ec1ea3df58ea1f746/ligeia-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e20e4f339f0f8b0d92e5b3e0f893be88", "sha256": "8b31ad05d4d2daeb619e783d94d55912fb6a0402fd92138a928d8c5ec47254eb" }, "downloads": -1, "filename": "ligeia-0.1.tar.gz", "has_sig": false, "md5_digest": "e20e4f339f0f8b0d92e5b3e0f893be88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3442, "upload_time": "2019-04-24T04:24:55", "url": "https://files.pythonhosted.org/packages/ef/77/77208ffda60b538c2d6d1ed5fc0ae20ec4dc3732207ec1ea3df58ea1f746/ligeia-0.1.tar.gz" } ] }