Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
Install portaudio using homebrew (or method of your choice)
brew install portaudiocreate $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:
[build_ext]
| """ | |
| This sample demonstrates a simple skill built with the Amazon Alexa Skills Kit. | |
| The Intent Schema, Custom Slots, and Sample Utterances for this skill, as well | |
| as testing instructions are located at http://amzn.to/1LzFrj6 | |
| For additional samples, visit the Alexa Skills Kit Getting Started guide at | |
| http://amzn.to/1LGWsLG | |
| """ | |
| from __future__ import print_function |