Spaces:
Running
Running
Update index.html
Browse files- index.html +29 -1
index.html
CHANGED
@@ -20,7 +20,35 @@
|
|
20 |
<p>Now about 70% of modified samples are good (or ok).</p>
|
21 |
<p>Again longer modifications are possible by splitting, modifying and concatenating back the samples.</p>
|
22 |
<p>Underlying MusicLDM model is two years old. It would be interesting to try new models, which have notably better quality.</p>
|
23 |
-
<p><br> Examples of music generated by modifying the underlying song: <br></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
<p><br> Examples of original with modified samples: <br></p>
|
25 |
</div>
|
26 |
</body>
|
|
|
20 |
<p>Now about 70% of modified samples are good (or ok).</p>
|
21 |
<p>Again longer modifications are possible by splitting, modifying and concatenating back the samples.</p>
|
22 |
<p>Underlying MusicLDM model is two years old. It would be interesting to try new models, which have notably better quality.</p>
|
23 |
+
<p><br> Examples of music generated by modifying the underlying song: <br></p>
|
24 |
+
<p>
|
25 |
+
Bella Ciao, originally played by saxophone, modified to be played by electric guitar
|
26 |
+
<audio controls>
|
27 |
+
<source src="BellaElGuitar.wav" type="audio/wav">
|
28 |
+
Your browser does not support the audio element.
|
29 |
+
</audio>
|
30 |
+
</p>
|
31 |
+
<p>
|
32 |
+
Bella Ciao, originally played by violin, modified to be played by piano
|
33 |
+
<audio controls>
|
34 |
+
<source src="BellaPiano.wav" type="audio/wav">
|
35 |
+
Your browser does not support the audio element.
|
36 |
+
</audio>
|
37 |
+
</p>
|
38 |
+
<p>
|
39 |
+
Iko iko, originally played by saxophone, modified to be played by violin
|
40 |
+
<audio controls>
|
41 |
+
<source src="IkoViolin.wav" type="audio/wav">
|
42 |
+
Your browser does not support the audio element.
|
43 |
+
</audio>
|
44 |
+
</p>
|
45 |
+
<p>
|
46 |
+
When the Saints, originally played by saxophone, modified to be played by strings
|
47 |
+
<audio controls>
|
48 |
+
<source src="SaintsStrings.wav" type="audio/wav">
|
49 |
+
Your browser does not support the audio element.
|
50 |
+
</audio>
|
51 |
+
</p>
|
52 |
<p><br> Examples of original with modified samples: <br></p>
|
53 |
</div>
|
54 |
</body>
|