Update README.md
Browse files
README.md
CHANGED
@@ -54,4 +54,15 @@ sf.write("audio_before.wav", audio_before, 22050, "PCM_16")
|
|
54 |
sf.write("audio_after.wav", audio_after, 22050, "PCM_16")
|
55 |
|
56 |
ipd.Audio('audio_after.wav')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
```
|
|
|
54 |
sf.write("audio_after.wav", audio_after, 22050, "PCM_16")
|
55 |
|
56 |
ipd.Audio('audio_after.wav')
|
57 |
+
```
|
58 |
+
##### Referencing FastSpeech2
|
59 |
+
```
|
60 |
+
@misc{ren2021fastspeech,
|
61 |
+
title={FastSpeech 2: Fast and High-Quality End-to-End Text to Speech},
|
62 |
+
author={Yi Ren and Chenxu Hu and Xu Tan and Tao Qin and Sheng Zhao and Zhou Zhao and Tie-Yan Liu},
|
63 |
+
year={2021},
|
64 |
+
eprint={2006.04558},
|
65 |
+
archivePrefix={arXiv},
|
66 |
+
primaryClass={eess.AS}
|
67 |
+
}
|
68 |
```
|