Tacotron
A text-to-speech synthesis system typically consists of multiple stages, such as a text analysis frontend, an acoustic model and an audio synthesis module. Building these components often requires extensive domain expertise and may contain brittle design choices. In this paper, we present Tacotron, an end-to-end generative text-to-speech model that synthesizes speech directly from characters. Given
Tacotron 2
Documentation
- Tacotron - Towards End-to-End Speech Synthesis
- https://arxiv.org/abs/1703.10135
See also
- 음성 인식 (Speech recognition) (Speech-to-Text; STT)
- 음성 합성 (Speech synthesis) (Text-to-Speech; TTS)
- WaveNet
- CycleGan
- DeepVoice
Favorite site
- Github - Tacotron: A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
- 모두의 연구소 - (논문반) Tacotron : Towards End-to-End Speech Synthesis
- 컴공학부생이 읽어보는 논문감상 - Tacotron : Toward End-To-End Speech Synthesis (1)
- 컴공학부생이 읽어보는 논문감상 - Tacotron : Toward End-To-End Speech Synthesis (2)