{ "info": { "author": "Lars Yencken", "author_email": "lars@yencken.org", "bugtrack_url": null, "classifiers": [], "description": "slowclap\n========\n\nA clapper based around the PyAudio frontend for PortAudio.\n\nStatus: *working*\n\nInstalling\n----------\n\nYou need portaudio installed, then you can install the latest version pip::\n\n sudo pip install slowclap\n\nIt will pull in pyaudio and numpy depenencies.\n\nUsage\n------\n\nCommand-line\n~~~~~~~~~~~~\n\nWith default settings, run a shell command of your choosing each time a clap is detected::\n\n slowclap --exec='echo Clap'\n\nYou might need to tune the threshold to your mic with the ``-t`` option.\n\nPython API\n~~~~~~~~~~\n\nSet up a simple detection loop::\n\n import slowclap as sc\n feed = sc.MicrophoneFeed()\n detector = sc.AmplitudeDetector(feed, threshold=17000000)\n for clap in detector:\n # do something\n print(clap.time)\n\nChangelog\n---------\n\nv0.1.0\n~~~~~~\n\n- Working amplitude clapper\n- Supports command-execution and rate-limiting", "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/larsyencken/slowclap/", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "slowclap", "package_url": "https://pypi.org/project/slowclap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slowclap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/larsyencken/slowclap/" }, "release_url": "https://pypi.org/project/slowclap/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Clap detection using your microphone and portaudio.", "version": "0.1.0" }, "last_serial": 977043, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2f4a9f440cb5452642a826bb752abfbb", "sha256": "e89af34e444eada5edde2bdb252bfe9d36bbc27888868955de882d8b51cb6ac4" }, "downloads": -1, "filename": "slowclap-0.1.0.tar.gz", "has_sig": true, "md5_digest": "2f4a9f440cb5452642a826bb752abfbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3483, "upload_time": "2014-01-22T11:03:58", "url": "https://files.pythonhosted.org/packages/6a/c9/e1d3c20d407df3330adc2becd435a49a4f2a254cd7fa24778abaa4295197/slowclap-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f4a9f440cb5452642a826bb752abfbb", "sha256": "e89af34e444eada5edde2bdb252bfe9d36bbc27888868955de882d8b51cb6ac4" }, "downloads": -1, "filename": "slowclap-0.1.0.tar.gz", "has_sig": true, "md5_digest": "2f4a9f440cb5452642a826bb752abfbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3483, "upload_time": "2014-01-22T11:03:58", "url": "https://files.pythonhosted.org/packages/6a/c9/e1d3c20d407df3330adc2becd435a49a4f2a254cd7fa24778abaa4295197/slowclap-0.1.0.tar.gz" } ] }