NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 369 forks source link

WaveNet Implementation #260

Closed edwardhdlu closed 5 years ago

edwardhdlu commented 5 years ago

Implementation of the WaveNet architecture for speech synthesis.

Local conditioning is supported, so we can generate audio autoregressively by conditioning on mel spectrograms generated from Tacotron2. Fast inference is not yet supported.