-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 1.69 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 1.69 KB
1
2
3
4
5
6
{
"name": "Librosa",
"tagline": "audio and music processing in Python",
"body": "[](https://pypi.python.org/pypi/librosa)\r\n[](https://github.com/librosa/librosa/blob/main/LICENSE.md)\r\n[](http://dx.doi.org/10.5281/zenodo.32193)\r\n\r\n[](http://travis-ci.org/librosa/librosa?branch=main)\r\n[](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."
}