Skip to content

Instantly share code, notes, and snippets.

View luciengaitskell's full-sized avatar

Luc Gaitskell luciengaitskell

View GitHub Profile
@luciengaitskell
luciengaitskell / audio_player.html
Last active February 14, 2017 13:54
HTML Audio Player
<script>
var play_state = false
var sound_index = -1
/*
Form:
[sound_effect_url, repeat]
Note: (null) entry means empty
*/