JanBabela commited on
Commit
105058f
·
verified ·
1 Parent(s): f524cd4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -0
index.html CHANGED
@@ -50,6 +50,27 @@
50
  </audio>
51
  </p>
52
  <p><br> Examples of original with modified samples: <br></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  </div>
54
  </body>
55
  </html>
 
50
  </audio>
51
  </p>
52
  <p><br> Examples of original with modified samples: <br></p>
53
+ <p>
54
+ Saxophone solo, original
55
+ <audio controls>
56
+ <source src="MindscapeResampled.wav" type="audio/wav">
57
+ Your browser does not support the audio element.
58
+ </audio>
59
+ </p>
60
+ <p>
61
+ Modified to be played by violin
62
+ <audio controls>
63
+ <source src="MindScapeViolin.wav" type="audio/wav">
64
+ Your browser does not support the audio element.
65
+ </audio>
66
+ </p>
67
+ <p>
68
+ Modified to be played by electric guitar
69
+ <audio controls>
70
+ <source src="MindScapeElguitar.wav" type="audio/wav">
71
+ Your browser does not support the audio element.
72
+ </audio>
73
+ </p>
74
  </div>
75
  </body>
76
  </html>