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

Commit c091eb3

Browse files
authored
Merge pull request #31 from proppy/readme-sdk
google-assistant-sdk/README: update tool command line
2 parents 98f3133 + a376151 commit c091eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-assistant-sdk/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ This tool verifies device setup for audio recording and playback.
3939

4040
- Record 10 seconds of audio samples and play them back::
4141

42-
googlesamples-assistant-audiotest --duration 10
42+
googlesamples-assistant-audiotest --record-time 10
4343

4444
- Adjust the sound device block size and flush size for a soundcard with limited throughput::
4545

46-
googlesamples-assistant-audiotest --duration 10 --audio-block-size=3200 --audio-flush-size=6400
46+
googlesamples-assistant-audiotest --record-time 10 --audio-block-size=3200 --audio-flush-size=6400
4747

4848
The same ``--audio-block-size`` and ``--audio-flush-size`` options can
4949
be used on the ``gRPC`` samples included in the SDK.

0 commit comments

Comments
 (0)