English

WaveGlow: A Flow-based Generative Network for Speech Synthesis

Sound 2018-11-02 v1 Artificial Intelligence Machine Learning Audio and Speech Processing Machine Learning

Abstract

In this paper we propose WaveGlow: a flow-based network capable of generating high quality speech from mel-spectrograms. WaveGlow combines insights from Glow and WaveNet in order to provide fast, efficient and high-quality audio synthesis, without the need for auto-regression. WaveGlow is implemented using only a single network, trained using only a single cost function: maximizing the likelihood of the training data, which makes the training procedure simple and stable. Our PyTorch implementation produces audio samples at a rate of more than 500 kHz on an NVIDIA V100 GPU. Mean Opinion Scores show that it delivers audio quality as good as the best publicly available WaveNet implementation. All code will be made publicly available online.

Cite

@article{arxiv.1811.00002,
  title  = {WaveGlow: A Flow-based Generative Network for Speech Synthesis},
  author = {Ryan Prenger and Rafael Valle and Bryan Catanzaro},
  journal= {arXiv preprint arXiv:1811.00002},
  year   = {2018}
}

Comments

5 pages, 1 figure, 1 table, 13 equations

R2 v1 2026-06-23T04:59:31.188Z