Skip to content

Commit

Permalink
Added compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
tfriedel6 committed Apr 24, 2014
1 parent 967f126 commit e7c98c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# quicksound.js

A very simple JavaScript sound library using the Web Audio API and a fallback to flash.
A very simple JavaScript sound library using the Web Audio API and a fallback to flash. On the desktop it works with any browser that supports either Web Audio API or the flash fallback. On mobile it works with Chrome or Firefox for Android, and iOS Safari as of iOS 6. See the following for Web Audio API support:

http://caniuse.com/#feat=audio-api

To use this library, download the minified (or non-minified) JS in the release directory, as well as the swf file which must be placed next to the HTML in which you include the JS.

Expand Down

0 comments on commit e7c98c8

Please sign in to comment.