Skip to content

Commit 35c3822

Browse files
committed
sub
sound change
1 parent e4a1691 commit 35c3822

6 files changed

+11
-7
lines changed

MasterServiceWorker.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class MasterServiceWorker {
2626
'./img/Surya-Namaskar.jpg',
2727
'./sound/breath.mp3',
2828
'./sound/finishing.mp3',
29+
'./sound/TreeofLifeBasicTrack.mp3',
2930
'./sound/littleGong.mp3',
3031
'./sound/longGong.mp3'
3132
]

components/pages/ResultOverview.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default class ResultOverview extends Shadow() {
8282
this.addEventListener('click', this.removeClickListener)
8383
this.undo.addEventListener('click', this.undoClickListener)
8484
this.sound.addEventListener('ended', this.endedListener, { once: true })
85-
this.sound.volume = 0.8
85+
this.sound.volume = 0.3
8686
this.startSound()
8787
})
8888
sessionStorage.removeItem('round')
@@ -244,8 +244,9 @@ export default class ResultOverview extends Shadow() {
244244
</div>
245245
<button class=undo>Undo</button>
246246
<div class=results>${this.renderTable(times)}</div>
247-
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;Please support my work by buying the app&nbsp;<span>👈</span></a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.17</a></div>
248-
<audio class=sound src="./sound/finishing.mp3"></audio>
247+
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;support this project by buying the app&nbsp;<span>👈</span></a> | <a href="https://tomkenyon.com/music-sound-healing" target="_blank">Music Sound Healing Source</a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.18</a></div>
248+
<!--<audio class=sound src="./sound/finishing.mp3"></audio>-->
249+
<audio class=sound src="./sound/TreeofLifeBasicTrack.mp3"></audio>
249250
`
250251
this.undo.hidden = true
251252
}

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<meta name="msapplication-TileImage" content="./img/ms-icon-144x144.png">
2626
<meta name="theme-color" content="#0d3b68">
2727
<link rel="preload" href="./sound/breath.mp3" as="audio">
28-
<link rel="preload" href="./sound/finishing.mp3" as="audio">
28+
<!--<link rel="preload" href="./sound/finishing.mp3" as="audio">-->
29+
<link rel="preload" href="./sound/TreeofLifeBasicTrack.mp3" as="audio">
2930
<link rel="preload" href="./sound/littleGong.mp3" as="audio">
3031
<link rel="preload" href="./sound/longGong.mp3" as="audio">
3132
<title>Interactive Breathing Bubble 😎🤙</title>
@@ -34,7 +35,8 @@
3435
<!-- link rel="preload" as="audio" is unsupported, trying to trigger the browser here to preload -->
3536
<!-- preferably use this sounds, trying to have mobile unlock and keep these sounds unlock -->
3637
<audio id=breath hidden=true src="./sound/breath.mp3"></audio>
37-
<audio id=finishing hidden=true src="./sound/finishing.mp3"></audio>
38+
<!--<audio id=finishing hidden=true src="./sound/finishing.mp3"></audio>-->
39+
<audio id=finishing hidden=true src="./sound/TreeofLifeBasicTrack.mp3"></audio>
3840
<audio id=littleGong hidden=true src="./sound/littleGong.mp3"></audio>
3941
<audio id=longGong hidden=true src="./sound/longGong.mp3"></audio>
4042
<!-- /link rel="preload" as="audio" is unsupported, trying to trigger the browser here to preload -->

sound/TreeofLifeBasicTrack.mp3

8.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)