Skip to content

Commit

Permalink
Relocate sounds to their own /sound dir, like images.
Browse files Browse the repository at this point in the history
This is better for when we include sounds on other pages, not just
/explore/sounds.markdown
  • Loading branch information
duetosymmetry committed Jan 28, 2025
1 parent 94ccef0 commit 320cf0d
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _includes/sound-described.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="soundbox">
<div class="description"><i class="padded-right fa-solid fa-volume-high"></i>{{ include.description }}</div>
<audio controls src="{{ include.src }}" type="{{ include.type }}" />
<audio controls src="{{ site.baseurl }}{{ include.src }}" type="{{ include.type }}" />
</div>
30 changes: 15 additions & 15 deletions explore/sounds.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ strong enough to detect on Earth. The sound produced will be a single,
simple tone.

{% include sound-described.html
src="sound/Periodic.wav"
src="/sound/Periodic.wav"
type="audio/x-wav"
description="The steady tone of a pulsar, spinning almost
endlessly in space"
Expand All @@ -35,44 +35,44 @@ settles back down to its quiet, simple state, it will shake off
gravitational waves.

{% include sound-described.html
src="sound/Ringdown_10_0.7.wav"
src="/sound/Ringdown_10_0.7.wav"
type="audio/x-wav"
description="The gently fading ringing of a black hole ten times
more massive than our own Sun, as it settles down after a
tumultuous encounter"
%}

{% include sound-described.html
src="sound/Ringdown_20_0.7.wav"
src="/sound/Ringdown_20_0.7.wav"
type="audio/x-wav"
description="A black hole twenty times more massive than our own
Sun"
%}


{% include sound-described.html
src="sound/Ringdown_40_0.7.wav"
src="/sound/Ringdown_40_0.7.wav"
type="audio/x-wav"
description="A black hole forty times more massive than our own
Sun"
%}

{% include sound-described.html
src="sound/Ringdown_10_0.998.wav"
src="/sound/Ringdown_10_0.998.wav"
type="audio/x-wav"
description="A quickly-spinning black hole ten times more massive
than our own Sun"
%}

{% include sound-described.html
src="sound/Ringdown_20_0.998.wav"
src="/sound/Ringdown_20_0.998.wav"
type="audio/x-wav"
description="A quickly-spinning black hole twenty times more
massive than our own Sun"
%}

{% include sound-described.html
src="sound/Ringdown_40_0.998.wav"
src="/sound/Ringdown_40_0.998.wav"
type="audio/x-wav"
description="A quickly-spinning black hole forty times more
massive than our own Sun"
Expand All @@ -92,7 +92,7 @@ behavior here.


{% include sound-described.html
src="sound/Inspiral.wav"
src="/sound/Inspiral.wav"
type="audio/x-wav"
description="The meeting of two black holes, each ten times as
massive as the Sun"
Expand All @@ -109,20 +109,20 @@ observations of the system.


{% include sound-described.html
src="sound/A.wav"
src="/sound/A.wav"
type="audio/x-wav"
description="The progressively closer encounter of two black holes"
%}

{% include sound-described.html
src="sound/C.wav"
src="/sound/C.wav"
type="audio/x-wav"
description="The knocking inspiral of two black holes, as their
orbit draws them closer and closer"
%}

{% include sound-described.html
src="sound/E.wav"
src="/sound/E.wav"
type="audio/x-wav"
description="The chirping inspiral of two black holes"
%}
Expand All @@ -137,23 +137,23 @@ waves should also be very powerful.


{% include sound-described.html
src="sound/Supernova.wav"
src="/sound/Supernova.wav"
type="audio/x-wav"
description="The brief thud of a supernova's gravitational waves"
%}

### The First Moments

{% include sound-described.html
src="sound/Stochastic.wav"
src="/sound/Stochastic.wav"
type="audio/x-wav"
description="The \"white noise\" of our Universe's early life"
%}

### Exotic Possibilities

{% include sound-described.html
src="sound/Cusp.wav"
src="/sound/Cusp.wav"
type="audio/x-wav"
description="The cracking whip of a cosmic string"
%}
Expand All @@ -175,7 +175,7 @@ high-pitched noise.


{% include sound-described.html
src="sound/h.mp3"
src="/sound/h.mp3"
type="audio/mpeg"
description="The tremendous racket of the world's most sensitive microphone"
%}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 320cf0d

Please sign in to comment.