{ "info": { "author": "Changxu Wang", "author_email": "Changxu.mail@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 `__ - require\n manual installation\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/DelightRun/PyBaiduYuyin", "keywords": "baidu voice service", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "PyBaiduYuyin", "package_url": "https://pypi.org/project/PyBaiduYuyin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyBaiduYuyin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/DelightRun/PyBaiduYuyin" }, "release_url": "https://pypi.org/project/PyBaiduYuyin/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": 1644929, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6f69898fafac1a5e7733cb655b1432a7", "sha256": "1470efaf18a1ca41c7c257210d229fb986287a44c1f9afa9e0543f8a5d4af189" }, "downloads": -1, "filename": "PyBaiduYuyin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6f69898fafac1a5e7733cb655b1432a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7790, "upload_time": "2015-06-27T16:08:32", "url": "https://files.pythonhosted.org/packages/ac/23/208b2942d8688a540c4456fe250463676fa3bfadee1a498aa03b62c5bdb1/PyBaiduYuyin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "20002bf150b58be57c41451f9950ca9e", "sha256": "20905c467e66be92575e64dfe7ec7b8d77aee6a0e8442c2b92630490178739d1" }, "downloads": -1, "filename": "PyBaiduYuyin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20002bf150b58be57c41451f9950ca9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7678, "upload_time": "2015-07-22T12:35:58", "url": "https://files.pythonhosted.org/packages/e3/f1/6dc96dfb9b734dd5d0517d8647591b22817b39e5890a265376fe8d8de2b7/PyBaiduYuyin-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20002bf150b58be57c41451f9950ca9e", "sha256": "20905c467e66be92575e64dfe7ec7b8d77aee6a0e8442c2b92630490178739d1" }, "downloads": -1, "filename": "PyBaiduYuyin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20002bf150b58be57c41451f9950ca9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7678, "upload_time": "2015-07-22T12:35:58", "url": "https://files.pythonhosted.org/packages/e3/f1/6dc96dfb9b734dd5d0517d8647591b22817b39e5890a265376fe8d8de2b7/PyBaiduYuyin-0.1.1.tar.gz" } ] }