TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deep Voice: Real-Time Neural Text-To-Speech for Production

10 pointsby bayjingsfabout 8 years ago
We present Deep Voice, a production-quality text-to-speech system constructed entirely from deep neural networks. Deep Voice lays the groundwork for truly end-to-end neural speech synthesis. The system comprises five major building blocks: a segmentation model for locating phoneme boundaries, a grapheme-to-phoneme conversion model, a phoneme duration prediction model, a fundamental frequency prediction model, and an audio synthesis model. For the segmentation model, we propose a novel way of performing phoneme boundary detection with deep neural networks using connectionist temporal classification (CTC) loss. For the audio synthesis model, we implement a variant of WaveNet that requires fewer parameters and trains faster than the original. By using a neural network for each component, our system is simpler and more flexible than traditional text-to-speech systems, where each component requires laborious feature engineering and extensive domain expertise. Finally, we show that inference with our system can be performed faster than real time and describe optimized WaveNet inference kernels on both CPU and GPU that achieve up to 400x speedups over existing implementations.

2 comments

PieSquaredabout 8 years ago
Hey there! Our paper is on Arxiv [0] and we have a blog post about this [1].<p>I am one of the authors on this paper and am happy to answer any questions you may have.<p>[0] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1702.07825" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1702.07825</a><p>[1] <a href="http:&#x2F;&#x2F;research.baidu.com&#x2F;deep-voice-production-quality-text-speech-system-constructed-entirely-deep-neural-networks&#x2F;" rel="nofollow">http:&#x2F;&#x2F;research.baidu.com&#x2F;deep-voice-production-quality-text...</a>
bayjingsfabout 8 years ago
Audio samples here. <a href="http:&#x2F;&#x2F;research.baidu.com&#x2F;deep-voice-production-quality-text-speech-system-constructed-entirely-deep-neural-networks&#x2F;" rel="nofollow">http:&#x2F;&#x2F;research.baidu.com&#x2F;deep-voice-production-quality-text...</a>
评论 #13757016 未加载