aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-06-01 22:42:18 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-06-01 22:42:47 +0200
commit5fe59269b71d1d59addfca5ce5c80b0e8a7e5d6e (patch)
tree0f99657d48b3512a574013c535727f3aeecf5eb8 /content/notes
parent0b17f01957c95a1389109d866f6d6313db2297a2 (diff)
downloadmitjafelicijan.com-5fe59269b71d1d59addfca5ce5c80b0e8a7e5d6e.tar.gz
Note: Set default volume of chill radio to 0.5
Diffstat (limited to 'content/notes')
-rw-r--r--content/notes/stream-chill-radio.md7
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
10Just click play to listen to the stream. 10Just 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
16Source: https://ambientmodern.com 21Source: https://ambientmodern.com