{ "info": { "author": "Eric Humphrey", "author_email": "ejhumphrey@nyu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "MARLib - A Music and Audio Research Library\r\n Under development by the Music and Audio Research Lab (MARL) at NYU\r\n http://marl.smusic.nyu.edu\r\n \r\n =====\r\n \r\n Provides\r\n 1. Abstracted audio file reading & writing (internal buffering)\r\n 2. Integration with SoX for various CODEC support\r\n \r\n Under Development\r\n 1. Basic time-frequency transforms\r\n 2. Integration with SoX for various CODEC support\r\n \r\n How to use the documentation\r\n ----------------------------\r\n Documentation is available inline as docstrings provided within the code. In\r\n time, it is our intention to host a Sphynx-like online reference to facilitate\r\n ease of use.\r\n \r\n \r\n Examples provided assume that each module has been imported as its first\r\n characters in uppercase::\r\n \r\n >>> import marlib.audiofile as AF\r\n >>> import marlib.timefreq as TF\r\n ...\r\n \r\n ...where code snippets are indicated by three greater-than signs.\r\n \r\n Use the built-in ``help`` function to view a function's docstring::\r\n \r\n >>> help(TF.mel)\r\n \r\n Available subpackages\r\n ---------------------\r\n audiofile\r\n timefreq\r\n signal\r\n utils\r\n \r\n \r\n Dependencies\r\n -----------------------------------\r\n This package builds upon freely available Python libraries at various\r\n stages of maturity:\r\n \r\n - NumPy: Numerical Computing in Python\r\n - SciPy: Scientific Computing in Python\r\n \r\n Additionally, this library takes advantage of SoX, a command\r\n line utility for non-wave file support and audio file conversion.\r\n If you do not currently have SoX, it can be obtained here:\r\n \r\n http://sox.sourceforge.net\r\n \r\n SoX functionality is currently supported under Unix-like OS's only,\r\n (sorry, Windows). However, extending this library should be straightforward\r\n if necessary. Note that SoX is required only for file conversions and\r\n non-wave file formats, so - while strongly encouraged - SoX is not\r\n truly mandatory.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/ejh333/marlib", "keywords": "", "license": "LGPL", "maintainer": "Travis Kaufman", "maintainer_email": "travis.kaufman@gmail.com", "name": "marlib", "package_url": "https://pypi.org/project/marlib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/marlib/", "project_urls": { "Homepage": "https://bitbucket.org/ejh333/marlib" }, "release_url": "https://pypi.org/project/marlib/0.3/", "requires_dist": null, "requires_python": null, "summary": "Music and Audio Research Library", "version": "0.3" }, "last_serial": 794534, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "d1f78af16366cf8d3efb649abf0218b4", "sha256": "5109447a1ae80b85a49fd1b72270514d649e9d45990aacfb23757e8db8cdf47e" }, "downloads": -1, "filename": "marlib-0.3.9.tar.gz", "has_sig": false, "md5_digest": "d1f78af16366cf8d3efb649abf0218b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360135, "upload_time": "2013-01-08T21:54:53", "url": "https://files.pythonhosted.org/packages/42/be/93f6d59fe93bad9efaafb5a8975ce3c1655f94e1f6aaeab130d332e955e8/marlib-0.3.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1f78af16366cf8d3efb649abf0218b4", "sha256": "5109447a1ae80b85a49fd1b72270514d649e9d45990aacfb23757e8db8cdf47e" }, "downloads": -1, "filename": "marlib-0.3.9.tar.gz", "has_sig": false, "md5_digest": "d1f78af16366cf8d3efb649abf0218b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360135, "upload_time": "2013-01-08T21:54:53", "url": "https://files.pythonhosted.org/packages/42/be/93f6d59fe93bad9efaafb5a8975ce3c1655f94e1f6aaeab130d332e955e8/marlib-0.3.9.tar.gz" } ] }