A collection of code examples demonstrating some of librosa's functionality.
The rendered output of all examples can be found at:
https://librosa.github.io/librosa_gallery/
If you want to contribute a cool application or educational example, you need to take care of a few steps:
- Meet all dependencies (listed in
requirements.txt). - It's easy to start with a Jupyter Notebook (optional).
- We use
sphinx_galleryto create the output. - Create a new python file in
examples. - Go to
docs/and runmake html.