-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathparams.json
6 lines (6 loc) · 1.69 KB
/
params.json
1
2
3
4
5
6
{
"name": "Librosa",
"tagline": "audio and music processing in Python",
"body": "[![PyPI](https://img.shields.io/pypi/v/librosa.svg)](https://pypi.python.org/pypi/librosa)\r\n[![License](https://img.shields.io/pypi/l/librosa.svg)](https://github.com/librosa/librosa/blob/main/LICENSE.md)\r\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.32193.svg)](http://dx.doi.org/10.5281/zenodo.32193)\r\n\r\n[![Build Status](https://travis-ci.org/librosa/librosa.png?branch=main)](http://travis-ci.org/librosa/librosa?branch=main)\r\n[![Coverage Status](https://coveralls.io/repos/librosa/librosa/badge.svg?branch=main)](https://coveralls.io/r/librosa/librosa?branch=main)\r\n\r\n## Documentation\r\n\r\nSee http://librosa.github.io/librosa/ for a complete reference manual and introductory tutorials.\r\n\r\n\r\n## Demonstration notebooks\r\n\r\nWhat does librosa do? Here are some quick demonstrations:\r\n\r\n* [Introduction notebook](http://nbviewer.ipython.org/github/librosa/librosa/blob/main/examples/LibROSA%20demo.ipynb): a brief introduction to some commonly used features.\r\n* [Decomposition and IPython integration](http://nbviewer.ipython.org/github/librosa/librosa/blob/main/examples/LibROSA%20audio%20effects%20and%20playback.ipynb): an intermediate demonstration, illustrating how to process and play back sound\r\n\r\n## Installation\r\n\r\nThe latest stable release is available on PyPI, and you can install it by saying \r\n```\r\npip install librosa\r\n```\r\n\r\n## Discussion\r\n\r\nPlease direct non-development questions and discussion topics to our web forum at \r\nhttps://groups.google.com/forum/#!forum/librosa ",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}