You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: speech/api/README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,17 @@ Before running these samples perform the steps:
48
48
cd python-docs-samples/speech/api
49
49
```
50
50
51
-
* Create virtualenv
51
+
* Create a [virtualenv][virtualenv]
52
52
```
53
53
virtualenv env
54
54
source env/bin/activate
55
55
```
56
56
57
57
### Install the dependencies
58
58
59
-
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].
59
+
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 installed separately, depending on your platform:
60
+
61
+
* Install the [pyAudio dependencies][pyaudio-install].
60
62
61
63
* If you're running the `speech_rest.py` sample:
62
64
@@ -76,6 +78,7 @@ The sample uses the [PyAudio][pyaudio] library to stream audio from your compute
0 commit comments