{ "info": { "author": "Arthur Halet", "author_email": "arthurh.halet@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Topic :: Multimedia :: Sound/Audio :: Speech", "Topic :: Software Development :: Libraries" ], "description": "# tts-watson\r\nText to speech using watson\r\n\r\n**Note:** To gain in performance response from watson are streamed and directly send to pyaudio to hear it.\r\n\r\n## Requirements\r\n\r\n- **Python 2.7**\r\n- **Pip**\r\n- **portaudio**, can be installed with `brew install portaudio` (mac) or `apt-get install portaudio19-dev`(linux)\r\n\r\n## Installation\r\n\r\nInstall with pip: `pip install tts-watson`\r\n\r\n## Run the playground\r\n\r\nSimply run in command line: `tts-watson text to sound i want` (you will hear: `text to sound i want`)\r\n\r\n**At the first launch it will create a config file located to `~/.config-tts-watson.yml` and ask you your watson credentials**\r\n\r\n## Usage for developers\r\n\r\nBootstrap example:\r\n\r\n```python\r\nfrom tts_watson.TtsWatson import TtsWatson\r\n\r\nttsWatson = TtsWatson('watson_user', 'watson_password', 'en-US_AllisonVoice') # en-US_AllisonVoice is a voice from watson you can found more to: https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/text-to-speech/using.shtml#voices\r\nttsWatson.play(\"The text which i want to be a sound\")\r\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/HomeHabbit/tts-watson", "keywords": "text-to-speech watson", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tts-watson", "package_url": "https://pypi.org/project/tts-watson/", "platform": "ALL", "project_url": "https://pypi.org/project/tts-watson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/HomeHabbit/tts-watson" }, "release_url": "https://pypi.org/project/tts-watson/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Text to speech using watson", "version": "1.0.0" }, "last_serial": 1899547, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "08f15dd5015660416cc8068ea5d5bbca", "sha256": "d73a314776b4e3e9f326572e62865a43f9ceae065dd23d82246a1303e8ed5f68" }, "downloads": -1, "filename": "tts_watson-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "08f15dd5015660416cc8068ea5d5bbca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5348, "upload_time": "2016-01-10T08:20:51", "url": "https://files.pythonhosted.org/packages/66/94/50dee7f2bfff594162f1654989d7cf5eb355728e88240bce1c3ddef76453/tts_watson-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08f15dd5015660416cc8068ea5d5bbca", "sha256": "d73a314776b4e3e9f326572e62865a43f9ceae065dd23d82246a1303e8ed5f68" }, "downloads": -1, "filename": "tts_watson-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "08f15dd5015660416cc8068ea5d5bbca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5348, "upload_time": "2016-01-10T08:20:51", "url": "https://files.pythonhosted.org/packages/66/94/50dee7f2bfff594162f1654989d7cf5eb355728e88240bce1c3ddef76453/tts_watson-1.0.0-py2.py3-none-any.whl" } ] }