Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.6 KB

2023.11.02_E3_TTS.md

File metadata and controls

44 lines (33 loc) · 1.6 KB

E3 TTS

基本信息
  • 标题: "E3 TTS: Easy End-to-End Diffusion-based Text to Speech"
  • 作者:
    • 01 Yuan Gao
    • 02 Nobuyuki Morioka
    • 03 Yu Zhang
    • 04 Nanxin Chen
  • 链接:
  • 文件:

Abstract: 摘要

We propose Easy End-to-End Diffusion-based Text to Speech, a simple and efficient end-to-end text-to-speech model based on diffusion. E3 TTS directly takes plain text as input and generates an audio waveform through an iterative refinement process. Unlike many prior work, E3 TTS does not rely on any intermediate representations like spectrogram features or alignment information. Instead, E3 TTS models the temporal structure of the waveform through the diffusion process. Without relying on additional conditioning information, E3 TTS could support flexible latent structure within the given audio. This enables E3 TTS to be easily adapted for zero-shot tasks such as editing without any additional training. Experiments show that E3 TTS can generate high-fidelity audio, approaching the performance of a state-of-the-art neural TTS system. Audio samples are available at this https URL.

1.Introduction: 引言

2.Related Works: 相关工作

3.Methodology: 方法

4.Experiments: 实验

5.Results: 结果

6.Conclusions: 结论