Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 59538c3

Browse files
proppyGerrit Code Review
authored andcommitted
Merge changes I4ebb17e5,I434e2171
* changes: google-assistant-sdk/README: add missing deps for audiotest google-assistant-sdk/README: add missing link
2 parents 90f2d97 + dedc643 commit 59538c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

google-assistant-sdk/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ googlesamples-assistant-audiotest
3232

3333
This tool verifies device setup for audio recording and playback.
3434

35+
- Install the sample's dependencies::
36+
37+
sudo apt-get install portaudio19-dev libffi-dev libssl-dev
38+
pip install --upgrade google-assistant-sdk[samples]
39+
3540
- Record 10 seconds of audio samples and play them back::
3641

3742
googlesamples-assistant-audiotest --duration 10
@@ -110,3 +115,5 @@ the License.
110115
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
111116
.. _Google Assistant gRPC API: https://developers.google.com/assistant/sdk/reference/rpc
112117
.. _Google Assistant library: https://developers.google.com/assistant/sdk/reference/library
118+
.. _GitHub releases page: https://github.com/googlesamples/assistant-sdk-python/releases
119+

0 commit comments

Comments
 (0)