Skip to content

Commit

Permalink
midi table update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous781384 committed May 2, 2024
1 parent 2f1c400 commit b572d77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
title: [Combining audio control and style transfer using latent diffusion]
#title: [Combining audio control and style transfer using latent diffusion]
17 changes: 8 additions & 9 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<thead>
<tr>
<th style="text-align:center;"></th>
<th style="text-align:center;">MIDI</th>
<th style="text-align:center;width: 300px;">MIDI</th>
<th style="text-align:center;"></th>
<th style="text-align:center;">Target</th>
<th style="text-align:center;">SpecDiff</th>
Expand All @@ -24,7 +24,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<tbody>
<tr>
<td rowspan="2">Piano</td>
<td rowspan="2"><img src="audios/midi/midi/piano.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/piano.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/piano.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/piano.wav" controls style="width: 200px"></audio></td>
Expand All @@ -41,7 +41,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Guitar</td>
<td rowspan="2"><img src="audios/midi/midi/guitar.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/guitar.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/guitar.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/guitar.wav" controls style="width: 200px"></audio></td>
Expand All @@ -58,7 +58,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Strings</td>
<td rowspan="2"><img src="audios/midi/midi/strings.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/strings.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/strings.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/strings.wav" controls style="width: 200px"></audio></td>
Expand All @@ -75,7 +75,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Voice</td>
<td rowspan="2"><img src="audios/midi/midi/voice.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/voice.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/voice.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/voice.wav" controls style="width: 200px"></audio></td>
Expand All @@ -92,7 +92,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Synth</td>
<td rowspan="2"><img src="audios/midi/midi/synth.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/synth.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/chelou.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/chelou.wav" controls style="width: 200px"></audio></td>
Expand All @@ -109,7 +109,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Bass</td>
<td rowspan="2"><img src="audios/midi/midi/bass.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/bass.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/bass.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/bass.wav" controls style="width: 200px"></audio></td>
Expand All @@ -126,7 +126,7 @@ In this paper, we aim to unify explicit control and style transfer within a sing
<!-- Add more rows as needed -->
<tr>
<td rowspan="2">Flute</td>
<td rowspan="2"><img src="audios/midi/midi/flute.png" height="100" width ="400" ></td>
<td rowspan="2"><img src="audios/midi/midi/flute.png" height="120" width ="400" ></td>
<td>reconstruction</td>
<td><audio src="audios/midi/true/flute.wav" controls style="width: 200px"></audio></td>
<td><audio src="audios/midi/specdiff/flute.wav" controls style="width: 200px"></audio></td>
Expand All @@ -144,7 +144,6 @@ In this paper, we aim to unify explicit control and style transfer within a sing
</table>



# Timbre Transfer
## Synthetic Data

Expand Down

0 comments on commit b572d77

Please sign in to comment.