Skip to content

Commit 1ff9161

Browse files
committed
feat: tts tech report add citation
1 parent 0b925f3 commit 1ff9161

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

tts_tech_report/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2>Contents</h2>
9191
</li>
9292
<li><a href="#comparison-of-voice-naturalness">Comparison of voice
9393
naturalness with the previous generation products</a></li>
94+
<li><a href="#citation">Citation</a></li>
9495
</ol>
9596
</nav>
9697

@@ -1028,6 +1029,26 @@ <h3>DEMO</h3>
10281029
</table>
10291030
</div>
10301031
</div>
1032+
1033+
<div class="article-block">
1034+
<h2 id="citation">Citation</h2>
1035+
<div>
1036+
<pre>
1037+
<code>
1038+
@misc{minimax2025minimaxspeechintrinsiczeroshottexttospeech,
1039+
title={MiniMax-Speech: Intrinsic Zero-Shot Text-to-Speech with a Learnable Speaker Encoder},
1040+
author={Bowen Zhang, Congchao Guo, Geng Yang, Hang Yu, Haozhe Zhang, Heidi Lei, Jialong Mai, Junjie Yan, Kaiyue Yang,
1041+
Mingqi Yang, Peikai Huang, Ruiyang Jin, Sitan Jiang, Weihua Cheng, Yawei Li, Yichen Xiao, Yiying Zhou, Yongmao Zhang,
1042+
Yuan Lu, Yucen He},
1043+
year={2025},
1044+
eprint={2505.07916},
1045+
archivePrefix={arXiv},
1046+
primaryClass={eess.AS},
1047+
url={https://arxiv.org/abs/2505.07916},
1048+
}</code>
1049+
</pre>
1050+
</div>
1051+
</div>
10311052
</article>
10321053
</main>
10331054

tts_tech_report/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ kbd {
342342
monospace;
343343
font-size: 85%;
344344
hyphens: none;
345+
text-align: left;
345346
}
346347
pre {
347348
padding: 1rem 1.4rem;

0 commit comments

Comments
 (0)