May 2015
Intermediate to advanced
330 pages
7h 18m
English
In ROS, there are some ROS packages that perform speech synthesis. Here, we will discuss one ROS package. This package uses Festival as the backend. The package name is sound_play. It has nodes and launch scripts that enable speech synthesis. We need to perform the following steps for speech synthesis:
sound_play package using the following command:
$ sudo apt-get install ros-indigo-sound-play
$ catkin_create_pkg sample_tts rospy roscpp sound_play std_msgs