Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 558 Bytes

Librosa Gallery

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/

Contribute

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_gallery to create the output.
  • Create a new python file in examples.
  • Go to docs/ and run make html.