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

Commit 9a7c584

Browse files
committed
google-assistant-sdk/googlesamples/*/README: fix sample rate
Bug: 65061050 Change-Id: Ia4eb48cad48ec9718a7996be78c1fea096e99366
1 parent d11f190 commit 9a7c584

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google-assistant-sdk/googlesamples/assistant/grpc/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Troubleshooting
8383
speaker-test -t wav
8484

8585
# Record and play back some audio using ALSA command-line tools
86-
arecord --format=S16_LE --duration=5 --rate=16k --file-type=raw out.raw
87-
aplay --format=S16_LE --rate=16k --file-type=raw out.raw
86+
arecord --format=S16_LE --duration=5 --rate=16000 --file-type=raw out.raw
87+
aplay --format=S16_LE --rate=16000 --file-type=raw out.raw
8888

8989
- Run the sample with verbose logging enabled::
9090

google-assistant-sdk/googlesamples/assistant/library/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Troubleshooting
6767
speaker-test -t wav
6868

6969
# Record and play back some audio using ALSA command-line tools
70-
arecord --format=S16_LE --duration=5 --rate=16k --file-type=raw out.raw
71-
aplay --format=S16_LE --rate=16k --file-type=raw out.raw
70+
arecord --format=S16_LE --duration=5 --rate=16000 --file-type=raw out.raw
71+
aplay --format=S16_LE --rate=16000 --file-type=raw out.raw
7272

7373
See also the `troubleshooting section <https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/troubleshooting>`_ of the official documentation.
7474

0 commit comments

Comments
 (0)