diff options
Diffstat (limited to 'content/notes/stream-chill-radio.md')
| -rw-r--r-- | content/notes/stream-chill-radio.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/content/notes/stream-chill-radio.md b/content/notes/stream-chill-radio.md index 54f700a..fc8a23e 100644 --- a/content/notes/stream-chill-radio.md +++ b/content/notes/stream-chill-radio.md | |||
| @@ -9,8 +9,13 @@ tags: [audio] | |||
| 9 | 9 | ||
| 10 | Just click play to listen to the stream. | 10 | Just click play to listen to the stream. |
| 11 | 11 | ||
| 12 | <audio controls> | 12 | <audio id="stream-chill-radio" controls> |
| 13 | <source src="http://radio.stereoscenic.com/mod-s" type="audio/ogg"> | 13 | <source src="http://radio.stereoscenic.com/mod-s" type="audio/ogg"> |
| 14 | </audio> | 14 | </audio> |
| 15 | 15 | ||
| 16 | <script> | ||
| 17 | const streamChillRadio = document.getElementById('stream-chill-radio'); | ||
| 18 | streamChillRadio.volume = 0.5; | ||
| 19 | </script> | ||
| 20 | |||
| 16 | Source: https://ambientmodern.com | 21 | Source: https://ambientmodern.com |
