We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be89c3 commit 5605ac5Copy full SHA for 5605ac5
speech/api/README.md
@@ -52,6 +52,16 @@ for more information.
52
$ pip install -r requirements-speech_streaming.txt
53
```
54
55
+ The sample uses the [PyAudio][pyaudio] library to stream audio from your
56
+ computer's microphone. PyAudio depends on [PortAudio][portaudio], which may
57
+ need to be compiled when you install PyAudio. If you run into compilation
58
+ issues that mention PortAudio, you may have to [install some
59
+ dependencies][pyaudio-install].
60
+
61
+[pyaudio]: https://people.csail.mit.edu/hubert/pyaudio/
62
+[portaudio]: http://www.portaudio.com/
63
+[pyaudio-install]: https://people.csail.mit.edu/hubert/pyaudio/#downloads
64
65
## Run the example
66
67
* To run the `speech_rest.py` sample:
0 commit comments