|
|
@ -36,4 +36,16 @@ Home-made canned laughter |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
**We really do hope that you are well in these times.* |
|
|
|
**We really do hope that you are well in these times.* |
|
|
|
|
|
|
|
<script src="https://lurk.org/muc/player.js" type="text/javascript"></script> |
|
|
|
|
|
|
|
<span> |
|
|
|
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/radiodrama"> </audio> |
|
|
|
<div> |
|
|
|
<button onclick="document.getElementById('player').play()">Play</button> |
|
|
|
<button onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button> |
|
|
|
<button onclick="document.getElementById('player').volume += 0.1">Vol +</button> |
|
|
|
<button onclick="document.getElementById('player').volume -= 0.1">Vol -</button> |
|
|
|
</div> |
|
|
|
</span> |