├── .gitignore ├── LICENSE ├── Librosa tutorial.ipynb └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/librosa/tutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/librosa/tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /Librosa tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/librosa/tutorial/HEAD/Librosa tutorial.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/librosa/tutorial/HEAD/README.md --------------------------------------------------------------------------------