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

Commit dedc643

Browse files
committed
google-assistant-sdk/README: add missing deps for audiotest
Change-Id: I4ebb17e530d9b6856437c36e4dba6d623d336122
1 parent dbe46b3 commit dedc643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-assistant-sdk/README.rst

Lines changed: 5 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

0 commit comments

Comments
 (0)