{ "info": { "author": "Amine Sehili", "author_email": "amine.sehili@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "auditok, an AUDIo TOKenization tool\r\n===================================\r\n\r\n.. image:: https://travis-ci.org/amsehili/auditok.svg?branch=master\r\n :target: https://travis-ci.org/amsehili/auditok\r\n \r\n.. image:: https://readthedocs.org/projects/auditok/badge/?version=latest\r\n :target: http://auditok.readthedocs.org/en/latest/?badge=latest\r\n :alt: Documentation Status\r\n\r\n`auditok` is an **Audio Activity Detection** tool that can process online data (read from an audio device or from standard input) as well as audio files. It can be used as a command line program and offers an easy to use API.\r\n\r\nThe latest version of this documentation can be found at `Readthedocs `_.\r\n\r\nRequirements\r\n------------\r\n\r\n`auditok` can be used with standard Python!\r\n\r\nHowever, if you want more features, the following packages are needed:\r\n\r\n- `Pydub `_ : read audio files in popular audio formats (ogg, mp3, etc.) or extract audio from a video file.\r\n\r\n- `PyAudio `_ : read audio data from the microphone and play back detections.\r\n\r\n- `matplotlib `_ : plot audio signal and detections (see figures above).\r\n\r\n- `numpy `_ : required by matplotlib. Also used for math operations instead of standard python if available.\r\n\r\n- Optionally, you can use **sox** or **parecord** for data acquisition and feed `auditok` using a pipe.\r\n\r\nInstallation\r\n------------\r\n\r\nInstall with pip:\r\n\r\n.. code:: bash\r\n\r\n sudo pip install auditok\r\n\r\nor install the latest version on Github:\r\n\r\n.. code:: bash\r\n\r\n git clone https://github.com/amsehili/auditok.git\r\n cd auditok\r\n sudo python setup.py install\r\n\r\nGetting started\r\n---------------\r\n\r\n- `Documentation Home `_\r\n- `Command-line Usage Guide `_ \r\n- `API Tutorial `_\r\n- `API Reference `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/amsehili/auditok/", "keywords": "", "license": "GNU General Public License v3 (GPLv3)", "maintainer": "", "maintainer_email": "", "name": "auditok", "package_url": "https://pypi.org/project/auditok/", "platform": "ANY", "project_url": "https://pypi.org/project/auditok/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/amsehili/auditok/" }, "release_url": "https://pypi.org/project/auditok/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "An Audio/Acoustic Activity Detection and Audio Segmentation Tool", "version": "0.1.5" }, "last_serial": 2002190, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "7452470db1c3c2a115ae93a48f1746e9", "sha256": "210a86925561c55f618dd1d2221dc8c6d58344bfc31d8337e27bcbc41b277cfc" }, "downloads": -1, "filename": "auditok-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7452470db1c3c2a115ae93a48f1746e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2569283, "upload_time": "2015-12-02T23:08:35", "url": "https://files.pythonhosted.org/packages/7c/0a/35a837459722feb8762b57eee0c09d798adf8051238310ead0020a2419fd/auditok-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b296980594d8383445f50e00aecd7653", "sha256": "1cdb30f552cfed7120b3c1365faa7bca00cce3b0305b13188e9b62a649c58a0e" }, "downloads": -1, "filename": "auditok-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b296980594d8383445f50e00aecd7653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1928708, "upload_time": "2016-03-11T09:28:49", "url": "https://files.pythonhosted.org/packages/7a/10/36727094aeb828ad4d9bc70e9c5bb422b1abf64d2b5fe8ad305ce337522b/auditok-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b296980594d8383445f50e00aecd7653", "sha256": "1cdb30f552cfed7120b3c1365faa7bca00cce3b0305b13188e9b62a649c58a0e" }, "downloads": -1, "filename": "auditok-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b296980594d8383445f50e00aecd7653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1928708, "upload_time": "2016-03-11T09:28:49", "url": "https://files.pythonhosted.org/packages/7a/10/36727094aeb828ad4d9bc70e9c5bb422b1abf64d2b5fe8ad305ce337522b/auditok-0.1.5.tar.gz" } ] }