Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

jedfoster/AudioJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioJS

Fork of VideoJS.com for audio, with support for themes.

Check out the demo for an example of how to use it.

Based on VideoJS.com

Example jQuery plugin:

if (window.jQuery) {
  (function($) {
    $.fn.AudioJS = function(options) {
      this.each(function() {
        AudioJS.setup(this, options);
      });
      return this;
    };
    $.fn.player = function() {
      return this[0].player;
    };
  })(jQuery);
}

Audio sample is "Crookshanks" by Palace Cat, via duplokat

About

Fork of VideoJS for audio, with support for themes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published