paper-with-me

Papers

DelightfulTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2021

2021-10-25 · Yanqing Liu, Zhihang Xu, Gang Wang, Kuan Chen, Bohan Li, Xu Tan, Jinzhu Li, Lei He, Sheng Zhao

This paper describes the Microsoft end-to-end neural text to speech (TTS) system: DelightfulTTS for Blizzard Challenge 2021. The goal of this challenge is to synthesize natural and high-quality speech from text, and we approach this goal in two perspectives: The first is to directly model and generate waveform in 48 kHz sampling rate, which brings higher perception quality than previous systems with 16 kHz or 24 kHz sampling rate; The second is to model the variation information in speech through a systematic design, which improves the prosody and naturalness. Specifically, for 48 kHz modeling, we predict 16 kHz mel-spectrogram in acoustic model, and propose a vocoder called HiFiNet to directly generate 48 kHz waveform from predicted 16 kHz mel-spectrogram, which can better trade off training efficiency, modelling stability and voice quality. We model variation information systematically from both explicit (speaker ID, language ID, pitch and duration) and implicit (utterance-level and phoneme-level prosody) perspectives: 1) For speaker and language ID, we use lookup embedding in training and inference; 2) For pitch and duration, we extract the values from paired text-speech data in training and use two predictors to predict the values in inference; 3) For utterance-level and phoneme-level prosody, we use two reference encoders to extract the values in training, and use two separate predictors to predict the values in inference. Additionally, we introduce an improved Conformer block to better model the local and global dependency in acoustic model. For task SH1, DelightfulTTS achieves 4.17 mean score in MOS test and 4.35 in SMOS test, which indicates the effectiveness of our proposed system

📄 PDF Abstract BibTeX arXiv:2110.12612

Code (2)

keonlee9420/Comprehensive-Transformer-TTS pytorch
nickovchinnikov/tts-framework pytorch

Tasks

Speech Synthesistext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

MuLanTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2023

2023-09-06 · Zhihang Xu, Shaofei Zhang, Xi Wang, Jiajun Zhang 외

In this paper, we present MuLanTTS, the Microsoft end-to-end neural text-to-speech (TTS) system designed for the Blizzard Challenge 2023. About 50 hours of audiobook corpus for French TTS as hub task and another 2 hours …

Speech Synthesistext-to-speechText to Speech

Innovative activities of Activision Blizzard: A patent network analysis

2025-02-04 · Artur F. Tomeczek

Microsoft's acquisition of Activision Blizzard valued at $68.7 billion has drastically altered the landscape of the video game industry. At the time of the takeover, the intellectual properties of Activision Blizzard inc…

Patent classificationStarcraft

The DeepZen Speech Synthesis System for Blizzard Challenge 2023

2023-08-30 · Christophe Veaux, Ranniery Maia, Spyridoula Papandreou

This paper describes the DeepZen text to speech (TTS) system for Blizzard Challenge 2023. The goal of this challenge is to synthesise natural and high-quality speech in French, from a large monospeaker dataset (hub task)…

SentenceSpeech Synthesistext-to-speechText to Speech

DNN-based Speech Synthesis for Indian Languages from ASCII text

2016-08-18 · Srikanth Ronanki, Siva Reddy, Bajibabu Bollepalli, Simon King

Text-to-Speech synthesis in Indian languages has a seen lot of progress over the decade partly due to the annual Blizzard challenges. These systems assume the text to be written in Devanagari or Dravidian scripts which a…

Speech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

The FruitShell French synthesis system at the Blizzard 2023 Challenge

2023-09-01 · Xin Qi, Xiaopeng Wang, Zhiyong Wang, Wang Liu 외

This paper presents a French text-to-speech synthesis system for the Blizzard Challenge 2023. The challenge consists of two tasks: generating high-quality speech from female speakers and generating speech that closely re…

Data AugmentationSpeech Synthesistext-to-speechText to Speech+1