|
|
@@ -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?
|
|
|
|
|
|

|
|
|
|