Skip to content

Commit 7b1de78

Browse files
Update index.html
1 parent 6bdc02c commit 7b1de78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ <h2>Clarinet, 8 bps</h2>
113113
<td>8 bps</td>
114114
<td><audio src="sound_examples/clarinet_x_q_8-bits.wav" controls preload style="width: 180px;"></audio></td>
115115
</tr>
116+
<tr>
117+
<td>Dithered audio</td>
118+
<td>8 bps</td>
119+
<td><audio src="sound_examples/clarinet_reference-dither_MBIT+_8bps_normal_medium.wav" controls preload style="width: 180px;"></audio></td>
120+
</tr>
116121
<tr>
117122
<td>Reconst. via the CP algorithm, i.e. CP(<strong>x</strong><sub>Q</sub>)</td>
118123
<td>8 bps</td>
@@ -169,6 +174,11 @@ <h2>Flute, 8 bps</h2>
169174
<td>Quantized audio (<strong>x</strong><sub>Q</sub>)</td>
170175
<td>8 bps</td>
171176
<td><audio src="sound_examples/flute_x_q_8-bits.wav" controls preload style="width: 180px;"></audio></td>
177+
</tr>
178+
<tr>
179+
<td>Dithered audio</td>
180+
<td>8 bps</td>
181+
<td><audio src="sound_examples/flute_reference-dither_MBIT+_8bps_normal_medium.wav" controls preload style="width: 180px;"></audio></td>
172182
</tr>
173183
<tr>
174184
<td>Reconst. via the CP algorithm, i.e. CP(<strong>x</strong><sub>Q</sub>)</td>

0 commit comments

Comments
 (0)