# Audio Player ([Live Demo](https://howlerjs.com/#player))

![Audio Player](https://s3.amazonaws.com/howler.js/screenshot-player.jpg "Player Screenshot")

## Description
This example displays how to construct a basic audio player using howler.js as the engine powering it. The only outside framework being used is [SiriWave.js](https://github.com/CaffeinaLab/SiriWaveJS) to provide some visual sugar.

* Controls: play, pause, next, previous, volume.
* Implements playlist support.
* Displays playback progress in real-time.
* Full-screen and responsive for desktop/mobile.

## How-To
1. Clone the git repo or download the source:
    * **Clone:** `git clone https://github.com/goldfire/howler.js.git`
    * **Download:** [https://github.com/goldfire/howler.js/archive/master.zip](https://github.com/goldfire/howler.js/archive/master.zip)
2. Open `index.html` in your favorite browser.

## Credits
Sample audio tracks by [FoolBoyMedia](http://www.foolboymedia.co.uk/), licensed under [Creative Commons](http://creativecommons.org/licenses/by-nc/3.0/).