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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Understanding and Building an Application with STT and TTS

  • Harshil Agrawal,
  • Tanay Pant

摘要

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.