An update on my earlier player ( https://gist.github.com/djvs/24006c975ff11fd889e3 ), with some fixes (removed Bootstrap/Glyphicons dependency, now depends only on Font-Awesome, underscore JS, Angular itself, and the attached images). And added multitrack functionality! Consider this an alternative to clunky browser-mandated HTML5 audio tag players, or alternative to JPlayer etc..
Javascript:
app.directive('audios',function($interval) {
return {
restrict:'A',