Skip to content

Commit

Permalink
Add troubleshooting for google#183
Browse files Browse the repository at this point in the history
  • Loading branch information
drigz committed Nov 27, 2017
1 parent eb70d4f commit 8d99c9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,22 @@ make a copy of one of the sample scripts and rename it. Then run this command:
``` shell
sudo systemctl enable voice-recognizer.service
```

## Troubleshooting

If you're using the Voice Kit and see an error like:

``` shell
ALSA lib pcm.c:8403:(snd_pcm_set_params) Rate doesn't match (requested 16000Hz, get 48000Hz)
```
or
``` shell
arecord: set_params:1233: Sample format non available
Available formats:
- S32_LE
```
Try running `rm ~/.asoundrc && sudo reboot`. For more details, [see this GitHub
issue](https://github.com/google/aiyprojects-raspbian/issues/183).

0 comments on commit 8d99c9a

Please sign in to comment.