This module is still under construction.
Create an audio element in your html file and assign it an id.
<audio id="sample_audio_player"></audio>
In your javascript file, reference it as such
var myAudioPlayer = new AudioPlayer(config);
[
{
title: String, // Title of track
author: String, // Artist, author
src: String, // Link to audio file
img: String, // Artwork
},
];