From 5605ac5a5c9b730a623b1cfc65d864d1687d3d4b Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Tue, 10 May 2016 13:51:20 -0700 Subject: [PATCH] Call out portaudio dependency. --- speech/api/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/speech/api/README.md b/speech/api/README.md index b2207f740162..cfeb46a356c7 100644 --- a/speech/api/README.md +++ b/speech/api/README.md @@ -52,6 +52,16 @@ for more information. $ pip install -r requirements-speech_streaming.txt ``` + The sample uses the [PyAudio][pyaudio] library to stream audio from your + computer's microphone. PyAudio depends on [PortAudio][portaudio], which may + need to be compiled when you install PyAudio. If you run into compilation + issues that mention PortAudio, you may have to [install some + dependencies][pyaudio-install]. + +[pyaudio]: https://people.csail.mit.edu/hubert/pyaudio/ +[portaudio]: http://www.portaudio.com/ +[pyaudio-install]: https://people.csail.mit.edu/hubert/pyaudio/#downloads + ## Run the example * To run the `speech_rest.py` sample: