Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Created December 2, 2016 00:13
Show Gist options
  • Save AhnSeongHyun/f7f313dcfaefc282a680ec5221898e56 to your computer and use it in GitHub Desktop.
Save AhnSeongHyun/f7f313dcfaefc282a680ec5221898e56 to your computer and use it in GitHub Desktop.
audio5.js example
var audio_js = new Audio5js({
ready: function () {
this.load('/pos_agent/static/audio/TableOrder_1.mp3');
},
play:function(){
this.play();
}
});
audio_js.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment