{ "info": { "author": "Changxu Wang", "author_email": "wuwenjie718@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyBaiduYuyin\n============\n\nThis project is a wrapper for `Baidu Yuyin(voice)\nAPI `__\n\nThis project is modified from\n`SpeechRecognition `__,\nwhich is published under the 3-clause BSD license.\n\nRequirement\n===========\n\n- PyAudio\n\nInstall\n=======\n\n::\n\n $ pip install PyBaiduYuyin\n\nUsage\n=====\n\n Note: I'm still working on this part, contributions are welcomed.\n\nTTS (Text-To-Speech)\n~~~~~~~~~~~~~~~~~~~~\n\nDetails can be found in source code.\n\nExample:\n\n::\n\n import PyBaiduYuyin as pby\n tts = pby.TTS(app_key=YOUR_APP_KEY, secret_key=YOUR_SECRET_KEY)\n tts.say(\"\u4f60\u597d\")\n\nRecognition\n~~~~~~~~~~~\n\nThe usage of Recognition module is same as\n`SpeechRecognition `__,\nexcept using ``Baidu App Key`` and ``Baidu Secret Key`` instead of\n``Google App Key``.\n\nPlease see `SpeechRecognition's\nREADME `__\nfor details.\n\nLICENSE\n=======\n\nCopyright (c) 2015-2016 `Changxu Wang `__\n\nThe source code is available online at GitHub.\n\nThis program is made available under **MIT License**, see\n``LICENSE.txt`` for details.", "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/wwj718/PyBaiduYuyin", "keywords": "baidu voice service", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "BaiduYuyin", "package_url": "https://pypi.org/project/BaiduYuyin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/BaiduYuyin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wwj718/PyBaiduYuyin" }, "release_url": "https://pypi.org/project/BaiduYuyin/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Library for performing speech recognition with Baidu Speech Recognition API.", "version": "0.1.1" }, "last_serial": 2259407, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "664f1d7d5ee3e1b9eb7981f71e716510", "sha256": "740d8ceb1a2bb4db6c77dd9a6d4961c1af9dfa97108eab17f6cd5ef7a6da5bbb" }, "downloads": -1, "filename": "BaiduYuyin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "664f1d7d5ee3e1b9eb7981f71e716510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 824817, "upload_time": "2016-08-03T06:55:16", "url": "https://files.pythonhosted.org/packages/1c/e0/9a5f1b06a365d17e6aeb93159e5fcaa2a81805b6d02dd4667fc7ddb2accb/BaiduYuyin-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "664f1d7d5ee3e1b9eb7981f71e716510", "sha256": "740d8ceb1a2bb4db6c77dd9a6d4961c1af9dfa97108eab17f6cd5ef7a6da5bbb" }, "downloads": -1, "filename": "BaiduYuyin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "664f1d7d5ee3e1b9eb7981f71e716510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 824817, "upload_time": "2016-08-03T06:55:16", "url": "https://files.pythonhosted.org/packages/1c/e0/9a5f1b06a365d17e6aeb93159e5fcaa2a81805b6d02dd4667fc7ddb2accb/BaiduYuyin-0.1.1.tar.gz" } ] }