Skip to content

Commit

Permalink
Call out portaudio dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed May 10, 2016
1 parent 1be89c3 commit 5605ac5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions speech/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5605ac5

Please sign in to comment.