https://github.com/mostlygeek/html5-audio
html5-audio
https://github.com/mostlygeek/html5-audio
Last synced: 3 months ago
JSON representation
html5-audio
- Host: GitHub
- URL: https://github.com/mostlygeek/html5-audio
- Owner: mostlygeek
- Created: 2013-03-08T21:42:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-08T06:37:29.000Z (over 11 years ago)
- Last Synced: 2025-02-12T16:51:51.637Z (4 months ago)
- Language: CoffeeScript
- Size: 324 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTML5 Audio Demos
======================This is a demo showing usage of using [require.js](http://requirejs.org/) to load various
HTML audio libaries. It also demonstrates the capabilities of each library to handle
playing a sound file multiple times.This project started out as an example of loading [SoundJS](https://github.com/CreateJS/SoundJS) using require.js. It has
evolved to include other sound libraries such as [howler.js](https://github.com/goldfire/howler.js/).Why?
----Sound in HTML5 games is generally pretty crappy. Support varies widely per browser
with different file formats, capabilites, etc.Demo
----[http://html5-audio.herokuapp.com/](http://html5-audio.herokuapp.com/)