diff --git a/119642__ramagochi__steps-on-leaf-16.png b/119642__ramagochi__steps-on-leaf-16.png new file mode 100644 index 0000000..116d35b Binary files /dev/null and b/119642__ramagochi__steps-on-leaf-16.png differ diff --git a/119642__ramagochi__steps-on-leaf-16.wav b/119642__ramagochi__steps-on-leaf-16.wav new file mode 100644 index 0000000..25c3d8b Binary files /dev/null and b/119642__ramagochi__steps-on-leaf-16.wav differ diff --git a/README.md b/README.md deleted file mode 100644 index 04805d9..0000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -SimpleHTML5AudioPlayer -====================== - -## DESCRIPTION - -This is simply to make using the HTML5 audio tag a little bit easier. It abstracts away -some of the cruft of creating an audio player and specifically, makes it easy to have more -than one (or many!) audio players on a single page. - -## USAGE - -Make the .js .png .css files reachable from your web page and set up an audio player like this: - -
- -Call this javascript function on document ready - - build_player (1, 'some_file.wav', 'some_file.png', 20, 600, 100); - -The signature of build_player is - - build_player (id_of_player_div, path_to_wav_file, path_to_png_file, - height_of_controls, width_of_player, height_of_player) - -## EXAMPLE - -See http://robtandy.github.com/SimpleHTML5AudioPlayer/ for an example several players on a page formatted differently - - - - diff --git a/dandb.ogg b/dandb.ogg new file mode 100644 index 0000000..3ce83a3 Binary files /dev/null and b/dandb.ogg differ diff --git a/dandb.png b/dandb.png new file mode 100644 index 0000000..a7f9a53 Binary files /dev/null and b/dandb.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..41ee232 --- /dev/null +++ b/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + robtandy/SimpleHTML5AudioPlayer @ GitHub + + + Fork me on GitHub + +
+ +
+ + + + +
+ +

SimpleHTML5AudioPlayer + by robtandy

+ +
+ Simple audio player based around the HTML5 audio tag. It looks roughly like the player + at freesound.org It can show a player interface + on top of a png file of your choice (it was created with the idea that this png would + be the wave form of the audio). +
+ +

Authors

+

Rob Tandy (rob.tandy@gmail.com)

+

Contact

+

(rob.tandy@gmail.com)

+ +

Example

+ + +
+
+
+ +

Sound from Freesound.org +

Download

+

+ You can download this project in either + zip or + tar formats. +

+

You can also clone the project with Git + by running: +

$ git clone git://github.com/robtandy/SimpleHTML5AudioPlayer
+

+ + + +
+ + +