{ "info": { "author": "Hadrien Titeux (CoML)", "author_email": "hadrien.titeux@ens.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "# pyannote-shennong-features\nA feature extractor for Pyannote that is based on the Shennong library\n\n## Installation\n\nThis library depends on Shennong, which is available on conda. \nThus, make sure you're in a conda environment **where pyannote-audio has been installed already** and run\n\n```yaml\nconda install -c coml shennong\n```\n\nThen you can pip-install the library in a regular way:\n\n```\npip install pyannote.features.shennong\n```\n\n## Pyannote Configuration\n\nTo use features from this library, this is the kind of configuration you\nshould add your `config.yml` file:\n\n```yaml\nfeature_extraction:\n name: pyannote.features.ShennongMfcc\n params:\n coefs: 19\n e: True\n D: True\n DD: True\n mfccWindowType: 'hanning'\n mfccLowFreq: 20\n mfccHighFreq: -100 # Real value will be (f_nyquist - 100)\n with_pitch: True\n with_cmvn: False\n duration: 0.025\n step: 0.010\n sample_rate: 16000\n pitchFmin: 20\n pitchFmax: 500\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bootphon/pyannote-shennong-features", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyannote.features.shennong", "package_url": "https://pypi.org/project/pyannote.features.shennong/", "platform": "", "project_url": "https://pypi.org/project/pyannote.features.shennong/", "project_urls": { "Homepage": "https://github.com/bootphon/pyannote-shennong-features" }, "release_url": "https://pypi.org/project/pyannote.features.shennong/0.1/", "requires_dist": null, "requires_python": "", "summary": "A feature extraction extension for the pyannote framework", "version": "0.1" }, "last_serial": 5551950, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ca309f791e0efd98d946d7d922303113", "sha256": "4a27837acb0af9baac5c93997d1543660c0fd7be98869979c42e64bb49005a18" }, "downloads": -1, "filename": "pyannote.features.shennong-0.1.tar.gz", "has_sig": false, "md5_digest": "ca309f791e0efd98d946d7d922303113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7225, "upload_time": "2019-07-18T15:29:59", "url": "https://files.pythonhosted.org/packages/aa/6d/89cfa3d80edb410f553c73ad86743f03996ceb8f7c482ff73dd3211684d9/pyannote.features.shennong-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca309f791e0efd98d946d7d922303113", "sha256": "4a27837acb0af9baac5c93997d1543660c0fd7be98869979c42e64bb49005a18" }, "downloads": -1, "filename": "pyannote.features.shennong-0.1.tar.gz", "has_sig": false, "md5_digest": "ca309f791e0efd98d946d7d922303113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7225, "upload_time": "2019-07-18T15:29:59", "url": "https://files.pythonhosted.org/packages/aa/6d/89cfa3d80edb410f553c73ad86743f03996ceb8f7c482ff73dd3211684d9/pyannote.features.shennong-0.1.tar.gz" } ] }