Skip to content

ewenchou/alexa-tts-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexa-tts-demo

A simple example showing how to use alexa-client and simple-tts together to interact with Amazon Alexa Voice Service.

Prerequisites

This demo is designed to run on Linux. In particular, Ubuntu 14.04 LTS was used to test it.

Installation

  1. Install mpg123 and festival packages on Ubuntu
sudo apt-get install mpg123 festival
  1. Install Python PIP and Virtualenv
sudo apt-get install python-pip
sudo pip install virtualenv
  1. Clone this repository and setup virtualenv
git clone https://github.com/ewenchou/alexa-tts-demo.git
cd alexa-tts-demo
virtualenv env
  1. Activate virtualenv and install Python requirements
source env/bin/activate
pip install -r requirements.txt
  1. Run the demo
python main.py

Further Details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages