You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library creates HTML5 audio element and uses it to play mp3/ogg audio files which is currently [supported](http://caniuse.com/#feat=audio) in all browsers.
3
+
4
+
## Usage
5
+
6
+
------------------------
7
+
8
+
It’s super simple, attach the library to your project and follow these 3 steps:
9
+
10
+
### Step 1
11
+
12
+
At the root of your website directory create a folder named **“sounds”** with 2 more folders inside it with the names **“mp3”** & **“ogg”**.
0 commit comments