1# Library
2
3This folder holds copies of external libraries.
4The purpose of having static copies of external libraries is so that the examples work after simply cloning or downloading the repository.
5
6## Aurora Solution
7
8To enable the [Aurora](https://github.com/audiocogs) solution inside jPlayer, the following files were added to the library.
9
10- [aurora.js](https://github.com/audiocogs/aurora.js)
11	- [aac.js](https://github.com/audiocogs/aac.js)
12	- [flac.js](https://github.com/audiocogs/flac.js)
13	- [mp3.js](https://github.com/audiocogs/mp3.js)
14	- [ogg.js](https://github.com/audiocogs/ogg.js)
15		- [opus.js](https://github.com/audiocogs/opus.js)
16		- [vorbis.js](https://github.com/audiocogs/vorbis.js)
17