- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 148字
- 2021-08-13 16:01:41
Converting text-to-voice
Sometimes, a text has to be converted into a voice. It can be useful for a personal bot to speak back to a user.
Let's look at how to use the AWS API for text-to-speech Amazon Polly. With the API, you can pass the text and convert it to speech. The audio file can be either streamed or downloaded.
The voice should be natural sounding, to connect with the user. Google can provide this in 30 different voices, in 12 different languages. The speed and pitch can be adjusted. Go to https://cloud.google.com/text-to-speech/ and try out a demo. The following screenshot shows an example; all of the parameters can be tuned:

The requests can be sent from any connected device, such as a mobile, car, TV, and so on. It can be used for customer service, presenting educational text, or for animation content.
- C#編程入門指南(上下冊)
- Learning SQLite for iOS
- C語言從入門到精通(第4版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 你不知道的JavaScript(中卷)
- concrete5 Cookbook
- Elasticsearch Server(Third Edition)
- 零基礎入門學習Python(第2版)
- Android Wear Projects
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Redmine Cookbook
- MySQL數據庫應用實戰教程(慕課版)
- 大話程序員:從入門到優秀全攻略
- INSTANT EaselJS Starter
- Learning Dynamics NAV Patterns