Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adithishankar19 authored Nov 27, 2024
1 parent a28172f commit 7b84dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4>Mix</h4>
<div class="audio-container">
<h4>Violin</h4>
<audio controls>
<source src="violin/chunk_1/vocals.wav" type="audio/mp3">
<source src="violin/chunk_1/violin.wav" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h4>Mix</h4>
<div class="audio-container">
<h4>Violin</h4>
<audio controls>
<source src="violin/chunk_2/vocals.wav" type="audio/mp3">
<source src="violin/chunk_2/violin.wav" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h4>Mix</h4>
<div class="audio-container">
<h4>Violin</h4>
<audio controls>
<source src="violin/chunk_3/vocals.wav" type="audio/mp3">
<source src="violin/chunk_3/violin.wav" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
Expand Down

0 comments on commit 7b84dac

Please sign in to comment.