Procházet zdrojové kódy

Fixed typos in TTS readme. (#1109)

Xuesong Yang před 3 roky
rodič
revize
4255d5e6e3
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      PyTorch/SpeechSynthesis/README.md

+ 3 - 3
PyTorch/SpeechSynthesis/README.md

@@ -1,14 +1,14 @@
-# Text-to-speech
+# Text-to-Speech (TTS)
 
 Speech Synthesis or Text-to-Speech is the task of artificially producing human speech from a raw transcripts. With deep learning today, the synthesized waveforms can sound very natural, almost undistinguishable from how a human would speak. Such Text-to-Speech models can be used in cases like when an interactive virtual assistants responds, or when a mobile device converts the text on a webpage to speech for accessibility reasons. 
 
 In this collection, we will cover:
-- How does speech-to-text work?
+- How does Text-to-Speech work?
 - Usecases and applications
 - Where to get started
 
 ---
-## How does speech-to-text work?
+## How does Text-to-Speech work?
 
 ![](img/9_text-to-speech-figure-1.png)