Skip to content

Commit 79d8eb9

Browse files
committed
feat: update speech report
1 parent 4f29638 commit 79d8eb9

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

tts_tech_report/index.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -232,23 +232,21 @@ <h2 id="zero-shot-vs-one-shot-demonstrations">Zero-Shot vs. One-Shot Demonstrati
232232
features based
233233
on the text content, whereas OneShot adheres more strictly to the speaker characteristics (prosody, speech
234234
rate,
235-
emotions, etc.) demonstrated in the audio prompt.
235+
emotions, etc.) demonstrated in the audio prompt (The additional input that OneShot has compared to ZeroShot,
236+
see
237+
technical report for details).
236238
</p>
237239
<div class="scroll-wrapper" style="margin-top: 2rem;">
238240
<table style="width: 100%;">
239241
<tbody>
240242
<tr class="border-bottom-thin">
241243
<th scope="col">Source Audio</th>
242-
<th scope="col">Prompt</th>
243244
<th scope="col">Text</th>
244245
<th scope="col">Zero-Shot Version</th>
245246
<th scope="col">One-Shot Version</th>
246247
<th scope="col">Elevenlabs Multilingual_v2</th>
247248
</tr>
248249
<tr class="border-bottom-thin">
249-
<th>
250-
<audio class="audio-sm" src="assets/audios/Lyrical%20Cantonese_Source.WAV" controls></audio>
251-
</th>
252250
<td>
253251
<audio class="audio-sm" src="assets/audios/Lyrical%20Cantonese_Prompt.WAV" controls></audio>
254252
</td>
@@ -279,9 +277,6 @@ <h2 id="zero-shot-vs-one-shot-demonstrations">Zero-Shot vs. One-Shot Demonstrati
279277
</td>
280278
</tr>
281279
<tr class="border-bottom-thin">
282-
<th>
283-
<audio class="audio-sm" src="assets/audios/Breaking%20Down%20Mandarin_Source.WAV" controls></audio>
284-
</th>
285280
<td>
286281
<audio class="audio-sm" src="assets/audios/Breaking%20Down%20Mandarin_Prompt.WAV" controls></audio>
287282
</td>
@@ -316,9 +311,6 @@ <h2 id="zero-shot-vs-one-shot-demonstrations">Zero-Shot vs. One-Shot Demonstrati
316311
</td>
317312
</tr>
318313
<tr class="border-bottom-thin">
319-
<th>
320-
<audio class="audio-sm" src="assets/audios/Quirky%20Female%20English.MP3" controls></audio>
321-
</th>
322314
<td>
323315
<audio class="audio-sm" src="assets/audios/Quirky%20Female%20English_Prompt.MP3" controls></audio>
324316
</td>
@@ -345,9 +337,6 @@ <h2 id="zero-shot-vs-one-shot-demonstrations">Zero-Shot vs. One-Shot Demonstrati
345337
</td>
346338
</tr>
347339
<tr>
348-
<th>
349-
<audio class="audio-sm" src="assets/audios/Neurotic%20Teenage%20English.MP3" controls></audio>
350-
</th>
351340
<td>
352341
<audio class="audio-sm" src="assets/audios/Neurotic%20Teenage%20English_Prompt.MP3" controls></audio>
353342
</td>

0 commit comments

Comments
 (0)