This repository was archived by the owner on Oct 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed
google-assistant-sdk/googlesamples/assistant Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ Troubleshooting
104
104
speaker-test -t wav
105
105
106
106
# Record and play back some audio using ALSA command-line tools
107
- arecord --format=S16_LE --duration=5 --rate=16k --file-type=raw out.raw
108
- aplay --format=S16_LE --rate=16k --file-type=raw out.raw
107
+ arecord --format=S16_LE --duration=5 --rate=16000 --file-type=raw out.raw
108
+ aplay --format=S16_LE --rate=16000 --file-type=raw out.raw
109
109
110
110
- If Assistant audio is choppy, try adjusting the sound device's block size::
111
111
Original file line number Diff line number Diff line change 1
1
google-assistant-grpc == 0.0.2
2
- google-auth-oauthlib == 0.1.0
3
- urllib3 [secure ]== 1.22
4
- sounddevice == 0.3.7
5
- click == 6.7
6
- tenacity == 4.1.0
7
- futures == 3.1.1
2
+ google-auth-oauthlib >= 0.1.0 ,< 0.2
3
+ urllib3 [secure ]>= 1.21 ,< 2
4
+ sounddevice >= 0.3.7 ,< 0.4
5
+ click >= 6.7 ,< 7
6
+ tenacity >= 4.1.0 ,< 5
7
+ futures >= 3.1.1 ,< 4
8
+
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Troubleshooting
67
67
speaker-test -t wav
68
68
69
69
# 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
72
72
73
73
See also the `troubleshooting section <https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/troubleshooting >`_ of the official documentation.
74
74
Original file line number Diff line number Diff line change 1
1
google-assistant-library == 0.0.3
2
- argparse == 1.4.0
3
- google-auth == 1.0.1
2
+ argparse >= 1.4.0 , < 2
3
+ google-auth >= 1.0.1 , < 2
You can’t perform that action at this time.
0 commit comments