Skip to content

kindohm/html5-audio-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample implementation of an audio player using straight up HTML and JavaScript. It depends on modern audio capabilities of browsers (all major browsers should support it) and uses the buzz.js library for all audio interaction, including detection for MP3 and OGG format support.

Knockout.js is used for user interface data binding and interactions.

A lightweight audio player JavaScript object was developed (contained in js/player.js) to wrap buzz.js and handle play/pause logic, among other things.

buzz.js: https://github.com/jaysalvat/buzz

knockout.js: http://knockoutjs.com

About

Sample implementation of an HTML/JavaScript audio player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published