diff options
| author | sD <stoned@derpymail.org> | 2020-06-01 12:47:28 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-01 12:47:28 +0200 |
| commit | 3b591a5d7309b07ff8f47d936e3b145c7c4d8017 (patch) | |
| tree | eb6563820309a9c5dcf97c2d743807c243f64442 /webAO/client.html | |
| parent | 46198ff2ee444285da5084d680c66ad766b5af95 (diff) | |
let the user control more of the audio
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index f3b438d..26434a3 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -331,8 +331,10 @@ <audio id="client_musicaudio" onvolumechange="changeMusicVolume()" controls loop></audio> <p>SFX</p> - <input id="client_svolume" class="long" type="range" min="0" max="1" value="1" step="0.01" - onchange="changeSFXVolume()"> + <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> + + <p>Shouts</p> + <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> <p>Blip</p> <input id="client_bvolume" class="long" type="range" min="0" max="1" value="1" step="0.01" |
