项目作者: chandong83

项目描述 :
aws(amazon web service) polly by python
高级语言: CMake
项目地址: git://github.com/chandong83/ros_aws_polly_python.git
创建时间: 2017-11-18T08:52:00Z
项目社区:https://github.com/chandong83/ros_aws_polly_python

开源协议:

下载


ros_aws_polly_python

aws(amazon web service) polly by python

amazon polly TTS for ROS

It currently supports Only Korean(‘eoyeon’) and English(‘Joanna’).
The language is automatically detected.

requirement

You must have credentials access key of aws first.

please refer to the link below.

http://docs.aws.amazon.com/ko_kr/IAM/latest/UserGuide/id_credentials_access-keys.html

  1. #Python Packages
  2. $ pip install boto3 # Amazon SDK
  3. $ pip install python-vlc # vlc player
  4.  

Code Download and Build

  1. $ cd catkin_ws/src # move to your src of catkin workspace
  2. $ git clone https://github.com/chandong83/ros_aws_polly_python # Download source code
  3. $ cd .. # move to your catkin workspace
  4. $ catkin_make # build
  5. # after build success
  6. $ . devel/setup.bash
  7.  

Run ROS and Test

  1. # start roscore with daemon
  2. $ roscore &
  3. # start amazon polly service
  4. $ rosrun amazon_polly aws_polly_tts
  5. # test TTS
  6. $ rosrun amazon_polly hello
  7.  

https://youtu.be/FUPQo6w7LHY

blog

http://blog.naver.com/chandong83/221143018147