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 23, 2017
1 parent eb70d4f commit 32f4f7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,14 @@ 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 see an error like:

``` shell
ALSA lib pcm.c:8403:(snd_pcm_set_params) Rate doesn't match (requested 16000Hz, get 48000Hz)
```
Try running `cp /etc/asound.conf ~/.asoundrc`. For more details, [see this GitHub
issue](https://github.com/google/aiyprojects-raspbian/issues/183).

0 comments on commit 32f4f7b

Please sign in to comment.