Understanding and Building an Application with STT and TTS
摘要
In the previous chapter, you learned to set up the Python project. You learned about three core components that will allow you to interact with Melissa, the virtual smart assistant. In this chapter, you will learn in depth about speech-to-text (STT) and text-to-speech (TTS). You will implement the STT and TTS engines. After this chapter, Melissa will be able to “listen” to your voice input, convert it into text, and use a TTS engine to create a program that repeats the input.